techmik

newer xorg.conf

Jun 27th, 2011
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. ################## Original Display Settings ##################################
  2.  
  3. Section "Module"
  4. Load "glx"
  5. EndSection
  6.  
  7. Section "Monitor"
  8. Identifier "0-CRT1"
  9. Option "VendorName" "ATI Proprietary Driver"
  10. Option "ModelName" "Generic Autodetecting Monitor"
  11. Option "DPMS" "true"
  12. Option "PreferredMode" "1680x1050"
  13. Option "TargetRefresh" "60"
  14. Option "Position" "1600 0"
  15. Option "Rotate" "normal"
  16. Option "Disable" "false"
  17. EndSection
  18.  
  19. Section "Monitor"
  20. Identifier "0-DFP1"
  21. Option "VendorName" "ATI Proprietary Driver"
  22. Option "ModelName" "Generic Autodetecting Monitor"
  23. Option "DPMS" "true"
  24. Option "PreferredMode" "1600x900"
  25. Option "TargetRefresh" "60"
  26. Option "Position" "0 0"
  27. Option "Rotate" "normal"
  28. Option "Disable" "false"
  29. EndSection
  30.  
  31. Section "Device"
  32. Identifier "amdcccle-Device[1]-0"
  33. Driver "fglrx"
  34. Option "Monitor-CRT1" "0-CRT1"
  35. Option "Monitor-DFP1" "0-DFP1"
  36. BusID "PCI:1:5:0"
  37. EndSection
  38.  
  39. Section "Screen"
  40. Identifier "Default Screen"
  41. DefaultDepth 24
  42. EndSection
  43.  
  44. Section "Screen"
  45. Identifier "amdcccle-Screen[1]-0"
  46. Device "amdcccle-Device[1]-0"
  47. DefaultDepth 24
  48. SubSection "Display"
  49. Viewport 0 0
  50. Virtual 3280 1680
  51. Depth 24
  52. EndSubSection
  53. EndSection
  54.  
  55. #################################################
  56.  
  57. Section "ServerLayout"
  58. Identifier "amdcccle Layout"
  59. Screen 0 "amdcccle-Screen[1]-0" 0 0
  60. Screen 1 "DisplaylinkScreen" RightOf "amdcccle-Screen[1]-0"
  61. EndSection
  62.  
  63. ############### DisplayLink Stuff ###############
  64.  
  65. Section "Device"
  66. Identifier "DisplayLinkDevice"
  67. driver "displaylink"
  68. Option "fbdev" "/dev/fb1"
  69. EndSection
  70.  
  71. Section "Monitor"
  72. Identifier "DisplayLinkMonitor"
  73. EndSection
  74.  
  75. Section "Screen"
  76. Identifier "DisplayLinkScreen"
  77. Device "DisplayLinkDevice"
  78. Monitor "DisplayLinkMonitor"
  79. SubSection "Display"
  80. Depth 24
  81. Modes "1440x900"
  82. EndSubSection
  83. EndSection
Advertisement
Add Comment
Please, Sign In to add comment