this post was submitted on 08 Jun 2024
619 points (97.7% liked)

Linux

45530 readers
1979 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
 

I just installed EndeavorOS on an HP Spectre360 that’s roughly 2 years old. I am honestly surprised at how easy it went. If you google it, you’ll get a lot of “lol good luck installing linux on that” type posts - so I was ready for a battle.

Turned off secure boot and tpm. Booted off a usb stick. Live environment, check. Start installer and wipe drive. Few minutes later I’m in. Ok let’s find out what’s not working…

WiFi check. Bluetooth check. Sound check (although a little quiet). Keyboard check. Screen resolution check. Hibernates correctly? Check. WTF I can’t believe this all works out the box. The touchscreen? Check. The stylus pen check. Flipping the screen over to a tablet check. Jesus H.

Ok, everything just works. Huh. Who’d have thunk?

Install programs, log into accounts, jeez this laptop is snappier than on windows. Make things pretty for my wife and install some fun games and stuff.

Finished. Ez. Why did I wait so long? Google was wrong - it was cake.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 3 weeks ago (1 children)

NVIDIA will be great OOTB experience in a couple of years, but the official driver will get much better in just couple of months from now.

[–] [email protected] 3 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

Why will it be better in just a couple months? Something on the horizon?

Edit: Appreciate the responses!

[–] [email protected] 3 points 3 weeks ago

Long term NVIDIA might be going into either upstreaming their nvidia-gpu-open driver into Linux kernel, or they will help Nouveau+NVK development, which works relatively well with modern NVIDIA cards already (and NVIDIA just hired long time Nouveau maintainer)

[–] [email protected] 2 points 3 weeks ago

Actually already usable solution, but the driver is in beta and you need bleeding edge compositor, like kwin_wayland from Plasma 6.1 that’s also in beta as of now, plus new Mesa, Xwayland, maybe something else. Everything that’s required is in AUR

[–] [email protected] 2 points 3 weeks ago* (last edited 3 weeks ago)

Why will it be better in just a couple months?

Explicit sync. It'll fix most of the issues with Wayland on Nvidia CPUs. Wayland landed support for it in April, and Nvidia recently released a beta driver that supports it. I think every graphics driver will implement explicit sync eventually, since it's a lot better than implicit sync.

Some great information about why it's important here: https://zamundaaa.github.io/wayland/2024/04/05/explicit-sync.html