#So when I run alvr on bazzite the menus look corrupted

1 messages · Page 1 of 1 (latest)

brazen seal
#

So I've installed ALVR on bazzite last night and followed all the steps that I could and I can get into steam vr with the quest 3 the only issue is the menu for steam VR is that the menu is a pixelated mess along with the notifications when they show up don't know what I ended up doing wrong. This was using the Iniu cable with charging port.

PC specs:
CPU: Amd ryzen 9 9900x 3d
GPU: AMD Radeon 7900 xtx
Ram: 64gbs of ddr5

pure edge
#

This seems like an issue where Steam is running on your iGPU while SteamVR runs on your 7900 xtx. You could try disabling the iGPU in the BIOS/UEFI, or launch Steam with DRI_PRIME=1 (or 0, can vary between systems).

brazen seal
#

I'll have to try that when I get home BijouNod

#

Also how would I go about changing what gpu that steam launches with using Dri_Prime (would be my first time doing that)

pure edge
#

From a terminal, type DRI_PRIME=1 steam

brazen seal
#

Wouldn't I need to do that for alvr launcher, steam VR and vrc since their running on igpu

pure edge
#

Depending on the game, it can select the dgpu automatically, but yes it wouldn't hurt to force the dgpu. However, if you want to run everything on your dgpu, disabling the igpu in the BIOS would be easier for the long term IMO.

#

Or you can set DRI_PRIME=1 globally by editing /etc/environment and adding it on a new line (at least on arch that's how you do it, I'm not 100% sure for bazzite)

brazen seal
#

I'd have to mess with it later since im at work I'll just disable the igpu in the bios

brazen seal
#

And if I do that the dgpu should be set to 0 right?

pure edge
#

If you only have one GPU active (the dgpu in this case), you don't have to use DRI_PRIME (and I think it won't have any effect).

brazen seal
#

I must now see what happens since it was pain to find the igpu settings

#

Hell yeah that worked thank you so much