Guest User

Untitled

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