Update nvidia.conf for latest Xorg changes

el9
leigh123linux 8 years ago
parent 3f492e5747
commit 836186edcd

@ -14,6 +14,4 @@ Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "modesetting"
# Disable glamor as it causes crashes when combined with the nvidia driver's libEGL.so
Option "AccelMethod" "none"
EndSection

@ -3,13 +3,13 @@
%global _nvidia_xorgdir %{_nvidia_libdir}/xorg
%global _glvnd_libdir %{_libdir}/libglvnd
%global debug_package %{nil}
#%global debug_package %{nil}
%global __strip /bin/true
Name: xorg-x11-drv-nvidia
Epoch: 1
Version: 375.26
Release: 6%{?dist}
Release: 7%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@ -46,7 +46,7 @@ Requires: which
Requires: %{_nvidia_serie}-kmod >= %{?epoch}:%{version}
Requires: %{name}-libs%{_isa} = %{?epoch}:%{version}-%{release}
%if 0%{?fedora} >= 25
Requires: xorg-x11-server-Xorg%{_isa} >= 1.19.0-2
Requires: xorg-x11-server-Xorg%{_isa} >= 1.19.0-3
%endif
Obsoletes: %{_nvidia_serie}-kmod < %{?epoch}:%{version}
@ -569,6 +569,9 @@ fi ||:
%{_nvidia_libdir}/libGLX_nvidia.so
%changelog
* Sat Dec 31 2016 leigh scott <leigh123linux@googlemail.com> - 1:375.26-7
- Update nvidia.conf for latest Xorg changes
* Sat Dec 24 2016 leigh scott <leigh123linux@googlemail.com> - 1:375.26-6
- Fix error in nvidia.conf rfbz#4388

Loading…
Cancel
Save