Advertisement
Guest User

working xorg.conf

a guest
Mar 5th, 2014
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings: version 334.21 (buildmeister@swio-display-x64-rhel04-16) Thu Feb 27 14:36:51 PST 2014
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0" 0 0
  7. Screen 1 "Screen1" RightOf "Screen0"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. Option "Xinerama" "1"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17. # generated from default
  18. Identifier "Mouse0"
  19. Driver "mouse"
  20. Option "Protocol" "auto"
  21. Option "Device" "/dev/psaux"
  22. Option "Emulate3Buttons" "no"
  23. Option "ZAxisMapping" "4 5"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27. # generated from default
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "Monitor"
  33. # HorizSync source: edid, VertRefresh source: edid
  34. Identifier "Monitor0"
  35. VendorName "Unknown"
  36. ModelName "BenQ XL2420TE"
  37. HorizSync 30.0 - 160.0
  38. VertRefresh 56.0 - 144.0
  39. Option "DPMS"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. # HorizSync source: unknown, VertRefresh source: unknown
  44. Identifier "Monitor1"
  45. VendorName "Unknown"
  46. ModelName "Ancor Communications Inc ASUS VH236H"
  47. HorizSync 0.0 - 0.0
  48. VertRefresh 0.0
  49. Option "DPMS"
  50. EndSection
  51.  
  52. Section "Device"
  53. Identifier "Device0"
  54. Driver "nvidia"
  55. VendorName "NVIDIA Corporation"
  56. BoardName "GeForce GTX 460"
  57. BusID "PCI:1:0:0"
  58. EndSection
  59.  
  60. Section "Device"
  61. Identifier "Device1"
  62. Driver "nvidia"
  63. VendorName "NVIDIA Corporation"
  64. BoardName "GeForce GTX 460"
  65. BusID "PCI:2:0:0"
  66. EndSection
  67.  
  68. Section "Screen"
  69. Identifier "Screen0"
  70. Device "Device0"
  71. Monitor "Monitor0"
  72. DefaultDepth 24
  73. Option "Stereo" "0"
  74. Option "metamodes" "1920x1080_144 +0+0"
  75. Option "SLI" "Off"
  76. Option "MultiGPU" "Off"
  77. Option "BaseMosaic" "off"
  78. SubSection "Display"
  79. Depth 24
  80. EndSubSection
  81. EndSection
  82.  
  83. Section "Screen"
  84. Identifier "Screen1"
  85. Device "Device1"
  86. Monitor "Monitor1"
  87. DefaultDepth 24
  88. Option "Stereo" "0"
  89. Option "metamodes" "1920x1080_60 +0+0"
  90. Option "SLI" "Off"
  91. Option "MultiGPU" "Off"
  92. Option "BaseMosaic" "off"
  93. SubSection "Display"
  94. Depth 24
  95. EndSubSection
  96. EndSection
  97.  
  98. Section "Extensions"
  99. Option "Composite" "Disable"
  100. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement