daily pastebin goal
35%
SHARE
TWEET

denny

a guest Jun 21st, 2010 20 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings:  version 1.0  (buildd@crested)  Sun Feb  1 20:25:37 UTC 2009
  3.  
  4. # xorg.conf (X.Org X Window System server configuration file)
  5. #
  6. # This file was generated by dexconf, the Debian X Configuration tool, using
  7. # values from the debconf database.
  8. #
  9. # Edit this file with caution, and see the xorg.conf manual page.
  10. # (Type "man xorg.conf" at the shell prompt.)
  11. #
  12. # This file is automatically updated on xserver-xorg package upgrades *only*
  13. # if it has not been modified since the last upgrade of the xserver-xorg
  14. # package.
  15. #
  16. # Note that some configuration settings that could be done previously
  17. # in this file, now are automatically configured by the server and settings
  18. # here are ignored.
  19. #
  20. # If you have edited this file but would like it to be automatically updated
  21. # again, run the following command:
  22. #   sudo dpkg-reconfigure -phigh xserver-xorg
  23.  
  24. Section "ServerLayout"
  25.     Identifier     "Default Layout"
  26.     Screen      0  "Screen0" 0 0
  27.     Screen      1  "Screen1" 2560 0
  28.     InputDevice    "Keyboard0" "CoreKeyboard"
  29.     InputDevice    "Mouse0" "CorePointer"
  30. EndSection
  31.  
  32. Section "Module"
  33.     Load           "glx"
  34. EndSection
  35.  
  36. Section "ServerFlags"
  37.  
  38. # Removed Option "Xinerama" "0"
  39. # Removed Option "Xinerama" "1"
  40.     Option         "Xinerama" "0"
  41. EndSection
  42.  
  43. Section "InputDevice"
  44.  
  45.     # generated from default
  46.     Identifier     "Keyboard0"
  47.     Driver         "kbd"
  48. EndSection
  49.  
  50. Section "InputDevice"
  51.  
  52.     # generated from default
  53.     Identifier     "Mouse0"
  54.     Driver         "mouse"
  55.     Option         "Protocol" "auto"
  56.     Option         "Device" "/dev/psaux"
  57.     Option         "Emulate3Buttons" "no"
  58.     Option         "ZAxisMapping" "4 5"
  59. EndSection
  60.  
  61. Section "Monitor"
  62.     Identifier     "Configured Monitor"
  63. EndSection
  64.  
  65. Section "Monitor"
  66.     Identifier     "Monitor0"
  67.     VendorName     "Unknown"
  68.     ModelName      "Acer AL1917"
  69.     HorizSync       30.0 - 83.0
  70.     VertRefresh     55.0 - 75.0
  71. EndSection
  72.  
  73. Section "Monitor"
  74.     Identifier     "Monitor1"
  75.     VendorName     "Unknown"
  76.     ModelName      "ViewSonic VX2033WM"
  77.     HorizSync       24.0 - 82.0
  78.     VertRefresh     58.0 - 75.0
  79. EndSection
  80.  
  81. Section "Device"
  82.     Identifier     "Configured Video Device"
  83.     Driver         "nvidia"
  84.     Option         "NoLogo" "True"
  85. EndSection
  86.  
  87. Section "Device"
  88.     Identifier     "Device0"
  89.     Driver         "nvidia"
  90.     VendorName     "NVIDIA Corporation"
  91.     BoardName      "GeForce 9500 GT"
  92.     BusID          "PCI:2:0:0"
  93. EndSection
  94.  
  95. Section "Device"
  96.     Identifier     "Device1"
  97.     Driver         "nvidia"
  98.     VendorName     "NVIDIA Corporation"
  99.     BoardName      "Quadro FX 470"
  100.     BusID          "PCI:3:0:0"
  101. EndSection
  102.  
  103. Section "Screen"
  104.     Identifier     "Default Screen"
  105.     Device         "Configured Video Device"
  106.     Monitor        "Configured Monitor"
  107.     DefaultDepth    24
  108. EndSection
  109.  
  110. Section "Screen"
  111.  
  112. # Removed Option "metamodes" "CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1280+0"
  113. # Removed Option "metamodes" "CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1600+0"
  114.     Identifier     "Screen0"
  115.     Device         "Device0"
  116.     Monitor        "Monitor0"
  117.     DefaultDepth    24
  118.     Option         "TwinView" "1"
  119.     Option         "TwinViewXineramaInfoOrder" "CRT-0"
  120.     Option         "metamodes" "CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1280+0"
  121.     SubSection     "Display"
  122.         Depth       24
  123.     EndSubSection
  124. EndSection
  125.  
  126. Section "Screen"
  127.  
  128. # Removed Option "TwinViewXineramaInfoOrder" "CRT-0"
  129. # Removed Option "TwinViewXineramaInfoOrder" "CRT-1"
  130. # Removed Option "metamodes" "CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1280+0"
  131.     Identifier     "Screen1"
  132.     Device         "Device1"
  133.     Monitor        "Monitor1"
  134.     DefaultDepth    24
  135.     Option         "TwinView" "1"
  136.     Option         "TwinViewXineramaInfoOrder" "CRT-0"
  137.     Option         "metamodes" "CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1600+0"
  138.     SubSection     "Display"
  139.         Depth       24
  140.     EndSubSection
  141. EndSection
RAW Paste Data
Top