zany130
UBUniversal Blue
•Created by zany130 on 4/17/2025 in #🛟bazzite-help
Borked bazzite with user systemd configs in home. How do i recover?

9 replies
UBUniversal Blue
•Created by zany130 on 4/16/2025 in #🛟bazzite-help
Update aur distrobox packges
Figured it might be something like that. So aur is the worst way to get an app in distro box better if its in a distro repo
7 replies
UBUniversal Blue
•Created by Cartomante pardo on 4/7/2025 in #🛟bazzite-help
Steam gaming mode has no sound
Might sound dumb but also make sure you don't have steam muted in desktop mode. Happened to me once
If you have the steam client muted in desktop mode. It will mute all of game mode (including games)
Threw me off because games had sound on the desktop but not in game mode
3 replies
UBUniversal Blue
•Created by DefiniteIntegral on 11/4/2024 in #🛟bazzite-help
Trying to Integrate Bazzite with Home Assistant
ok so its possible but there a couple of problems
1. the service to start alga on wakeup needs to my a system service user services don't have acsses to the sleep/suspend targets so it needs to be installed into and enabled with
2. selinux which bazzite uses by default will block the script from running in this contex so you need to either disable selinux (not recommend) or configure selinux to allow the script to be run from a system service
this can be done with
and
this will search your selinux logs for any denials of the script
wolTV.sh
(replace that with the name of your alga script) and create rules to allow it
the second command installs it23 replies
UBUniversal Blue
•Created by DefiniteIntegral on 11/4/2024 in #🛟bazzite-help
Trying to Integrate Bazzite with Home Assistant
but bassicly you would want a service like this
and then you would call it somehow in
~/.config/systemd/user/[email protected]/override.conf
to have it run alga when the gamescope session is called and then i think it will also call it when you wake up from suspend, hibernate etc..23 replies
UBUniversal Blue
•Created by DefiniteIntegral on 11/4/2024 in #🛟bazzite-help
Trying to Integrate Bazzite with Home Assistant
note I am NOT a systemd expert lol i chatgpt and hacked my way to this solution lol i think i also got help from a few pepole
23 replies
UBUniversal Blue
•Created by DefiniteIntegral on 11/4/2024 in #🛟bazzite-help
Trying to Integrate Bazzite with Home Assistant
so achtually its a little bit more complex lol
23 replies
UBUniversal Blue
•Created by DefiniteIntegral on 11/4/2024 in #🛟bazzite-help
Trying to Integrate Bazzite with Home Assistant
achtually no i don't think its that simple sorry i forgot the way i got algo working is with an
drictly in
[email protected]
with a override.conf
and if you were to add those After
and WantedBy
you will problely just break the gamescope session since that will apply to the whole session
you would have to modify what i did slighty and create an alga.service
for the alga script and in that service you would link it up with systemd suspend, sleep etc...
problem is I never firgured out how I can get [email protected]
to call my alga.service
so i just did a
which means on service start run this script23 replies
UBUniversal Blue
•Created by DefiniteIntegral on 11/4/2024 in #🛟bazzite-help
Trying to Integrate Bazzite with Home Assistant
@BokchoyBoy
23 replies
UBUniversal Blue
•Created by DefiniteIntegral on 11/4/2024 in #🛟bazzite-help
Trying to Integrate Bazzite with Home Assistant
i never bothered to set it up for wakeups since i never put my pc to sleep, but it should be realtivly trivial
https://bbs.archlinux.org/viewtopic.php?id=248843
the main thing seems to be to have a
with those targets.
and then I think you would need to make it wanted by all those sleep targets so
then you will need to enable the service with
EDIT:
there also seems to be a
sleep.target
you can use23 replies
UBUniversal Blue
•Created by zany130 on 3/27/2025 in #🛟bazzite-help
High CPU usage in bazzite vs stock fedora when gaming in steam game mode
Yeah I have the acceleration setting on on
It's strange though that it doesn't use the CPU that much on the desktop
Is the steam recording feature only available in game mode?
49 replies
UBUniversal Blue
•Created by zany130 on 3/27/2025 in #🛟bazzite-help
High CPU usage in bazzite vs stock fedora when gaming in steam game mode
:mrpgSighFacePalm:
It's the steam background recording feature.
Disabling it lowerw steam CPU usage to under 1%
But it using up to 60% of the CPU ain't good either
49 replies
UBUniversal Blue
•Created by zany130 on 3/27/2025 in #🛟bazzite-help
High CPU usage in bazzite vs stock fedora when gaming in steam game mode
made a bug report here https://github.com/ValveSoftware/steam-for-linux/issues/11855
49 replies
UBUniversal Blue
•Created by zany130 on 3/27/2025 in #🛟bazzite-help
High CPU usage in bazzite vs stock fedora when gaming in steam game mode
oh i didn't know it was shared with chimera maybe i can ask there to
49 replies
UBUniversal Blue
•Created by zany130 on 3/27/2025 in #🛟bazzite-help
High CPU usage in bazzite vs stock fedora when gaming in steam game mode
yeah true i could try opening a bug report on the steam linux github but i thought they might just send me to the bazzite repo
49 replies
UBUniversal Blue
•Created by zany130 on 3/27/2025 in #🛟bazzite-help
High CPU usage in bazzite vs stock fedora when gaming in steam game mode
@Kyle Gospo wouldnt this be a bazzite issue though since bazzite is the one who packages a distrbutes the steam game mode session? irrc there is some bazzite specfic stuff added to? should i make an issue on the github with logs?
49 replies
UBUniversal Blue
•Created by zany130 on 3/27/2025 in #🛟bazzite-help
High CPU usage in bazzite vs stock fedora when gaming in steam game mode
steam still doesnt use to much cpu maximum 10 % so it looks like its a problem specficly with the steam gamescope session
49 replies
UBUniversal Blue
•Created by zany130 on 3/27/2025 in #🛟bazzite-help
High CPU usage in bazzite vs stock fedora when gaming in steam game mode
ahh looks like removing the
--
fixed it49 replies
UBUniversal Blue
•Created by zany130 on 3/27/2025 in #🛟bazzite-help
High CPU usage in bazzite vs stock fedora when gaming in steam game mode
it gives me
49 replies
UBUniversal Blue
•Created by zany130 on 3/27/2025 in #🛟bazzite-help
High CPU usage in bazzite vs stock fedora when gaming in steam game mode
yeah im on the latest version of bazzite.
basicly on desktop steam uses about 0.5% cpu and in game mode it uses anywhere from 30% - 60% cpu usage
49 replies