Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 13th, 2012  |  syntax: None  |  size: 1.56 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # xorg.conf (X.Org X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the xorg.conf manual page.
  7. # (Type "man xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. Section "InputDevice"
  18.         Identifier      "Generic Keyboard"
  19.         Driver          "kbd"
  20.         Option          "XkbRules"      "xorg"
  21.         Option          "XkbModel"      "pc105"
  22.         Option          "XkbLayout"     "gb"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26.         Identifier      "Configured Mouse"
  27.         Driver          "mouse"
  28. EndSection
  29.  
  30. Section "Device"
  31.         Identifier      "Configured Video Device"
  32. EndSection
  33.  
  34. Section "Monitor"
  35.         Identifier      "Configured Monitor"
  36.        Option           "DPMS"
  37. EndSection
  38.  
  39. Section "Screen"
  40.         Identifier      "Default Screen"
  41.         Monitor         "Configured Monitor"
  42.  
  43.         SubSection "Display"
  44.            Depth                24
  45.            Modes                "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  46.  
  47. # LINE BELOW CAUSES CRASH WHEN UNCOMMENTED,
  48. #NEEDED TO HAVE LARGE ENOUGH VIRTUAL SCREEN FOR XRANDR MULTI MONITOR
  49. #           Virtual              2048 2048
  50.         EndSubSection
  51. EndSection
  52.  
  53. Section "ServerLayout"
  54.         Identifier      "Default Layout"
  55.         Screen          "Default Screen"
  56.         InputDevice     "Generic Keyboard"
  57.         InputDevice     "Configured Mouse"
  58. EndSection