Advertisement
Guest User

Untitled

a guest
Feb 4th, 2015
1,652
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout"
  3. Screen 0 "intel"
  4. Screen 1 "radeon" LeftOf "intel"
  5. EndSection
  6.  
  7. Section "Device"
  8. Identifier "radeon"
  9. Driver "radeon"
  10. BusID "PCI:1:0:0"
  11. Screen 1
  12.  
  13. Option "AccelMethod" "glamor"
  14. Option "EnablePageFlip" "on"
  15. EndSection
  16.  
  17. Section "Device"
  18. Identifier "intel"
  19. Driver "intel"
  20. BusID "PCI:0:2:0"
  21. Screen 0
  22. Option "DRI" "3"
  23. EndSection
  24.  
  25. Section "Screen"
  26. Identifier "intel"
  27. Device "intel"
  28. Monitor "monitor"
  29. DefaultDepth 24
  30. EndSection
  31.  
  32. Section "Screen"
  33. Identifier "radeon"
  34. Device "radeon"
  35. Monitor "monitor"
  36. DefaultDepth 24
  37. EndSection
  38.  
  39. Section "Monitor"
  40. Identifier "monitor"
  41. Option "Enable" "true"
  42. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement