Advertisement
Guest User

Untitled

a guest
Apr 6th, 2016
125
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 352.79  (buildmeister@swio-display-x64-rhel04-15)  Wed Jan 13 17:02:24 PST 2016
  3.  
  4. Section "ServerLayout"
  5.     Identifier     "layout"
  6.     Screen      0  "nvidia" 0 0
  7.     Inactive       "intel"
  8.     InputDevice    "Keyboard0" "CoreKeyboard"
  9.     InputDevice    "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "InputDevice"
  13.     # generated from default
  14.     Identifier     "Keyboard0"
  15.     Driver         "keyboard"
  16. EndSection
  17.  
  18. Section "InputDevice"
  19.     # generated from default
  20.     Identifier     "Mouse0"
  21.     Driver         "mouse"
  22.     Option         "Protocol" "auto"
  23.     Option         "Device" "/dev/psaux"
  24.     Option         "Emulate3Buttons" "no"
  25.     Option         "ZAxisMapping" "4 5"
  26. EndSection
  27.  
  28. Section "Monitor"
  29.     Identifier     "Monitor0"
  30.     VendorName     "Unknown"
  31.     ModelName      "Unknown"
  32.     HorizSync       28.0 - 33.0
  33.     VertRefresh     43.0 - 72.0
  34.     Option         "DPMS"
  35. EndSection
  36.  
  37. Section "Device"
  38.     Identifier     "intel"
  39.     Driver         "intel"
  40.     Option         "AccelMethod" "SNA"
  41.     BusID          "PCI:0@0:2:0"
  42. EndSection
  43.  
  44. Section "Device"
  45.     Identifier     "nvidia"
  46.     Driver         "nvidia"
  47.     BusID          "PCI:1@0:0:0"
  48. EndSection
  49.  
  50. Section "Device"
  51.     Identifier     "nvidia"
  52.     Driver         "nvidia"
  53.     Option         "ConstrainCursor" "off"
  54.     BusID          "PCI:2@0:0:0"
  55. EndSection
  56.  
  57. Section "Screen"
  58.     Identifier     "intel"
  59.     Device         "intel"
  60.     Monitor        "Monitor0"
  61. EndSection
  62.  
  63. Section "Screen"
  64.     Identifier     "nvidia"
  65.     Device         "nvidia"
  66.     Monitor        "Monitor0"
  67.     DefaultDepth    24
  68.     Option         "AllowEmptyInitialConfiguration" "on"
  69.     Option         "IgnoreDisplayDevices" "CRT"
  70.     Option         "ConstrainCursor" "off"
  71.     Option         "Coolbits" "28"
  72.     SubSection     "Display"
  73.         Depth       24
  74.         Modes      "nvidia-auto-select"
  75.     EndSubSection
  76. EndSection
  77.  
  78. Section "Screen"
  79.     Identifier     "nvidia"
  80.     Device         "nvidia"
  81.     Monitor        "Monitor0"
  82.     Option         "AllowEmptyInitialConfiguration" "on"
  83.     Option         "IgnoreDisplayDevices" "CRT"
  84. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement