Advertisement
Guest User

xorg.conf.new

a guest
Apr 5th, 2016
1,091
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 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/lib/xorg/modules"
  10. FontPath "/usr/share/fonts/X11/misc"
  11. FontPath "/usr/share/fonts/X11/cyrillic"
  12. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  13. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  14. FontPath "/usr/share/fonts/X11/Type1"
  15. FontPath "/usr/share/fonts/X11/100dpi"
  16. FontPath "/usr/share/fonts/X11/75dpi"
  17. FontPath "built-ins"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "glx"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. Identifier "Keyboard0"
  26. Driver "kbd"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Mouse0"
  31. Driver "mouse"
  32. Option "Protocol" "auto"
  33. Option "Device" "/dev/input/mice"
  34. Option "ZAxisMapping" "4 5 6 7"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "Monitor0"
  39. VendorName "Monitor Vendor"
  40. ModelName "Monitor Model"
  41. EndSection
  42.  
  43. Section "Device"
  44. ### Available Driver options are:-
  45. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  46. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  47. ### <percent>: "<f>%"
  48. ### [arg]: arg optional
  49. #Option "HWcursor" # [<bool>]
  50. #Option "Xinerama" # [<bool>]
  51. #Option "StaticXinerama" # <str>
  52. #Option "GuiLayout" # <str>
  53. #Option "AddDefaultMode" # [<bool>]
  54. #Option "RenderAccel" # [<bool>]
  55. #Option "DRI" # [<bool>]
  56. #Option "DirectPresents" # [<bool>]
  57. #Option "HWPresents" # [<bool>]
  58. #Option "RenderCheck" # [<bool>]
  59. Identifier "Card0"
  60. Driver "vmware"
  61. BusID "PCI:0:15:0"
  62. EndSection
  63.  
  64. Section "Screen"
  65. Identifier "Screen0"
  66. Device "Card0"
  67. Monitor "Monitor0"
  68. SubSection "Display"
  69. Viewport 0 0
  70. Depth 1
  71. EndSubSection
  72. SubSection "Display"
  73. Viewport 0 0
  74. Depth 4
  75. EndSubSection
  76. SubSection "Display"
  77. Viewport 0 0
  78. Depth 8
  79. EndSubSection
  80. SubSection "Display"
  81. Viewport 0 0
  82. Depth 15
  83. EndSubSection
  84. SubSection "Display"
  85. Viewport 0 0
  86. Depth 16
  87. EndSubSection
  88. SubSection "Display"
  89. Viewport 0 0
  90. Depth 24
  91. EndSubSection
  92. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement