Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1.  
  2. Section "Monitor"
  3. Identifier "MonitorL"
  4. VendorName "Monitor Vendor"
  5. ModelName "Monitor Model"
  6. EndSection
  7.  
  8. Section "Monitor"
  9. Identifier "MonitorR"
  10. Option "RightOf" "MonitorL"
  11. EndSection
  12.  
  13. Section "Device"
  14. ### Available Driver options are:-
  15. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  16. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  17. ### <percent>: "<f>%"
  18. ### [arg]: arg optional
  19. #Option "SWcursor" # [<bool>]
  20. #Option "HWcursor" # [<bool>]
  21. #Option "NoAccel" # [<bool>]
  22. #Option "ShadowFB" # [<bool>]
  23. #Option "VideoKey" # <i>
  24. Identifier "Card0"
  25. Driver "nouveau"
  26.  
  27. Option "Monitor-VGA-1" "MonitorL"
  28. Option "Monitor-VGA-2" "MonitorR"
  29.  
  30.  
  31. BusID "PCI:1:0:0"
  32. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement