Advertisement
Guest User

xorg.conf

a guest
Jan 6th, 2018
102
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.     Screen      1  "Screen1" RightOf "Screen0"
  5.     InputDevice    "Keyboard0" "CoreKeyboard"
  6.     InputDevice    "Mouse0" "CorePointer"
  7.     Option         "Xinerama" "0"
  8. EndSection
  9.  
  10. Section "Files"
  11. EndSection
  12.  
  13. Section "InputDevice"
  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.     # generated from default
  25.     Identifier     "Keyboard0"
  26.     Driver         "kbd"
  27. EndSection
  28.  
  29. Section "Monitor"
  30.     # HorizSync source: edid, VertRefresh source: edid
  31.     Identifier     "Monitor0"
  32.     VendorName     "Unknown"
  33.     ModelName      "Samsung SMS19A100"
  34.     HorizSync       30.0 - 81.0
  35.     VertRefresh     56.0 - 75.0
  36.     Option         "DPMS"
  37. EndSection
  38.  
  39. Section "Monitor"
  40.     # HorizSync source: edid, VertRefresh source: edid
  41.     Identifier     "Monitor1"
  42.     VendorName     "Unknown"
  43.     ModelName      "LG Electronics W1943"
  44.     HorizSync       30.0 - 61.0
  45.     VertRefresh     56.0 - 75.0
  46.     Option         "DPMS"
  47. EndSection
  48.  
  49. Section "Device"
  50.     Identifier     "Device0"
  51.     Driver         "nvidia"
  52.     VendorName     "NVIDIA Corporation"
  53.     BoardName      "GeForce GTX 550 Ti"
  54.     BusID          "PCI:2:0:0"
  55. EndSection
  56.  
  57. Section "Device"
  58.     Identifier     "Device1"
  59.     Driver         "nvidia"
  60.     VendorName     "NVIDIA Corporation"
  61.     BoardName      "GeForce 7025 / nForce 630a"
  62.     BusID          "PCI:0:13:0"
  63. EndSection
  64.  
  65. Section "Screen"
  66.     Identifier     "Screen0"
  67.     Device         "Device0"
  68.     Monitor        "Monitor0"
  69.     DefaultDepth    24
  70.     Option         "Stereo" "0"
  71.     Option         "nvidiaXineramaInfoOrder" "CRT-1"
  72.     Option         "metamodes" "nvidia-auto-select +0+0"
  73.     SubSection     "Display"
  74.         Depth       24
  75.     EndSubSection
  76. EndSection
  77.  
  78. Section "Screen"
  79.     Identifier     "Screen1"
  80.     Device         "Device1"
  81.     Monitor        "Monitor1"
  82.     DefaultDepth    24
  83.     Option         "Stereo" "0"
  84.     Option         "metamodes" "nvidia-auto-select +0+0"
  85.     SubSection     "Display"
  86.         Depth       24
  87.     EndSubSection
  88. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement