Advertisement
Guest User

Untitled

a guest
Jan 7th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. EndSection
  5.  
  6. Section "Files"
  7. ModulePath "/usr/lib64/xorg/modules"
  8. EndSection
  9.  
  10. Section "Module"
  11. Load "glx"
  12. EndSection
  13.  
  14. Section "Monitor"
  15. Identifier "Monitor0"
  16. VendorName "Monitor Vendor"
  17. ModelName "Monitor Model"
  18. EndSection
  19.  
  20. Section "Device"
  21. ### Available Driver options are:-
  22. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  23. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  24. ### <percent>: "<f>%"
  25. ### [arg]: arg optional
  26. #Option "NoAccel" # [<bool>]
  27. #Option "AccelMethod" # <str>
  28. #Option "Backlight" # <str>
  29. #Option "DRI" # <str>
  30. #Option "ColorKey" # <i>
  31. #Option "VideoKey" # <i>
  32. #Option "Tiling" # [<bool>]
  33. #Option "LinearFramebuffer" # [<bool>]
  34. #Option "SwapbuffersWait" # [<bool>]
  35. #Option "TripleBuffer" # [<bool>]
  36. #Option "XvPreferOverlay" # [<bool>]
  37. #Option "HotPlug" # [<bool>]
  38. #Option "ReprobeOutputs" # [<bool>]
  39. #Option "ZaphodHeads" # <str>
  40. #Option "TearFree" # [<bool>]
  41. #Option "PerCrtcPixmaps" # [<bool>]
  42. Identifier "Card0"
  43. Driver "intel"
  44. BusID "PCI:0:2:0"
  45. EndSection
  46.  
  47. Section "Screen"
  48. Identifier "Screen0"
  49. Device "Card0"
  50. Monitor "Monitor0"
  51. SubSection "Display"
  52. Viewport 0 0
  53. Depth 1
  54. EndSubSection
  55. SubSection "Display"
  56. Viewport 0 0
  57. Depth 4
  58. EndSubSection
  59. SubSection "Display"
  60. Viewport 0 0
  61. Depth 8
  62. EndSubSection
  63. SubSection "Display"
  64. Viewport 0 0
  65. Depth 15
  66. EndSubSection
  67. SubSection "Display"
  68. Viewport 0 0
  69. Depth 16
  70. EndSubSection
  71. SubSection "Display"
  72. Viewport 0 0
  73. Depth 24
  74. EndSubSection
  75. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement