Advertisement
Guest User

Untitled

a guest
Jan 13th, 2011
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. # Screen 1 "Screen1" RightOf "Screen0"
  5. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "Files"
  10. ModulePath "/usr/lib64/xorg/modules"
  11. FontPath "/usr/share/fonts/misc/"
  12. FontPath "/usr/share/fonts/TTF/"
  13. FontPath "/usr/share/fonts/OTF/"
  14. FontPath "/usr/share/fonts/Type1/"
  15. FontPath "/usr/share/fonts/100dpi/"
  16. FontPath "/usr/share/fonts/75dpi/"
  17. EndSection
  18.  
  19. Section "Module"
  20. Load "glx"
  21. Load "dbe"
  22. Load "record"
  23. Load "extmod"
  24. Load "dri2"
  25. Load "dri"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Keyboard0"
  30. Driver "kbd"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34. Identifier "Mouse0"
  35. Driver "mouse"
  36. Option "Protocol" "auto"
  37. Option "Device" "/dev/input/mice"
  38. Option "ZAxisMapping" "4 5 6 7"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. Identifier "Monitor0"
  43. VendorName "Monitor Vendor"
  44. ModelName "Monitor Model"
  45. HorizSync 31.0 - 80.0
  46. VertRefresh 55.0 - 76.0
  47. Modeline "1368x768_70" 101.70 1368 1448 1592 1816 768 769 772 800 -HSync +Vsync
  48. Option "DPMS"
  49. EndSection
  50.  
  51. #Section "Monitor"
  52. # Identifier "Monitor1"
  53. # VendorName "Monitor Vendor"
  54. # ModelName "Monitor Model"
  55. #EndSection
  56.  
  57. Section "Device"
  58. Identifier "Card0"
  59. Driver "nvidia"
  60. BusID "PCI:2:0:0"
  61. EndSection
  62.  
  63. #Section "Device"
  64. ### Available Driver options are:-
  65. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  66. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  67. ### <percent>: "<f>%"
  68. ### [arg]: arg optional
  69. #Option "AccelMethod" # [<str>]
  70. #Option "DRI" # [<bool>]
  71. #Option "ColorKey" # <i>
  72. #Option "VideoKey" # <i>
  73. #Option "FallbackDebug" # [<bool>]
  74. #Option "Tiling" # [<bool>]
  75. #Option "Shadow" # [<bool>]
  76. #Option "SwapbuffersWait" # [<bool>]
  77. #Option "XvMC" # [<bool>]
  78. #Option "XvPreferOverlay" # [<bool>]
  79. #Option "DebugFlushBatches" # [<bool>]
  80. #Option "DebugFlushCaches" # [<bool>]
  81. #Option "DebugWait" # [<bool>]
  82. # Identifier "Card1"
  83. # Driver "intel"
  84. # BusID "PCI:0:2:0"
  85. #EndSection
  86.  
  87. Section "Screen"
  88. Identifier "Screen0"
  89. Device "Card0"
  90. Monitor "Monitor0"
  91. DefaultDepth 24
  92. Option "TwinView" "0"
  93. Option "TwinViewXineramaInfoOrder" "CRT-0"
  94. Option "metamodes" "1368x768_70.00 +0+0; 1368x768_70.00 +0+0
  95. SubSection "Display"
  96. Viewport 0 0
  97. Depth 24
  98. EndSubSection
  99. EndSection
  100.  
  101. #Section "Screen"
  102. # Identifier "Screen1"
  103. # Device "Card1"
  104. # Monitor "Monitor1"
  105. # SubSection "Display"
  106. # Viewport 0 0
  107. # Depth 24
  108. # EndSubSection
  109. #EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement