Xplain: Explaining X11 for the rest of us
magcius.github.io
Xplain: Explaining X11 for the rest of us
1–10 of 21 posts
Re: Xplain: Explaining X11 for the rest of us
#2Re: Xplain: Explaining X11 for the rest of us
#3Re: Xplain: Explaining X11 for the rest of us
#4Further reading: OK, this is an X developer's guide. You should call it that. It will help developers find it and stop the average Joe who wants to run a remote app on his local display from trying to use the wrong guide.
Re: Xplain: Explaining X11 for the rest of us
#5...I've always been a bit of an X11 fanboy, so thanks for this.
Re: Xplain: Explaining X11 for the rest of us
#6http://magcius.github.io/xplain/article/x-basics.html
Head over there and drag the kitten around to see why. Now your average Linux desktop builds a lot on X11 to get it to perform how it does now, but all this effort is a huge waste. Just compare it to something like Apple's UIKit or Android's layouts - it's well past the sell by date.
Re: Xplain: Explaining X11 for the rest of us
#7I haven't really gone through X11 before, but the API really is terrible. How have we managed to hang onto this monstrosity for so long? I get people have a fondness for something that has held up for so long, but the huge complexity and difficulty of hardware acceleration means it's time to throw it out. http://magcius.github.io/xplain/article/x-basics.html Head over there and drag the kitten around to see why. Now…
X11 actually anticipated a future of composited windows, each with their own separate buffer to draw into, well before its rivals -- due in no small part to being intended to run on much more advanced hardware than Windows or Mac OS.
Re: Xplain: Explaining X11 for the rest of us
#8-- Dennis Ritchie, coinventor of UNIX, from an article in UNIX Today
http://www.anvari.org/fortune/Miscellaneous_Collections/1332...
Re: Xplain: Explaining X11 for the rest of us
#9Re: Xplain: Explaining X11 for the rest of us
#10Any plans for new chapters?