Advertisement
Guest User

xorg.conf.new

a guest
Sep 7th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/usr/lib64/xorg/modules"
  10. FontPath "catalogue:/etc/X11/fontpath.d"
  11. FontPath "built-ins"
  12. EndSection
  13.  
  14. Section "Module"
  15. Load "glx"
  16. EndSection
  17.  
  18. Section "InputDevice"
  19. Identifier "Keyboard0"
  20. Driver "kbd"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24. Identifier "Mouse0"
  25. Driver "mouse"
  26. Option "Protocol" "auto"
  27. Option "Device" "/dev/input/mice"
  28. Option "ZAxisMapping" "4 5 6 7"
  29. EndSection
  30.  
  31. Section "Monitor"
  32. Identifier "Monitor0"
  33. VendorName "Monitor Vendor"
  34. ModelName "Monitor Model"
  35. EndSection
  36.  
  37. Section "Device"
  38. ### Available Driver options are:-
  39. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  40. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  41. ### <percent>: "<f>%"
  42. ### [arg]: arg optional
  43. #Option "SWcursor" # [<bool>]
  44. #Option "kmsdev" # <str>
  45. #Option "ShadowFB" # [<bool>]
  46. Identifier "Card0"
  47. Driver "modesetting"
  48. BusID "PCI:0:2:0"
  49. EndSection
  50.  
  51. Section "Screen"
  52. Identifier "Screen0"
  53. Device "Card0"
  54. Monitor "Monitor0"
  55. SubSection "Display"
  56. Viewport 0 0
  57. Depth 1
  58. EndSubSection
  59. SubSection "Display"
  60. Viewport 0 0
  61. Depth 4
  62. EndSubSection
  63. SubSection "Display"
  64. Viewport 0 0
  65. Depth 8
  66. EndSubSection
  67. SubSection "Display"
  68. Viewport 0 0
  69. Depth 15
  70. EndSubSection
  71. SubSection "Display"
  72. Viewport 0 0
  73. Depth 16
  74. EndSubSection
  75. SubSection "Display"
  76. Viewport 0 0
  77. Depth 24
  78. EndSubSection
  79. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement