Windows and MacOS are “noob-friendly” for those who use them for simple purposes and out-of-the-box. As soon as you want to do something more advanced, you’re back to googling and installing software from a variety of sources.
Many linux distros are like that too (others are just not noob-friendly at all), but centralized package management and documentation are nice.
I’m really glad to be away from registry editing, 50 app icons in the tray, and navigating my way through settings to control panel so I can actually fix my audio devices or network options.
I’m on Arch now, so I still have plenty of configuration and software, but I know the systems and choose explicitly which ones I use. If something isn’t working or is annoying, it’s my fault.
I second this advice. Arch is a rolling-release distribution, so most of its packages are updated to the latest releases as soon as they come out, regardless of whether they’re tested to be stable with other software and hardware configurations.
I have “ubuntu server” installed on an old computer I use for hosting game servers. That thing is incredibly stable and low-maintenance.
I just installed Hyprland (so different WM, but still Wayland) on my laptop with Intel integrated graphics and it works fine for me. It could be a difference between generations, though, as my laptop is from 2014.
You’re not really missing much yet imo— most software I use still requires xwayland anyways.
I just replied to Nilz over here with my understanding of it.
The protocol is to facilitate explicit gpu synchronization.
Currently xwayland apps show the most issues with this on Nvidia. Driver 535 and earlier help mitigate it, or using native Wayland apps, when possible.
I’m not a hardware dev, but I’ve been following this issue for several months. Nvidia on Wayland does not implement implicit GPU synchronization currently for Xwayland. Other vendors do.
This issue is related to how/when the framebuffer from the gpu is handed off to be displayed. Implicit sync isn’t a great solution, it’s just what’s been done for Linux in the past.
Here’s a bit more detail if you’re interested:
I believe this issue is more specific to Wayland because Wayland relies on the DRM, direct rendering manager, to facilitate communication between the graphics driver and Wayland clients (applications). Whereas Xorg kinda just covered everything along the pipeline.
Implicit sync sounds like a bit of hack, where software (I assume the client? Or maybe the drm driver?) implicitly checks for the frame to be finished, rather than being signaled when the frame is ready.
So instead, Nvidia has been arguing for, designing and developing an explicit sync Wayland Protocol (and one for Xorg), which will let the graphics driver explicitly signal when a frame is finished and ready to be displayed. This is how the graphics stack works on Windows.
Right now on Nvidia, Xwayland clients will show previous frames, incomplete/corrupted frames or will fail to update when a new frame is rendered. Here’s the XWayland Merge Request. The issue is much worse on drivers > 535.xx after some optimizations worsened the issue. For now, rolling back can help!
There will be benefits in general with explicit sync, but the major ones will be Xwayland functioning properly for Nvidia users, VRR and apps with inconsistent framerates.
Wayland opengl support is a huge step towards not needing xwayland! Whoo!
I tend to agree with this. Linux isn’t one alternative and niche OS, it’s a massive community and ecosystem with loads of options and a deep history of its own. I switched from daily-driving windows to installing arch linux with hyprland and learned a bunch of new systems and ideas. My experience with Linux before this had been Ubuntu and Kubuntu.
I relearned a lot. Some harder things I adjusted to:
Exposing myself to that change and those new ideas gave me the opportunity to learn about alternatives and choose the best option for me. I feel far more productive with my changes.
Now a counterpoint: many users learned to use windows or macos over time, through their education or alongside its development. Those users may not have the time or desire to relearn key ideas or workflows, especially not in one big plunge. A distro like Linux Mint undoubtedly works really well to ease someone in.
Another consideration: many design decisions are shared by lots of software, visual and functional. Some are a product of how software and UIs have grown, like a shift towards flat design or common control schemes. It would certainly do more harm than good for Linux users to abandon ALL similarities with existing software; where that line is drawn is probably subjective.
Anyways, I still agree that the mindset of ideal Linux distros being “windows replacement” is very limiting. For new users who do have the time and desire to learn and adapt, trying alternative software is a great option to maximizing their computer’s potential. Even users on “beginner distros” can install pieces of software and learn about the ecosystem, since Linux is so modular.
I hadn’t played it until pretty recently, but I didn’t realize part of it is just the Wii Sports Resort free fly mode! I loved that!!
I’ve hear a lot of people talk about it, but usually in “best 3ds games” articles. Maybe it’s a bit of a hidden gem, since it wasn’t a big franchise?
I bought a Japanese “new 3ds” system about 2 years ago off of eBay and I’ve been using it a lot! I’ve been loving the Ace Attorney Trilogy lately, but I also played
My favorite 3ds game is Pushmo! I played it when I was younger, but it’s still fantastic.
I also loved the 3ds ecosystem outside of strictly games. Mii maker, Streetpass and Nintendo Video were all really fun extras.
Also the VB emulator Red Viper just recently released, so if there’s ever a time to try virtual boy games, it’s now! 3D baybeeee!!
I don’t anticipate it, most consumers don’t take the time to be critical or try alternatives. :(
domineering women with whips
I cleared my schedule. I’ll be playing this asap.
I loved, though never finished, Create: Above and Beyond. How’s Astral, would you recommend it?
Ayy, I just played the first game for the time recently! I really enjoyed it. I’ve been meaning to continue, but I’ve been pretty busy. Would you say it’s worth playing more?
I read the basic titles and I was like “oh yeah, of course, this is just like the ‘STOP DOING’ memes.” Then I read more.
If it is one, then this is a pretty sophisticated shitpost.
The difficulty seemed absurd to me, too, the first time I played the game. This time I began seeing the fun once I began discovering a few things the other day, TL;DR at the end:
Anyways, it’s still masochistic in nature. My best run came to an end abruptly and unfairly.
TL;DR: Be slow and cautious, play around in the first area to get better gear and understanding of the mechanics.
I jumped into Noita this past week. I had put about 5 hours in over a year ago, but I was intimidated by the systems and the initial difficulty. But I get it now 😭 The wandcrafting and fluid reactions are so fun now that I am more familiar with it all. I had a good run and I love the game now.
Played a few rounds of gunfight in Modern Warfare 2019. The official game has a ring 0 anticheat so Linux support with proton/wine is out of the equation. But there is a way (old dev build, offline-only and most maps don’t work).
Also played some Minecraft with a ship building mod. Here’s what I got so far, I’m going to sail the seven seas!
+1, also waiting for the solution. I’m still on Wayland, but I have to use driver 535 to avoid major corruption issues with xwayland. There’s still issues with that driver, but it’s at least usable for me.
Not trying to shill, but they’ve stepped up with open sourcing their kernel modules and implementing wayland explicit sync (though not implementing implicit sync continues to screw users until the stack is complete). Their driver situation is far better than it was in the past.
[software] -> [software]-rs
As is Rust tradition.