Package Base Details: nvidia-340xx

Git Clone URL: https://aur.archlinux.org/nvidia-340xx.git (read-only, click to copy)
Submitter: simonsmh
Maintainer: JerryXiao
Last Packager: JerryXiao
Votes: 70
Popularity: 0.21
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 .. 50 51 52 53 54 55

JerryXiao commented on 2019-07-17 16:25 (UTC)

@papakilo You should always rebuild the package on kernel upgrade including minor updates if you're not using dkms.

papakilo commented on 2019-07-17 16:08 (UTC)

Hi, is there a kernel-5.2.patch? Because driver does NOT work with kernel 5.2 or 5.2.1 causing my computer to stuck on boot message "Started TLP system startup/shutdown"...

sacarde commented on 2019-07-01 18:34 (UTC)

@JerryXiao , if I use xf86-video-nouveaux some time it freezes system, so I am forced to disinstall xf86-video-nouveaux and use nouveau kernel module (without acceleration)

thanks

JerryXiao commented on 2019-07-01 17:27 (UTC) (edited on 2019-07-01 17:28 (UTC) by JerryXiao)

@sacarde no, use nouveau instead.

sacarde commented on 2019-07-01 14:32 (UTC)

is this module right for an old: [GeForce 6150SE nForce 430] ?

Xezlec commented on 2019-06-23 16:05 (UTC) (edited on 2019-06-23 16:08 (UTC) by Xezlec)

I had to do this to get OpenGL to work:

sudo mv /usr/lib/xorg/modules/extensions/libglx.so{,.old}
sudo ln -s /usr/lib/nvidia/xorg/libglx.so.340.107 /usr/lib/xorg/modules/extensions/libglx.so

For more details, see https://bbs.archlinux.org/viewtopic.php?pid=1851223#p1851223

JerryXiao commented on 2019-06-20 05:24 (UTC)

It seems that you are using some sort of script to keep old modules during kernel upgrade. Reboot the system and you should be fine.

tombusby commented on 2019-06-19 20:44 (UTC) (edited on 2019-06-19 20:44 (UTC) by tombusby)

Getting the following error:

==> Making package: nvidia-340xx 340.107-90 (Wed 19 Jun 2019 22:40:54 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading NVIDIA-Linux-x86_64-340.107-no-compat32.run...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 36.9M  100 36.9M    0     0  75.6M      0 --:--:-- --:--:-- --:--:-- 75.4M
  -> Found kernel-4.11.patch
  -> Found kernel-5.0.patch
  -> Found kernel-5.1.patch
==> Validating source files with sha512sums...
    NVIDIA-Linux-x86_64-340.107-no-compat32.run ... Passed
    kernel-4.11.patch ... Passed
    kernel-5.0.patch ... Passed
    kernel-5.1.patch ... Passed
==> Extracting sources...
==> Starting prepare()...
Creating directory NVIDIA-Linux-x86_64-340.107-no-compat32
Verifying archive integrity... OK
Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 340.107............................................>
patching file kernel/uvm/nvidia_uvm_lite.c
patching file kernel/nv-drm.c
patching file kernel/os-interface.c
patching file kernel/uvm/nvidia_uvm_lite.c
patching file kernel/uvm/nvidia_uvm_lite.c
patching file kernel/nv-drm.c
==> Starting build()...
NVIDIA: calling KBUILD...
make[1]: Entering directory '/usr/lib/modules/5.1.9-arch1-1-ARCH/build'
make[1]: *** No rule to make target 'modules'.  Stop.
make[1]: Leaving directory '/usr/lib/modules/5.1.9-arch1-1-ARCH/build'
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make: *** [Makefile:192: nvidia.ko] Error 1
==> ERROR: A failure occurred in build().
    Aborting...