BearFOX
BearFOX
UBUniversal Blue
Created by BearFOX on 4/24/2024 in #bazzite-help
Bazzite 3.0 Bluetooth crashes re-connecting controller (Edited title)
I know there are general bluetooth issues lately. Just adding that LCD Deck on bazzite-deck:latest 19th April build. DS4 controller connects after boot but after it's disconnected, on subsequent connects, steam gamemode doesn't initialize the controller again unless the deck is rebooted.
8 replies
UBUniversal Blue
Created by BearFOX on 1/24/2024 in #bazzite-help
Double input in gaming mode UI - Deck LCD
Had this happen the other night and a few months back too. I've figured out the steps that cause the behaviour. In gaming mode, I launch discord (but could be any flatpak), then I launch EmulationStation DE and launch a game from within that (via dolphin emulator in these tests). Now in the gaming mode interface, the dpad, face buttons and start+select all send double input. Thankfully it doesn't affect controls within either open app though. This issue persists after closing these apps until i put the deck to sleep and reawaken. If anyone has any advice or can reproduce this behaviour, please let me know. Thanks.
4 replies
UBUniversal Blue
Created by BearFOX on 1/19/2024 in #bazzite-help
ujust install-sunshine seems to fail
A huge thank you for the update today, wanted to report a potential issue with the just configs however. Tried the above command twice followed by a reboot each time. The second attempt I saw it ran the two repo commands, then it searched available repos (which it said were cached), said package not found and then printed that sunshine is already installed. There is no shortcut in the application launcher and i can't find it in /usr/bin
deck@steamdeck:/var/home/deck$ systemctl status --user sunshine.service
Unit sunshine.service could not be found.
deck@steamdeck:/var/home/deck$ systemctl status sunshine.service
Unit sunshine.service could not be found.
deck@steamdeck:/var/home/deck$ which sunshine
/usr/bin/which: no sunshine in (/home/deck/.local/bin:/home/deck/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin)
deck@steamdeck:/var/home/deck$ systemctl status --user sunshine.service
Unit sunshine.service could not be found.
deck@steamdeck:/var/home/deck$ systemctl status sunshine.service
Unit sunshine.service could not be found.
deck@steamdeck:/var/home/deck$ which sunshine
/usr/bin/which: no sunshine in (/home/deck/.local/bin:/home/deck/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin)
Thanks
44 replies
UBUniversal Blue
Created by BearFOX on 1/17/2024 in #bazzite-help
Deck gaming mode, prevent display dim for a specific non-steam game?
Is there a way to facilitate this on bazzite? I have set a talk permission in flat seal for the app: org.freedesktop.Screensaver
9 replies
UBUniversal Blue
Created by BearFOX on 12/26/2023 in #bazzite-help
any non-steam game won't launch on deck gamemode
Having an issue that's persisted over updates. Was on 20-12-2023 build, now updated today. I'm on latest channel for bazzite-deck image. Flatpaks, AppImages or windows exe's will not run in gamemode. The steam logo spins round and round. Steam store games still work. On xmas eve, I setup sunshine flatpak with a user service from their docs. It caused black screen on boot once I enabled the user service. Had to load a recovery image and delete the user service and its symlink too. Since then, the issue has occured. Non-steam games do launch from the steam library in desktop mode. Any help at all would be appreciated. Currently enjoying playing through Ocarina of Time, but it's hard to exit in desktop mode.
2 replies
UBUniversal Blue
Created by BearFOX on 11/22/2023 in #bazzite-help
In Gamemode, Sunshine server can't find any encoders.
I'm struggling to capture game mode with Sunshine to stream to my phone/tv. (steamlink tv app was discontinued) The app/service runs in gamemode on boot but when trying to connect it comes up with the aforementioned error. Any tips on how to expose the gpu or even cpu as an encoder while under gamemode? it works fine in desktop mode. This is my .service file, any advice is greatly appreciated.
Description=Sunshine self-hosted game stream host for Moonlight.
After=graphical-session.target

[Service]
ExecStart=flatpak run --command=dev.lizardbyte.app.Sunshine.sh dev.lizardbyte.app.Sunshine
Restart=on-failure
RestartSec=5s
#Flatpak Only
#ExecStop=flatpak kill --command=dev.lizardbyte.app.Sunshine

[Install]
WantedBy=graphical-session.target
Description=Sunshine self-hosted game stream host for Moonlight.
After=graphical-session.target

[Service]
ExecStart=flatpak run --command=dev.lizardbyte.app.Sunshine.sh dev.lizardbyte.app.Sunshine
Restart=on-failure
RestartSec=5s
#Flatpak Only
#ExecStop=flatpak kill --command=dev.lizardbyte.app.Sunshine

[Install]
WantedBy=graphical-session.target
3 replies