Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 1.38 KB | Hits: 62 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. > more /etc/X11/xorg.conf
  2. # File generated by XFdrake (rev )
  3.  
  4. # xorg.conf (X.Org X Window System server configuration file)
  5. #
  6. # This file was generated by dexconf, the Debian X Configuration tool, using
  7. # values from the debconf database.
  8. #
  9. # Edit this file with caution, and see the xorg.conf manual page.
  10. # (Type "man xorg.conf" at the shell prompt.)
  11. #
  12. # This file is automatically updated on xserver-xorg package upgrades *only*
  13. # if it has not been modified since the last upgrade of the xserver-xorg
  14. # package.
  15. #
  16. # If you have edited this file but would like it to be automatically updated
  17. # again, run the following command:
  18. # sudo dpkg-reconfigure -phigh xserver-xorg
  19. Section "Device"
  20.     Identifier "Configured Video Device"
  21. #    Option "UseFBDev" "true"
  22.     Option "Monitor-VGA1" "Sony"
  23.     Option "Monitor-DVI1" "IIYama"
  24. EndSection
  25.  
  26. Section "Monitor"
  27.     Identifier "Sony"
  28. EndSection
  29.  
  30. Section "Monitor"
  31.     Identifier "IIYama"
  32.     Option "PreferredMode" "1680x1050"
  33.     Option "Primary" "yes"
  34.     Option "LeftOf" "Sony"
  35. EndSection
  36.  
  37.  
  38. Section "ServerFlags"
  39.     Option "DefaultServerLayout"  "layout1"
  40. #    Option "Xinerama" "on"
  41. EndSection
  42.  
  43. Section "Screen"
  44.     Identifier "Default Screen"
  45.    
  46.     Subsection "Display"
  47.         Depth 24
  48.         Virtual 2960 1050
  49.     EndSubsection
  50. EndSection
  51.  
  52. Section "ServerLayout"
  53.     Identifier "layout1"
  54. EndSection