commit f3b1442bb94def19dd41341c4a8267a3b951e5d0
Author: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>
Date: Fri Apr 12 21:34:31 2024 +0200
Use the nvidia driver explicitly instead of relying on an autoconfigured driver
99-nvidia.conf | 5 +++++
xorg-x11-drv-nvidia-340xx.spec | 5 ++++-
2 files changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/99-nvidia.conf b/99-nvidia.conf
index a2903fc..b2a3a2b 100644
--- a/99-nvidia.conf
+++ b/99-nvidia.conf
@@ -5,3 +5,8 @@ Section "Files"
ModulePath "@LIBDIR@/nvidia/xorg"
ModulePath "@LIBDIR@/xorg/modules"
EndSection
+
+Section "Device"
+ Identifier "Videocard0"
+ Driver "nvidia"
+EndSection
diff --git a/xorg-x11-drv-nvidia-340xx.spec b/xorg-x11-drv-nvidia-340xx.spec
index 9ddfb76..8fffd93 100644
--- a/xorg-x11-drv-nvidia-340xx.spec
+++ b/xorg-x11-drv-nvidia-340xx.spec
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-340xx
Epoch: 1
Version: 340.108
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: NVIDIA's 340xx series proprietary display driver for NVIDIA graphic
cards
Group: User Interface/X Hardware Support
@@ -520,6 +520,9 @@ fi ||:
%changelog
+* Fri Apr 12 2024 Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com> - 1:340.108-12
+- Use the nvidia driver explicitly instead of relying on an autoconfigured driver
+
* Sun Apr 23 2023 Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com> - 1:340.108-11
- Fix the tls library discovery due to changed behaviour in glibc-2.37-1
Show replies by date