Advertisement
Guest User

xorg.conf seispantallas

a guest
Oct 5th, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. root@seispantallas:~# cat /etc/X11/xorg.conf
  2. # nvidia-settings: X configuration file generated by nvidia-settings
  3. # nvidia-settings: version 285.05.09 ([email protected]) Fri Sep 23 19:18:04 PDT 2011
  4.  
  5. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  6. # nvidia-xconfig: version 280.13 ([email protected]) Wed Jul 27 17:18:55 PDT 2011
  7.  
  8. Section "ServerLayout"
  9.  
  10. # Removed Option "Xinerama" "0"
  11. Identifier "Layout0"
  12. Screen 0 "Screen0" 0 0
  13. Screen 1 "Screen1" RightOf "Screen0"
  14. InputDevice "Keyboard0" "CoreKeyboard"
  15. InputDevice "Mouse0" "CorePointer"
  16. Option "Xinerama" "1"
  17. EndSection
  18.  
  19. Section "Files"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23.  
  24. # generated from default
  25. Identifier "Mouse0"
  26. Driver "mouse"
  27. Option "Protocol" "auto"
  28. Option "Device" "/dev/psaux"
  29. Option "Emulate3Buttons" "no"
  30. Option "ZAxisMapping" "4 5"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34.  
  35. # generated from default
  36. Identifier "Keyboard0"
  37. Driver "kbd"
  38. EndSection
  39.  
  40. Section "Monitor"
  41. Identifier "Monitor0"
  42. VendorName "Unknown"
  43. ModelName "TOSHIBA-TV"
  44. HorizSync 15.0 - 65.0
  45. VertRefresh 49.0 - 76.0
  46. Option "DPMS"
  47. EndSection
  48.  
  49. Section "Monitor"
  50. Identifier "Monitor1"
  51. VendorName "Unknown"
  52. ModelName "TOSHIBA-TV"
  53. HorizSync 15.0 - 65.0
  54. VertRefresh 49.0 - 76.0
  55. EndSection
  56.  
  57. Section "Device"
  58. Identifier "Device0"
  59. Driver "nvidia"
  60. VendorName "NVIDIA Corporation"
  61. BoardName "GeForce 9500 GT"
  62. BusID "PCI:2:0:0"
  63. Screen 0
  64. EndSection
  65.  
  66. Section "Device"
  67. Identifier "ATI0"
  68. Driver "fglrx"
  69. EndSection
  70.  
  71. Section "Device"
  72. Identifier "Device1"
  73. Driver "nvidia"
  74. VendorName "NVIDIA Corporation"
  75. BoardName "GeForce 9500 GT"
  76. BusID "PCI:2:0:0"
  77. Screen 1
  78. EndSection
  79.  
  80. Section "Screen"
  81.  
  82. # Removed Option "metamodes" "DFP-0: 1920x1080 +0+0; DFP-0: nvidia-auto-select +0+0"
  83. Identifier "Screen0"
  84. Device "Device0"
  85. Monitor "Monitor0"
  86. DefaultDepth 24
  87. Option "TwinView" "0"
  88. Option "metamodes" "DFP-0: 1024x768 +0+0"
  89. SubSection "Display"
  90. Depth 24
  91. EndSubSection
  92. EndSection
  93.  
  94. Section "Screen"
  95. Identifier "Screen1"
  96. Device "Device1"
  97. Monitor "Monitor1"
  98. DefaultDepth 24
  99. Option "TwinView" "0"
  100. Option "metamodes" "DFP-1: 1024x768 +0+0"
  101. SubSection "Display"
  102. Depth 24
  103. EndSubSection
  104. EndSection
  105.  
  106. Section "Extensions"
  107. Option "Composite" "Disable"
  108. EndSection
  109.  
  110.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement