Package Details: nvidia-470xx-utils 470.256.02-7

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: 99
Popularity: 0.88
First Submitted: 2021-10-31 00:50 (UTC)
Last Updated: 2024-11-10 08:39 (UTC)

Dependencies (6)

Required by (300)

Sources (11)

Latest Comments

« First ‹ Previous 1 .. 27 28 29 30 31 32 33 34 35 36 37 .. 40 Next › Last »

Nestor_013 commented on 2022-10-19 15:47 (UTC)

@elppans: Victory, it works! Actually I realized that I was using (for forgotten reasons) the pahole-git package instead of pahole. After switching to it, it works apparently correctly on my desktop.

neuromante commented on 2022-10-18 10:49 (UTC)

@ChrispyChris Try: __NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only __GLX_VENDOR_LIBRARY_NAME=nvidia glxinfo | less If it's working fine, otherwise that means that the driver is loaded but it won't give you the accelerated graphics

ChrispyChris commented on 2022-10-16 16:47 (UTC)

jonathon I see you mentioning it doesn't fully support kernel 6.0, however on my desktop after applying the patch, all seems well. Should people that used the patch be good to continue upgrading kernels and just keep an eye on this package, or what?

Nestor_013 commented on 2022-10-16 08:49 (UTC)

@elppans: Thanks for replying. Unfortunately it didn't work. I'll stay with lts for now, with the hope of a solution in a near future. For the record I have a GT720.

faulknet commented on 2022-10-15 22:31 (UTC) (edited on 2022-10-15 22:39 (UTC) by faulknet)

+1 for cloning the GitLab repo suggested by @BlackIkeEagle. Worked like a charm on my rig with 6.0.1-arch2-1. Not a laptop though so can't speak to the backlight issue.

elppans commented on 2022-10-15 20:25 (UTC)

@Nestor_013 Update Kernel to version 6.0.1-arch2-1 and try again. Your compilation gave an error while configuring the modules. In my testing, this new driver update (470.141.03-2) failed on Kernel version 6.0.1-arch2-1 but successfully installed on version 6.0.1-arch2-1.

If that also fails, you'll have to use the linux-lts, as @jonathon recommended, until an official video driver update is released.

ganainm commented on 2022-10-15 13:04 (UTC)

I'll have to stick with kernel 5.15.73-3-lts for a while. It works without a flaw with nvidia-470xx-utils 470.141.03-2.

jonathon commented on 2022-10-15 11:52 (UTC)

This driver does not fully support kernel 6.0. I recommend you switch to linux-lts until NVIDIA release a new driver version.

aparthy commented on 2022-10-15 09:24 (UTC) (edited on 2022-10-15 09:25 (UTC) by aparthy)

Same problem as @ganainm and @XAVeRY here with a GeForce GT 755M (GK107M) in a lenovo laptop running optimus-manager in hybrid mode I get this error in Xorg.0.log:

[    57.044] (EE) Screen 1 deleted because of no matching config section.
[    57.044] (II) UnloadModule: "nvidia"
[    57.044] (II) UnloadSubModule: "wfb"

And kernel log shows the same error: Failed to copy vbios to system memory... Meanwhile the lts kernel works just fine.

fitebone commented on 2022-10-15 02:54 (UTC)

@elppans brilliant fix, worked perfectly for my 660Ti. Cheers!