-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Hyprland uses nvidia card even when told not to #83
Comments
wrong repo. Can you provide a trace log? https://wiki.hyprland.org/Crashes-and-Bugs/#obtaining-a-trace-log |
Hi. I'm having the exact same problem. I'm using a laptop with AMD iGPU and Nvidia dGPU. My trace log looks like this: Trace log
hyprland.conf (it's a lil messy)
|
I have the same issue. |
havent quite figured out why, but its something related to EGL. setting however its still for some very odd reason keeping it awake even tho im not seeing any fd's open towards it etc. |
Already reported ? *
Regression?
No
System Info and Version
System/Version info
Description
Even when I have, in my config
Which is a link to my Intel GPU (a380), Hyprland binds to the nvidia kernel module when started from tty (or display server). Using nvtop, without the line in my config says that process "Hyprland" is using my nvidia GPU, which is to be expected.
With the line in my config, it does not say any process is using the nvidia driver, however the output of the command
sudo lsof /dev/nvidia*
nets:When I start a virtual machine with the nvidia GPU passed through to it BEFORE starting Hyprland, Hyprland does not bind to nvidia as it would be impossible. I am however able to unbind the GPU from the VM and able to use the GPU on linux afterwards, and Hyprland does not bind to it.
How to reproduce
Start Hyprland with nvidia kernel modules binded to the GPU.
Crash reports, logs, images, videos
No response
The text was updated successfully, but these errors were encountered: