Advertisement
Guest User

Untitled

a guest
Mar 5th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #Section "Device"
  2. # Identifier "RadeonHD"
  3. # Driver "fglrx"
  4. # BusID "PCI:1:0:0"
  5. # Option "Monitor-DFP2" "DVI1"
  6. # Option "Monitor-DFP3" "DVI2"
  7. # Option "SWCursor" "true"
  8. # Option "XAANoOffscreenPixmaps" "true"
  9. #EndSection
  10.  
  11.  
  12. #Section "Monitor"
  13. # Identifier "DVI1"
  14. # Option "PreferredMode" "1920x1200"
  15. #EndSection
  16.  
  17. #Section "Monitor"
  18. # Identifier "DVI2"
  19. # Option "PreferredMode" "1920x1080"
  20. # Option "LeftOf" "DVI1"
  21. #EndSection
  22.  
  23. #Section "Screen"
  24. # Identifier "ati-Screen0"
  25. # Device "RadeonHD"
  26. # Monitor "DVI1"
  27. # Monitor "DVI2"
  28. # DefaultDepth 24
  29. # SubSection "Display"
  30. # Depth 24
  31. # Virtual 3900 1300
  32. # EndSubSection
  33. #EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement