Cannot use NVIDIA Graphics Card, despite it being present in the list of devices
I’ve tried installing Bazzite on an older NVIDIA-powered ASUS Laptop, using the recommended ASUS image for NVIDIA, and checked the list of graphics cards installed:
However, when I try to run a game, it seems like the system is always trying to use the integrated graphics according to the game log, and I haven’t found any way to switch it to the dedicated GPU. This is further corroborated with the following console output:
Is there something I can do to have Vulkan detect my GPU, or am I out of luck and the GPU I am using is not compatible?
Solution:Jump to solution
if
rpm-ostree status
says youre on the nvidia-open
image, then you need to rebase to the nvidia
image9 Replies
give us
rpm-ostree status
because i suspect you have done a reading whopsie when downloading the isoSolution
if
rpm-ostree status
says youre on the nvidia-open
image, then you need to rebase to the nvidia
imagerpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/thebazziteimageyoureon-nvidia:stable
replace that url looking part with your the one from your rpm-ostree status
and remove -open
Possible, I'll double check if I'm on
nvidia-open
on nvidia
tonight, I'll let you knowI have the GeForce GTX 1050 TI on my desktop and that only works in the nvidia image and not the nvidia-open image.
Yeah you’re right, I downloaded
nvidia-open
instead of nvidia
, I’ll try rebasingrebasing will fix it
Seems like it did, UMVC3 runs at 60fps now, thanks!