@Scarlet, work like a charm!. For lazy ones like me still using bumblebee
the xorg,conf is: /etc/bumblebee/xorg.conf.nvidia
Search Criteria
Package Details: nvidia-390xx-utils 390.157-15
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-390xx-utils.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-390xx-utils |
Description: | NVIDIA drivers utilities |
Upstream URL: | https://www.nvidia.com/ |
Licenses: | custom |
Conflicts: | nvidia-390xx-libgl, nvidia-libgl, nvidia-utils |
Provides: | nvidia-390xx-libgl, nvidia-libgl, nvidia-utils, opengl-driver, vulkan-driver |
Submitter: | svenstaro |
Maintainer: | jonathon (vnctdj) |
Last Packager: | vnctdj |
Votes: | 61 |
Popularity: | 0.99 |
First Submitted: | 2020-03-11 17:29 (UTC) |
Last Updated: | 2025-03-29 10:40 (UTC) |
Dependencies (6)
- egl-wayland (egl-wayland-gitAUR)
- libglvnd (libglvnd-gitAUR)
- xorg-server (xorg-server-gitAUR, xorg-server-bug865-issue1578AUR, xorg-server-bug865AUR)
- nvidia-390xx-settingsAUR (optional) – configuration tool
- opencl-nvidia-390xxAUR (optional) – OpenCL support
- xorg-server-devel (xorg-server-devel-gitAUR) (optional) – nvidia-xconfig
Required by (319)
- 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-avx-git (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)
- Show 299 more...
Sources (18)
- gcc-14.patch
- https://us.download.nvidia.com/XFree86/Linux-x86_64/390.157/NVIDIA-Linux-x86_64-390.157.run
- kernel-4.16+-memory-encryption.patch
- kernel-6.10.patch
- kernel-6.12.patch
- kernel-6.13.patch
- kernel-6.14.patch
- kernel-6.2.patch
- kernel-6.3.patch
- kernel-6.4.patch
- kernel-6.5.patch
- kernel-6.6.patch
- kernel-6.8.patch
- nvidia-390xx-utils.sysusers
- nvidia-390xx.rules
- nvidia-drm-outputclass.conf
- systemd-homed-override.conf
- systemd-suspend-override.conf
Latest Comments
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 Next › Last »
hute37 commented on 2021-11-10 17:17 (UTC)
quimkaos commented on 2021-11-10 16:57 (UTC)
@Scarlet Thank you for that!! That was really useful! In my case i had to create a xorg.conf in /etc/X11/ only with that section, since i had no xorg.conf file.
polucifier commented on 2021-11-10 16:37 (UTC)
@Scarlet, thanks a lot.
Scarlet commented on 2021-11-10 09:51 (UTC) (edited on 2021-11-10 09:52 (UTC) by Scarlet)
May be useful for someone. As now Xorg's version of ABI is 25.2 after updating Xorg to 21.1.1 I had to add these lines to xorg.conf to start graphics successfully.
Section "ServerFlags"
Option "IgnoreABI" "1"
EndSection
air-g4p commented on 2021-09-05 07:53 (UTC)
@jonathon - Thanks for the updated PKGBUILD.
It compiled and installed against all of my kernels today, without issue.
Cheers
BlackIkeEagle commented on 2021-09-04 14:21 (UTC)
@jonathon, that's fine, I only made it build, so if there is a better patch, awesome :)
jonathon commented on 2021-09-04 11:38 (UTC)
@BlackIkeEagle, thank you for the patch! Although it's basically the same, I've included Stefan's here as the functionality test should be a little more robust.
air-g4p commented on 2021-09-04 08:03 (UTC)
@BlackIkeEagle - Thank you for your great work on the 5.14 patch and the updated PKGBUILD.
Installed without error against all 4 my of kernels, which include 5.14, 5.13 and the 5.12 series.
If anyone needs to build nvidia-390xx-dkms against 5.14 kernels, you can grab everything you need at:
https://gitlab.com/herecura/packages/nvidia-390xx-dkms/-/tree/herecura/
Thanks again Ike!
BlackIkeEagle commented on 2021-08-23 19:05 (UTC)
patch for the upcoming 5.14 kernel:
https://gitlab.com/herecura/packages/nvidia-390xx-dkms/-/blob/herecura/kernel-5.14.patch
Pinned Comments
vnctdj commented on 2025-01-24 07:37 (UTC)
Use this forum thread for discussion: https://bbs.archlinux.org/viewtopic.php?pid=1946926
jonathon commented on 2022-05-26 09:46 (UTC)
Please don't flag this package out-of-date unless a new version has been released by NVIDIA.
jonathon commented on 2021-12-26 22:44 (UTC) (edited on 2021-12-26 22:44 (UTC) by jonathon)
The DKMS package guidelines are explicit that
linux-headers
should not be a dependency of any DKMS package.As a concrete example of why including that as a hard dependency is a bad idea, what happens when
linux
is not an installed kernel?