-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nvidia GPU drivers version mismatch causing drivers not to load #148
Comments
ran
And I can see that
Is on an older version from the rest |
This issue is now appearing on the stable build that was released a few hours ago:
|
The latest The kernel version for The |
Can confirm,
|
I rolled back the We need to investigate further. |
I think I found the root problem of the version mismatch on |
@ledif
|
Yup we know |
Awesome, keep up the good work! |
Can you try updating. It should roll you back to a working one |
I just came back from classes; it doesn't seem like it's rolling me back
after rebooting, no change...
|
I'm gonna go ahead and switch to stable-daily, I can switch back if you want me to |
One issue was fixed with #151 but another one popped up immediately afterwards. Fortunately, both |
Describe the bug
On aurora-dx-nvidia with stable-daily, the Nvidia drivers have mismatched versions, at least, I think so. This is causing the desktop to be rendered only via software, causing slow performance.
rpm-ostree status
:What did you expect to happen?
Nvidia drivers would match and GPU accelerated rendering would work.
Output of
bootc status
Output of
groups
Extra information or context
running:
nvidia-smi
running:
cat /proc/driver/nvidia/version
I read here I can check if a process is using the GPU by running the follow command
2909 is the proc id for /urs/bin/kwin_wayland
running:
lsof -p 2909 | grep /dev/dri
5477 is the proc id for firefox
running:
lsof -p 5477 | grep /dev/dri
The text was updated successfully, but these errors were encountered: