Package Details: nvidia-340xx-dkms 340.108-37

Git Clone URL: https://aur.archlinux.org/nvidia-340xx.git (read-only, click to copy)
Package Base: nvidia-340xx
Description: NVIDIA driver sources for linux, 340xx legacy branch
Upstream URL: https://www.nvidia.com/
Licenses: custom
Conflicts: nvidia, nvidia-340xx
Provides: nvidia-340xx
Submitter: simonsmh
Maintainer: JerryXiao
Last Packager: JerryXiao
Votes: 72
Popularity: 0.75
First Submitted: 2019-06-07 10:29 (UTC)
Last Updated: 2024-05-10 16:52 (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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 58 Next › Last »

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

sebalis commented on 2023-06-15 13:51 (UTC)

Haven’t got a large variety of formats available, but it seems not to be working as you described.

Anakievs commented on 2023-06-15 13:14 (UTC) (edited on 2023-06-15 13:18 (UTC) by Anakievs)

@sebalis MPV works but the VDPAU doesn't work. Run this "mpv --no-config --hwdec=vdpau filename". When the video pops hold "i". On the first few lines you should see "(hwdec: vdpau)". Example:
Video: h264 (H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10) (hwdec: vdpau)" Try on different files with different codecs. if you see it at least once then it's working.