Here to follow content related to Star Trek, Linux, open-source software, and anything else I like that happens to have a substantial Lemmy community for it.

Main fediverse account: @f00fc7c8@woem.space

  • 0 Posts
  • 85 Comments
Joined 1 year ago
cake
Cake day: August 4th, 2023

help-circle
  • It’s nice that major news outlets are saying what we nerds have been screaming for the past two decades. Microsoft only shares a small portion of the blame for the recent outage (they could have built their OS better so software vendors don’t feel the need to use kernel modules, but the rest is on CrowdStrike) but we are too depenent on them.



  • LibreOffice has opened every DOC(X) the school has sent me, albeit imperfectly, and all assignments are turned in as PDFs, which I usually make using Markdown and LaTeX. I have had to use Office 365 for collaboration, but only about twice a year, and that runs very smoothly in Firefox. On one occasion I tried to collaborate with CryptPad, but it didn’t work as well as I hoped.

    Most computer labs at my uni run Windows 10, rarely 11, but a lot of the science labs run Linux.

    The most frustrating thing has been the lockdown browser used for some exams. My university library has computers I can borrow for exams, but yours might not, and they detect VMs, so you might have to dual boot for that.



  • For a while I daily drove a Purism Librem 14 with Debian’s fully free kernel, and installed as few non-free packages as possible, including firmware blobs (which I didn’t install any of until I decided I needed Bluetooth). My experience with gaming was generally fine.

    With linux-libre you really have to buy your hardware specifically with support in mind. You’re limited to Intel and non-bleeding-edge AMD graphics cards, a very small range of wifi cards, and no Bluetooth. Otherwise, video games should work as well as they would on any other computers with the same specs. Especially if you’re also limiting yourself to games with free engines - I’m not aware of a single libre game that demands more than a modern Intel integrated graphics card can provide, even on high settings.






  • Unlikely. While in theory someone could create a compatibility layer, it would be quite a challenge, as obviously, kernel modules are very closely tied to the specific kernel. I did some web searches, and only found the same few dead projects (that didn’t completely solve this issue anyway) that you found, and other forum posts that offer little encouragement.

    Make sure you have the latest version of Windows 10 or 11, and the latest drivers for your network hardware. If you do, then there’s probably not much you can do about this.




  • Debian! It’s stable, elegant, and doesn’t impede customization. I distro-hopped a lot over the years - some that I ended up disliking included KaOS (severely limited software repository), Clear Linux (only way to get ffmpeg was to compile it from source) and Fedora (very slow); most I liked, and just decided to move on at some point. But I kept coming back to Debian, and eventually got to a point where instead of trying a different distro when Debian broke, I would just reinstall Debian.

    I’d be interested to try VanillaOS or another “immutable” distro at some point in the future. See if they’ve matured enough for my day-to-day use.


  • f00f/eris@startrek.websitetoLinux Gaming@lemmy.mlBottles not working
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    4 months ago

    First, go to [three dots] -> Preferences -> Runners -> Proton, click the button next to the newest available version of Proton GE (currently ge-proton-9-7), and wait for it to download.

    Then, go to your bottle -> Settings -> Runner, set the runner to ge-proton-[version], and wait for Bottles to configure the new runner.





  • f00f/eris@startrek.websitetoLinux@lemmy.mlNostalgic Distros?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    4 months ago

    My second distro was Debian 8, initially with LXDE (which has barely changed at all since then, so it’s still nostalgic) then later switching to KDE Plasma 4. I probably hold the most nostalgia for it, even more than I do for my first distro (Linux Mint 17). For a while I was into Plasma Netbook, which I find to be an especially weird, nostalgic product of its time, and the Oxygen theme in general is probably my favorite default look for any DE.



  • There isn’t an alsa command on my system either, so that’s no surprise. But we’ll need more information to track down the cause, such as:

    • What (sound) hardware are you using? (try lspci | grep Audio)
    • What happens when you try to play a sound? Does it get stuck loading / at 0:00, show an error, or just play silently?
    • Is your system using pulseaudio directly, or via pipewire? (try pactl info)
    • What shows up in pavucontrol? (Is it detecting your speaker, or just “dummy output”? Is sound muted, and can you unmute?) Try also alsamixer.
    • If you installed non-free firmware, you should have a few lines like deb http://deb.debian.org/debian/ bookworm main contrib non-free-firmware in the file /etc/apt/sources.list. If non-free-firmware is not present, then obviously you have no non-free firmware.