11
submitted 8 months ago* (last edited 8 months ago) by pathief@lemmy.world to c/linux@lemmy.ml

Hey ~~fellas~~ friends. Sorry to create yet another post on this topic (maybe we should have a sticky for this?).

About 2 weeks ago I decided it was time to move on from Windows and installed Manjaro. I would consider myself a newbie-intermediate level linux user.

Though I've used Windows most my life, we use Linux servers (no GUI) at work, managing them is part of job description. I also own a late 2011 Macbook Pro with vanilla Arch Linux. I barely ever use it but boy, Arch really brought it back to life!

I've been reasonably happy with Manjaro so far, feels easy and intuitive to use but the community has made me aware that Manjaro is maybe a questionable choice. Since I don´t plan on distro-hopping a lot I want to get it right sooner rather than later.

Here's what I'm looking for:

  • Rolling distribution, preferably. Though this machine is also used for work, our environment depends mostly on remote servers anyway. I'd rather have a distribution that provides the most recent packages for whatever I want
  • I don´t mind running a distribution that forces me learn new things or do things in a different way, I kinda embrace it. I just don´t enjoy complexity for complexity's sake.
  • KDE is my preferred Desktop Environment so far, though I guess that's not very relevant. I'd love to run Hyprland, but you know.. Nvidia :(
  • I play games on Steam but from my understanding this doesn´t matter either. Everything I tried worked great, I don´t think I want a ¨gaming focused" distro or anything like that
  • No Ubuntu, please.

My hardware, in case you feel is relevant!

OS: Manjaro Linux x86_64 
Kernel: 6.5.5-1-MANJARO 
Shell: bash 5.1.16 
Resolution: 2560x1440, 2560x1440 
WM: KWin 
Terminal: konsole 
Terminal Font: MesloLGS NF 10 
CPU: 12th Gen Intel i7-12700K (20) @ 4.900GHz 
GPU: NVIDIA GeForce RTX 3080 Lite Hash Rate 
Memory: 23313MiB / 64087MiB 
top 50 comments
sorted by: hot top controversial new old
[-] Joker@discuss.tchncs.de 24 points 8 months ago

Anything but Manjaro. I won’t get into the reasons why because it’s easy to find, but suffice it to say that it’s an amateur distro that makes dumb mistakes.

If you want rolling, Arch, Tumbleweed and Endeavour are the first places to look. Maybe even Fedora because it updates very fast, although it’s not rolling.

[-] bionicjoey@lemmy.ca 3 points 8 months ago

I've been using Manjaro for years without issue. I fully understand the arguments against using it, but it's never been a problem for me and I'm too lazy to distro hop for no good reason.

Are there problems with Manjaro? Yes, of course.

Are they bad enough that "anything but Manjaro" is good advice to give to someone? IMO, no.

[-] MrBubbles96@lemmy.ml 13 points 8 months ago

Yet another "Time to reccomend EndeavourOS" reply.

Seriously tho, EndeavourOS is a pretty solid distro, and not that different from what you're currently rocking (Manjaro is based on Arch) except well...it actually works as an Arch based distro should, unlike Manjaro. EndeavourOS's a bit on the light side tho, and it comes with no GUI Add/Remove Software outta the box, but if you don't like using the Konsole for that, nothing a "yay pamac-all" (or "yay pamac-all-no-snap") and a bit of installing the packages you want/need can't fix.

[-] pathief@lemmy.world 3 points 8 months ago

I always use pacman or yay to install stuff anyway, I won´t miss the Add/Remove GUI!

[-] MrBubbles96@lemmy.ml 3 points 8 months ago

I also do this, partly outta habit and partly to hear the sounds my mechanical keyboard makes when typing lol

Anyways, I'd say you're golden if you wanna give Endeavour a shot then

load more comments (1 replies)
load more comments (3 replies)
[-] radix@lemm.ee 2 points 8 months ago

I've looked into EndeavourOS now, and I'm very confused. Normally I'd download a .iso and burn it onto a USB using Balena Etcher (or Rufus), but the official page for EndeavourOS doesn't have a .iso. I tried following "method three" on that article, but I don't understand the dialog asking me to choose between Raspberry Pi, Odroid, and Pinebook. I don't have any of those. I just have my own desktop PC with its Intel CPU. Also I see "ARM" everywhere and I think that also implies incompatibility because ARM is RISC whereas my 6th-gen Intel is CISC.

How do I get started?

[-] Shareni@programming.dev 2 points 8 months ago

Install ventoy to a flash drive, download iso from the landing page, drag it to the flash, boot

load more comments (1 replies)
load more comments (1 replies)
[-] ciko22i3@sopuli.xyz 10 points 8 months ago
[-] Thrickles@lemm.ee 3 points 8 months ago

Just be careful with Packman repos. Docs advise to run zupper dup with --allow-vendor-change but this has broken KDE a few times for me and I was forced to revert to a previous snapshot.

That said, openSUSE Tumbleweed with snapshots is the ideal rolling release distro and works great for gaming.

[-] Potajito@feddit.ch 7 points 8 months ago

Endevour OS, 100%. Is Arch but without the hassle. I did the same as you, Manjaro then Endevour. Couldn't be happier. Also we have similar hardware (nvidia 3080) and kde+wayland is working really good here. If you would like to try something else, Nobara is great, based on fedora but with some gaming patches.

[-] pathief@lemmy.world 4 points 8 months ago

kde+wayland is working really good here

That's nice to read. Do you also have 2 monitors? I have this issue where a screen starts to flickr randomly, apparently it's related to multiple monitors.

[-] Potajito@feddit.ch 5 points 8 months ago* (last edited 8 months ago)

Yeah. Well I have 2 + tv. I get some flicker on some xwayland apps, but right now my only remaining xwayland app is Reaper, afaik, at least the only one that flickers. No flicker on native wayland apps. Also, this workaround is worth at least trying to get rid of visual artifacts in kde:

  • Search in krunner or similar for "Plasma renderer", under "rendering loop" select "Threaded". Then reboot, not relog, reboot.
load more comments (3 replies)
load more comments (1 replies)
[-] lemmyvore@feddit.nl 6 points 8 months ago* (last edited 8 months ago)

There's nothing wrong with Manjaro. If you say that you're "reasonably happy with Manjaro so far, feels easy and intuitive" and you're not into distro-hopping then I see no reason for you to switch.

If you've already installed Arch on another machine you probably know these things already, but here's the basics for using an Arch-based distro (any Arch-based distro, this applies to all of them):

  • You gotta keep rolling. You don't have to upgrade every day, you don't have to upgrade every week, but once every few months you should. That's the whole point of a rolling distro, if you don't want rolling you can look into point-release distros.
  • It's best to use pacman -Syu on command line to do upgrades.
  • Don't install critical stuff from AUR. Don't install AUR graphical drivers, or AUR kernels, or replace system packages with AUR packages.
  • Don't install experimental kernels and especially don't uninstall all other kernels and only keep the experimental ones, that's just asking for trouble. Stick to stable/longterm kernels and always keep two versions around, just in case.

Specifically for Manjaro there's similar advice:

  • Stick to the stable releases, don't mess around with testing or unstable unless you really know what you're doing.
  • If you want to know what's coming in updates you can check out the announcements page. That's also where you can find tips for fixing various package upstream annoyances – in every release post, under "known fixes and workarounds" (which happen occasionally, it's the price you pay when using a rolling distro and staying on the bleeding edge).
[-] backhdlp@lemmy.blahaj.zone 2 points 8 months ago

There's nothing wrong with Manjaro

That's not quite right.

[-] BaalInvoker@lemmy.eco.br 5 points 8 months ago

Based on your requirements Arch Linux or OpenSuSe Tumbleweed is what you want

Run away from Manjaro.

[-] kurcatovium@lemm.ee 3 points 8 months ago* (last edited 8 months ago)

I can recommend Tumbleweed. I'm far from linux pro, so I really love the easy rollback function. It was a life saver couple of times for me. Now rolling for 2,5 years and can't complain at all!

I'm on AMD, so not sure how's nvidia.

Or alternatively, there's always Hannah Montana Linux...

load more comments (1 replies)
[-] hottari@lemmy.ml 5 points 8 months ago

If you are tired of Arch, why not give Tumbleweed a chance.

[-] Sneptaur@pawb.social 4 points 8 months ago

I’m going to also recommend EndeavourOS. Or, if you’re game, just go for Arch. Sure the first time you install will be painful, but you’ll learn a lot about how everything works together. Then you will be more proficient at fixing it if and when you break it.

[-] danielfgom@lemmy.world 4 points 8 months ago

In short: Manjaro sucks. No one should ever use it.

For rolling distro you should look at:

  1. Opensuse Tumbleweed: latest packages, well tested, bullet proof reliability and built in system rollback. RPM based.

  2. Garuda Linux: full flavoured ARCH. Very fast, has all the latest packages. Reliable. Built in rollback. Cool theming.

load more comments (2 replies)
[-] pastermil@sh.itjust.works 3 points 8 months ago

I'd usually recommend Linux Mint, but since you seems to be up for a challenge, how about Gentoo?

Otherwise for something more mild, you can go for OpenSUSE Tumbleweed.

[-] pathief@lemmy.world 2 points 8 months ago

I feel like I'd break Gentoo really fast, to be honest

load more comments (1 replies)
[-] neo@lemmy.comfysnug.space 3 points 8 months ago

OpenSUSE Tumbleweed, one of the default DE's they offer is KDE.

[-] Contort3860@links.hackliberty.org 3 points 8 months ago

OpenSUSE was also known for their amazing KDE implementation in the past. Not sure if that's still the case but it's worth mentioning.

[-] GamesRevolution@programming.dev 3 points 8 months ago

If you want to be a little adventurous, just install vanilla arch and it will be great, but if you want a little bit of a easier install with all the same benefits, use endeavor os.

If you want something not arch based the only thing I can recommend is OpenSUSE Tumbleweed, I've heard great things about it.

Also about Hyprland and Nvidia, I've been using Hyprland for some months now with Nvidia and it's been working great. I do have a significantly older card then you, but it could be worth a try to see if it works. You just have to follow the Hyprland wiki very carefully and you should be fine.

[-] avidamoeba@lemmy.ca 3 points 8 months ago
[-] EntropyPure@lemmy.world 2 points 8 months ago

This is the closest to a rolling Debian release, and I really like it. It’s basically the next major release for Debian, Updates are plenty and the packages much newer than in the stable, though not bleeding edge.

Best of both worlds IMHO

[-] GustavoM@lemmy.world 2 points 8 months ago

Just "man up" and do a minimal install of (any distro you want), and (manually) install the things you want via the package manager.

...no really. All it takes is two commands (one to search for the package you want, and the another one to install it).

"b-buh its my first ti--"

DO IT

[-] PipedLinkBot@feddit.rocks 2 points 8 months ago

Here is an alternative Piped link(s):

DO IT

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[-] astrsk@artemis.camp 2 points 8 months ago

This, op.

You clearly know enough about what you want already. A minimal install of Debian with just a handful of apt commands will get you exactly what you want in just a handful of minutes.

[-] wgs@lemmy.sdf.org 2 points 8 months ago
$ man up
man: No entry for up in the manual.

Another idea ?

[-] BRINGit34@lemmygrad.ml 2 points 8 months ago

Man I used arch for a while and many other "bleeding edge" distros and I just can't get enough of Fedora. It is so stable and has such reasonable defaults. I use the fedora kde spin and have zero issues with my setup. Now since you are on nvidia you may have more issues, since by default fedora only ships the open source nvidia drivers and you would have to use https://rpmfusion.org/Configuration to get the nonfree stuff. Also you'd have to use dnf which is very similar to apt in my eyes and is very easy to use. Fedora even gets stuff sooner than arch on ocassion which is nice.

I do enjoy my time with fedora and for the most part it has very little setup. It's a very set it and forget it distro

[-] cocolopez@lemmy.world 2 points 8 months ago

I've already mentioned this a couple of time this week, so I hope no one get bothered. But I can't recommend Xerolinux enough (page). I think it's what you may like. Rolling release, gorgeous KDE, a ready to use as is system. I've been distro hopping for a while but this made me settled.

load more comments (2 replies)
[-] zingo@lemmy.ca 2 points 8 months ago* (last edited 8 months ago)

OpenSuse Tumbleweed is an excellent choice, if you want the most stable rolling release distro.

High quality OS.

[-] theshatterstone54@feddit.uk 2 points 8 months ago

I'd say either OpenSUSE Tumbleweed or either (depending on if you want a graphical installer) EndeavourOS or Arch.

[-] adam@discuss.tchncs.de 2 points 8 months ago

I switched to fedora some months ago and I've been really enjoying it. Maybe worth a shot.

load more comments
view more: next ›
this post was submitted on 24 Oct 2023
11 points (61.2% liked)

Linux

45595 readers
736 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS