Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 256.53  (buildmeister@builder101)  Fri Aug 27 21:34:01 PDT 2010
  3.  
  4. # nvidia-settings: X configuration file generated by nvidia-settings
  5. # nvidia-settings:  version 1.0  (buildd@palmer)  Sun Feb  1 20:21:04 UTC 2009
  6. # commented out by update-manager, HAL is now used and auto-detects devices
  7. # Keyboard settings are now read from /etc/default/console-setup
  8. #Section "InputDevice"
  9. #
  10. #    # generated from default
  11. #    Identifier     "Mouse0"
  12. #    Driver         "mouse"
  13. #    Option         "Protocol" "auto"
  14. #    Option         "Device" "/dev/psaux"
  15. #    Option         "Emulate3Buttons" "no"
  16. #    Option         "ZAxisMapping" "4 5"
  17. #EndSection
  18. # commented out by update-manager, HAL is now used and auto-detects devices
  19. # Keyboard settings are now read from /etc/default/console-setup
  20. #Section "InputDevice"
  21. #
  22. #    # generated from default
  23. #    Identifier     "Keyboard0"
  24. #    Driver         "kbd"
  25. #EndSection
  26.  
  27. Section "ServerLayout"
  28.  
  29. # commented out by update-manager, HAL is now used and auto-detects devices
  30. # Keyboard settings are now read from /etc/default/console-setup
  31. #    InputDevice    "Keyboard0" "CoreKeyboard"
  32. # commented out by update-manager, HAL is now used and auto-detects devices
  33. # Keyboard settings are now read from /etc/default/console-setup
  34. #    InputDevice    "Mouse0" "CorePointer"
  35.     Identifier     "Layout0"
  36.     Screen      0  "Screen0" 1024 0
  37.     Screen      1  "Screen1" 0 0
  38.     InputDevice    "Keyboard0" "CoreKeyboard"
  39.     InputDevice    "Mouse0" "CorePointer"
  40. EndSection
  41.  
  42. Section "Files"
  43. EndSection
  44.  
  45. Section "ServerFlags"
  46.     Option         "Xinerama" "0"
  47. EndSection
  48.  
  49. Section "InputDevice"
  50.  
  51.     # generated from default
  52.     Identifier     "Keyboard0"
  53.     Driver         "keyboard"
  54. EndSection
  55.  
  56. Section "InputDevice"
  57.  
  58.     # generated from default
  59.     Identifier     "Mouse0"
  60.     Driver         "mouse"
  61.     Option         "Protocol" "auto"
  62.     Option         "Device" "/dev/psaux"
  63.     Option         "Emulate3Buttons" "no"
  64.     Option         "ZAxisMapping" "4 5"
  65. EndSection
  66.  
  67. Section "Monitor"
  68.     Identifier     "Monitor0"
  69.     VendorName     "Unknown"
  70.     ModelName      "PHILIPS 107E5"
  71.     HorizSync       30.0 - 71.0
  72.     VertRefresh     50.0 - 160.0
  73.     Option         "DPMS"
  74. EndSection
  75.  
  76. Section "Monitor"
  77.     Identifier     "Monitor1"
  78.     VendorName     "Unknown"
  79.     ModelName      "TV-0"
  80.     HorizSync       30.0 - 71.0
  81.     VertRefresh     50.0 - 160.0
  82. EndSection
  83.  
  84. Section "Device"
  85.     Identifier     "Device0"
  86.     Driver         "nvidia"
  87.     VendorName     "NVIDIA Corporation"
  88.     BoardName      "GeForce 7600 GS"
  89.     BusID          "PCI:1:0:0"
  90.     Screen          0
  91. EndSection
  92.  
  93. Section "Device"
  94.     Identifier     "Device1"
  95.     Driver         "nvidia"
  96.     VendorName     "NVIDIA Corporation"
  97.     BoardName      "GeForce 7600 GS"
  98.     BusID          "PCI:1:0:0"
  99.     Screen          1
  100. EndSection
  101.  
  102. Section "Screen"
  103.  
  104.     # Removed Option "TwinView" "1"
  105.     # Removed Option "metamodes" "CRT: 1152x864_75 +0+0, TV: nvidia-auto-select +0+0"
  106.     Identifier     "Screen0"
  107.     Device         "Device0"
  108.     Monitor        "Monitor0"
  109.     DefaultDepth    24
  110.     Option         "TwinView" "0"
  111.     Option         "metamodes" "CRT: 1152x864_75 +0+0"
  112.     SubSection     "Display"
  113.         Depth       24
  114.     EndSubSection
  115. EndSection
  116.  
  117. Section "Screen"
  118.     Identifier     "Screen1"
  119.     Device         "Device1"
  120.     Monitor        "Monitor1"
  121.     DefaultDepth    24
  122.     Option         "TwinView" "0"
  123.     Option         "TVStandard" "PAL-B"
  124.     Option         "metamodes" "TV: 1024x768 +0+0"
  125.     SubSection     "Display"
  126.         Depth       24
  127.     EndSubSection
  128. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement