Advertisement
Guest User

Untitled

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