Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2011
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. [vasy@vasy ~]$ cat /etc/X11/xorg.conf
  2. Section "ServerLayout"
  3. Identifier "aticonfig Layout"
  4. Screen 0 "aticonfig-Screen[0]-0" 0 0
  5. EndSection
  6.  
  7. Section "Module"
  8. EndSection
  9.  
  10. Section "Monitor"
  11. Identifier "aticonfig-Monitor[0]-0"
  12. Option "VendorName" "ATI Proprietary Driver"
  13. Option "ModelName" "Generic Autodetecting Monitor"
  14. Option "DPMS" "true"
  15. EndSection
  16.  
  17. Section "Device"
  18. Identifier "aticonfig-Device[0]-0"
  19. Driver "fglrx"
  20. BusID "PCI:1:0:0"
  21. EndSection
  22.  
  23. Section "Screen"
  24. Identifier "aticonfig-Screen[0]-0"
  25. Device "aticonfig-Device[0]-0"
  26. Monitor "aticonfig-Monitor[0]-0"
  27. DefaultDepth 24
  28. SubSection "Display"
  29. Viewport 0 0
  30. Depth 24
  31. EndSubSection
  32. EndSection
  33.  
  34. Section "DRI"
  35. Mode 0666
  36. EndSection
  37. [vasy@vasy ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement