Guest User

Untitled

a guest
Mar 4th, 2016
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Section "ServerFlags"
  2. Option "Xinerma" "true"
  3. EndSection
  4.  
  5. Section "Device"
  6. Identifier "Radeon0"
  7. Driver "radeon"
  8. Option "fbdev" "/dev/fb0"
  9. Option "Rotate" "CW"
  10. Option "AccelMethod" "G2D"
  11. Option "SWCursor" "On"
  12. # Option "NoLogo" "True"
  13. # Option "RenderAccel" "true"
  14. EndSection
  15.  
  16. Section "Device"
  17. Identifier "Radeon1"
  18. Driver "radeon"
  19. EndSection
  20.  
  21. Section "Monitor"
  22. Identifier "monitor0"
  23. EndSection
  24.  
  25. Section "Monitor"
  26. Identifier "monitor1"
  27. EndSection
  28.  
  29. Section "Screen"
  30. Identifier "Screen0"
  31. Device "Radeon0"
  32. Monitor "monitor0"
  33. DefaultColorDepth 24
  34. Subsection "Display"
  35. Depth 24
  36. Virtual 1920 1080
  37. Modes "1920x1080"
  38. EndSubsection
  39. EndSection
  40.  
  41. Section "Screen"
  42. Identifier "Screen1"
  43. Device "Radeon1"
  44. Monitor "monitor1"
  45. DefaultColorDepth 24
  46. Subsection "Display"
  47. Depth 24
  48. Virtual 1600 900
  49. Modes "1600x900"
  50. EndSubsection
  51. EndSection
Advertisement
Add Comment
Please, Sign In to add comment