Advertisement
Guest User

xorg.conf separate x screen

a guest
Jul 22nd, 2011
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.55 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings:  version 260.19.26  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Sun Nov 28 22:58:57 PST 2010
  3.  
  4. Section "ServerLayout"
  5.     Identifier     "Layout0"
  6.     Screen      0  "Screen0" 0 1080
  7.     Screen      1  "Screen1" Above "Screen0"
  8.     InputDevice    "Keyboard0" "CoreKeyboard"
  9.     InputDevice    "Mouse0" "CorePointer"
  10.     Option         "Xinerama" "0"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17.     # generated from default
  18.     Identifier     "Mouse0"
  19.     Driver         "mouse"
  20.     Option         "Protocol" "auto"
  21.     Option         "Device" "/dev/psaux"
  22.     Option         "Emulate3Buttons" "no"
  23.     Option         "ZAxisMapping" "4 5"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27.     # generated from default
  28.     Identifier     "Keyboard0"
  29.     Driver         "kbd"
  30. EndSection
  31.  
  32. Section "Monitor"
  33.     # HorizSync source: edid, VertRefresh source: edid
  34.     Identifier     "Monitor0"
  35.     VendorName     "Unknown"
  36.     ModelName      "Samsung SyncMaster"
  37.     HorizSync       30.0 - 81.0
  38.     VertRefresh     56.0 - 75.0
  39.     Option         "DPMS"
  40. EndSection
  41.  
  42. Section "Monitor"
  43.     # HorizSync source: edid, VertRefresh source: edid
  44.     Identifier     "Monitor1"
  45.     VendorName     "Unknown"
  46.     ModelName      "Mitsubishi HC3800"
  47.     HorizSync       15.0 - 100.0
  48.     VertRefresh     24.0 - 61.0
  49.     Option         "DPMS"
  50. EndSection
  51.  
  52. Section "Device"
  53.     Identifier     "Device0"
  54.     Driver         "nvidia"
  55.     VendorName     "NVIDIA Corporation"
  56.     BoardName      "GeForce GT 430"
  57.     BusID          "PCI:1:0:0"
  58.     Screen          0
  59. EndSection
  60.  
  61. Section "Device"
  62.     Identifier     "Device1"
  63.     Driver         "nvidia"
  64.     VendorName     "NVIDIA Corporation"
  65.     BoardName      "GeForce GT 430"
  66.     BusID          "PCI:1:0:0"
  67.     Screen          1
  68. EndSection
  69.  
  70. Section "Screen"
  71.     Identifier     "Screen0"
  72.     Device         "Device0"
  73.     Monitor        "Monitor0"
  74.     DefaultDepth    24
  75.     Option         "TwinView" "0"
  76.     Option         "TwinViewXineramaInfoOrder" "CRT-1"
  77.     Option         "metamodes" "CRT: 1680x1050_60 +0+0"
  78.     SubSection     "Display"
  79.         Depth       24
  80.     EndSubSection
  81. EndSection
  82.  
  83. Section "Screen"
  84.     Identifier     "Screen1"
  85.     Device         "Device1"
  86.     Monitor        "Monitor1"
  87.     DefaultDepth    24
  88.     Option         "TwinView" "0"
  89.     Option         "metamodes" "DFP-1: 1920x1080_60 +0+0"
  90.     SubSection     "Display"
  91.         Depth       24
  92.     EndSubSection
  93. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement