• 36 Posts
  • 589 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle

  • Discover is only good for flatpaks in EndeavourOS

    Also not entirely ;-), for example Plasma Addons and Application Addons from KDE Store can also be managed this way. But overall I guess you are right, as its not recommended to manage (pacman) system packages with Discover. I don’t even know how to set this up, if I wanted to. Half a point goes to you. :p



  • There is this concept of desktop environments on Linux. It’s basically the GUI and lot of associated applications. Archlinux does not have one and starts with a terminal and you have to enter commands and know which GUI you want, and set it up yourself. You can install the same that is used in Kubuntu, it’s called KDE Plasma. You can install KDE Plasma on most distributions, its part of what makes Linux customizable. But if you do so, you have to set it up, therefore I highly recommend a distribution like Kubuntu that has it already.

    EndeavourOS in example has in the graphical installer the choice what you want to install, and one of them is KDE Plasma. So you would have Archlinux with an easy installer and configuration, with the GUI and toolset of Kubuntu.


  • But don’t be fooled. While EndeavourOS (and most other Arch based systems) is really good, it still is Arch under the hood. Which means a rolling release and a little bit more risky on updates, because of the constant updates and the newest versions. In case of a problem, you have to hunt it down, and understand what is happening and then solve it. That’s why I do not recommend casual desktop users who are new to Linux and want an easy and uncomplicated usage, not to use an Arch based system. Unless you want deep knowledge and are prepared to do stuff and learn stuff in case of a problem.

    This is just a warning, so you know what you are getting into. I love EndeavourOS. But it’s not for everyone.


  • Agreed. I used Manjaro for 1.5 years and then switched to EndeavourOS. Not sure how long its been, maybe 2 years or so. EndeavourOS is fantastic and its closer to Arch too, but comes with some stuff preinstalled and configured so you don’t need deep knowledge and build your own distribution (unless that is what you want).


  • I’m thinking of something customizable (Arch)

    Most distributions are customizable. The reason why Arch has this reputation of being customizable is, because it comes barebones and you have to build your own distribution out of it, basically. That means you need to learn and understand Linux and how Arch works. With other distributions you can still customize them to lot of degrees, you just start with an already build and tested environment.

    However, there is a new trend of so called “immutable” or sometimes also “atomic” distributions. These work a bit differently, where the system is protected and either updated as a whole or in a special way. So deep customization (depending on what you exactly want to do) can vary in those cases. An example of such a distribution would be SteamOS 3.

    Then there is also the release model you choose: rolling release or LTS (also known as point release). Archlinux is in example such a rolling release, which means it gets updates and often has the newest software available. But this comes at a risk and often the user need to understand what is happening in case of a problem. Therefore I recommend a beginner to Linux a system that uses a point release system (or also known as LTS in example) instead. Ubuntu uses such a system, and many others. This means it gets security updates and little features over time, but not always the newest version of a software with the newest features. What you get instead is “stability” in the sense of not changing too much and being less risky as well.

    If you are new to Linux and want an easy to use distribution that is much Arch, but a little bit easier with preconfigured environment, then I would look at EndeavourOS. But I really do not recommend an Archlinux system as your first distribution, if you want an easy to use system. There are lot of other choices to make too, like the GUI and so on. Looks like you already like KDE Plasma if you want Kubuntu in example. The question is, why are you looking for a different operating system than Kubuntu in example? Why don’t you install Kubuntu. I ask, because the answer could help in finding the right one for you.


  • I actually don’t have a preference. I usually just use the default locate implementation my distribution provides. I used mlocate before and when the distros switched to plocate, I rolled along with that without making efforts installing mlocate from a different source. Its the easiest and safest way to me. Usage and performance between mlocate and plocate seems to be identical in my experience (no benchmark, just how it “felt”). plocate is actually mlocate with a few patches for edge cases, if I understand it right.

    I have it currently uninstalled due to an issue:

    However, recently I had some issues with the locate and KDEs baloo (baloo can do content indexing too but I set it to only filename indexing, so its similar to locate). Those tools may have killed my previous system SSD and on my new one I noticed they used up Gigabytes of RAM and seem to be stuck. After investigating both tools seem to have choked on few filenames that contain unusual characters. Therefore I have disabled them for now until figured out how to deal with this (probably renaming) and try later again.





  • I have the same doubts as you and wondered the same when reading those paragraphs about performance claims. I will most likely do my own comparisons, but I have AMD hardware here. The claims talk about Nvidia, so maybe its not applicable to me. I’ll do my comparisons in the next few days, because currently working on something else.

    From my research, I found an old gamingonlinux article, with a quote explaining this on a high level: https://www.gamingonlinux.com/2022/04/a-developer-made-a-shadowplay-like-high-performance-recording-tool-for-linux/

    OBS only uses the gpu for video encoding, but the window image that is encoded is sent from the GPU to the CPU and then back to the GPU. These operations are very slow and causes all of the fps drops when using OBS. OBS only uses the GPU efficiently on Windows 10 and Nvidia. This gpu-screen-recorder keeps the window image on the GPU and sends it directly to the video encoding unit on the GPU by using CUDA. This means that CPU usage remains at around 0% when using this screen recorder.

    Have in mind, these claims maybe not true anymore, because OBS improved over the last 3 years too. Always take claims like these with grain of salt (that is healthy).









  • Dolphin filemanager from KDE. Nowadays I default to “compact” view without “preview” enabled. This is similar to “Icon” view, but the icons are small. Lot of files scrolls horizontal instead vertical.

    • filenames in compact mode can be longer in one line, which is kind of similar to the look as “details” view, but are all displayed in a multiple rows instead one row
    • preview disabled, because this is extremely fast, as I have ton of files that do not even have a preview image

    That’s my default. Occasionally I enable preview image and switch to bigger “icon” view when I look into images or videos. Or sometimes I enable “details” view when needed. In normal usage I don’t need the details anyway.