I have a notebook with an Nvidia Geforce RTX a1000. I am using the Oracle Linux 9.4 operating system and would like to know if there is a driver for this system. If yes, can you please send me an installation link? Thank you very much in advance
You can either use the rpmfusion or the nvidia cuda repo
https://rpmfusion.org/Howto/NVIDIA
https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=RHEL&target_version=9&target_type=rpm_network
(don’t install cuda but only the driver)
Good afternoon!
I will try to install the driver. Thank you very much!
Good afternoon!
I think I managed to install the driver. Some apps appeared in the menu. But when I perform a GPU test, it appears that the system is using the processor’s integrated GPU. Would there be any way to select the video card as the main one in Oracle Linux 9?
Please run nvidia-bug-report.sh as root and attach the resulting nvidia-bug-report.log.gz file to your post.
I received the following error when trying to execute the command:
install package “nvidia-driver” to provide the command “nvidia-bug-report.sh”? [N/y] y
- failure to install packages: Could not depsolve transaction; 1 problem detected:
Problem: package nvidia-driver-3:550.54.15-1.el9.x86_64 from cuda-rhel9-12-4-local requires nvidia-kmod-common = 3:550.54.15, but none of the providers can be installed- package nvidia-kmod-common-3:550.54.15-1.el9.noarch from cuda-rhel9-12-4-local requires nvidia-kmod = 3:550.54.15, but none of the providers can be installed
- conflicting requests
- nothing provides dkms needed by kmod-nvidia-latest-dkms-3:550.54.15-1.el9.x86_64 from cuda-rhel9-12-4-local
- package kmod-nvidia-open-dkms-3:550.54.15-1.el9.x86_64 from cuda-rhel9-12-4-local is filtered out by modular filtering
- nothing provides dkms needed by kmod-nvidia-open-dkms-3:550.54.15-1.el9.x86_64 from cuda-rhel9-12-4-local
For dkms, you’ll also have to enable the EPEL repo.
https://developer.nvidia.com/blog/streamlining-nvidia-driver-deployment-on-rhel-8-with-modularity-streams/