cannot change to nvidia gpu #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have tried using "prime-run /home/myusername/vr-tracker-overlay/cmake-build-debug/vr-tracker-overlay" but it still uses intel graphics. I am using Arch Linux with a RTX 4050 and Intel i7-12650H.
App crashesto cannot change to nvidia gpuHello, thanks for letting me know about this! I think there is some stuff i might need to do to make it so you can select the gpu. It might be better to have the program do it rather than prime-run, not completely sure though 😅.
Im also not entirely sure if the segfault is related to the gpu or not. Ill try to look into it.
gdb told me it was an issue with mesa "iris_resource_from_memobj (pscreen=0x555555989f00, templ=0x7fffffffcd80, pmemobj=0x0, offset=0) at ../mesa-26.2.2/src/gallium/drivers/iris/iris_resource.c:1601"
Sorry for being so slow with this! I have a lot on my plate at the moment.
Thanks for the gdb output, it will probably help a lot in figuring out whats going on.
I was trying to look into making it so you can select the gpu that is used, but i think there might be some weird stuff around openxr. I need to dig into it a little more.