Vega testing

@Ren run this command sudo rpm-ostree usroverlay this will make the /usr path on the filesystem writable until reboot (at which point all changes to it will be discarded) Then run
sudo rm /usr/libexec/gamescope-sdl-workaround
sudo nano /usr/libexec/gamescope-sdl-workaround
sudo rm /usr/libexec/gamescope-sdl-workaround
sudo nano /usr/libexec/gamescope-sdl-workaround
then paste in the contents of this script https://paste.centos.org/view/2b40476c then press CTRL+X then Y then enter then run sudo chmod +x /usr/libexec/gamescope-sdl-workaround
Solution:
i will just sadly conclude that Vega cards are not supported based on this testing. thanks for the help and sorry it didnt work.
Jump to solution
76 Replies
HikariKnight
HikariKnightOP•4mo ago
once you have done that edit and run that chmod command, log out and tell me if gamemode works if it doesnt work and you get stuck, force reboot and it will discard the edit if vega cards require the same workaround as polaris i will write a patch to fix it
Ren
Ren•4mo ago
In the link you sent is which do I paste
HikariKnight
HikariKnightOP•4mo ago
everything from that box you copy
No description
Ren
Ren•4mo ago
one by one or all together
HikariKnight
HikariKnightOP•4mo ago
all together
Ren
Ren•4mo ago
(Im sorry if Im asking alot of question) thank you
HikariKnight
HikariKnightOP•4mo ago
since its the new script we will use for testing i made a dirty edit to check for Vega if i have to write a patch i will make a proper edit as i dont think we have had anyone on Vega test yet 😅
Ren
Ren•4mo ago
well consider me a the first :)
HikariKnight
HikariKnightOP•4mo ago
so did it go?
Ren
Ren•4mo ago
I'm back on desktop
HikariKnight
HikariKnightOP•4mo ago
so it didnt work?
Ren
Ren•4mo ago
I press return the game mode so I'll see if that loads Nope Maybe I did something wrong
HikariKnight
HikariKnightOP•4mo ago
ok can you give me your .gamescope-cmd.log it will show the last command gamescope-session tried to use if you cant find it just type this into terminal cat ~/.gamescope-cmd.log | fpaste and give me the link instead
Ren
Ren•4mo ago
Give me a sec because now nothing is my browser is loading anything https://paste.centos.org/view/09782925
HikariKnight
HikariKnightOP•4mo ago
used the wrong gamescope ok lets try this then sudo rpm-ostree usroverlay tell me when you have run it
Ren
Ren•4mo ago
I ran it
HikariKnight
HikariKnightOP•4mo ago
sudo nano /usr/libexec/gamescope-sdl-workaround that should bring up a text editor then hold CTRL+K until it is empty then copy all of this from the page and paste it into the editor https://paste.centos.org/view/raw/2b40476c
Ren
Ren•4mo ago
empty
HikariKnight
HikariKnightOP•4mo ago
then CTRL+X Y then enter and logout and try again
Ren
Ren•4mo ago
to be clear logout as in shut it down or the terminal
HikariKnight
HikariKnightOP•4mo ago
actually you can test the script first too
/usr/libexec/gamescope-sdl-workaround
echo $?
/usr/libexec/gamescope-sdl-workaround
echo $?
should return 0 log out, do not shut down shutting down will remove the changes
Ren
Ren•4mo ago
gotcha test that now or logoff first
HikariKnight
HikariKnightOP•4mo ago
test first if it says 0 when you run the 2nd command then it should work and it will apply the polaris fix when you log out from the desktop
Ren
Ren•4mo ago
alright logging off now
HikariKnight
HikariKnightOP•4mo ago
ok
HikariKnight
HikariKnightOP•4mo ago
🤞
Ren
Ren•4mo ago
Nope
HikariKnight
HikariKnightOP•4mo ago
ok can you cat ~/.gamescope-cmd.log | fpaste again
Ren
Ren•4mo ago
It's doing this again Do I reset my computer for that because nothing is loading anymore
HikariKnight
HikariKnightOP•4mo ago
if you just got a black screen yes
Ren
Ren•4mo ago
No I just got send to the os but nothing is loading
Ren
Ren•4mo ago
Ren
Ren•4mo ago
It did this with the other cmd
HikariKnight
HikariKnightOP•4mo ago
refreshing doesnt work? never seen error 5 before
Ren
Ren•4mo ago
I'm really the first for everything
HikariKnight
HikariKnightOP•4mo ago
oh well can you just cat ~/.gamescope-cmd.log and tell me if it mentions gamescope-legacy
Ren
Ren•4mo ago
Do I restart my computer or
HikariKnight
HikariKnightOP•4mo ago
no just open terminal and run the command then restart once you checked the log
Ren
Ren•4mo ago
No description
HikariKnight
HikariKnightOP•4mo ago
hmm seems to have ignored the edit did the test return 0 when you ran it?
Ren
Ren•4mo ago
Yes
HikariKnight
HikariKnightOP•4mo ago
weird it should have tried gamescope-legacy instead of gamescope
Ren
Ren•4mo ago
We can retry the command just in case I did something wrong And if we get the same result we can go from there
HikariKnight
HikariKnightOP•4mo ago
i can try automate it reboot and i will write up a single copy paste for you
Ren
Ren•4mo ago
YESSIR I don't know why that was all caps
Ren
Ren•4mo ago
Are you still writtting the script
HikariKnight
HikariKnightOP•4mo ago
sudo rpm-ostree usroverlay
sudo sed -i 's/FINAL_RE="$POLARIS_RE"/FINAL_RE="$POLARIS_RE|Vega"/' /usr/libexec/gamescope-sdl-workaround
sudo rpm-ostree usroverlay
sudo sed -i 's/FINAL_RE="$POLARIS_RE"/FINAL_RE="$POLARIS_RE|Vega"/' /usr/libexec/gamescope-sdl-workaround
then log out thats the final test make sure you copy this completely if this does not work then vega will be unsupported for gamemode sadly
Ren
Ren•4mo ago
I reset the computer real quick because something else happened but I thought it was worth mentioning I got the splash screen for game mode
HikariKnight
HikariKnightOP•4mo ago
after running the script?
Ren
Ren•4mo ago
It still went back to desktop O No
HikariKnight
HikariKnightOP•4mo ago
oh interesting
Ren
Ren•4mo ago
ran the script logging out now
HikariKnight
HikariKnightOP•4mo ago
ok if it doesnt work, then there isnt anything we can do sadly
Ren
Ren•4mo ago
Damn it
HikariKnight
HikariKnightOP•4mo ago
no dice?
Ren
Ren•4mo ago
Sadly no I'ma try rerun some of the scripts just in case if anything wrong
HikariKnight
HikariKnightOP•4mo ago
last one live edits the file with the dirty change i did tested it against your lspci output too so it would have made sure that gamescope-legacy was used if you copy+pasted it
Ren
Ren•4mo ago
What does that mean (Im really bad at this)
HikariKnight
HikariKnightOP•4mo ago
polaris is the only card generation we know of that needs an older version of gamescope to work since vega and polaris were released around the same time, i figured it was worth a shot to try the fix with vega too
Ren
Ren•4mo ago
thats a fair theory
HikariKnight
HikariKnightOP•4mo ago
yeah, sadly no dice 😦
Ren
Ren•4mo ago
I still got some other ideas to try Im probably gonna rerun some of this first then reinstall and try it again If not I try version of linux
HikariKnight
HikariKnightOP•4mo ago
well you wont get gamemode session working sadly on any version if gamescope-legacy didnt work
Solution
HikariKnight
HikariKnight•4mo ago
i will just sadly conclude that Vega cards are not supported based on this testing. thanks for the help and sorry it didnt work.
Ren
Ren•4mo ago
Yeah I know but I do prefer how linux does gaming
HikariKnight
HikariKnightOP•4mo ago
pretty sure desktop mode + big picture mode will still work fine though
Ren
Ren•4mo ago
True
Ren
Ren•4mo ago
np and Thank you for your help
HikariKnight
HikariKnightOP•4mo ago
np!
Ren
Ren•4mo ago
Ill update you if I found a solution
HikariKnight
HikariKnightOP•4mo ago
please do pretty sure both us and chimeraos and others will appreciate it
Ren
Ren•4mo ago
No I'm glad I can somewhat help I don't wanna go back to windows man Seriously though thank you
HikariKnight
HikariKnightOP•4mo ago
i have been mostly windows free since 2009 used it for a handful of games where the addons dont work on linux 98% of my library works on linux
Ren
Ren•4mo ago
I use it for editing and such but the steam deck changed me Also copliot scares me so I do wanna change it
Want results from more Discord servers?
Add your server