he/him

  • 2 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle


  • You’re not wrong, it’s definitely not something a n00b should attempt in most cases. But I’ve done this before to save myself the need for distrobox. A lot of proprietary software only offers .deb, but is usually either statically linked or comes with its own set of nearly all the libraries it needs. So just extracting and running it often does the trick on non-debian distros like Fedora in my case.

    Seriously though, just use distrobox or see if there’s an unofficial package for your distro that you trust (AUR/copr/ppa/OBS). It’s more straight forward especially if you don’t know what you’re doing.
















  • Can we stop shaming people who buy NVIDIA?

    For one, people want to keep using what they have and not buy something new just because it may work better on Linux, abd they may not even be able to afford an upgrade. They probably didn’t even know about Linux compatibility when they got it.

    And additionally, some people have to use NVIDIA because e. g. they rely on CUDA or something (which is unfortunate but not their fault).

    And honestly, NVIDIA is fine on Linux nowadays. It sucks that support for older cards will likely stay crappy forever but hopefully with the open kernel drivers and NVK newer cards won’t have to suffer that fate.


  • Basically none of your current software works out of the box (you’ll need a special Xorg implementation that works with your Wayland implementation in order to run non-Wayland applications).

    I’ve never seen any distro with Wayland that didn’t have XWayland set up and working out of the box, so that’s not something the end user needs to worry about. And “Basically None” is also not true anymore. Practically anything made with GTK3/4, Qt5/6, SDL2, recent Electron versions etc. natively runs on Wayland. It’s mostly games, Wine and a lot of proprietary software that doesn’t.

    Most applications are specific to your Wayland implementation instead of a general application that runs in all environments.

    Wdym by that exactly? I mean, a KDE application will run just fine on GNOME or Wlroots compositors.


  • There are several remarks in that article that bothered me. I agree with their message overall and am a strong proponent of Wayland but…

    Unless your workflow (and hardware) comes from 20+ years ago, you have almost no reason to stick with Xorg

    There definitely are valid use cases that aren’t 20 years old that will keep you on X11 for a little while longer. And hardware too: NVIDIA dropped driver support for Kepler GPUs and older before they added GBM support which is effectively a requirement for Wayland, so you can’t use these older cards on Wayland with the proprietary drivers

    Of course, NVIDIA likes to do their own thing, as always. Just use Nouveau if you want to do anything with Xwayland, and you don’t have several GPUs.

    Uh, no. Nouveau is not a serious option for anyone who likes using their GPU for useful things. And on those older cards it will likely never work well.

    The author of that article seems extremely ignorant of other people’s needs.