This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
generated from PikaOS-Linux/pika-pkg-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66f5ce3
commit 364e846
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters