Meu xorg.conf está assim:<br><br># xorg.conf (xorg X Window System server configuration file)<br>#<br># This file was generated by dexconf, the Debian X Configuration tool, using<br># values from the debconf database.<br>#<br>
# Edit this file with caution, and see the xorg.conf manual page.<br># (Type "man xorg.conf" at the shell prompt.)<br>#<br># This file is automatically updated on xserver-xorg package upgrades *only*<br># if it has not been modified since the last upgrade of the xserver-xorg<br>
# package.<br>#<br># If you have edited this file but would like it to be automatically updated<br># again, run the following command:<br># sudo dpkg-reconfigure -phigh xserver-xorg<br><br>Section "Files"<br>EndSection<br>
<br>Section "InputDevice"<br> Identifier "Generic Keyboard"<br> Driver "kbd"<br># Option "CoreKeyboard"<br> Option "XkbRules" "xorg"<br>
Option "XkbModel" "abnt2"<br> Option "XkbLayout" "br"<br> Option "AutoRepeat" "500 30"<br>EndSection<br><br>Section "InputDevice"<br>
Identifier "Configured Mouse"<br> Driver "mouse"<br> Option "CorePointer"<br> Option "Device" "/dev/input/mice"<br> Option "Protocol" "ImPS/2"<br>
Option "ZAxisMapping" "4 5"<br> Option "Emulate3Buttons" "true"<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 "InputDevice"<br> Driver "wacom"<br> Identifier "stylus"<br> Option "Device" "/dev/input/wacom"<br>
Option "Type" "stylus"<br> Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>EndSection<br><br>Section "InputDevice"<br> Driver "wacom"<br>
Identifier "eraser"<br> Option "Device" "/dev/input/wacom"<br> Option "Type" "eraser"<br> Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>
EndSection<br><br>Section "InputDevice"<br> Driver "wacom"<br> Identifier "cursor"<br> Option "Device" "/dev/input/wacom"<br> Option "Type" "cursor"<br>
Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>EndSection<br><br>Section "Device"<br> Identifier "Placa de Vídeo Genérica"<br> Driver "openchrome"<br>
BusID "PCI:1:0:0"<br> VideoRam 256<br> Option "SWCursor" "true"<br>EndSection<br><br>Section "Monitor"<br> Identifier "Monitor Genérico"<br>
Vendorname "LCD Panel 1280x800"<br> Option "DPMS"<br> HorizSync 31.5-50.0<br> VertRefresh 56.0-65.0<br>EndSection<br><br>Section "Screen"<br> Identifier "Default Screen"<br>
Device "Placa de Vídeo Genérica"<br> Monitor "Monitor Genérico"<br> DefaultDepth 24<br> SubSection "Display"<br> Modes "1280x800" "1280x768" "800x600"<br>
EndSubSection<br>EndSection<br><br>Section "ServerLayout"<br> Identifier "Default Layout"<br> Screen "Default Screen"<br> InputDevice "Generic Keyboard"<br>
InputDevice "Configured Mouse"<br><br># Uncomment if you have a wacom tablet<br># InputDevice "stylus" "SendCoreEvents"<br># InputDevice "cursor" "SendCoreEvents"<br>
# InputDevice "eraser" "SendCoreEvents"<br> InputDevice "Synaptics Touchpad"<br>EndSection<br>