it does not work after update [gcc] [toolchain]
upd : you need to reinstall all the drivers (nvidia-utils, opencl-nvidia), so they pick up the new version of gcc.
Git Clone URL: | https://aur.archlinux.org/nvidia-340xx.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-340xx |
Description: | NVIDIA drivers for linux, 340xx legacy branch |
Upstream URL: | https://www.nvidia.com/ |
Licenses: | custom |
Conflicts: | nvidia |
Submitter: | simonsmh |
Maintainer: | JerryXiao |
Last Packager: | JerryXiao |
Votes: | 72 |
Popularity: | 0.035281 |
First Submitted: | 2019-06-07 10:29 (UTC) |
Last Updated: | 2024-05-10 16:52 (UTC) |
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 59 Next › Last »
it does not work after update [gcc] [toolchain]
upd : you need to reinstall all the drivers (nvidia-utils, opencl-nvidia), so they pick up the new version of gcc.
Thanks to all keeping the package working with new kernels
Patch for kernel 5.16 https://pastebin.com/8bhF3kcj or full archive with PKGBUILD https://www.upload.ee/files/13789758/nvidia-340xx.tar.gz.html
0007-kernel-5.15.patch
seems to contain DOS instead of Unix line breaks, causing patch
to spit out the following:
(Stripping trailing CRs from patch; use --binary to disable.)
patching file kernel/nv-drm.c
patch unexpectedly ends in middle of line
For everybody who prefers avoiding such issues, a command like
sed -i.bak 's/\r$//' 0007-kernel-5.15.patch
or, alternatively,
echo "$(tr -d '\r' < 0007-kernel-5.15.patch)" > 0007-kernel-5.15.patch
might help. Of course, the checksum in PKGBUILD
has to be corrected accordingly.
Thanks for keeping the package up to date! I appreciate it a lot!
Thanks for doing the good work and all the comments. Really appreciated! Everything works just fine.
Can confirm, the 5.15 patch also works fine on my end.
thx for the new patch . everthings works fine :)
Patch for kernel 5.15 https://pastebin.com/uYP9J2Cw Found here https://github.com/warpme/minimyth2/issues/15
Pinned Comments
JerryXiao commented on 2022-10-13 03:51 (UTC) (edited on 2022-10-14 02:44 (UTC) by JerryXiao)
For testing users, contributors: check out https://github.com/archlinux-jerry/nvidia-340xx
Warning: force push may happen to match the aur tree