Package Details: nvidia-340xx 340.108-36

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: 70
Popularity: 0.165423
First Submitted: 2019-06-07 10:29 (UTC)
Last Updated: 2024-03-17 06:41 (UTC)

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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 56 Next › Last »

Anakievs commented on 2023-08-02 19:42 (UTC) (edited on 2023-08-02 19:54 (UTC) by Anakievs)

It's just stupid every time gcc updates to ask for it. The kernel is build with the new gcc and your driver with the old one. You have to recompile the driver. And don't use IGNORE_CC_MISMATCH=1. This is how I do it (it also might be easier to build it in clean chroot https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot#Building_in_the_chroot):

Upgrade your system. Uninstall "nvidia-340xx-dkms" and "nvidia-340xx-utils". Reboot in tty (in grub add "3" to the kernel parameters) or disable the login manager. Clone and build both "https://aur.archlinux.org/nvidia-340xx-utils.git" and "https://aur.archlinux.org/nvidia-340xx.git". Install the new driver and reboot.

You may be able to rebuild it without reboot (after the system upgrade) but cannot confirm it because I haven't tried.

holyArch commented on 2023-08-02 02:37 (UTC)

dkms install --no-depmod nvidia/340.108 -k 6.4.7-arch1-2 Error! Bad return status for module build on kernel: 6.4.7-arch1-2 (x86_64) Consult /var/lib/dkms/nvidia/340.108/build/make.log for more information. `dkms install --no-depmod nvidia/340.108 -k 6.4.7-arch1-2' exited 10

Workaround: sudo env IGNORE_CC_MISMATCH=1 dkms install -m nvidia -v 340.108 -k 6.4.7-arch1-2

Lostless commented on 2023-07-18 19:53 (UTC)

When loading kernel modules in Linux 6.4.3, GCC gives a different version error. When I load the module with IGNORE_CC_MISMATCH=1, it does not open.

lmh69 commented on 2023-07-11 20:36 (UTC)

@FuckNvidiaDS Yep.

FuckNvidiaDS commented on 2023-07-08 06:46 (UTC)

Will this work with kernel 6.4 ?

holyArch commented on 2023-07-04 15:56 (UTC)

Anakievs, vdpau is working again. Thank you!

Anakievs commented on 2023-07-04 10:00 (UTC)

@holyArch I guess you've missed my suggestion to recompile MPV with gl-x11 enabled. The compilation is just few minutes. Read below for the link.

holyArch commented on 2023-07-03 16:49 (UTC)

True vdpau (hwdec=vdpau and vo=vdpau) doesn't work in mpv for months now. The only workaround is to use hwdec=vdpau-copy and vo=gpu, but this is more CPU intensive than it used to be. It sucks.

mirh commented on 2023-06-29 15:53 (UTC)

Does any of you people still have any usage for xorg-server1.19-git? I got a delete request for it and I'm unsure about its usefulness too.

visious commented on 2023-06-18 09:59 (UTC) (edited on 2023-06-18 10:53 (UTC) by visious)

Hi all, for those who want the build the driver maually.

Here is the PKGBUILD: https://pastebin.com/1zuCiZsu

$ makepkg -g (to edit b2sums)

$ makepkg -s