NoPaste

xorg.config

von SkinS

SNIPPET_TEXT:
  1. Section "ServerLayout"
  2.     Identifier     "Layout0"
  3.     Screen      0  "Screen0"
  4.     InputDevice    "Keyboard0" "CoreKeyboard"
  5.     InputDevice    "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "Module"
  9.         Load "modesetting"
  10.         Load "glx"
  11. EndSection
  12.  
  13. Section "InputDevice"
  14.     # generated from default
  15.     Identifier     "Mouse0"
  16.     Driver         "mouse"
  17.     Option         "Protocol" "auto"
  18.     Option         "Device" "/dev/psaux"
  19.     Option         "Emulate3Buttons" "no"
  20.     Option         "ZAxisMapping" "4 5"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24.     # generated from default
  25.     Identifier     "Keyboard0"
  26.     Driver         "kbd"
  27. EndSection
  28.  
  29. Section "Monitor"
  30.     Identifier     "Monitor0"
  31.     VendorName     "Unknown"
  32.     ModelName      "Unknown"
  33. EndSection
  34.  
  35. Section "Device"
  36.     Identifier     "nvidia"
  37.     Driver         "nvidia"
  38.     VendorName     "NVIDIA Corporation"
  39.     BusID          "PCI:1:0:0"
  40.     Option         "AllowEmptyInitialConfiguration"
  41. EndSection
  42.  
  43. Section "Screen"
  44.     Identifier     "Screen0"
  45.     Device         "nvidia"
  46.     Monitor        "Monitor0"
  47.     SubSection     "Display"
  48.     EndSubSection
  49. EndSection

Quellcode

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