Guest User

xorg configuration file for dual monitor

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