Este es el mio:<br><br># /etc/X11/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 /etc/X11/xorg.conf manual page.<br># (Type "man /etc/X11/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> FontPath "/usr/share/X11/fonts/misc"<br> FontPath "/usr/share/X11/fonts/cyrillic"<br> FontPath "/usr/share/X11/fonts/100dpi/:unscaled"<br>
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"<br> FontPath "/usr/share/X11/fonts/Type1"<br> FontPath "/usr/share/X11/fonts/100dpi"<br> FontPath "/usr/share/X11/fonts/75dpi"
<br> # path to defoma fonts<br> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"<br>EndSection<br><br>Section "Module"<br> Load "i2c"<br> Load "bitmap"
<br> Load "ddc"<br> Load "dri"<br> Load "extmod"<br> Load "freetype"<br> Load "glx"<br> Load "int10"<br> Load "type1"
<br> Load "vbe"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Generic Keyboard"<br> Driver "kbd"<br> Option "CoreKeyboard"<br>
Option "XkbRules" "xorg"<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "es"<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" "ExplorerPS/2"
<br> Option "ZAxisMapping" "4 5"<br> Option "Emulate3Buttons" "true"<br>EndSection<br><br>Section "InputDevice"<br> Driver "wacom"
<br> Identifier "stylus"<br> Option "Device" "/dev/wacom" # Change to <br> # /dev/input/event<br> # for USB
<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/wacom" # Change to <br> # /dev/input/event<br> # for USB
<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/wacom" # Change to <br> # /dev/input/event<br> # for USB
<br> Option "Type" "cursor"<br> Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>EndSection<br><br>Section "Device"<br> Identifier "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
<br> Driver "nv"<br> BusID "PCI:1:0:0" <br>EndSection<br><br>Section "Monitor"<br> Identifier "Monitor genérico"<br> Option "DPMS"<br>EndSection
<br><br>Section "Screen"<br> Identifier "Default Screen"<br> Device "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"<br> Monitor "Monitor genérico"<br> DefaultDepth 24
<br> SubSection "Display"<br> Depth 1<br> Modes "1024x768" "800x600" "720x400" "640x480"<br> EndSubSection<br> SubSection "Display"
<br> Depth 4<br> Modes "1024x768" "800x600" "720x400" "640x480"<br> EndSubSection<br> SubSection "Display"<br> Depth 8<br> Modes "1024x768" "800x600" "720x400" "640x480"
<br> EndSubSection<br> SubSection "Display"<br> Depth 15<br> Modes "1024x768" "800x600" "720x400" "640x480"<br> EndSubSection<br> SubSection "Display"
<br> Depth 16<br> Modes "1024x768" "800x600" "720x400" "640x480"<br> EndSubSection<br> SubSection "Display"<br> Depth 24<br>
Modes "1024x768" "800x600" "720x400" "640x480"<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> InputDevice "stylus" "SendCoreEvents"<br>
InputDevice "cursor" "SendCoreEvents"<br> InputDevice "eraser" "SendCoreEvents"<br>EndSection<br><br>Section "DRI"<br> Mode 0666<br>EndSection