this post was submitted on 19 Mar 2024
19 points (95.2% liked)

Linux Gaming

14926 readers
4 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
 

I added a custom session to my display manager which starts Gamescope with the Steam Deck UI. This works great mostly, but exiting it is a challenge.

  • Trying to bring up the menu just blurs the screen. The menu can be navigated with the gamepad, but it does not show up. Submenus do show up (e.g. power settings).
  • With this menu's power settings, I can restart the computer, but the "switch to desktop mode" menu point just brings up an OSD saying "switching to desktops" which just stays there and does nothing. There is no (apparent) way to log out and end up back at the display manager.

So my questions are:

  • Is it possible to get the menu to show up at least? Is this a known issue?
  • Is there a way to "log out" to get to the display manager? Maybe it is possible to bind a custom command to the "switch to desktop mode" toggle?

Any help would be greatly appreciated!

you are viewing a single comment's thread
view the rest of the comments
[–] take6056@feddit.nl 2 points 6 months ago* (last edited 6 months ago) (8 children)

I'm using this package: https://aur.archlinux.org/packages/gamescope-session-steam-git Looking at the source here: https://github.com/ChimeraOS/gamescope-session-steam/blob/main/usr/bin/steamos-session-select

You can see it looks for a script to shutdown steam or defaults to normal shutdown. I pointed os-session-select to a script that restarts my sddm service, before shutting down steam, so it returns me into the default session. It was a bit finicky though and I hacked a systemd service into it to ensure the script didn't get killed.

Hope this helps. Might clean it up some time and put it in a repository/on the aur.

EDIT: I was inspired by ChimeraOS; it uses that os-session-select for its main project as well to return to the gnome desktop.

[–] RuneF@lemmy.world 1 points 6 months ago (1 children)

That helps a lot, thank you! I will look at it. Would really appreciate if you shared your work. Do you have the problem where you don't see the menu or is this only me?

[–] take6056@feddit.nl 1 points 6 months ago (2 children)

I haven't had the issue with the menu, never had as far as I remember. It might be because of the way you set up the session. If you try installing the aur package I linked and start that session, the menu hopefully just works as it did for me.

[–] RuneF@lemmy.world 1 points 6 months ago

Also, switching to desktop works now, but the menu is still invisible.

[–] RuneF@lemmy.world 1 points 6 months ago (1 children)

That session does not work for me at all, or to be precise, it works only when I disconnect my second display. I might have to search for an option to disable that before launching the session.

[–] take6056@feddit.nl 1 points 6 months ago (2 children)

Oh interesting & unfortunate. I can confirm I use one display, running it on my TV. I must say, big picture on my desktop session gets closer to the experience than when I initially set this up. I hope they add the quick settings overlay to the normal big picture mode some time. I might switch back to running on my desktop session.

[–] RuneF@lemmy.world 1 points 6 months ago

I got it to work following the customization instructions on their GitHub. The only problem that remains now is the still invisible menu.

[–] RuneF@lemmy.world 1 points 6 months ago (1 children)

Now, launching games does not work... This sure lacks some polish😅

[–] take6056@feddit.nl 1 points 6 months ago

I definitely did not run into this many issues when I installed it... Just kinda worked for me, so I'm not sure where you should investigate

load more comments (6 replies)