FreeBSD и эффекты KDE
Форум — Desktop
Добрый день. Установил FreeBSD 11 на стационарник. Консоль русифицировал (UTF-8). KDE с русским пакетом. Не включаются эффекты. Так же присутствует легкий тиринг в окнах при прокрутке. Видеокарта: NVIDIA GT 720 Драйвер: 346.96. xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 355.11 (root@110amd64-quarterly-job-18) Thu Sep 22 11:02:57 UTC 2016
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
в rc.init
linux_enable="YES"
dbus_enable="YES"
hald_enable="YES"
kdm4_enable="YES"
из .xsession-errors
kwin(1203) KWin::OpenGLBackend::setFailed: Creating the OpenGL rendering failed: "Could not initialize rendering context"
QObject::connect: Cannot connect (null)::resetCompositing() to KWin::Compositor::restart()
kwin(1203): Failed to initialize compositing, compositing disabled
Заранее спасибо.