Advertisement
Guest User

grom

a guest
Aug 20th, 2008
1,466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Default Layout"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. EndSection
  6.  
  7. Section "Files"
  8. ModulePath "/usr/lib64/xorg/modules/"
  9. # ModulePath "/usr/lib/xorg/modules/"
  10. # FontPath "unix/:7100"
  11. EndSection
  12.  
  13. Section "Module"
  14. Load "fbdevhw"
  15. Load "record"
  16. Load "freetype"
  17. Load "type1"
  18. # Load "dri"
  19. Load "glx"
  20. Load "dbe"
  21. Load "extmod"
  22. EndSection
  23.  
  24. Section "ServerFlags"
  25. Option "Xinerama" "0"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Mouse0"
  30. Driver "mouse"
  31. Option "Protocol" "IMPS/2"
  32. Option "Device" "/dev/input/mice"
  33. Option "ZAxisMapping" "4 5"
  34. # Option "Emulate3Buttons" "yes"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38. Identifier "Keyboard0"
  39. Driver "kbd"
  40. Option "XkbModel" "pc105"
  41. Option "XkbLayout" "us"
  42. EndSection
  43.  
  44. Section "Device"
  45. Identifier "Videocard0"
  46. Driver "nvidia"
  47. BoardName "GeForce 7300 GT"
  48. BusID "PCI:1:0:0"
  49. Screen 0
  50. EndSection
  51.  
  52. Section "Device"
  53. Identifier "Videocard1"
  54. Driver "nvidia"
  55. BoardName "GeForce 7300 GT"
  56. BusID "PCI:1:0:0"
  57. Screen 1
  58. EndSection
  59.  
  60. Section "Monitor"
  61. Identifier "Monitor0"
  62. VendorName "Dell"
  63. ModelName "Dell 2405FPW (Digital)"
  64. HorizSync 30.0 - 83.0
  65. VertRefresh 56.0 - 76.0
  66. Option "dpms"
  67. EndSection
  68.  
  69. Section "Monitor"
  70. Identifier "Monitor1"
  71. VendorName "Dell"
  72. ModelName "Dell 1908FP"
  73. HorizSync 30.0 - 81.0
  74. VertRefresh 56.0 - 76.0
  75. EndSection
  76.  
  77. Section "Screen"
  78. Identifier "Screen0"
  79. Device "Videocard0"
  80. Monitor "Monitor0"
  81. DefaultDepth 24
  82. Option "TwinView" "1"
  83. Option "TwinViewXineramaInfoOrder" "DFP-0"
  84. Option "metamodes" "CRT: nvidia-auto-select +0+0, DFP: 1680x1050 +1280+0; CRT: NULL, DFP: 1680x1050 +0+0; CRT: NULL, DFP: 1280x1024 +0+0; CRT: NULL, DFP: 1024x768 +0+0; CRT: NULL, DFP: 800x600 +0+0; CRT: NULL, DFP: 640x480 +0+0"
  85. SubSection "Display"
  86. Depth 24
  87. EndSubSection
  88. EndSection
  89.  
  90. Section "Screen"
  91. Identifier "Screen1"
  92. Device "VideoCard1"
  93. Monitor "Monitor1"
  94. DefaultDepth 24
  95. Option "TwinView" "0"
  96. Option "metamodes" "CRT: nvidia-auto-select +0+0"
  97. EndSection
  98.  
  99. #Section "DRI"
  100. # Group 0
  101. # Mode 0666
  102. #EndSection
  103.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement