Hello,<br><br>Here is my xorg.conf file:<br><br>_____________________________________________<br><br><br># xorg.conf (X.Org X Window System server configuration file)<br>#<br># This file was generated by failsafeDexconf, using<br>
# values from the debconf database and some overrides to use vesa mode.<br>#<br># You should use dexconf or another such tool for creating a "real" xorg.conf<br># For example:<br># sudo dpkg-reconfigure -phigh xserver-xorg<br>
<br>Section "ServerLayout"<br> Identifier "Default Layout"<br> Screen 0 "Default Screen" 0 0<br> InputDevice "Synaptics Touchpad"<br>EndSection<br><br>Section "Files"<br>
EndSection<br><br>Section "Module"<br> Load "glx"<br> Load "GLcore"<br> Load "v4l"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Generic Keyboard"<br>
Driver "kbd"<br> Option "XkbRules" "xorg"<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "us"<br>EndSection<br>
<br>Section "InputDevice"<br> Identifier "Configured Mouse"<br> Driver "mouse"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Synaptics Touchpad"<br>
Driver "synaptics"<br> Option "SendCoreEvents" "true"<br> Option "Device" "/dev/psaux"<br> Option "Protocol" "auto-dev"<br>
Option "HorizEdgeScroll" "0"<br>EndSection<br><br>Section "Monitor"<br> Identifier "Configured Monitor"<br> VendorName "Plug 'n' Play"<br> ModelName "Plug 'n' Play"<br>
Gamma 1<br> ModeLine "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync<br>EndSection<br><br>Section "Monitor"<br> Identifier "monitor1"<br> Gamma 1<br>
EndSection<br><br>Section "Device"<br> Identifier "Configured Video Device"<br> Driver "fglrx"<br> BoardName "vesa"<br> Option "VideoOverlay" "on"<br>
Option "OpenGLOverlay" "off"<br> Option "DesktopSetup" "single"<br> Option "EnableMonitor" "crt1"<br> BusID "PCI:1:0:0"<br>
EndSection<br><br>Section "Device"<br> Identifier "device1"<br> Driver "fglrx"<br> BoardName "vesa"<br> Option "VideoOverlay" "on"<br>
Option "OpenGLOverlay" "off"<br> BusID "PCI:1:0:0"<br> Screen 1<br>EndSection<br><br>Section "Screen"<br> Identifier "Default Screen"<br> Device "Configured Video Device"<br>
Monitor "Configured Monitor"<br> DefaultDepth 24<br> SubSection "Display"<br> Virtual 640 480<br> Depth 24<br> Modes "640x480@60"<br> EndSubSection<br>
EndSection<br><br>Section "Screen"<br> Identifier "screen1"<br> Device "device1"<br> Monitor "monitor1"<br> DefaultDepth 24<br>EndSection<br><br>Section "Extensions"<br>
Option "Composite" "Enable"<br>EndSection<br><br>