Advertisement
Guest User

wbc

a guest
Dec 22nd, 2008
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. # xorg.conf (X.Org X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the xorg.conf manual page.
  7. # (Type "man xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. # sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. Section "Screen"
  18. Identifier "Default Screen"
  19. Monitor "Configured Monitor"
  20. Device "Configured Video Device"
  21. Option "AddARGBGLXVisuals" "True"
  22. Defaultdepth 24
  23. EndSection
  24.  
  25. Section "Device"
  26. Identifier "Configured Video Device"
  27. Driver "nvidia"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Generic Keyboard"
  32. Driver "kbd"
  33. Option "XkbRules" "xorg"
  34. Option "XkbModel" "pc105"
  35. Option "XkbLayout" "us"
  36. EndSection
  37.  
  38. Section "InputDevice"
  39. Identifier "Configured Mouse"
  40. Driver "mouse"
  41. Option "CorePointer"
  42. EndSection
  43.  
  44. Section "InputDevice"
  45. Identifier "Synaptics Touchpad"
  46. Driver "synaptics"
  47. Option "SendCoreEvents" "true"
  48. Option "Device" "/dev/psaux"
  49. Option "Protocol" "auto-dev"
  50. Option "HorizEdgeScroll" "0"
  51. EndSection
  52.  
  53. Section "ServerLayout"
  54. Identifier "Default Layout"
  55. screen "Default Screen"
  56. Inputdevice "Synaptics Touchpad"
  57. EndSection
  58.  
  59. Section "Monitor"
  60. Identifier "Configured Monitor"
  61. EndSection
  62.  
  63. Section "Extensions"
  64. Option "Composite" "Enable"
  65. EndSection
  66.  
  67.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement