Advertisement
Guest User

xorg.conf.new

a guest
Aug 27th, 2011
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 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/local/lib/xorg/modules"
  10. FontPath "/usr/local/lib/X11/fonts/misc/"
  11. FontPath "/usr/local/lib/X11/fonts/TTF/"
  12. FontPath "/usr/local/lib/X11/fonts/OTF"
  13. FontPath "/usr/local/lib/X11/fonts/Type1/"
  14. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  15. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "dbe"
  20. Load "dri"
  21. Load "dri2"
  22. Load "extmod"
  23. Load "glx"
  24. Load "record"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Mouse0"
  34. Driver "mouse"
  35. Option "Protocol" "auto"
  36. Option "Device" "/dev/sysmouse"
  37. Option "ZAxisMapping" "4 5 6 7"
  38. EndSection
  39.  
  40. Section "Monitor"
  41. #DisplaySize 440 250 # mm
  42. Identifier "Monitor0"
  43. VendorName "ACR"
  44. ModelName "X203H"
  45. HorizSync 30.0 - 80.0
  46. VertRefresh 55.0 - 75.0
  47. Option "DPMS"
  48. EndSection
  49.  
  50. Section "Device"
  51. ### Available Driver options are:-
  52. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  53. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  54. ### [arg]: arg optional
  55. #Option "SWcursor" # [<bool>]
  56. #Option "HWcursor" # [<bool>]
  57. #Option "NoAccel" # [<bool>]
  58. #Option "ShadowFB" # [<bool>]
  59. #Option "UseFBDev" # [<bool>]
  60. #Option "Rotate" # [<str>]
  61. #Option "VideoKey" # <i>
  62. #Option "FlatPanel" # [<bool>]
  63. #Option "FPDither" # [<bool>]
  64. #Option "CrtcNumber" # <i>
  65. #Option "FPScale" # [<bool>]
  66. #Option "FPTweak" # <i>
  67. #Option "DualHead" # [<bool>]
  68. Identifier "Card0"
  69. Driver "nv"
  70. VendorName "nVidia Corporation"
  71. BoardName "NV44A [GeForce 6200]"
  72. BusID "PCI:3:13:0"
  73. EndSection
  74.  
  75. Section "Screen"
  76. Identifier "Screen0"
  77. Device "Card0"
  78. Monitor "Monitor0"
  79. SubSection "Display"
  80. Viewport 0 0
  81. Depth 1
  82. EndSubSection
  83. SubSection "Display"
  84. Viewport 0 0
  85. Depth 4
  86. EndSubSection
  87. SubSection "Display"
  88. Viewport 0 0
  89. Depth 8
  90. EndSubSection
  91. SubSection "Display"
  92. Viewport 0 0
  93. Depth 15
  94. EndSubSection
  95. SubSection "Display"
  96. Viewport 0 0
  97. Depth 16
  98. EndSubSection
  99. SubSection "Display"
  100. Viewport 0 0
  101. Depth 24
  102. EndSubSection
  103. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement