I'm all for progress, I hope it helps people, but I haven't had any issues with my Nvidia card and my two monitors on Wayland.
Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
If I remember right, the syncing issue was particularly egregious when you run windowed X11 programs on Wayland. So it could be that you got lucky.
I've been using Wayland on two Nvidia machines for months now, is the flickering the whole screen or just some applications because until I updated my Nvidia drivers very recently I've not had any flickering issues at all
I’ve been on NVIDIA with Wayland since June 23 (which is when I switched to Linux in general) and I am still mystified what all this fuss is about. Everything just… works? What am I missing?
Depends on your card, I've had an good number of different issues between my pc and laptop
It is great to see I'm not alone, yeah, I wish people would realize that it's just hardware at the end of the day. The company does crappy stuff but individuals who work there, most of them are smart individuals just trying their hardest to develope something they can be proud of, that people can enjoy, and that might benefit society in some way.
Mostly engineers but you get my point.
Engineers are made to do things they don't want to do, not their fault but they don't really have the power to do things properly
They're still people at the end of the day. If they really disagree with the direction of the company they'll typically leave and find work elsewhere. Coming from a company like Nvidia, there's no shortage of options for those individuals.
Don't forget framework was started by a group of talented individuals from various ODM manufactures fed up with the direction laptops were going in the industry. Also look at the talent leaving game studios to create their own studios free from the influence of publishers.
I do agree with you, sometimes you gotta do things you don't want to do. The good has to outweigh the bad or generally they'll be left demotivated.
How long does a change like this take to make it's way into Plasma 6?
https://invent.kde.org/plasma/kwin/-/merge_requests/4693
there's already a non-draft implementation, if I had to guess a few weeks before it's merged, and then you have to wait for a release, and then your distro has to package it. So, it's gonna be a while.
BUT, I think much more importantly is when it is merged into xwayland
https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/967
Which should be fairly soon!
Does it have to be supported in wlroots/composers, or are these changes in wayland enough? Edit: nevermind, the pr links other prs, such as https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4262
I saw a comment from an nvidia dev somewhere that XWayland support is enough to resolve the flickering, but compositor support is needed for best performance.
so was the problem wayland not doing something correctly or nvidia not doing something correctly 🤔
Well correct is a matter of opinion.
Nvidia doesn’t support implicit sync, because they view explicit sync as more correct, it lets the driver do fewer things that might be wrong and perform better. This is true.
The Linux world often assumes implicit sync works. This was never true.
so another 'just wayland things'?
Well, kind of. This is an example of everybody doing it one way and NVIDIA doing something else. So, we should not lose sight of this being NVIDIA being a poor team player and expecting the world to revolve around them.
That said, you can argue that the way NVIDIA wants to work is more correct and that a “complete” Wayland implementation should support that approach.
It is totally fair to see this as a missing feature in Wayland ( so “just wayland things” ). However, a more collaborative NVIDIA could have absolutely made a better experience for their users in the meantime ( as AMD has for example ).
Taken in combination, this is why so many of the “I use Wayland and it works just fine” people do not use NVIDIA and why so many of the “Wayland is not ready” people are NVIDIA users.
Reading the tea leaves, things should generally work for most people by the time the major distros make their releases in the fall ( eg. Ubuntu 24.10 ). By then, many of these improvements to Wayland will have made their way to shipping code. At the same time, improvements to both the NVIDIA proprietary drivers and NVK will have done the same. The fact the Wayland support in Wine will have matured by then may also be a factor.
No, there are hundreds of projects that assume implicit sync. Because its worked forever on Mesa.
Bought AMD never looked back
Is this MR NVIDIA related? It looks independent from that.
P.S fuck NVIDIA nonetheless
Stayed with X11 and have no problems.
Both. Both is fine.
Rather, I bought from the vendor who contributed their GPU drivers to the Linux Kernel. It just so happened that's AMD.
NVIDIA sycophants hate that one weird trick.
Honestly... I don't really have anything against Nvidia, but I do. It's really a good company, but it sucks.
Those are my lines :D
Nvidia sycophants just call you an idiot for wasting your time on linux. :/
Lol, down votes from chumps who can't tell the difference between NVIDIA's excellent hardware and Nvidia's shitty business practice.
I last purchased a 2080ti, so I will probably ride that comfortably for another couple of years, but I window shop new AMD cards sometimes. I could probably convince myself to buy one even though it's unnecessary, but I use and love my mini PC case, and the newest cards are too long to fit. I really hope smaller high-end GPUs becomes a trend to push innovation in that direction. Kind of like how phones just kept getting thinner for the longest time, I want GPUs to fight for shortest.
Good for you.
AFAIK we still need this merge request here for it to actually affect 99% of games, because they all run with Xwayland, right? https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/967
Currently yes, tho Wine has gotten pretty far with Wayland support, so it wouldn't be too surprising to see Wine Wayland be useable for gaming in the next year or two.
We also need support for the new protocol in Nvidia's driver. Support will be available in driver 555, the beta of which will be released on May 15. So there's still some time to wait until it's fully fixed.
Yes, but that's bound to be merged quickly, the protocol itself was the main holdup from what I understand.