Guest User

Untitled

a guest
May 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 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. Section "InputDevice"
  17. Identifier "Generic Keyboard"
  18. Driver "kbd"
  19. Option "XkbRules" "xorg"
  20. Option "XkbModel" "pc104"
  21. Option "XkbLayout" "us"
  22. EndSection
  23. Section "InputDevice"
  24. Identifier "Configured Mouse"
  25. Driver "mouse"
  26. EndSection
  27. Section "Device"
  28. Identifier "ATI Technologies Inc Rage 128 RL/VR AGP"
  29. Driver "r128"
  30. # Option "BusID" "PCI:0000:00:10.0"
  31. # Option "Screen" "0"
  32. # Option "VideoRam" "128000"
  33. # Option "MemBase" ""
  34. # Option "IOBase" ""
  35. # Option "ChipID" ""
  36. # Option "SWcursor" "on"
  37. Option "NoAccel" "on"
  38. # Option "Dac6Bit" "off"
  39. # Option "VideoKey" ""
  40. # Option "Display" "CRT"
  41. Option "UseFBDev" "on"
  42. # Option "VGAAccess" "off"
  43. EndSection
  44. Section "Monitor"
  45. Identifier "Generic Monitor"
  46. Option "DPMS"
  47. HorizSync 59-61
  48. VertRefresh 75-117
  49. EndSection
  50. Section "Screen"
  51. Identifier "Default Screen"
  52. Device "ATI Technologies Inc Rage 128 RL/VR AGP"
  53. Monitor "Generic Monitor"
  54. DefaultDepth 24
  55. SubSection "Display"
  56. Depth 1
  57. Modes "1024x768" "800x600"
  58. EndSubSection
  59. SubSection "Display"
  60. Depth 4
  61. Modes "1024x768" "800x600"
  62. EndSubSection
  63. SubSection "Display"
  64. Depth 8
  65. Modes "1024x768" "800x600"
  66. EndSubSection
  67. SubSection "Display"
  68. Depth 15
  69. Modes "1024x768" "800x600"
  70. EndSubSection
  71. SubSection "Display"
  72. Depth 16
  73. Modes "1024x768" "800x600"
  74. EndSubSection
  75. SubSection "Display"
  76. Depth 24
  77. Modes "1024x768" "800x600"
  78. EndSubSection
  79. EndSection
Add Comment
Please, Sign In to add comment