It seems that automatic detection of the nvidia driver by Xorg failed because /usr/share/X11/xorg.conf.d/20-nvidia.conf is missing from nvidia-470xx-utils, based on https://bbs.archlinux.org/viewtopic.php?pid=2160060#p2160060
Search Criteria
Package Details: nvidia-470xx-dkms 470.256.02-7.98
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 - module sources |
Upstream URL: | http://www.nvidia.com/ |
Keywords: | driver nvidia video |
Licenses: | custom |
Conflicts: | nvidia-dkms |
Provides: | NVIDIA-MODULE |
Submitter: | jonathon |
Maintainer: | Sinyria (cysp74, SoftExpert) |
Last Packager: | SoftExpert |
Votes: | 110 |
Popularity: | 4.20 |
First Submitted: | 2021-10-31 00:50 (UTC) |
Last Updated: | 2025-05-04 14:37 (UTC) |
Dependencies (3)
- dkms (dkms-gitAUR)
- libglvnd (libglvnd-gitAUR)
- nvidia-470xx-utilsAUR
Required by (9)
- conky-lua-nv (optional)
- mhwd-nvidia-470xx (make)
- nvidia-exec (requires NVIDIA-MODULE)
- nvidia-exec-git (requires NVIDIA-MODULE)
- nvidia-pacman-hook (requires NVIDIA-MODULE) (optional)
- nvidia-xrun-pm (requires NVIDIA-MODULE)
- nvidiactl-git (requires NVIDIA-MODULE)
- optimus-manager-git (requires NVIDIA-MODULE)
- xorgxrdp-nvidia (requires NVIDIA-MODULE)
Sources (14)
- 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-fix-linux-6.15.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 2 3 4 5 6 7 8 9 10 .. 47 Next › Last »
silent commented on 2025-02-05 16:48 (UTC) (edited on 2025-02-05 17:04 (UTC) by silent)
Alexey104 commented on 2025-02-05 14:29 (UTC)
I just got a system freeze and found this in the journal after reboot:
NVRM: Xid (PCI:0000:01:00): 79, pid=0, GPU has fallen off the bus.
NVRM: GPU 0000:01:00.0: GPU has fallen off the bus.
NVRM: A GPU crash dump has been created. If possible, please run
NVRM: nvidia-bug-report.sh as root to collect this data before
NVRM: the NVIDIA kernel module is unloaded.
I hope it's just a coincidence as it happens right after I non-intentionally touched the PC case with my leg after walking along a carpet, maybe that just was a static shock.
silent commented on 2025-02-05 12:51 (UTC) (edited on 2025-02-05 13:56 (UTC) by silent)
@lu9dce: For me with a low end card, the aquarium is ok with Firefox, 60fps with 1000 fish.But with Chrome it is indeed only 1-3fps.
silent commented on 2025-02-05 11:32 (UTC) (edited on 2025-02-05 12:23 (UTC) by silent)
I tried adding the entries to /etc/default/grub and to /etc/mkinitcpio.conf, but that did not help, I still had only VESA. I created /etc/X11/xorg.conf: Section "Device" Identifier "Screen1" Driver "nvidia" BusID "PCI:1:0:0" EndSection Now I have nvidia with FHD with both kernels, and I can tweak the performance with nvidia-settings. But the performance is very bad as compared to the previous driver, I can't play TORCS.
Alexey104 commented on 2025-02-05 09:58 (UTC)
@silent, Yes, I have GRUB_CMDLINE_LINUX_DEFAULT="nvidia_drm.modeset=1"
in /etc/default/grub
and I also have the following modules in /etc/mkinitcpio.conf
: nvidia nvidia_modeset nvidia_uvm nvidia_drm
.
silent commented on 2025-02-05 09:51 (UTC)
@Alexey104, have you added anything to /etc/default/grub or anywhere else? nouveau is OK, except that I can't play TORCS at all :(
Alexey104 commented on 2025-02-05 09:09 (UTC)
@lu9dce, @silent, That's strange, I'm running LTS with this driver without any problems, GTX770.
lu9dce commented on 2025-02-05 08:38 (UTC)
Does not work with kernel 6.12.12-1-lts
For example, if you use Google Chrome, it now runs at 1fps per second when testing https://webglsamples.org/aquarium/aquarium.html
silent commented on 2025-02-05 07:56 (UTC)
I installed the new driver and now it no longer works even with my LTS kernel: 01:00.0 VGA compatible controller: NVIDIA Corporation GK208B [GeForce GT 710] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Micro-Star International Co., Ltd. [MSI] Device 8c93 Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at f6000000 (32-bit, non-prefetchable) [size=16M] Memory at e8000000 (64-bit, prefetchable) [size=128M] Memory at f0000000 (64-bit, prefetchable) [size=32M] I/O ports at e000 [size=128] Expansion ROM at 000c0000 [disabled] [size=128K] Capabilities: <access denied> Kernel driver in use: nvidia Kernel modules: nouveau, nvidia_drm, nvidia
SoftExpert commented on 2025-02-04 21:34 (UTC)
@all: hey, great news, indeed ! The whole merit belongs to @joanbm who invested so much of his precious time in the patches he gifted us in the last 5 years ! So big THANK YOU, Joan and to all the other contributors !!
Does anyone has some additional changes to add in the package or we can release the version 8 ?
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.