• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: August 22nd, 2023

help-circle

  • Doesn’t distrobox (and podman) come with SteamOS these days too?

    You wouldn’t be able to layer, but using distrobox-export from inside a distrobox container would let you export command line apps as well as graphical ones too. The graphical apps will even show up in your menu and can be pinned as well.

    (Of course, if something is available on Flathub already as a Flatpak, installing the app via Discover is easier and better. While Flathub has a lot of apps, it doesn’t have everything, so being able to pick and choose from any distribution using distrobox is nice for a very large selection of software.)


  • Merlin wasn’t available here when I checked at some point in time (last year?)

    whoBIRD does use BirtNET, from Cornell, so it’s basically the same backend (although it may be an older version).

    I recently tried out Merlin (which is now available here) and it’s amazing. It’s definitely more featureful than whoBIRD, although both have the core “recognize bird directly using your phone” features.

    For anyone OK with non-FOSS apps, Merlin is great. For anyone who wants a FOSS app for bird detection, whoBIRD is still pretty good.

    Either way, identifying apps using ones phone is nice. 👍 Big things to Cornell for making the ML for both of these apps.





  • I basically gave up on podcasts on the desktop and only use AntennaPod on my phone. When I’m at my desktop, I have my phone paired with my computer via Bluetooth and play that way. I can pause it on my computer via KDE Connect (GSConnect on GNOME).

    Bluetooth audio from phone to desktop works on Fedora Linux quite well. It probably works on other Linux distros too. I’m guessing it might also work on other OSes like Windows and macOS.

    KDE Connect is available on Android, iOS, KDE (and can run on other desktops too), GNOME (via the GSConnect extension), Windows, and macOS.

    This solves the syncing problem by sidestepping the need for it. My podcast state is always correct and I always have my podcasts with me, even when out and about.




  • This actually is an option!

    I’ve used it to play games from the Deck at native 1080p on my TV.

    I’m not at my Steam Deck right now, but I remember it’s in the settings. I think if you go to the game’s settings, look for something like “native” display. You have to go into the settings for each game you want at a larger resolution on an external monitor in game mode and select “native”.

    I don’t remember if it needs to first be enabled on the system settings in the display area. (I think it does the right thing for system settings by default in most cases.)

    IIRC, desktop mode also automatically supports the native resolution, but game mode is nice and console-like. Desktop mode might be a bit clunkier than what you’d want for couch gaming. Setting the option in game mode for the game is likely your best option.



  • the driver’s for my brother laser printer

    I have a Brother printer + scanner too (MFC-L2750DW). Many Brother printers (and a lot of non-Brother printers too) are supported by default in Fedora using a "driverless" method. It's part of "IPP Everywhere" (https://www.pwg.org/ipp/everywhere.html), AirPrint (Apple), and Direct Print (Microsoft), and most printers support it these days, and Fedora supports all of these. (Other distros likely do too.)

    At least in GNOME (on Silverblue here), if it doesn't already show up and work, you can click on "Add Printer…" and it should find and add it. KDE and other desktops will likely be different — although hopefully not much different.

    Scanning with "Document Scanner", aka: "Simple-Scan", detects my networked Brother printer for scanning without having to do anything too. https://flathub.org/apps/org.gnome.SimpleScan

    I hope this helps!

    undervolting requires turning off secureboot or a patch

    I haven't looked into undervolting much. I know some people have mentioned CoreCtrl; I haven't managed to figure it out yet.

    If it requires turning off secureboot or a patch, that's a bummer and might be why I couldn't find the settings in CoreCtrl. I haven't seen this when looking it up a while back, however (but the Internet is big). CoreCtrl setup docs @ https://gitlab.com/corectrl/corectrl/-/wikis/Setup don't mention either.

    I do see that it requires setting a kernel flag, which on ostree-based distributions is:

    rpm-ostree kargs --append=amdgpu.ppfeaturemask=0xffffffff
    

    (And then reboot.)