И тогда в KDM можно будет выбрать тип сессии - "Beryl". Правда, иногда еще приходится учить KDE не запоминать beryl-manager в сессии, и не пускать в след. раз.
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" .........