Computer enthusiast from 🇳🇱, libre software and (retro & indie) video games.
He/him, cis het.
Game and software dev.
I hack all of my game consoles.
Privacy advocate. Anti big tech/FAANG.
Music from the late 20th century is just better.
Learning to play piano.
ANSI C is the best programming language.
Jung personality type is ISTP.
I have several mental disorders.

  • 0 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: May 26th, 2023

help-circle

  • BSD based operating systems work fine for a lot of things. A huge majority of people only use their computers to browse the web, write documents and read their e-mail.
    Something like GhostBSD would work perfectly well for this, though afaik GhostBSD is just FreeBSD with a different default configuration.
    Though you are not going to be able to do much that involves proprietary software, like playing video games. Unless you use Wine or a proprietary BSD based operating system like that of Sony’s or Nintendo’s game consoles, or Mac OS.
    I’m actually thinking about installing OpenBSD on my laptop, though I would not recommend doing this to anyone who just wants to stop using Windows.

    CC: @jaypatelani@lemmy.ml





  • Most modloaders work by tricking the game into loading a dll file by giving the dll file the name of another dll file the game actually needs. (dsound.dll for example)
    But wine ignores these custom dll files by default because it has its own custom implementations of the libraries that use dll files with those names and prioritizes those.
    You can change settings with winecfg to make wine load the modloader dll files anyway, I don’t remember exactly how to do this for a proton prefix, but it shouldn’t be difficult

    CC: @fugepe@lemmy.ml