Intel GMA 950 i compiz-fusion
: 03 marca 2008, 03:33
Witam.
Mam problem z compizem. W zasadzie działa, aczkolwiek na uruchomionych już oknach. Jak chcę coś zmienić, otworzyć nowe okno, to w zmienionych pojawiają się problemy z wyświetlaniem. Czy miał ktoś taki problem? Instalowałem wg. wskazówek z how to z tego forum. Mój xorg.conf wygląda tak:
Mam problem z compizem. W zasadzie działa, aczkolwiek na uruchomionych już oknach. Jak chcę coś zmienić, otworzyć nowe okno, to w zmienionych pojawiają się problemy z wyświetlaniem. Czy miał ktoś taki problem? Instalowałem wg. wskazówek z how to z tego forum. Mój xorg.conf wygląda tak:
Kod: Zaznacz cały
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
Option "TripleBuffer" "true"
Option "no GLXFBConfig for depth 32"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "true"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection