this post was submitted on 19 Jan 2024
87 points (98.9% liked)

Linux

47308 readers
556 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 8 months ago (3 children)

I love Bazzite, but I wish they would fix the no audio after wake on the OLED. I encountered it often while running the testing release, so I went back to SteamOS to wait for a stable release with the fix. Imagine my disappointment when they released a new stable version with the bug still present. :(

[–] [email protected] 13 points 8 months ago (1 children)

Does restarting PipeWire fix it?

systemctl --user restart pipewire.service

or

systemctl --user restart wireplumber pipewire pipewire-pulse

If that works, you could create a systemd unit file to automatically run that after resume.

[Unit]
Description=Restart Pipewire after resume
After=suspend.target

[Service]
Type=simple
ExecStart=/usr/bin/systemctl --user restart pipewire.service

[Install]
WantedBy=suspend.target
[–] [email protected] 1 points 8 months ago

How would a client (like running game) reconnect to a restarted PW server? That would require a game restart for its sound to work if I get it right

[–] [email protected] 10 points 8 months ago (2 children)

What's your usecase for swapping from SteamOS? I noticed on some video that it came with A Steamdeck image but I couldn't think of why you'd want to swap to a SteamOS 'clone'

[–] [email protected] 9 points 8 months ago

In addition to what's been mentioned, Bazzite also updates the kernel and graphics drivers more often than SteamOS, so yes, while things are slightly more likely to break every now and then, there are some decent performance gains to be had.

[–] [email protected] 8 points 8 months ago

I can see the use case for someone who wants a single OS install on the Steam Deck that does gaming just about as well as SteamOS does, but has a more fleshed out desktop experience (or even just a different one). The linked article goes into detail on various desktop-focused developments within Bazzite that wouldn't really make sense for Valve to prioritize in SteamOS itself.

[–] [email protected] 3 points 8 months ago (1 children)

Report that issue, so that they can fix it?

[–] [email protected] 16 points 8 months ago* (last edited 8 months ago) (1 children)

We're aware of it, it's just complicated and directly related to kernel differences between Valve's heavily modified 6.1 and Fedora's 6.6/soon to be 6.7

This release lays the groundwork since it's the first one with a fully custom kernel. In addition updates will be coming faster for the foreseeable future. A lot was held back due to us working on maintaining secure boot support when switching kernels.

[–] [email protected] 1 points 8 months ago

Damn, I admire your work!