Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@ewpratten thanks for the supportive comment. I really would have never though to read that Xlib documentation. Such insight much knowledge
-
what if you try to write one for wayland? I would imagine the experience as more sane.
in any case, i wish you fruitful results... -
@halfflat no. Absolutely not. Sorry, mate, but such a comparison makes me believe that you do not exactly know what you are talking about.
Wayland is just a protocol, while systemd is the Cuthulhu of system tools. 😉 -
@halfflat The problem is, that X11 has become a monster.
A few thoughts:
* X11 puts a lot of layers between the program and the pixels on the screen
* Wayland simplifies the graphics stack
* Everything goes through a GEM/DRM stack and straight into the kernel.
* It manages compositing itself
* it is also more secure, since programs can’t access other programs’ windows’ contents.
* With X11, any app can essentially copy anything in any other app’s windows.
Please do not compare this (fix all the issues and flaws) with systemd (devour everything)
Both technically and culturally they are worlds apart. -
@halfflat well it does feel legacy to me, from my beginner end user perspective.
Dealing with x config files, xkb and other X related software has felt like ancient software written by aliens. It sure does work.
Related Rants
-
hyperlisk13Abstract CPU cooler art. Found this in my school tech room. No idea how it happened
-
jesustricks0I like playing tf2. I play every video game with max brightness on the lappy. The problem is that when I alt ...
-
hyperlisk6Welp, at a dinner with @ewpratten and @n3xus . Just told them I was literally one vote away from 1024 and they...
Just wondering if anyone out there has had any experience with writing a window manager for x11? I have decided that would be a good project to kinda work on my c++ and so I can learn how x-server works. Any tips, tricks or references you guys have? The project is on my github called zwm.
random
hyperlisk
x11