[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

compiz yavaşlığı



merhaba,
debian testing üzerine compiz kurdum. ekran kartım intel 945gm. intel driverini mesa glx yüklemesini yaptım. şuan çalışıyor ancak grafik çok yavaş. ekran resize işlemlerinde ve kaydırma çubuğunda bariz ve rahatsız edici bir yavaşlık söz konusu. daha evvel ubuntu kurdum aynı makine üzerinde sorun yoktu. compizi başlattığımda Checking for Xgl: not present. şeklinde bir bilgi veriyor. bunun dışında xorg dosyam aşağıdaki gibi. sorun ne olabilir?

Section "InputDevice"
       Identifier      "Generic Keyboard"
       Driver          "kbd"
       Option          "XkbRules"      "xorg"
       Option          "XkbModel"      "pc105"
       Option          "XkbLayout"     "tr"
EndSection

Section "InputDevice"
       Identifier "Synaptics Touchpad"
       Driver "synaptics"
       Option "SendCoreEvents" "true"
       Option "Device" "/dev/psaux"
       Option "SHMConfig" "true"
       Option "Protocol" "auto-dev"
       Option "SHMConfig" "true"
       Option "Protocol" "auto-dev"
       Option "HorizScrollDelta" "0"
EndSection

Section "InputDevice"
       Identifier      "Configured Mouse"
       Driver          "mouse"
EndSection

Section "Device"
Identifier "Intel Corporation Mobile Integrated Graphics Controller"
       Driver          "i810"
       BusID           "PCI:0:2:0"
       Option          "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
       Identifier      "Configured Monitor"
       Option          "DPMS"
EndSection

Section "Screen"
       Identifier      "Default Screen"
       Monitor         "Configured Monitor"
Device "Intel Corporation Mobile Integrated Graphics Controller"
       Defaultdepth    24
EndSection

Section "ServerLayout"
       Identifier      "Default Layout"
       Screen          "Default Screen"
       InputDevice     "Synaptics Touchpad"
EndSection

Section "Module"
       Load            "glx"
EndSection



--
/**
* @author Atıf CEYLAN
*
* Software Developer
*
* http://www.atifceylan.com
*
*/


Reply to: