NoPaste

xorg.conf, selber angepasst für den nvidia-Treiber

von Anonymous

SNIPPET_TEXT:
  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"     "de"
  23.         Option          "XkbVariant"    "nodeadkeys"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27.         Identifier      "Configured Mouse"
  28.         Driver          "mouse"
  29. EndSection
  30.  
  31. Section "Device"
  32.         Identifier      "Configured Video Device"
  33.         Driver          "nvidia"
  34. EndSection
  35.  
  36. Section "Monitor"
  37.         Identifier      "Configured Monitor"
  38. EndSection
  39.  
  40. Section "Screen"
  41.         Identifier      "Default Screen"
  42.         Monitor         "Configured Monitor"
  43. EndSection

Quellcode

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