FreeSource: AltLinux/Beryl

Эта страница была перенесена на altlinux.org. Текст на freesource.info заморожен.

Небольшие заметки на полях по рассылке Сизиф

http://lists.altlinux.org/pipermail/sisyphus/2007-April/097267.html

1.Для запуска Beryl надо откорректировать xorg.conf

Пример для Nvidia (от Valery V. Inozemtsev)

Пример для ATI (от Valery V. Inozemtsev) :

2. Прописываем Beryl в KDM

http://lists.altlinux.org/pipermail/sisyphus/2007-April/097310.html

в /etc/X11/wmsession.d создать файл 01Beryl (цифры могут быть

другими) след. содержания:

NAME=Beryl

ICON=/usr/share/icons/default.kde/64x64/apps/kmenu.png

DESC=Beryl manager

EXEC=/usr/bin/startberyl

SCRIPT:

exec /usr/bin/startberyl

И тогда в KDM можно будет выбрать тип сессии - "Beryl". Правда, иногда еще

приходится учить KDE не запоминать beryl-manager в сессии, и не пускать в

след. раз.

startberyl

startberyl -- тот же startkde, только с добавленной строчечкой установки

KDEWM вот так:

......

# finally, give the session control to the session manager

# see kdebase/ksmserver for the description of the rest of the startup sequence

# if the KDEWM environment variable has been set, then it will be used as KDE's

# window manager instead of kwin.

# if KDEWM is not set, ksmserver will ensure kwin is started.

# kwrapper is used to reduce startup time and memory usage

# kwrapper does not return usefull error codes such as the exit code of ksmserver.

# We only check for 255 which means that the ksmserver process could not be

# started, any problems thereafter, e.g. ksmserver failing to initialize,

# will remain undetected.

export KDEWM="/usr/bin/beryl-manager"

test -n "$KDEWM" && KDEWM="--windowmanager $KDEWM"

.........

Страницы, ссылающиеся на данную: RuslanHihin