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

help-circle



  • 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.



  • I saw a video the other day that compared F:NV via DirectX 9 and DXVK on Windows and how DXVK (and Vulkan underneath of course) does magic to make it so much better with frame pacing.

    https://youtu.be/tGF0tKPVbqY

    It’s funny how we get that by default on Linux, and Windows folks are trying out parts of Proton to improve their gaming experience in Windows in various games. 🤣

    What’s even funnier is that at least in the case of New Vegas, it’s actually even better on Linux, as it compiles and caches the Vulkan shaders, so we shouldn’t have any hiccups (once it’s cached), at least if you’re running it in Steam.




  • 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.)