#/etc/X11/xorg.conf # Section "ServerLayout" Identifier "MainLayout" Screen "screen0" EndSection Section "ServerFlags" Option "DefaultServerLayoout" "MainLayout" EndSection Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" EndSection Section "Monitor" Identifier "monitor0" # Option "ModelName" "SyncMaster 206BW" # Option "VendorName" "Samsung" Option "DPMS" "true" EndSection Section "Device" Identifier "device0" Driver "ati" Option "AccelMethod" "XAA" Option "VGAAccess" "false" #Disabling these doesn't help. Option "EnablePageFlip" "true" Option "AccelDFS" "on" EndSection Section "Screen" Identifier "screen0" Device "device0" Monitor "monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Virtual 1680 1050 EndSubSection EndSection Section "DRI" Mode 0666 EndSection