Advertisement
Guest User

Untitled

a guest
Jun 13th, 2018
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. Section "Device"
  3.     Identifier "Dev1"
  4. #   Driver "intel"
  5.  
  6.     Driver "modesetting"
  7.  
  8. #   Option "Monitor-DSI-1" "Configured Monitor"
  9. #   Option "Monitor-HDMI-1" "Dummy Mon"
  10. #   Option "ZaphodHeads" "0:DSI-1"
  11.     Option "ZaphodHeads" "DSI-1"
  12.     Option "AccelMethod" "sna"
  13.     Screen 0
  14. EndSection
  15.  
  16. Section "Device"
  17.     Identifier "Dev2"
  18. #   Driver "intel"
  19.     Driver "modesetting"
  20.     Option "Monitor-HDMI-1" "Dummy Mon"
  21.     Option "Monitor-DSI-1" "Configured Monitor"
  22. #   Option "ZaphodHeads" "1:HDMI-1"
  23.     Option "ZaphodHeads" "1:HDMI-1"
  24.     Option "AccelMethod" "sna"
  25.     Screen 1
  26. EndSection
  27.  
  28.  
  29. Section "Monitor"
  30.     Identifier "Configured Monitor"
  31. EndSection
  32.  
  33. Section "Monitor"
  34.     Identifier "Dummy Mon"
  35. #   Modeline "1366x768" 59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync
  36. EndSection
  37.  
  38. Section "Screen"
  39.     Identifier "Default Screen"
  40.     Monitor "Configured Monitor"
  41.     Device "Dev1"
  42. EndSection
  43.  
  44. Section "Screen"
  45.     Identifier "Dummy Screen"
  46.     Monitor "Dummy Mon"
  47.     Device "Dev2"
  48.     DefaultDepth 24
  49.     Subsection "Display"
  50.         Depth 24
  51.         Modes "1366x768"
  52.     EndSubSection
  53. EndSection
  54.  
  55. Section "ServerLayout"
  56.     Identifier "Layout"
  57.     Screen 0 "Default Screen" 0 0
  58.     Screen 1 "Dummy Screen" RightOf "Default Screen"
  59. #   Option "Xinerama" "True"
  60.     Option "AutoAddGPU" "False"
  61.     Option "AutoBindGPU" "False"
  62. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement