88
submitted 7 months ago by quarterlife to c/linux@lemmy.ml
top 10 comments
sorted by: hot top controversial new old
[-] frozen@lemmy.frozeninferno.xyz 14 points 7 months ago

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. :(

[-] d3Xt3r@lemmy.nz 13 points 7 months ago

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
[-] azvasKvklenko@sh.itjust.works 1 points 7 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

[-] merthyr1831@lemmy.world 10 points 7 months ago

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'

[-] frozen@lemmy.frozeninferno.xyz 9 points 7 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.

[-] sudotstar@kbin.social 8 points 7 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.

[-] Pantherina@feddit.de 3 points 7 months ago

Report that issue, so that they can fix it?

[-] quarterlife 17 points 7 months ago* (last edited 7 months ago)

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.

[-] Pantherina@feddit.de 1 points 7 months ago

Damn, I admire your work!

[-] flashgnash@lemm.ee 1 points 7 months ago* (last edited 7 months ago)

I'm kinda tempted to switch my PC to bazzite from NixOS, have to imagine life would be easier that way

I've got so used to NixOS now though that the idea of switching off it is pretty unpleasant

Guess there's always home manager

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

Linux

47210 readers
734 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