Share Pastebin
Guest
Public paste!

xscript

By: a guest | Mar 15th, 2009 | Syntax: None | Size: 1.20 KB | Hits: 89 | Expires: Never
Copy text to clipboard
  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"     "us"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26.         Identifier      "Configured Mouse"
  27.         Driver          "mouse"
  28.         Option          "CorePointer"
  29. EndSection
  30.  
  31. Section "Device"
  32.         Identifier      "Configured Video Device"
  33. EndSection
  34.  
  35. Section "Monitor"
  36.         Identifier      "Configured Monitor"
  37. EndSection
  38.  
  39. Section "Screen"
  40.         Identifier      "Default Screen"
  41.         Monitor         "Configured Monitor"
  42.         Device          "Configured Video Device"
  43. EndSection
  44.  
  45. Section "ServerLayout"
  46.         Identifier      "Default Layout"
  47.         Screen          "Default Screen"
  48. EndSection