NoPaste

xorg.conf

von Anonymous

SNIPPET_TEXT:
  1. # xorg.conf (xorg 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 "Files"
  18. EndSection
  19.  
  20. Section "InputDevice"
  21.         Identifier      "Generic Keyboard"
  22.         Driver          "kbd"
  23.         Option          "CoreKeyboard"
  24.         Option          "XkbRules"      "xorg"
  25.         Option          "XkbModel"      "pc105"
  26.         Option          "XkbLayout"     "de"
  27.         Option          "XkbVariant"    "nodeadkeys"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31.         Identifier      "Configured Mouse"
  32.         Driver          "mouse"
  33.         Option          "CorePointer"
  34.         Option          "Device"                "/dev/input/mice"
  35.         Option          "Protocol"              "ImPS/2"
  36.         Option          "Emulate3Buttons"       "true"
  37. EndSection
  38.  
  39. Section "Device"
  40.         Identifier      "Intel Corporation 82945G/GZ Integrated Graphics Controller"
  41.         Driver          "i810"
  42.         BusID           "PCI:0:2:0"
  43.         Option          "UseFBDev"              "true"
  44.         Option "XAANoOffscreenPixmaps" "true"
  45.         Option "DRI" "true"
  46. EndSection
  47.  
  48. Section "Monitor"
  49.         Identifier      "17'' LCD"
  50.         Option          "DPMS"
  51.         HorizSync       30-65
  52.         VertRefresh     50-75
  53. EndSection
  54.  
  55. Section "Screen"
  56.         Identifier      "Default Screen"
  57.         Device          "Intel Corporation 82945G/GZ Integrated Graphics Controller"
  58.         Monitor         "17'' LCD"
  59.         DefaultDepth    24
  60.         SubSection "Display"
  61.                 Modes           "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  62.         EndSubSection
  63. EndSection
  64.  
  65. Section "ServerLayout"
  66.         Identifier      "Default Layout"
  67.         Screen          "Default Screen"
  68.         InputDevice     "Generic Keyboard"
  69.         InputDevice     "Configured Mouse"
  70.         Option "AIGLX" "true"
  71. EndSection
  72.  
  73. Section "DRI"
  74.         Group 0
  75.         Mode 0666
  76. EndSection
  77.  
  78. Section "Extensions"
  79.         Option "Composite" "Enable"
  80. EndSection

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN