Guest User

Untitled

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