nvidia-driver-565/nvidia-graphics-drivers-#DRIVER_VERSION_MAJOR#/extra_files/10-nvidia-amd64-module.conf
NVIDIA Package Group 3d5cb82734 Initial commit
2024-10-22 17:05:20 +02:00

16 lines
592 B
Plaintext

# This xorg.conf.d configuration snippet configures the X server to
# automatically load the nvidia X driver when it detects a device driven by the
# nvidia-drm.ko kernel module. Please note that this only works on Linux kernels
# version 3.9 or higher with CONFIG_DRM enabled, and only if the nvidia-drm.ko
# kernel module is loaded before the X server is started.
# Adds x86_64-linux-gnu module path to X11
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
ModulePath "/usr/lib/x86_64-linux-gnu/nvidia/current"
EndSection