Mageia Bugzilla – Attachment 13815 Details for
Bug 31892
Discussion: free driver for Nvidia GPUs: modesetting to replace nouveau?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
SPEC file with modesetting fix
ldetect-lst.3.spec.diff (text/plain), 1.12 KB, created by
Giuseppe Ghibò
on 2023-05-07 14:18:00 CEST
(
hide
)
Description:
SPEC file with modesetting fix
Filename:
MIME Type:
Creator:
Giuseppe Ghibò
Created:
2023-05-07 14:18:00 CEST
Size:
1.12 KB
patch
obsolete
>Index: ldetect-lst.spec >=================================================================== >--- ldetect-lst.spec (revision 1955263) >+++ ldetect-lst.spec (working copy) >@@ -15,7 +15,7 @@ > # installer can configure newly know HW... > Name: ldetect-lst > Version: 0.6.49 >-Release: %mkrel 1 >+Release: %mkrel 3 > Summary: Hardware list for the light detection library > URL: https://gitweb.mageia.org/software/ldetect-lst/ > Source0: %{name}-%{version}.tar.xz >@@ -22,6 +22,11 @@ > # NO MORE PATCHES ACCEPTED, COMMIT IN GIT INSTEAD > # (tmb) remp revert of vbox back to modesetting > Patch1: 0001-switch-VirtualBox-from-modesetting-to-vboxvideo.patch >+# fix detection of GTX 750 first series (nvidia470 works better than nvidia-current). >+Patch2: ldetect-lst-0.6.49-fix-gtx750.patch >+# default to modesetting instead of nouveau for older nvidia series. >+Patch3: ldetect-lst-0.6.49-default-modesetting.patch >+ > Group: System/Kernel and hardware > License: GPLv2+ > Requires(post): perl-base gzip >@@ -62,6 +67,8 @@ > %setup -q > # NO MORE PATCHES ACCEPTED, COMMIT IN GIT INSTEAD > %patch1 -p1 -R >+%patch2 -p1 >+%patch3 -p1 > > %build > %if %{bootstrap}
Index: ldetect-lst.spec =================================================================== --- ldetect-lst.spec (revision 1955263) +++ ldetect-lst.spec (working copy) @@ -15,7 +15,7 @@ # installer can configure newly know HW... Name: ldetect-lst Version: 0.6.49 -Release: %mkrel 1 +Release: %mkrel 3 Summary: Hardware list for the light detection library URL: https://gitweb.mageia.org/software/ldetect-lst/ Source0: %{name}-%{version}.tar.xz @@ -22,6 +22,11 @@ # NO MORE PATCHES ACCEPTED, COMMIT IN GIT INSTEAD # (tmb) remp revert of vbox back to modesetting Patch1: 0001-switch-VirtualBox-from-modesetting-to-vboxvideo.patch +# fix detection of GTX 750 first series (nvidia470 works better than nvidia-current). +Patch2: ldetect-lst-0.6.49-fix-gtx750.patch +# default to modesetting instead of nouveau for older nvidia series. +Patch3: ldetect-lst-0.6.49-default-modesetting.patch + Group: System/Kernel and hardware License: GPLv2+ Requires(post): perl-base gzip @@ -62,6 +67,8 @@ %setup -q # NO MORE PATCHES ACCEPTED, COMMIT IN GIT INSTEAD %patch1 -p1 -R +%patch2 -p1 +%patch3 -p1 %build %if %{bootstrap}
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31892
:
13814
| 13815