-
Notifications
You must be signed in to change notification settings - Fork 16
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
Nobara on Ally #8
Comments
Oh, I'm afraid I can't test the tool on Nobara - I don't have it installed. But Can you make sure that Steam client is always in |
That was my thought. Upon extraction it's temporarily not available and steam-patch hits at the wrong time. Although that seems to be a one off with steam beta. I've been on stable and haven't seen it recently. The patch still fails to apply every other boot with seemingly no errors. I don't know if Steam is overwriting the changes immediately or what's going on. I am on the Nobara Deck image which boots straight into Steam and pretends to be a Deck itself. (Gamescope and the whole nine yards). I did confirm the cpuinfo and board_* files are what is expected so the steam-patch does know it's the Ally. I'll keep seeing if I can find any more info. I understand it's harder to debug when you don't have the same OS. Thanks for the reply! |
I think I'll try to reboot it myself a few times in a row, probably I could reproduce it on stable too... Let's see! |
Have you found a work around? I have same issues on nobara, the tpd slider is still at 15 instead of 30, I think it has something to do with how nobara goes into steam mode, as you say it’s over riding steam patch, I have had it read 30 watts a few times then on moving the slider it goes back to 3-15 scale , it driving me nuts lol |
This seems to be an issues with how nobara changes from desktop to gamemode and it will revert back to stable from beta , steam patch always looks for verification complete in steam boot strap log text. this can be amended to Nothing to do as well as verification complete. but you have to change it in steam patch source and rebuild. Exec=env LD_PRELOAD=/usr/share/gamescope-session/libextest.so /usr/bin/steam -silent -steamdeck %U here is code to change in steam-patch src/steam
hope this helps |
one thing is if you select steam beta steam patch will run but you wont have the overlay steam overrides it i hope someone can fix this in time |
I left Nobabra because of that... Do you know what causes it to do that? |
Yea we have it solved it was one entry in the files that was causing it in the auto load apps |
I came send the modded file to you if you want |
I've been on Arch with HandyGCCS for the time being and everything has been good. |
Ok GE has updated the copr so it’s all automatically done works great |
Service seems to be hit or miss if it applies.
One possible cause I've seen is that setting the client to Beta will often forget that it's Beta and start redownloading updates every couple or so boots.
I'm assuming it's doing the "update" whenever steam-patcher tries to run and thus can't find the files it needs.
Maybe some detection for if Steam is in the middle of an update?
The text was updated successfully, but these errors were encountered: