Advertisement
Guest User

Untitled

a guest
Dec 30th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. c@X220:~ $ cat /etc/X11/xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig:  version 375.26  (buildmeister@swio-display-x86-rhel47-01)  Thu Dec  8 19:07:46 PST 2016
  4.  
  5. Section "ServerLayout"
  6.     Identifier     "Layout0"
  7.     Screen      0  "Screen0"
  8.     InputDevice    "Keyboard0" "CoreKeyboard"
  9.     InputDevice    "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16.     # generated from default
  17.     Identifier     "Mouse0"
  18.     Driver         "mouse"
  19.     Option         "Protocol" "auto"
  20.     Option         "Device" "/dev/psaux"
  21.     Option         "Emulate3Buttons" "no"
  22.     Option         "ZAxisMapping" "4 5"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26.     # generated from default
  27.     Identifier     "Keyboard0"
  28.     Driver         "kbd"
  29. EndSection
  30.  
  31. Section "Monitor"
  32.     Identifier     "Monitor0"
  33.     VendorName     "Unknown"
  34.     ModelName      "OPD 324KS-DP"
  35.     HorizSync       160.0 - 160.0
  36.     VertRefresh     48.0 - 65.0
  37.     Option         "DPMS"
  38. EndSection
  39.  
  40. #Section "Monitor"
  41.     #Identifier     "Monitor0"
  42.     #VendorName     "Unknown"
  43.     #ModelName      "Unknown"
  44.     #HorizSync       28.0 - 33.0
  45.     #VertRefresh     43.0 - 72.0
  46.     #Option         "DPMS"
  47. #EndSection
  48.  
  49. Section "Device"
  50.     Identifier     "Device0"
  51.     Driver         "nvidia"
  52.     BusID "PCI:5:0:0"
  53.     VendorName     "NVIDIA Corporation"
  54.     Option         "RegistryDwords" "PerfLevelSrc=0x3322; PowerMizerDefaultAC=0x1"
  55.     Option         "TripleBuffer" "True"
  56.     Option "AccelMethod" "EXA"
  57. EndSection
  58.  
  59. Section "Screen"
  60.     Identifier     "Screen0"
  61.     Device         "Device0"
  62.     Monitor        "Monitor0"
  63.     DefaultDepth    24
  64.     Option         "Stereo" "0"
  65.     Option         "metamodes" "nvidia-auto-select +0+0"
  66.     Option         "SLI" "Off"
  67.     Option         "MultiGPU" "Off"
  68.     Option         "BaseMosaic" "off"
  69.     SubSection     "Display"
  70.         Depth       24
  71.     EndSubSection
  72. EndSection
  73.  
  74. #Section "Screen"
  75.     #Identifier     "Screen0"
  76.     #Device         "Device0"
  77.     #Monitor        "Monitor0"
  78.     #DefaultDepth    24
  79.     #SubSection     "Display"
  80.         #Depth       24
  81.     #EndSubSection
  82. #EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement