@c0mmand0x72
the solution i found here in the nvidia-utils pkgbuild
https://github.com/flydiscohuebr/nvidia-304/tree/main/Archlinux/nvidia-304.137/nvidia-304xx-utils
You suggest use 304 utils for 340 driver are they compatible?
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/nvidia-340xx-utils.git (read-only, click to copy) |
|---|---|
| Package Base: | nvidia-340xx-utils |
| Description: | OpenCL implemention for NVIDIA |
| Upstream URL: | http://www.nvidia.com/ |
| Licenses: | custom |
| Conflicts: | opencl-nvidia |
| Provides: | opencl-driver, opencl-nvidia |
| Submitter: | simonsmh |
| Maintainer: | JerryXiao (D3vil0p3r) |
| Last Packager: | D3vil0p3r |
| Votes: | 23 |
| Popularity: | 0.000467 |
| First Submitted: | 2019-06-07 10:29 (UTC) |
| Last Updated: | 2024-12-16 00:58 (UTC) |
@c0mmand0x72
the solution i found here in the nvidia-utils pkgbuild
https://github.com/flydiscohuebr/nvidia-304/tree/main/Archlinux/nvidia-304.137/nvidia-304xx-utils
You suggest use 304 utils for 340 driver are they compatible?
hello
i got many segfaults since my last update . gdb showed me that libnvidia-tls always crashed , but gdb and strace had no problem to run these apps ,the way to a solution i found in the nvidia-340xx driver comments from @taz-007 . but i use only
sudo patchelf --add-needed libpthread.so.0 /lib/nvidia/libnvidia-tls.so.340.108
the solution i found here in the nvidia-utils pkgbuild
https://github.com/flydiscohuebr/nvidia-304/tree/main/Archlinux/nvidia-304.137/nvidia-304xx-utils
tested on guake console with ffmpeg , kitty , dosbox-x , attract
tested on lxqt desktop with kitty , dosbox-x , attract no new coredumps
I also think nvidia-settings should be part of nvidia-340xx-utils. Since this is no longer the case then line 62 'gtk2: nvidia-settings' should be removed too. Because it's misleading and wrong.
Edit: There are other lines to be removed too like optdepends = gtk2: nvidia-settings...
Afaik nvidia-340xx-settings isn't useful at all.
It conflicts with nvidia-340xx-settings:
[ INFO ] 04:54:53 error: failed to commit transaction (conflicting files)
[ INFO ] 04:54:53 /mnt/usr/bin/nvidia-settings exists in both 'nvidia-340xx-utils' and 'nvidia-340xx-settings'
[ INFO ] 04:54:53 /mnt/usr/share/applications/nvidia-settings.desktop exists in both 'nvidia-340xx-utils' and 'nvidia-340xx-settings'
[ INFO ] 04:54:53 /mnt/usr/share/man/man1/nvidia-settings.1.gz exists in both 'nvidia-340xx-utils' and 'nvidia-340xx-settings'
[ INFO ] 04:54:53 /mnt/usr/share/pixmaps/nvidia-settings.png exists in both 'nvidia-340xx-utils' and 'nvidia-340xx-settings'
I see something similar was reported in https://bugs.archlinux.org/task/62274
@graysky you should use the same approach as used for nvidia-390xx-utils and 470xx-utils, i.e.,:
optdepends=('nvidia-470xx-settings: configuration tool'
'xorg-server-devel: nvidia-xconfig'
'opencl-nvidia-470xx: OpenCL support')
conflicts=('nvidia-libgl' 'nvidia-utils')
so, removing nvidia settings lines from 114 to 119 and adding nvidia-340xx-settings as optional dependency.
You want vulkan from a 15+ year old gpu? Isn't it too much to ask for?
Even if NVK is ready for use right now, you would have to own a Kepler+ Nvidia GPU. Which is still a whole TWO generations newer than your Tesla GPU.
Your best bet would be to install vulkan-swrast and render with your poor cpu.
Is here a vulkan-driver in here? pacman wand my to choose a provider for vulkan-driver, but i can´t install nvidia-utils because is it in conflict with this Package.
Please remove replaces directive. Thank you. (No need to reply via comment; AUR now sends commit notifications.)
Is there a reason why nvidia-340xx-utils does not provide nvidia-suspend.service, nvidia-hibernate.service and so on while nvidia-utils provides them?
See https://wiki.archlinux.org/title/NVIDIA/Tips_and_tricks#Preserve_video_memory_after_suspend
Hi.
/usr/lib/nvidia/libEGL.so.1 has not the same symbols of /usr/lib/libEGL.so.1?
I compiled kicad against libwx_gtk3u_gl, which links libEGL.so.1
When I run eschema i get runtime error because the symbol eglCreatePlatformWindowSurface is not found in libEGL.so.1, when libwx_gtk3u_gl is loaded.
I solved changing the search order of .so objects in ld.so.conf, but it is a strange beaviour.