@SinClaus, @a821 : sorry about that, I forgot to include the patches as well. I pushed a new release.
Search Criteria
Package Details: nvidia-470xx-utils 470.256.02-7.97
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-470xx-utils.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-470xx-utils |
Description: | NVIDIA drivers utilities |
Upstream URL: | http://www.nvidia.com/ |
Keywords: | driver nvidia video |
Licenses: | custom |
Conflicts: | nvidia-libgl, nvidia-utils |
Provides: | nvidia-libgl, nvidia-utils, opengl-driver, vulkan-driver |
Submitter: | jonathon |
Maintainer: | Sinyria (cysp74, SoftExpert) |
Last Packager: | SoftExpert |
Votes: | 104 |
Popularity: | 1.69 |
First Submitted: | 2021-10-31 00:50 (UTC) |
Last Updated: | 2025-04-09 17:01 (UTC) |
Dependencies (6)
- egl-wayland (egl-wayland-gitAUR)
- libglvnd (libglvnd-gitAUR)
- xorg-server (xorg-server-gitAUR, xorg-server-bug865-issue1578AUR, xorg-server-bug865AUR)
- nvidia-470xx-settingsAUR (optional) – configuration tool
- opencl-nvidia-470xxAUR (optional) – OpenCL support
- xorg-server-devel (xorg-server-devel-gitAUR) (optional) – nvidia-xconfig
Required by (314)
- adaptivecpp (requires nvidia-utils)
- adaptivecpp-git (requires nvidia-utils)
- agisoft-metashape (requires nvidia-utils) (optional)
- agisoft-metashape-pro (requires nvidia-utils) (optional)
- airshipper (requires vulkan-driver) (optional)
- alchemy-viewer-git (requires nvidia-utils) (optional)
- alchemy-viewer-git (requires nvidia-libgl) (optional)
- aquamarine-git (requires opengl-driver)
- ares-emu (requires vulkan-driver)
- ares-emu-git (requires vulkan-driver)
- armorpaint (requires opengl-driver)
- arrayfire-git (requires nvidia-utils) (optional)
- aurorafw-git (requires opengl-driver)
- auto-gpufreq-git (requires nvidia-utils)
- autokey-git (requires nvidia-utils) (optional)
- blackmagic-raw-sdk (requires nvidia-utils) (optional)
- btop-git (requires nvidia-utils) (optional)
- btop-gpu-git (requires nvidia-utils) (optional)
- ccdc-mercury (requires opengl-driver)
- ccminer (requires nvidia-utils)
- Show 294 more...
Sources (13)
- 0001-Fix-conftest-to-ignore-implicit-function-declaration.patch
- 0002-Fix-conftest-to-use-a-short-wchar_t.patch
- 0003-Fix-conftest-to-use-nv_drm_gem_vmap-which-has-the-se.patch
- https://us.download.nvidia.com/XFree86/Linux-x86_64/470.256.02/NVIDIA-Linux-x86_64-470.256.02.run
- kernel-6.10.patch
- kernel-6.12.patch
- nvidia-470xx-fix-linux-6.13.patch
- nvidia-470xx-fix-linux-6.14.patch
- nvidia-470xx-utils.sysusers
- nvidia-470xx.rules
- nvidia-drm-outputclass.conf
- systemd-homed-override.conf
- systemd-suspend-override.conf
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 45 Next › Last »
SoftExpert commented on 2024-06-05 07:33 (UTC)
SinClaus commented on 2024-06-05 07:25 (UTC)
CRC error on install, installation filed!
SoftExpert commented on 2024-06-05 06:42 (UTC) (edited on 2024-06-05 06:48 (UTC) by SoftExpert)
@gbr: thanks for the heads-up; the Current graphics driver releases page is not yet updated. I'm currently building the new version to see if the patches still apply ...
edit:
This new version still requires the previous patches. It seems that it comes with a single fix: Fixed a bug that could cause the X server to crash when graphics applications requested single-buffered drawables while certain features (such as Vulkan sharpening) are enabled.
SoftExpert commented on 2024-05-29 06:30 (UTC) (edited on 2024-05-29 06:36 (UTC) by SoftExpert)
@marco.righi I'm not 100% sure, but I feel that your configuration mixes non-nvidia settings with nvidia-specific settings and, as a result, you might get interference between two different kinds of modules, fighting over the same ressources.
Clearly, the best answer you would get comes from meticulous experimentation (changing a single option at a time and testing the result); one of the reasosns is that the hardware configuration you have is specific to your system and what is good for one set of hardware components might not be optimal for another.
Nvidia drivers are kind of picky - it matters if you mix Mesa modules with them (the consensus would be don't
).
Maybe someone has an identical harware configuration and could provide a more precise answer.
P.S. My config:
Graphics:
Device-1: NVIDIA GK104GLM [Quadro K3000M] driver: nvidia v: 470.239.06
Device-2: Sunplus Innovation HP HD Webcam [Fixed] driver: uvcvideo
type: USB
Display: server: X.Org v: 21.1.13 with: Xwayland v: 24.1.0 driver: X:
loaded: N/A failed: nvidia gpu: nvidia,nvidia-nvswitch resolution:
1: 2560x1440 2: 1920x1080~60Hz
API: EGL v: 1.5 drivers: nvidia platforms: x11
API: OpenGL v: 4.6.0 vendor: nvidia v: 470.239.06
renderer: Quadro K3000M/PCIe/SSE2
API: Vulkan v: 1.3.279 drivers: nvidia surfaces: xcb,xlib
And this is the relevant part of my xorg.conf
:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro K3000M"
Option "TripleBuffer" "On"
Option "AllowIndirectGLXProtocol" "off"
Option "ConnectToAcpid" "Off"
Option "DPI" "108x108"
Option "RegistryDwords" "EnableBrightnessControl=1"
Option "Backlight" "nvidia_backlight"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
# 24 for 8-bit or 30 for 10-bit
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-6, DFP-0"
Option "metamodes" "LVDS-0: nvidia-auto-select +2560+0 {ForceCompositionPipeline=On}, DP-5: 2560x1440_75 +0+0 {ForceCompositionPipeline=On}"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
Option "TripleBuffer" "On"
Option "AllowIndirectGLXProtocol" "off"
Option "ForceCompositionPipeline" "on"
Option "Coolbits" "8"
Option "ColorSpace" "RGB"
Option "ColorRange" "Full"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "COMPOSITE" "Enable"
EndSection
marco.righi commented on 2024-05-28 18:58 (UTC)
@Maniaxx sorry for the following question.
Which is the solution that guarantee the best performance? My solution or GSK_RENDERER=gl
referred by your link?
The referred solution GSK_RENDERER=gl
seems not working in every case...
Thanks in advance
Maniaxx commented on 2024-05-28 15:34 (UTC)
@marco.righi: see here: https://bbs.archlinux.org/viewtopic.php?pid=2159644#p2159644
marco.righi commented on 2024-05-28 11:58 (UTC) (edited on 2024-05-28 12:09 (UTC) by marco.righi)
Hi, I found a bug with this driver. I tested the drive using Manjaro, EndevurOS and Xfce4. The video card is:
inxi -G
Graphics:
Device-1: NVIDIA GK107 [GeForce GT 640] driver: nvidia v: 470.239.06
Device-2: Owon USB CAMERA driver: snd-usb-audio,uvcvideo type: USB
Display: x11 server: X.Org v: 21.1.13 with: Xwayland v: 24.1.0 driver: X:
loaded: N/A failed: nvidia gpu: nvidia,nvidia-nvswitch note: X driver n/a,
try sudo/root resolution: 1: 1920x1080~60Hz 2: 1920x1080~60Hz
3: 1440x900~60Hz
API: EGL v: 1.5 drivers: kms_swrast,nvidia,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: mesa v: 24.0.8-arch1.1
renderer: llvmpipe (LLVM 17.0.6 256 bits)
API: Vulkan v: 1.3.279 drivers: nvidia surfaces: xcb,xlib
yay nvidia 470 |grep Installed |sed 's/.* aur/aur/g'
aur/lib32-libxnvctrl-470xx 470.239.06-1 (+0 0.00) (Installed)
aur/nvml-fix-git r37.9be4552-1 (+2 0.00) (Installed)
aur/lib32-opencl-nvidia-470xx 470.239.06-1 (+19 0.35) (Installed)
aur/lib32-nvidia-470xx-utils 470.239.06-1 (+19 0.35) (Installed)
aur/libxnvctrl-470xx 470.239.06-1 (+29 0.36) (Installed)
aur/opencl-nvidia-470xx 470.239.06-2 (+95 2.98) (Installed)
aur/nvidia-470xx-settings 470.239.06-1 (+29 0.36) (Installed)
aur/nvidia-470xx-dkms 470.239.06-2 (+95 2.98) (Installed)
aur/nvidia-470xx-utils 470.239.06-2 (+95 2.98) (Installed)
Using this configuration, some labels of a few applications do not appear. For example, the labels on the keys of the gnome-calculator
are not visible.
I find these solutions:
1) the use of Nouveau drivers
2) this Xorg config
Section "Device"
Identifier "Nvidia Card"
Driver "nvidia"
Option "AccelMethod" "glamor"
Option "DRI" "true"
Option "ShadowFB" "true"
Option "BackingStore" "true"
Option "RenderAccel" "true"
Option "SWCursor" "false"
#Option "TripleBuffer" "false"
Option "TripleBuffer" "true"
Option "EXAVSync" "true"
Option "MigrationHeuristic" "smart"
Option "TearFree" "true"
Option "NoFlip" "false"
Option "Accel" "false"
EndSection
By switching Accel
to true
the problem appears.
benjarobin commented on 2024-05-26 10:30 (UTC) (edited on 2024-05-26 10:31 (UTC) by benjarobin)
Did you update first this package, before updating your system?
You should have this version installed: nvidia-470xx-dkms 470.239.06-2. The "broken" version is: 470.239.06-1.
Otherwise, please provide the full build log, troughs a pastebin like service
Pinned Comments
SoftExpert commented on 2025-02-09 10:20 (UTC)
For the beginners in need of assistance, first take a look at this recommended guide https://github.com/korvahannu/arch-nvidia-drivers-installation-guide - maybe it helps to solve the issues your are having with this version of the driver.