HittingSmoke

Untitled

Dec 6th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 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. EndSection
  24.  
  25. Section "InputDevice"
  26. Identifier "Configured Mouse"
  27. Driver "vboxmouse"
  28. Option "CorePointer"
  29. EndSection
  30.  
  31. Section "Device"
  32. Identifier "Configured Video Device"
  33. Driver "vboxvideo"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. Identifier "Configured Monitor"
  38. Option "DPMS"
  39. EndSection
  40.  
  41. Section "Screen"
  42. Identifier "Default Screen"
  43. Monitor "Configured Monitor"
  44. Device "Configured Video Device"
  45. DefaultDepth 24
  46. SubSection "Display"
  47. Depth 24
  48. Modes "1024x768"
  49. EndSubSection
  50. EndSection
  51.  
  52. Section "ServerLayout"
  53. Identifier "Default Layout"
  54. Screen "Default Screen"
  55. EndSection
Add Comment
Please, Sign In to add comment