Currently gtk2
is an optdepend
of nvidia-340xx-utils
.
But since nvidia-340xx*
always carries nvidia-settings
, this shall rather be a depend
.
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) |
Currently gtk2
is an optdepend
of nvidia-340xx-utils
.
But since nvidia-340xx*
always carries nvidia-settings
, this shall rather be a depend
.
@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.
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
@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.
@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 :-)
@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.
@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.
Is there a way to:
@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
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
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