Advertisement
Guest User

Untitled

a guest
Jan 15th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier     "Layout0"
  3.     Screen      0  "Screen0" 0 0
  4.     InputDevice    "Keyboard0" "CoreKeyboard"
  5.     InputDevice    "Mouse0" "CorePointer"
  6.     Option         "Xinerama" "0"
  7. EndSection
  8.  
  9. Section "Files"
  10. EndSection
  11.  
  12. Section "InputDevice"
  13.  
  14.     # generated from default
  15.     Identifier     "Mouse0"
  16.     Driver         "mouse"
  17.     Option         "Protocol" "auto"
  18.     Option         "Device" "/dev/psaux"
  19.     Option         "Emulate3Buttons" "no"
  20.     Option         "ZAxisMapping" "4 5"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24.  
  25.     # generated from default
  26.     Identifier     "Keyboard0"
  27.     Driver         "kbd"
  28. EndSection
  29.  
  30. Section "Monitor"
  31.     Identifier     "Monitor0"
  32.     VendorName     "Unknown"
  33.     ModelName      "Samsung S24D590"
  34.     HorizSync       30.0 - 81.0
  35.     VertRefresh     50.0 - 75.0
  36.     Option         "DPMS"
  37.     Option     "Primary"   "False"
  38. EndSection
  39.  
  40. Section "Device"
  41.     Identifier     "Device0"
  42.     Driver         "nvidia"
  43.     VendorName     "NVIDIA Corporation"
  44.     BoardName      "GeForce GTX 960"
  45. EndSection
  46.  
  47. Section "Screen"
  48.  
  49.     Identifier     "Screen0"
  50.     Device         "Device0"
  51.     Monitor        "Monitor0"
  52.     DefaultDepth    24
  53.     Option         "Stereo" "0"
  54.     Option         "metamodes" "HDMI-0: nvidia-auto-select +1920+0 { ForceCompositionPipeline = On }, DP-2: nvidia-auto-select +0+110 { ForceCompositionPipeline = On }"
  55.     Option         "SLI" "Off"
  56.     Option         "MultiGPU" "Off"
  57.     Option         "BaseMosaic" "off"
  58.     SubSection     "Display"
  59.         Depth       24
  60.     EndSubSection
  61. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement