this post was submitted on 20 Nov 2025
155 points (98.1% liked)

Steam Hardware

19728 readers
456 users here now

A place to discuss and support all Steam Hardware, including Steam Deck, Steam Machine, Steam Frame, and SteamOS in general.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Deck] - Steam Deck related.
[Machine] - Steam Machine related.
[Frame] - Steam Frame related.
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

If your post is only relevant to one hardware device (Deck/Machine/Frame/etc) please specify which one as part of the title or by using a device flair.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 4 years ago
MODERATORS
 

I like to keep bigscreen mode primarily for games, but I find the desktop mode is not ideal when using from the TV even with a Steam Controller to use media streaming apps (Firefox progressive web apps, x86_64 Waydroid Aurora/F-Droid apps, and native Discover Store apps), and adjust other settings.

The answer to this pain-point is KDE Plasma Bigscreen. It has a Android TV like interface, and works well with controllers and remotes (FYI, the most reliable one I've tested, sold under a variety of brands). It's easy to switch between the regular Desktop Mode and Bigscreen from the sddm login screen, it's just a dropdown.

Someone recently gave it some much needed love to promote it to QT6, but it could use some additional contributors to bring it to a production grade environment, hopefully in time for the Steam Machine launch.

If you want the stable QT5 version, it is available with most distro package managers as:

plasma-bigscreen

But it does not work perfectly, there are known issues. I am staking my hopes in the next version.

If you want to try the latest on Arch-based systems like SteamOS without building from source, help with filing bugs (always appreciated), or contribute code, the QT6 version which I find more reliable in some ways, less in others, and some key associated dependencies are

plasma-bigscreen-git
plasma-remotecontrollers-git
qt6-virtualkeyboard

Else for Fedora-based Bazzite, or Debian-based distros like Mint, at least currently you need to build from source or help get the package into the testing branches.

One key thing that needs fixing is, since Mycroft voice control closed down, OVOS has continued the voice assistant codebase and skills library, but Bigscreen needs OVOS modules placed in where previously Mycroft was used. Definitely helpful for searching shows/movies with controllers/remotes that have a microphone.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] RedStamp@piefed.social 5 points 18 hours ago (1 children)

It looks like the QT 6 version isn't available in nixpkgs yet, but the QT 5 version is. You'd need to explicitly install plasma 5 though, since nixos uses plasma 6 by default.

[โ€“] Canuck@sh.itjust.works 3 points 17 hours ago* (last edited 17 hours ago)

I checked with Debian Sid, one of the reasons it is not there yet is they haven't fully migrated to QT6 including Plasma, so hopefully it means there is less friction to get the QT6 version into NixOS' packages if it already forces QT6 by default.