| ▲ | colleagueRiley 3 days ago |
| X11 needs a real alternative :( |
|
| ▲ | jll29 3 days ago | parent | next [-] |
| Are you kidding? I started reading the X11 handbook series in the 1980s and now it's 2024 and I'm nearly finished, and you want to replace it? ;-) |
|
| ▲ | akira2501 3 days ago | parent | prev | next [-] |
| X11 is fine. It's mostly just Video Games that need an alternative. It'd be nice if there was a "pause X11 video card control and give exclusive access to a single application." Then there's no need to care. |
| |
| ▲ | ori_b 3 days ago | parent | next [-] | | You just described X11's DRI (direct rendering infrastructure). https://en.m.wikipedia.org/wiki/Direct_Rendering_Infrastruct... | |
| ▲ | freeone3000 3 days ago | parent | prev | next [-] | | This actually doesn’t work with modern expectations. Modern games are expected to work in multi-monitor setups and render in “borderless windowed” mode, so you can alt-tab out to multitask, or have a comms overlay. Single monitor single process gaming still happens, but a good 85% of setups (according to the Steam Hardware Survey) are not that. There are five games I know or that actually handle multimonitor natively of the hundreds I’ve played. So we need some form of cooperative multitasking for graphics with the window manager. | | |
| ▲ | 1oooqooq 3 days ago | parent [-] | | Modern good games are not expected to "render in “borderless windowed” mode, so you can alt-tab out to multitask" Really bad games with slow multiplayer match making lobby and tiresome repetitive gameplay and bad UX where you need to look most of the actual game information on a fan wiki, or triple A games where you have to login and enter credit card information on a "launcher"... those are the ones you expect to "render in “borderless windowed” mode, so you can alt-tab out to multitask". Good riddance. |
| |
| ▲ | Longhanks 3 days ago | parent | prev | next [-] | | X11 is utterly broken for multi-monitor setups with different resolutions at different scales (e. g. builtin laptop screen @1.25x, external display at 1x or some variation of that). With high resolution screens (e g. 4k at only 27"), that setup is not uncommon anymore. (Wayland is broken in very many other ways, though, so you trade one evil for... 5 others). | | |
| ▲ | uecker 3 days ago | parent | next [-] | | X was a very well designed system IMHO that could be evolved via extensions (e.g. how compositing was added etc.). It is sad that few people work on it anymore to fix such issues. | | |
| ▲ | immibis 2 days ago | parent [-] | | X isn't opinionated enough, and Wayland is even worse. While X has labels like "substructure redirect override" that in practice means "bypass the window manager" and tries to theoretically support multiple window managers, Wayland barely even knows what a window is! |
| |
| ▲ | immibis 2 days ago | parent | prev | next [-] | | Correction: Xorg doesn't have good support for this. I don't think there's an extension for it in the protocol either, but one could be created - just as it has for Wayland. Apps that don't support the extension should be scaled by the compositor as usual. X11 has a reasonably solid core, though, while Wayland does not. | |
| ▲ | alwayslikethis 3 days ago | parent | prev [-] | | Wayland's scaling for 1.25x and even 1.5x is not so great either, though it is slowly going in the right direction with wp-fractional-scale-v1 |
| |
| ▲ | 3 days ago | parent | prev [-] | | [deleted] |
|
|
| ▲ | themerone 3 days ago | parent | prev [-] |
| What do you expect from an alternative? |
| |
| ▲ | colleagueRiley 3 days ago | parent [-] | | - Better API design
- Not being experimental after 11 years I think that Wayland actually has some steps in the right direction, but overall I don't think it's actually a very good alternative. It's way more low-level than X11 and a lot of higher level features, like window decorations, are not even officially supported. |
|