daily pastebin goal
25%
SHARE
TWEET

Multiseat xorg_seat0.conf

AnthonyAMC Sep 29th, 2012 2,589 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier     "DualHead"
  3.     Screen      0  "Screen0" 0 0
  4.     Screen      1  "Screen1" RightOf "Screen0"
  5.     Option         "Xinerama" "0"
  6. EndSection
  7.  
  8. Section "ServerFlags"
  9.         Option "AutoAddGPU" "FALSE"
  10. EndSection
  11.  
  12. Section "Device"
  13.     Identifier     "Device0"
  14.     Driver         "nvidia"
  15.     VendorName     "NVIDIA Corporation"
  16.     BoardName      "GeForce GT 430"
  17.     BusID          "PCI:1:0:0"
  18.     Screen          0
  19. EndSection
  20.  
  21. Section "Device"
  22.     Identifier     "Device1"
  23.     Driver         "nvidia"
  24.     VendorName     "NVIDIA Corporation"
  25.     BoardName      "GeForce GT 430"
  26.     BusID          "PCI:1:0:0"
  27.     Screen          1
  28. EndSection
  29.  
  30. Section "InputClass"
  31.     Identifier "ignore_other_seats"
  32.     Option "Ignore" "yes"
  33. EndSection
  34.  
  35. Section "InputClass"
  36.     Identifier "input_default"
  37.     MatchTag "input_default"
  38.     Option "Ignore" "no"
  39. EndSection
  40.  
  41. Section "Monitor"
  42.     Identifier     "Monitor0"
  43.     VendorName     "Unknown"
  44.     ModelName      "Gateway HX2000"
  45.     HorizSync       31.0 - 83.0
  46.     VertRefresh     56.0 - 76.0
  47.     Option         "DPMS"
  48. EndSection
  49.  
  50. Section "Monitor"
  51.     Identifier     "Monitor1"
  52.     VendorName     "Unknown"
  53.     ModelName      "DELL 1907FPV"
  54.     HorizSync       30.0 - 81.0
  55.     VertRefresh     56.0 - 76.0
  56.     Option         "DPMS"
  57. EndSection
  58.  
  59. Section "Screen"
  60.     Identifier     "Screen0"
  61.     Device         "Device0"
  62.     Monitor        "Monitor0"
  63.     DefaultDepth    24
  64.     Option         "NoLogo" "True"
  65.     Option         "Coolbits" "5"
  66. #    Option         "DoubleBuffer" "True"
  67.     Option         "TripleBuffer" "True"
  68.     Option         "TwinView" "0"
  69.     SubSection     "Display"
  70.         Depth       24
  71.     EndSubSection
  72. EndSection
  73.  
  74. Section "Screen"
  75.     Identifier     "Screen1"
  76.     Device         "Device1"
  77.     Monitor        "Monitor1"
  78.     DefaultDepth    24
  79.     Option         "TwinView" "0"
  80.     SubSection     "Display"
  81.         Depth       24
  82.     EndSubSection
  83. EndSection
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top