Guest User

xorg conf

a guest
Sep 3rd, 2011
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "VGA0"
  4. Screen 1 "DVI0" RightOf "VGA0"
  5. Option "Xinerama" "0"
  6. EndSection
  7.  
  8. Section "Monitor"
  9. Identifier "Prestigio_VGA0"
  10. VendorName "Prestigio"
  11. ModelName "P1710"
  12. HorizSync 30-79
  13. VertRefresh 56-75
  14. Option "DPMS"
  15. EndSection
  16.  
  17. Section "Monitor"
  18. Identifier "Samsung_DVI0"
  19. VendorName "Samsung"
  20. ModelName "SyncMaster 720N"
  21. HorizSync 31-81
  22. VertRefresh 56-75
  23. Option "DPMS"
  24. EndSection
  25.  
  26. Section "Device"
  27. Identifier "Radeon X300"
  28. Driver "radeon"
  29. BusID "PCI:1:0:0"
  30. EndSection
  31.  
  32. Section "Device"
  33. Identifier "Radeon X300"
  34. Driver "radeon"
  35. BusID "PCI:1:0:0.0"
  36. EndSection
  37.  
  38. Section "Screen"
  39. Identifier "VGA0"
  40. Device "Radeon X300"
  41. Monitor "Prestigio_VGA0"
  42. Option "IgnoreEDID" "1"
  43. SubSection "Display"
  44. # Viewport 0 0
  45. Virtual 2560 1024
  46. Depth 24
  47. Modes "1280x1024" "1024x768" "800x600" "640x480"
  48. EndSubSection
  49. EndSection
  50.  
  51. Section "Screen"
  52. Identifier "DVI0"
  53. Device "Radeon X300"
  54. Monitor "Samsung_DVI0"
  55. Option "IgnoreEDID" "1"
  56. SubSection "Display"
  57. # Viewport 0 0
  58. Depth 24
  59. Modes "1280x1024" "1024x768" "800x600" "640x480"
  60. EndSubSection
  61. EndSection
Advertisement
Add Comment
Please, Sign In to add comment