решил вот недавно, собрав дистро-диски Debian 4.0r2 в кучу, поставить себе вместо рабочего на тот момент Beryl... Compiz.
Тупо используя Synaptics удалил все что связано с Beryl и так же тупо поставил Compiz.
С удивлением для себя обнаружил, что:
compiz --replace убирает декорацию окон запущенных в данный момент и все резко "повисает". В без-Compiz'ную среду помогает вернуться только рестарт X.
Конфигурация и результаты гуглования:
Видеокарта:
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440] (rev a3)
Дистрибутив:
Debian ETCH (4.0r2)
Linux topol 2.6.18-4-486 #1 Wed May 9 22:23:40 UTC 2007 i686 GNU/Linux
Версия дров NVIDIA:
OpenGL version string: 1.5.6 NVIDIA 87.76
(плюс dmesg говорит вот так: nvidia: module license 'NVIDIA' taints kernel.)
Проверял, подгружается ли AIGLX вот так:
cat /var/log/Xorg.0.log | grep -i aiglx
получил вместо ожидаемого (==) AIGLX enabled такое (**) Option "AIGLX" "true" это нормально?
Устанавливал Compiz версии 0.2.2-1
Еще гугл советовал сделать вот такое:
сделал.If you get any weird issues with Compiz (ie no windows' borders), simply erase the gconf entry of compiz :
rm -r ~/.gconf/apps/compiz/
Мой xorg.conf:
В общем не могу понять, что я упустил... Хочется вернуть к жизни Compiz.... Помогите кто чем можетSection "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "dbe"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "v4l"
Load "vbe"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "Device"
Identifier "NVIDIA GeForce MX440"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
# Option "TripleBuffer" "true"
Option "AllowGLXWithComposite" "true"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Monitor"
Identifier "Sony E100"
Option "DPMS"
Modeline "1024x768" 63.61 1024 1056 1088 1312 768 770 772 808 # 133 Mhz, 90.8 kHz, 75.0 Hz
HorizSync 30-60 #
VertRefresh 50-85 # FOR SONY CPD E-100
DisplaySize 203 271 #
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA GeForce MX440"
Monitor "Sony E100"
Option "AddARGBGLXVisuals" "True"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
Section "DRI"
Mode 0666
EndSection