Debian wheezy + gnome2 + compiz
Привет всем. Возникла непонятная мне до сих пор проблема, при настройке compiz в Debian testing на ноутбуке. Драйвера настроил:
borisbritva@kgb:~$ glxgears
11756 frames in 5.0 seconds = 2351.017 FPS
11365 frames in 5.0 seconds = 2272.860 FPS
11377 frames in 5.0 seconds = 2275.391 FPS
11360 frames in 5.0 seconds = 2271.929 FPS
11839 frames in 5.0 seconds = 2367.600 FPS
В xorg.conf прописал всё как у людей:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "dbe"
Load "record"
Load "extmod"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
Option "Coolbits" "1"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "false"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1280x800 +0+0"
SubSection "Display"
Modes "1280x800" "1024x768" "800x600" "640x480"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
Но вот с compiz всё равно какая-то беда: гружу его через compiz --replace, всё нормально начинает загружаться, но сразу после загрузки рабочего стола останаливается отрисовка. Именно отрисовка, т.к. взаимодействовать с компьютером я всё также могу — получалось создать новую папку, запускать программы (слышно по работе компьютера), залазить на внешний винт (опять же слышно по его работе), а также сделать этот скрин. На экране после загрузки видно только это и ничего не меняется.
Кто-нибудь с таким сталкивался? У меня даже нет догадок в какую сторону копать. Буду крайне признателен за любую помощь :)