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.86
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 .. 7 8 9 10 11 12 13 14 15 16 17 .. 58 Next › Last »

visious commented on 2022-10-14 11:07 (UTC) (edited on 2022-10-14 14:00 (UTC) by visious)

Hi everyone. Can you please tell me why the driver from AUR is working and from my computer is not working? I have edited the PKGBUILD a little bit. Here it is:

https://paste.rs/x0o.bash

Now I'm getting this error:

==> Entering fakeroot environment... chmod: cannot access '/home/visious/Downloads/Nvidia-340.108/Nvidia-340xx-dkms/pkg': No such file or directory /usr/bin/fakeroot: line 178: 3298711 User defined signal 1 FAKEROOTKEY=$FAKEROOTKEY LD_LIBRARY_PATH="$PATHS" LD_PRELOAD="$FAKEROOT_LIB" "$@"

I don't know what does means this.

sayonalion commented on 2022-10-14 01:52 (UTC)

@JerryXiao The patch for kernel 6.0 works. Thanks.

hceldop commented on 2022-10-14 01:09 (UTC) (edited on 2024-03-12 03:50 (UTC) by hceldop)

It's working! Thanks @JerryXiao!

Here is how I made it work on a fresh Manjaro install:

# install prerequisites
sudo pacman -S yay patch make linux60 linux60-headers

# [optional] clean the aur cache, N, Y, Y
yay -Scc

# install aur prerequisites
yay -S nvidia-340xx-utils lib32-nvidia-340xx-utils

# remove linux61
yay -R linux61

# restart
sudo restart

# link lib modules to /usr/src/linux
cd /lib/modules/$(uname -r)/build/ | echo $(uname -r) \
  | sudo tee /lib/modules/$(uname -r)/build/version > /dev/null \
  | sudo ln -s /lib/modules/$(uname -r)/build /usr/src/linux

# remove conflicting folder before installing the nvidia-340xx package
sudo rm -rf /usr/lib/modules/$(uname -r)/extramodules/

# install the drivers
yay -S nvidia-340xx

# copy nvidia xorg config
sudo cp /etc/X11/xorg.conf.d/20-nvidia.conf /usr/share/nvidia-340xx/20-nvidia.conf

# restart
sudo reboot

KrisKorn commented on 2022-10-13 23:54 (UTC)

@JerryXiao Yes is working!! I Try dkms version and is working so far with kernel 6.0

Thanks, you work is very appreciated.!!

lmh69 commented on 2022-10-13 18:36 (UTC) (edited on 2022-10-13 18:39 (UTC) by lmh69)

Hi @JerryXiao It works well here with the (standard/"no dkms" version). Checked with the standard 6.0.1 kernel and the system upgraded to the current packages. I tested with glxgears, an old opengl game, youtube videos, and vdpau using mplayer. Checked dmesg, journalctl and xorg.log. All seems ok.

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

Lostless commented on 2022-10-10 15:07 (UTC)

304.108 driver patch not working on 6.0.

nahno commented on 2022-09-18 09:31 (UTC)

Hi @freeartist, is all okay still valid for you and 5.19.9-arch1-1? Thanks (for me it does not work)

mauzil commented on 2022-09-18 07:56 (UTC)

Hi all. Does the DRI3 extensions are supported with nvidia 340?

Thanks all

MZ

freeartist commented on 2022-09-07 22:19 (UTC) (edited on 2022-09-07 22:20 (UTC) by freeartist)

All ok, 340.108 driver patch 5.18 works on 5.19 kernel

[deepforest@home ~]$ grep "X Driver" /var/log/Xorg.0.log

[ 30.444] (II) NVIDIA dlloader X Driver 340.108 Wed Dec 11 14:06:00 PST 2019

[deepforest@home ~]$ uname -r

5.19.7-arch1-1