Guest User

Untitled

a guest
May 5th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 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" "pc104"
  22. Option "XkbLayout" "us"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. Identifier "Configured Mouse"
  27. Driver "mouse"
  28. EndSection
  29.  
  30. Section "Device"
  31. Identifier "Configured Video Device"
  32. EndSection
  33.  
  34. Section "Monitor"
  35. Identifier "Configured Monitor"
  36. EndSection
  37.  
  38. Section "Screen"
  39. Identifier "Default Screen"
  40. Monitor "Configured Monitor"
  41. EndSection
  42.  
  43.  
  44.  
  45. Section "ServerFlags"
  46. "AutoAddDevices" "False"
  47. EndSection
Advertisement
Add Comment
Please, Sign In to add comment