mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
cf8102ae3a
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
489 B
Text
11 lines
489 B
Text
# 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.
|
|
|
|
Section "OutputClass"
|
|
Identifier "nvidia"
|
|
MatchDriver "nvidia-drm"
|
|
Driver "nvidia"
|
|
EndSection
|