Advertisement
Guest User

torvus_xorg.conf

a guest
Jan 15th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Device"
  2.   Identifier "Device0"
  3.   Driver     "nouveau"
  4.   BusID      "PCI:7:0:0"
  5.   Option     "Monitor-DVI-I-1" "Monitor0"
  6.   Option     "Monitor-DVI-I-2" "Monitor1"
  7. EndSection
  8.  
  9. Section "Monitor"
  10.   Identifier "Monitor0"
  11.   Option     "DPMS" "on"
  12.   VendorName "SAM"
  13.   ModelName  "593"
  14.   Option     "Primary" "true"
  15.   Option     "PreferredMode" "1920x1080"
  16. EndSection
  17.  
  18. Section "Monitor"
  19.   Identifier "Monitor1"
  20.   Option     "DPMS" "on"
  21.   VendorName "SAM"
  22.   ModelName  "1e1"
  23.   Option     "LeftOf" "Monitor0"
  24.   Option     "Primary" "false"
  25.   Option     "Enable"  "false"
  26.   Option     "PreferredMode" "1280x1024"
  27. EndSection
  28.  
  29. Section "Screen"
  30.   Identifier "Screen0"
  31.   Device     "Device0"
  32.   Monitor    "Monitor0"
  33.   DefaultDepth 24
  34.   SubSection "Display"
  35.     Depth 24
  36.     Virtual 3200 1080
  37.   EndSubSection
  38. EndSection
  39.  
  40. Section "Screen"
  41.   Identifier "Screen1"
  42.   Device     "Device0"
  43.   Monitor    "Monitor1"
  44.   DefaultDepth 24
  45.   SubSection "Display"
  46.     Depth 24
  47.   EndSubSection
  48. EndSection
  49.  
  50. Section "ServerFlags"
  51.   Option "Xinerama" "Off"
  52. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement