• 0 Posts
  • 10 Comments
Joined 11 months ago
cake
Cake day: August 4th, 2023

help-circle
rss





  • The new architecture allows developers to fix one thing without accidentally breaking 3 others.

    That’s an extremely bold claim, and vague, with no actual examples.

    The problem is not the code per se, but that we can't add stuff anymore that doesn't somehow break the core protocol. The plain fact is that we've been tacking on things to X11 which it was never designed to do for decades and we reached a breaking point a while ago.

    Stuff like multi-DPI setups are impossible to implement in X11's single-framebuffer model; security on X11 is non-existent, but we can't retroactively fit any kind of permissions on the protocol as that breaks X11 applications that (rightfully) assumed they could get a pixmap from the root window. There's so much more, just take look at https://www.youtube.com/watch?v=RIctzAQOe44



  • So there's quite a few errors here:

    • NVIDIA creating an open source driver (well, throwing code over the wall once in a while is still open source I guess) does not mean there's an upstream driver. The kernel maintainers have already noted that it's definitely not in any shape to be merged upstream (and would need close to a full rewrite)
    • "He's resigning because he thinks the community should focus on that driver instead now" is completely false and I have no idea how you even got to that conclusion. Literally on the same day he posted this email, he also posted initial GSP support which specifically gives us a bright future in nouveau, as it means we can now do funky stuff like reclocking (and which will be further developed by some other people in his team at RH).