Package Details: nvidia-340xx 340.108-37

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.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

1 2 3 4 5 6 .. 58 Next › Last »

es20490446e commented on 2024-11-03 16:56 (UTC) (edited on 2024-11-03 16:57 (UTC) by es20490446e)

Currently gtk2 is an optdepend of nvidia-340xx-utils.

But since nvidia-340xx* always carries nvidia-settings, this shall rather be a depend.

miteshhc commented on 2024-11-03 14:17 (UTC)

@NSLW You might have higher chance with older version of kernel. The last patch is of 6.8. I haven't tested it personally. I'm on 6.6.3 and it works fine. Can't say about 6.8 or higher though.

NSLW commented on 2024-11-01 15:56 (UTC)

Hi all, is nvidia-340xx working for you correctly? I started using Plasma 6 and when I open e.g. Gwenview, I get no content inside the window borders.

I get following errors from kwin_x11: failed to create drawable kwin_scene_opengl: Creating the OpenGL rendering failed: "Could not initialize rendering context"

My Xorg version is: xorg-x11-server-Xorg: 21.1.14

kinfo gives me a bad result: KDE Plasma Version: 6.2.2 KDE Frameworks Version: 6.7.0 Qt Version: 6.7.2 Kernel Version: 6.11.5-300.fc41.x86_64 (64-bit) Graphics Platform: X11 Graphics Processor: llvmpipe

glxinfo gives me a fine result: direct rendering: Yes

TheExplorer commented on 2024-07-04 12:26 (UTC) (edited on 2024-07-04 12:28 (UTC) by TheExplorer)

@nobyte Well, nouveau has never failed for me in terms of a PC that just works: doing my everyday job + watching videos, playing some old games and surfing the Internet. But it's just my experience. I'm aware that there are lots of old NVidia chips which can fail or segfault.

How so? I mean Linux 5.10 (LTS/CIP) will be workable to 2031

It's not about the kernel version but the main software frameworks like GTK and QT that drop support for old stuff like system functions and calls, which will make programs impossible to be run with the 340-xx driver. There are already issues. Be prepared to either stick with nouveau or upgrade your hardware. Seriously.

nobyte commented on 2024-07-04 08:53 (UTC)

@TheExplorer

It's inevitable that the 340 driver stops working completely in the nearest future.

How so? I mean Linux 5.10 (LTS/CIP) will be workable to 2031.

By the way, why is there no patch in the list above for Linux 6.1 (LTS/CIP)? Does the driver compile on 6.1 as is?

.. 3D on this card is essentially non-existent by the modern demands, so there is no reason not to use nouveau for such ancient hardware.

I disagree. Last time I tried nouveau it segfaulted regularly and also VDPAU didn't work properly to play videos. And it also runs hot.

Also, many 3D-games from the time work well even using WINE. CAD as well.

For me, having a working 340 driver is the deciding factor whether or not I can still use my old machine. With the right software it's good to go for years.

It'd be a waste to have to give it up, just because some small software patch is missing.

So thanks to all you people who've kept it working so far :-)

TheExplorer commented on 2024-07-04 07:22 (UTC) (edited on 2024-07-04 07:23 (UTC) by TheExplorer)

@Anakievs Or... even easier with MX Linux: just open MX Tools, navigate to 'Hardware', click on 'Nvidia Driver Installer' and choose 340 driver.

But it's an Arch community, so we better stick to Arch distros and their solutions here.

It's inevitable that the 340 driver stops working completely in the nearest future. And yes, 3D on this card is essentially non-existent by the modern demands, so there is no reason not to use nouveau for such ancient hardware.

One should really start thinking about switching to AMD than tinkering with the impossible things.

Anakievs commented on 2024-07-03 16:36 (UTC) (edited on 2024-07-03 16:53 (UTC) by Anakievs)

@Eirikr Or it's just easier to go back in time with Debian. This is my plan when the driver stops compiling or becomes useless I am going to switch to Debian 12. I've made a guide how to port the driver here:
https://gist.github.com/Anakiev2/b828ed2972c04359d52a44e9e5cf2c63

Edit: By adding --no-install-recommends --no-install-suggests to the mediocre package manager and with eatmydata - almost fells like Arch.

Eirikr commented on 2024-07-03 02:34 (UTC) (edited on 2024-07-03 02:35 (UTC) by Eirikr)

Is there a way to:

  1. backport the missing pieces with GNOME so that newer GNOME can work with the older libpavucontrol, etc, for 340x compatibility?
  2. use gnome-performance and mutter-performance and send MRs for appropriate backports and fixes?
  3. Make a series of AUR Packages and metapackages to "Freeze" the "last compatible GNOME + compatible packages" and have essentially a "legacy GNOME" session for nvidia 340 compatibility. Which, ironically if it preserves GLX compatibility, means that perhaps other graphics cards will be able to make use of this as well?
  4. Switch to MATE or XFCE or LXDE or Cinammon
  5. ULTIMATE WEAPON: Someone/s creates a GTK2 backport of the entire functionality and UI of GNOME, perhaps using MATE as a base (or Cinnamon).

flydisco commented on 2024-07-01 03:43 (UTC)

@nobyte According to nvidia-304xx-utils, libGL.so.340.108 is located in /usr/lib/nvidia/libGL.so.340.108, i believe that copying the lib to another place and loading it using LD_PRELOAD may not be necessary. This command below should do the trick

sudo patchelf --add-needed /usr/lib/libpthread.so.0 /usr/lib/nvidia/libGL.so.340.108

nobyte commented on 2024-06-30 22:08 (UTC) (edited on 2024-06-30 22:12 (UTC) by nobyte)

In case anyone has problems running QT applications (segfault), there's a workaround described here: https://forums.gentoo.org/viewtopic-p-8793005.html#8793005

Run the application like this:

$ cp /usr/lib64/opengl/nvidia/lib/libGL.so.340.108 .

$ patchelf --add-needed libpthread.so.0 libGL.so.340.108

$ LD_PRELOAD=${PWD}/libGL.so.340.108 yourQTapplication