Comment 31 for bug 274575

Revision history for this message
In , Y-H (myaverageorange) wrote :

The NoAccel fix doesn't seem to be fixing the problem for me. My xorg.conf file is below. I've tried shutting down and clearing the cache. I've tried Option "NoAccel" "yes", Option "NoAccel", and Option "NoAccel" "true". What am I missing?

# Xorg configuration created by system-config-display

Section "ServerLayout"
 Identifier "single head configuration"
 Screen 0 "Screen0" 0 0
 InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"

# keyboard added by rhpxl
 Identifier "Keyboard0"
 Driver "kbd"
 Option "XkbModel" "pc105+inet"
 Option "XkbLayout" "us"
EndSection

Section "Monitor"
 Identifier "Monitor0"
 ModelName "LCD Panel 1024x768"
 HorizSync 31.5 - 48.0
 VertRefresh 56.0 - 65.0
 Option "dpms"
EndSection

Section "Device"
 Identifier "Videocard0"
 Driver "intel"
 Option "NoAccel" "true"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device "Videocard0"
 Monitor "Monitor0"
 DefaultDepth 24
 SubSection "Display"
  Viewport 0 0
  Depth 24
 EndSubSection
EndSection