There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

varaki , in In, just released, Firefox 115.0 hardware video decoding is enabled by default for Intel GPUs on Linux

You don’t need a second monitor, if you open your terminal with intel_gpu_top running and firefox side by side.

monobot OP ,

Makes sense, thank you. I forgot that is an option, since I am using everything in full screen on tilling wm.

minorsecond , in Share Your Favorite Linux Distros and Why You Love Them

Gentoo

minorsecond ,

Control

ctr1 ,
@ctr1@fl0w.cc avatar

Excellent package and dependency management with a wide variety of up-to-date software

ctr1 , (edited )
@ctr1@fl0w.cc avatar

Out-of-box security configurations supported by the organization (SELinux, hardening)

ctr1 ,
@ctr1@fl0w.cc avatar

Encourages hardware-based optimization and kernel specialization

minorsecond ,

Yep, these are all true. Throw in overlays and the package availability is unbeatable.

ctr1 ,
@ctr1@fl0w.cc avatar

Absolutely! I haven’t had any problems setting up dependencies for various projects and have only needed overlays a few times. Sometimes USE flags can be tricky but most things are pretty well documented

boonhet , (edited )

There are dozens of us! And you can join us at !gentoo if you haven’t yet!

I love it because it’s super configurable, lets you choose compiler optimizations (and through USE flags, features that you need in your packages - you don’t have to include everything).

My Linux knowledge has skyrocketed compared to before I used Gentoo. Which of course means it’s NOT the distro for people who want something that just works, but honestly, now that it’s working properly, I feel it’s actually pretty hard to break, and when it does break, I know how to fix it! Versus with Linux Mint a decade ago, if I broke it, I had no idea where to get started and just reinstalled it.

Of course, about half a year ago I decided to move from x11 and OpenRC to Wayland and systemd. And I use KDE. And have Nvidia graphics. Soooo it was a fun ride both relearning how my init system works, and also running into problems with Steam, etc.

I also try to keep my kernel in single digit megabytes, but occasionally I find something missing and have to recompile with more “bloat”. So right now I believe it’s around 11 MB, but I’ll see about improving it over my next vacation. Not that 11 MB takes long to load off a gen4 NVMe drive, but the ePeen needs to be stroked! Also no initial ramdisk, to save even more boot time.

minorsecond ,

I just reinstalled Gentoo and switched to a Systemd setup as well. I held off for as long as I could but it’s just so nice!

I’m using the binary kernel for now, but I’ll compile my own when I find the time. 11MB is nuts!

boonhet ,

Great to hear! Though I will admit that it took me HOURS of reading the kernel config options I was disabling. But it was also very informative so it didn’t feel like a waste of time at all.

minorsecond ,

I usually run some commands while running the binary kernel that will disable every module not currently running in the config file, and then build the kernel from that.

I’m guessing you prefer building everything as a module if your kernel is that small?

LeafyBirch , in Share Your Favorite Linux Distros and Why You Love Them

EndeavourOS

LeafyBirch ,

It's arch. It just happened to be the composition i had my previous arch setup as. Yay for AUR stuff, KDE Plasma for DE. Includes a couple of useful tools and makes for a very solid OS.

Anyone who has been in the Ubuntu sphere of things with Linux, should take a moment to try arch. EndeavourOS is perfect for these people.

00 ,
@00@kbin.social avatar

Easy to set up, very helpful community. If you liked Manjaro or think Manjaro is sketchy but like the idea of a slightly pre-configured arch, check it out.

ClonedPuffin ,

This, basically Arch but quick to install with all the most important things installed and ready without being bloated.

unwillingsomnambulist ,

Same. I’ve done the vanilla Arch thing and it’s alright, but the quality of life enhancements that come with EndeavourOS make it a great daily driver.

It’s the only distro I could get DaVinci Resolve Studio, Blackmagic Intensity Pro 4k, and my Radeon RX 6750 XT working with, consistently.

turdas , in Your best terminal aliases

I use this function to launch GUI apps from the shell without occupying that shell or cluttering it with their output:

<pre style="background-color:#ffffff;">
<span style="color:#323232;">nown() {
</span><span style="color:#323232;">        if [ -n "$1" ]
</span><span style="color:#323232;">        then
</span><span style="color:#323232;">                nohup $@ &> /dev/null & disown
</span><span style="color:#323232;">        else
</span><span style="color:#323232;">                echo "Don't give me a null command dumbass."
</span><span style="color:#323232;">        fi
</span><span style="color:#323232;">}
</span>
MoriGM OP ,
@MoriGM@feddit.de avatar

I maybe will steal that for myself.

wgs , in Share Your Favorite Linux Distros and Why You Love Them
@wgs@lemmy.sdf.org avatar
wgs ,
@wgs@lemmy.sdf.org avatar

It does not use systemd.

wgs ,
@wgs@lemmy.sdf.org avatar

The packaging system is the simplest I’ve ever found in a distro, meaning that making your own package is a very simple and quick process.

wgs ,
@wgs@lemmy.sdf.org avatar

The user repositories are decentralized, and very straightforward to setup, meaning anyone can package something, and share it with the community.

wgs ,
@wgs@lemmy.sdf.org avatar

The setup and configuration is really simple and friction less (for example, daemon start/stop scripts are standalone and sit in /etc/rc.d).

wgs ,
@wgs@lemmy.sdf.org avatar

Uses a port tree system for packages similar to openbsd.

christos , in Share Your Favorite Linux Distros and Why You Love Them
@christos@lemmy.world avatar

Linuxmint.

christos ,
@christos@lemmy.world avatar

Rock solid.

Kangie , in Share Your Favorite Linux Distros and Why You Love Them

Gentoo

Kangie ,

Huge range of supported architectures

LastoftheDinosaurs ,
@LastoftheDinosaurs@lemmy.world avatar

USE flags let you enable/disable parts of software that you normally have no control over. If you don’t use bluetooth, for example, you can choose not to build bluetooth components when installing software.

Whisper , in Share Your Favorite Linux Distros and Why You Love Them

As a daily, linux Mint/Mate all the way.

Squeakiesh , in Share Your Favorite Linux Distros and Why You Love Them

its a tie between linux mint and garuda linux, linix mint for stability and garuda for being an arch based linux for people like me that are too stupid to get arch running by itself

Brisolo32 , in ZorinOS?

I wouldn’t recommend zorin, I had lot’s of issues with it. Linux Mint is way more begginer friendly

Jeramee , in Share Your Favorite Linux Distros and Why You Love Them

Linux Mint

  1.  **Stability**. Mint is stable, easy to use, and has a good help forum.  I am better with the end-user side than the developer side.  This allows me to focus on what I need to do.
    
    

    1a. If I need to do something more complex that requires the terminal, there are plenty of sites that explain it step by step. So, I don't need to become a programmer to tweak my system.

  2.  **Simplicity**.  It's easy to find where to go to change settings and add new programs.
    
    
  3.  **Safety**.  Linux has repositories of trusted programs, and it's super simple to download from them.  Even with trusted sites for Widows programs, I did get a couple programs that came with malware.  The open source nature of Linux eliminates much of the profit motive for scammers, plus other developers would quickly expose such attempts in the Linux community.
    
    
  4.  **Speed**.  When I had a dual boot system, the Linux OS booted on avg in 15 sec, where Widows took 30-60 sec.  I can't quantify, but the Linux OS overall seemed to run smoother faster than Widows too.
    
    
  5.  **Security**.  I've never had to deal with viruses or malware with Linux. (This may change as Linux gains increased market share, but, so far, so good.)  Linux doesn't come with bloatware or potential spyware either.  There are many Widows programs -- MS Games, Cortana, MS Photos, etc --  that cannot be uninstalled.  Cortana cannot be disabled.  (It says it can, but it still runs in the background.  Who knows what data it is collecting.)
    
    
  6.   **Conscience**.  MS has a multibillion dollar contract to develop VR headsets for soldiers.  These will be used to control machines (and maybe robots) on the battlefield.  Once we have troops off the battlefield, war (and all its horrible consequences) will become a much easier choice.  I know my govt has lied about EVERY war after WWII (at least).  Staying away from MS helps me to not fuel the war machine and promote peace.
    
    
ghariksforge , in In, just released, Firefox 115.0 hardware video decoding is enabled by default for Intel GPUs on Linux

VAAPI has been around for a while. Do you know why it took so long for Firefox to integrate?

OsrsNeedsF2P ,

It was already integrated for non Intel GPUs

Audacity9961 , (edited )

That’s not what has happened here. This is the first time any major browser has enabled vaapi hardware acceleration by default on Linux.

It has been previously available either to users who have switched it on, or maintainers who changed the upstream default.

They are initially enabling for intel only due to some amd bugs that need to be ironed out. AMD will be next.

Audacity9961 ,

Bugs.

There has been a hell of a lot of work done here both in Firefox, as well as other projects like mesa to get this enabled.

skierra , in In, just released, Firefox 115.0 hardware video decoding is enabled by default for Intel GPUs on Linux

Congratulations!!! Only a couple of decades behind other operating systems!

YellowtoOrange ,
@YellowtoOrange@lemmy.world avatar

OS or browsers?

nan ,
@nan@lemmy.blahaj.zone avatar

Same browsers on other operating systems. I don’t think Chrome enables it on Linux.

Audacity9961 ,

You’re correct. This is the first time a major browser has enabled vaapi by default on linux upstream.

LinusWorks4Mo , in Share Your Favorite Linux Distros and Why You Love Them
@LinusWorks4Mo@kbin.social avatar

EndeavourOS

LinusWorks4Mo ,
@LinusWorks4Mo@kbin.social avatar

basically Arch, including the AUR

pixeled ,

Genuine interest, being an Arch user myself: why pick EndeavourOS over Arch? What does it do extra/differently?

ProtonBadger ,

I picked Endeavour because some friends were waiting for me to get online, so I had to hit the ground running with some good defaults. I could really have picked any distro, I’m flexible but Endeavour was lauded for a quick install and I wanted to try an Arch distrib. I was up with KDE, Steam, NV drivers and Discord in 20min so it was good.

I customized it more in the following weeks, like I’d do with any distro. Now I’ve heard about Garuda I kinda regret I didn’t go that way. I’d like that BTRSF+snapshots option but I don’t have patience to set that up for the time being - either converting the FS and setting up grub myself or reinstalling with Garuda, seems like a hassle for now.

VirtualBriefcase , in Share Your Favorite Linux Distros and Why You Love Them

Debian

VirtualBriefcase ,
  • Very stable, and can run the bleeding edge through Snap/Flatpack/Appimages, Distrobox, or VMs/Containers
VirtualBriefcase ,
  • Community run distro
VirtualBriefcase ,
  • Extremely customizable
VirtualBriefcase ,
  • Compatible with more devices than many distros
mekkagodzilla ,
@mekkagodzilla@lemmy.world avatar

I love debian because it’s always there for you.

Lamy ,

The new release bookworm solves most hardware/software problems

metacolon ,
@metacolon@lemmy.blahaj.zone avatar

Lightweight.

unwillingsomnambulist ,

Low resource footprint — smaller than EndeavourOS on my laptop. Stability is fantastic. Bookworm practically just came out, so the packages are all much newer than they were in Bullseye, making it a viable option for someone who wants an uneventful Linux distro that fades into the background and lets you get stuff done.

Positroni ,
@Positroni@positroni.ddns.net avatar

Definitely my choice for running on server, not so much for desktop but for server Debian has fantastic stability and good enough support by 3rd parties

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines