Don't want to see articles from a certain category? When logged in, go to your User Settings and adjust your feed in the Content Preferences section where you can block tags!
Debian or Manjaro?
Page: «3/4»
  Go to:
Shmerl Feb 27, 2023
I use Debian testing. But there are a few things I build or maintain outside of Debian repos:

* Kernel itself (I usually build newest release, testing gets kernels with quite some delay).
* Firmware from upstream kernel repo (for AMD GPU). This one is updated in Debian very rarely.
* Mesa main for gaming (not replacing system Mesa).
* Wine from WineHQ Debian repo.
* vkd3d-proton / dxvk master from upstream.
* Firefox beta from Mozilla Linux build.

Other than that, I use what's in Debian repos.

Last edited by Shmerl on 27 February 2023 at 8:58 pm UTC
Julius Mar 1, 2023
Fedora actually seems to be the sweet-spot for near rolling-release packages and stability these days.

I recently switched from Manjaro to Fedora and so far I see no reason to go back to either Arch based or Debian based distros.

Last edited by Julius on 1 March 2023 at 8:43 pm UTC
slaapliedje Mar 2, 2023
Quoting: ShmerlI use Debian testing. But there are a few things I build or maintain outside of Debian repos:

* Kernel itself (I usually build newest release, testing gets kernels with quite some delay).
* Firmware from upstream kernel repo (for AMD GPU). This one is updated in Debian very rarely.
* Mesa main for gaming (not replacing system Mesa).
* Wine from WineHQ Debian repo.
* vkd3d-proton / dxvk master from upstream.
* Firefox beta from Mozilla Linux build.

Other than that, I use what's in Debian repos.
Sadly the first half of these are why I stick with nvidia.

But I also tend to use Debian Sid.

Garuda Linux is also really cool if you like Arch, but want something overly psychedelic.
lucinos Mar 2, 2023
Manjaro

I've been using Manjaro and Arch as my main system since 2013, and any problem I've had it would have been as bad or worse on a "stable" distro.

Last edited by lucinos on 2 March 2023 at 3:35 am UTC
Shmerl Mar 2, 2023
Quoting: slaapliedje
Quoting: ShmerlI use Debian testing. But there are a few things I build or maintain outside of Debian repos:

* Kernel itself (I usually build newest release, testing gets kernels with quite some delay).
* Firmware from upstream kernel repo (for AMD GPU). This one is updated in Debian very rarely.
* Mesa main for gaming (not replacing system Mesa).
* Wine from WineHQ Debian repo.
* vkd3d-proton / dxvk master from upstream.
* Firefox beta from Mozilla Linux build.

Other than that, I use what's in Debian repos.
Sadly the first half of these are why I stick with nvidia.

But I also tend to use Debian Sid.

Garuda Linux is also really cool if you like Arch, but want something overly psychedelic.

I don't see an issue with using kernel and Mesa that way. Nvidia isn't making it better, in fact it's worse because they don't follow kernel releases strictly. You may end up in situation when your new (usually very recent) hardware requires kernel X and Nvidia blob only supports kernel Y which is older. With AMD that's impossible.

Last edited by Shmerl on 2 March 2023 at 5:17 am UTC
slaapliedje Mar 3, 2023
Quoting: Shmerl
Quoting: slaapliedje
Quoting: ShmerlI use Debian testing. But there are a few things I build or maintain outside of Debian repos:

* Kernel itself (I usually build newest release, testing gets kernels with quite some delay).
* Firmware from upstream kernel repo (for AMD GPU). This one is updated in Debian very rarely.
* Mesa main for gaming (not replacing system Mesa).
* Wine from WineHQ Debian repo.
* vkd3d-proton / dxvk master from upstream.
* Firefox beta from Mozilla Linux build.

Other than that, I use what's in Debian repos.
Sadly the first half of these are why I stick with nvidia.

But I also tend to use Debian Sid.

Garuda Linux is also really cool if you like Arch, but want something overly psychedelic.

I don't see an issue with using kernel and Mesa that way. Nvidia isn't making it better, in fact it's worse because they don't follow kernel releases strictly. You may end up in situation when your new (usually very recent) hardware requires kernel X and Nvidia blob only supports kernel Y which is older. With AMD that's impossible.
I haven't had an issue last longer than a few days with new hardware needing a different kernel, historically Nvidia has been WAY better at that then AMD. I still firmly believe AMD open sourced their stuff because they couldn't ever figure out the cadence of getting a driver out in time for a new kernel / xorg version on time. There were months when it'd be broken when a new version of Xorg would release, or some slight thing made it so it wouldn't compile for a new kernel. And I'm not even talking 'new kernel that I downloaded from kernel.org' or compiled xorg. Just stuff that would be in rolling release distributions.

It has gotten better with AMD after they opened stuff so it's all in mesa/kernel. But then you're in the position with what you deal with. You know what I deal with? 1) the bleeding edge nvidia cards definitely are supported quick in the drivers, and they get put into experimental at the very least, usually the drop into sid (which I'm using anyhow) or if you're running stable, they'll fall into backports. They haven't broken kernel compilation in ages. It's probably been 6 or so years since I remember having to download the .run driver install from their site to get a new video card to work.

Really what it comes down to is both have their pluses and minuses. A lot of it depends on what distribution you use as well. Debian makes installing the nvidia driver dead simple.
slaapliedje Mar 3, 2023
Quoting: lucinosManjaro

I've been using Manjaro and Arch as my main system since 2013, and any problem I've had it would have been as bad or worse on a "stable" distro.
The BEST thing about Arch is the documentation! It is legitimately the best out of any Linux distribution. So when they do break stuff, you can just go to archlinux.org and they'll almost 100% have already figured out it's broken and post on there how to fix it. If you've been using it that long, you'll likely remember when Ghostscript was borked (if I recall it was a break with the upstream project, but Arch of course builds things fast, so they were the first distro to get hit by it that I know of). The solution was of course to downgrade it to the not broken version. But the fun side effect was that you'd try to print stuff and get black bars wherever there was text!
Shmerl Mar 3, 2023
Quoting: slaapliedjeThey haven't broken kernel compilation in ages.

I think I remember some news not so long ago that it took a while for Nvidia to support newest kernel. Whether you are affected by it or not totally would depend on hardware that needs such kernel. If your hardware isn't affected - you won't notice the problem. Point is that for Nvidia it's possible with their current approach.

Also, if you really like this out of kernel tree approach for whatever reason - AMD provides it all the same (with their dkms). So in that sense there are more options with them than with Nvidia, since you can choose upstream kernel or out of tree dkms, unlike only the latter with Nvidia.

But releases sync is really a minor issue for me vs the blob itself. I was glad to get rid of it and its integration problems once I switched to AMD.

Last edited by Shmerl on 3 March 2023 at 4:28 am UTC
slaapliedje Mar 3, 2023
Quoting: Shmerl
Quoting: slaapliedjeThey haven't broken kernel compilation in ages.

I think I remember some news not so long ago that it took a while for Nvidia to support newest kernel. Whether you are affected by it or not totally would depend on hardware that needs such kernel. If your hardware isn't affected - you won't notice the problem. Point is that for Nvidia it's possible with their current approach.

Also, if you really like this out of kernel tree approach for whatever reason - AMD provides it all the same (with their dkms). So in that sense there are more options with them than with Nvidia, since you can choose upstream kernel or out of tree dkms, unlike only the latter with Nvidia.

But releases sync is really a minor issue for me vs the blob itself. I was glad to get rid of it and its integration problems once I switched to AMD.
Yeah, as long as I've been using Linux, the best / easiest to just get going was the pre-Parhelia Matrox cards, granted that's discounting the Intel ones, which still kind of have crap performance. I had high hopes for ARC to become a competitor, because I've never been happy with either solution from AMD/Nvidia, they both seem like they have too many advantages or disadvantages between the two. Remember when there used to be a ton of different GPUs to choose from? Those were good days. I think even these days Matrox uses nvidia chips.
Shmerl Mar 5, 2023
Better competition would surely help at least to keep prices on normal levels. Intel so far didn't start competing fully.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register


Or login with...
Sign in with Steam Sign in with Google
Social logins require cookies to stay logged in.