Guest User

jack

a guest
Sep 13th, 2008
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 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 "InputDevice"
  18. Identifier "Generic Keyboard"
  19. Driver "kbd"
  20. Option "XkbRules" "xorg"
  21. Option "XkbModel" "pc105"
  22. Option "XkbLayout" "us"
  23. Option "XkbOptions" "lv3:ralt_switch"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27. Identifier "Configured Mouse"
  28. Driver "mouse"
  29. Option "CorePointer"
  30. Option "Emulate3Buttons" "true"
  31. EndSection
  32.  
  33. Section "Device"
  34. Identifier "Configured Video Device"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "Configured Monitor"
  39. EndSection
  40.  
  41. Section "Screen"
  42. Identifier "Default Screen"
  43. Monitor "Configured Monitor"
  44. Device "Configured Video Device"
  45. EndSection
  46.  
  47. Section "ServerLayout"
  48. Identifier "Default Layout"
  49. Screen "Default Screen"
  50. EndSection
  51.  
Add Comment
Please, Sign In to add comment