Linux Desktop Without X11
A writes "Rocklyte systems have announced the first version of their Athene Operating System. It is a desktop and embedded operating system built on the Linux kernel, but without the "aging X11". Instead, it uses the SciTech SNAP graphics system with which it is possible to completely re-theme the desktop to look like the famous AmigaOS GUI or another famous UI. For backwards compatibility, an X11 server is also available in the system. The system can run completely off the CD, without needing to be installed on the harddrive."
Looks a lot like DOS.
"If, therefore, any be unhappy, let him remember that he is unhappy by reason of himself alone."
~Epictetus
The system can run completely off the CD, without needing to be installed on the harddrive."
At least that's what the server seems to be running from.
I wish them luck. I want to have a choice, instead of being forced to use X11 for GUI on *nix :)
X11 really is ancient.
Instead, it uses the SciTech SNAP graphics system with which it is possible to completely re-theme the desktop to look like the famous AmigaOS GUI or another famous UI.
Right. Because themes are the most important thing, ever. This isn't an media player, it's a GUI.
why is linux so beholden to X? yeah, i love it's network transparent features ( i use in my class every day), but, look at what apple did with essentially a kernel and subsystem. they could port aqua to linux, since it already compiled under gcc anyways. that might be a huge commercial ticket for linux. certainly there is nothing that says you can't run a proprietary windowing system on top of the kernel, is there? app compatibility would be a huge issue, but like apple's X11, it could run rootless, and almost be unnoticable (except for the widgets).
My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
It's ok to emulate something else if your familiar or comfortable with it, but I'd like to see an OS released that allows you to create your UI just how you want it, and not just pretty borders, colors, etc. Stuff like how it handles file structures graphically, selection of tiled, paned, or stretched work panels. Total control over ALL aspects of a GUI!
Hmm, I've been using an embedded linux with a NON X gui for at least 2 years now....
it's called picogui
Plus you dont have to buy it, and it's much smaller.
Do not look at laser with remaining good eye.
Competition in open source projects is mostly a good thing. This new GUI may make X11 developers improve to keep up. However, different projects like this also create lack of standards. This may require people to use two GUIs, with different applications running on each one. With Windows, every version retains legacy compatability for almost all applications written for a previous version. However, this becoming popular would make it required to run two GUIs to run all Linux applications. Rather than expecting developers to conform X11 emulation should be implemented.
Alternate graphics layers have been around for a long time. Some of them have significant advantages over X11.
So far the only one which has really gained prominence is the frame buffer device that most modern Linux distributions use when booting. There is even a port of QT to that, and it is sometimes used as the only graphics device in embedded platforms. It has the great advantage of being really lightweight, but it is probably even slower and much less featureful than X11.
Another one is the Y server, which was used in some PDA's until public outcry over lack of source compatibility forced the manufacturer to put in X11 instead (remember that, Slashdot?). Before that there was also svgalib. I don't think anyone cried over that going away.
The issue is support--there are tons of toolkits and applications available for X11, and the networking features are neat and useful once in a while (very often for some people, including myself). Others start with a base of pretty much nothing. That means that it is really hard for them to gain acceptance, even if they are superior from viewpoints such as being smaller, faster, and easier to program.
I personally think that we are going to be stuck with all the cruft and slowness of X11 for a very long time.
Thanks to the miracle of X10 security technology, I no longer have to worry about that. THANKS X10!
the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff
With Windows, every version retains legacy compatability for almost all applications written for a previous version.
When Rob Short, the vice-president of Windows Core Technology, was asked, "How many applications will transfer over from [Windows] NT4 or 2000 [to Windows Server 2003]?" he answered: "I'm not sure what the exact number is for taking an NT4 application and running it -- it's in the high 60 percent. It's not 90... Most of the time, if the application is following the [security] rules then it will run. But I must admit the rules haven't been well publicised."
Full Windows backward compatibility is a myth.
Developers: We can use your help.
X11 is an albatross most of the time. Very few make use of it, it's bloat to everyone else. It's showing its age.
I've long believed it needs to be removed from the nuts-n-bolts for something smaller and faster. Let X11 support be a strap-on application for those who need it, like it is for OSX.
Linux users like strap ons almost as much as Apple fanatics.
I don't need no instructions to know how to rock!!!!
I'm pretty sure that this will set a milestone in the Linux development history.
... even multiple kernels where to choose from, but we are stuck with only one graphical environment.
We have multiple distributions (SUSE, RH, MDK), multiple WM (Gnome, KDE, E), multiple Office Suites (KOffice, OpenOffice, AbiWord), imaging software, network tools
I know there has been a lot of advancemente in the FB handling, but officially, if you want to have some windows you need X.
Personally, I love X, but I for one can see (and have seen a lot of) people complaining about X; and from efforts like this one only good things can happen.
Life isn't like a box of chocolates. It's more like a jar of jalapenos. What you do today, might burn your ass tomorrow.
How long before someone writes a successful virus for the runs-from-CD implementation?
Never say "never"You were 80% angel, 10% demon. The rest was hard to explain. - Over The Rhine
"Math in a song is good."-Linford
You seem to connect themes with simple bitmap changes, and the like. I agree that simply offering this functionality is less than important.
However, with 'true' theming, the internal function of the GUI (and OS) is loosely tied with the graphical layout and function of the GUI. What does this means? It means that a single system, properly configured, can handle many different interface styles. You could simultaneously offer transition interfaces to users from different GUI camps - Windows, MacOS, NeXT, etc.
This is an immensely important feature for this reason. While many see theming as eyecandy, properly implemented it can serve a very useful purpose; fit the GUI to the user, not the user to the GUI. It should also allow new interface styles to be prototyped - what better way to develop usability than to look at what people with the skillset to change the interface think works best?
AmigaOS , WinTel, and More Screenshots, all thanks to The Internet Archive
Was anyone whining? Maybe my filter (1+) is set too high, but I didn't hear any whining. In a commonly-open source community, freely downloadable ISOs are, well, common. A fair mistake, I'd say.
Having said that, I agree that the base expectation of things being free is somewhat overused. And, if it's a good implementation (I can't tell a thing, 'cause the site's slashdotted), I wouldn't mind paying $40 for it.
The Spoon
Updated 6/28/2011
from the site:
# Free for Non-Commercial (Home) Use.
# Source Code is Publicly Available.
And I have never paid for sex in my life. You must be one ugly bastard.
"If you're thinking what I'm thinking, you're right." -
Would it not be possible to port KDE to QT/Embedded so that you could run KDE in the framebuffer without X11 at all? There would be a lot of work to do, but the toolkit which KDE is based on already works in the framebuffer.
Most people that dislike X don't understand it.
My favorite complaint is that it's bloated or eats too much memory. It's bogus -- X uses relatively little memory itself, but pixmaps are stored in X instead of in apps. So Linux GUI apps tend to use less memory than they would with a Windows-like environment, but X's memory usage go up.
I actually sat down and modified some code to query X how much memory is being used by each program in pixmap memory. This is memory that would have to be used under Windows. Little things -- gkrellm, a simple dock program that I have running, caches about 2.7MB of pixmaps in X all by itself. This doesn't show up as gkrellm memory usage in top, but it *is* being consumed by gkrellm.
X11 allows network transparency, 3d support, hardware scaling of video, support for more font formats than Windows does, zooming in and out. When combined with a window manager, the X11 architecture is incredibly powerful and flexible.
I wish people would stop complaining about and learn to use X's features.
May we never see th
X11 isn't as Bad as everything thinks.
The way I see X being slow is that widgets need to be on server-side instead of client-side. Right now the client Draws everything useing X primitives, sending the raw data (pixmaps, whatnot) to the server over the network. Now if the server had the widgets on its side the client would just have to tell the server the type, size, position of the widget, Instead of sending a pixmap.
This would help things such as less bandwidth, less cpu overhead for eash client.
Maybe this could even be implimented in a X-
extentsion
Maybe I am just showing my ignorance here, But an idea is an idea.
God, why is it the majority of Linux users are whining thieving babies who want everything for free? Wake up to the real world, where nothing is free. Not sex, not food, not clothing, and most certainly not operating systems.
If you lower your standards enough, everything is free. Sex? Find someone ugly enough. Food? Go dumpster diving. Clothing? Bin diving at the Salvation Army. OS? Fortunately, Linux doesn't require settling for less, and much less offensive than the gap-toothed gal with a peg leg you picked up for free sex.
Tequila: It's not just for breakfast anymore!
In fact some X servers for Linux are FASTER than Windows.
Wow man. FASTER than Windows. That's the stuff dreams are made of.
-- Repeat with me: "There is no right to profits".
Yeah, this was sort of a revalation to me recently. I just got a new machine at work. Of course it came with Windows (XP Pro) installed on it so I played with it for a few days before blowing it away and putting RedHat 9 on it. I was sort of hesitant to do so because windows in XP seemed to pop up fast and the whole system seemed very responsive (not that I was doing anything heavy duty.) Another plus is that font rendering is actually better than Windows, and about equal with Macs. That's really nice.
Anyway, now that I've got RH installed (w/XFree 4.3.x) I am very happy to say that X seems just as responsive as Windows, even when I am doing something heavy duty, and I'm using KDE as well. This was the first time in about five years I've used any kind of Windows, it was a nice validation of X as far as I am concerned.
XFree, at least without propriatary drivers, might not be great for games, but it makes my development life a lot more joyful than other non-networked windowing environments would, and that includes the kludgy windows terminal services crapola.
There are several free, reasonably mature windowing environments available for linux already, many featuring hardware acceleration. Several are suitable for embedded use. Why do I want to spend $40 for this? (I'm not being rhetorical - the site isn't accessable). There are innumerable linux distributions, several of which boot straight from CD without install.
Frankly, the speed differentials Scitech quotes (over Xfree) aren't really all that impressive for most graphics adaptors. Sure, there's a big difference between unaccelerated (e.g. vesa) access and accelerated, but a 20% differential between the 2D performance of one accelerated solution and another just isn't that compelling. Now many applications are _that_ dependant on 2D performance? If I'm that 2D bound I can spend that $40 and get vastly better graphics performance by buying a better card.
The "foo is old fashioned", "foo is too complicated", "foo is SO last century" claims that some make (I dunno if these guys do, as their site is still down) aren't value propositions. Is something significantly faster? Significantly smaller? Significantly more useful features? Significantly cheaper? Those are.
Parenthetically, note that I don't apply this standard to free projects. Someone can go code a new OS just for their own pleasure, and doesn't have to pass a customer-value-proposition test. Why? Cos they don't have customers, and so they're not obligated to provide value to anyone.
## W.Finlay McWalter ## http://www.mcwalter.org ##
They want $99NZ (approx $42US) for each machine
running Athene in a commercial environment.
Baudtender
I've used X for many years and it still works well for me. IMO it is far better than Windows and is better than MacOS. What benefit does this new gui (or any of the others) have over using X? Themes are no big deal. If one feels like it they can theme just about anything in X. X boots from cd too. The page seems to be /.'d so I can't dig to deep.
For any opposing GUI to make ground I'd say it'll need all the features of X and a compatibility layer to let X apps run on them. At the minimum they'd need to make something like a wxWindows port for their gui.
At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
People bad-mouth X because their PC happens not to use its power. They complain about its "bloat", because they see it taking 10MB of their 256-MB machine's precious RAM, most of which is idle. They complain about it being "slow", which tells me that they have nothing better to do than play video games.
X is many times better than anything else in the marketplace; X is many years ahead of anything that Microsoft offers; it may be old, but so what? The Internet is old. Is that a reason to ditch the internet?
There is value in having alternatives. For mobile phones, the power of X is not needed and something lighter might be appropriate. But to all those who persist in bad-mouthing X, I say: look beyond what 's good enough for the PC in your bedroom right now. Find out what X is really about. It's still leading-edge and is one of the advantages Linux has over its competitors. Does it need improvement? Of course, like pretty much everything that's used. But it's the best base we've got for building on. Discarding it and going back to a Microsoft-like GUI would be a giant leap backwards.
From the faq: -jussi
Yeah, I think considering what was available at the time it came out, it did an awful lot. It was doing overlapping windows, and all sorts of other stuff we'd now consider very basic and trivial, but then was a feat of coding to do.
Don't forget it could do all this off one disk too. No hard disk install required for a complete 32-bit (ok, bits of it 24) multi-tasking operating system with a pretty good, and very usable GUI.
Workbench is a damn good example of usability in GUIs.
I'm so happy to hear someone finally ditched the X windows. Now maybe we can get some decent applications without needing to code the whole UI experience every time.
This may be the one.
Can anybody strip down Knoppix http://www.knoppix.de/ or Topolpgilinux http://topologi-linux.sourceforge.net/ or this new distribution to get a tiny core set of applications which would be a good end user CD-bootable Linux desktop?
Our IT people would love to have a graphical rudimentary cd bootable stripped down linux package to which a few open source applicatios could be easily added.
This is the other way round instead of Knoppix adding in as much as possible.
The UNIX-HATERS Handbook has a chapter called The X-Windows Disaster. Near the end, there is a hilarious bit about colours. The durned lameness filter prevents me from posting it.
Search for the word "circus" in that chapter, and you'll find it.
Accountability on the heads of the powerful.
Power in the hands of the accountable.
What's really needed in a non-X GUI (in fact, all GUIs) is support for higher level APIs so we don't have to care about the underlying GUI. That begs the question, what do developers use most often?
I'd be willing to wager that there is a large percentage of Windows software that uses the GUI's APIs directly--Win32 or one of the popular wrappers like MFC or OWL. On *NIX, GTK is probably the most popular.
There are high-level wrappers that will allow you to target Win32 and *NIX with just a recompile. wxWindows leaps to mind. However, I wager that the percentage of people using them is small, although the following is growing (doesn't AbiWord use wxWindows?).
Given that, I'd probably want to see GTK and wxWindows apps running on top of a non-X GUI before I'd use it. A Win32 subset would be sweet. No, not Wine. I don't want to swallow an elephant just to get a peanut. Full Windows emulation is overkill. I would just like to have Win32 API functions so I could recompile apps that use the APIs directly. I (and thousands of others) have written our own Win32 wrappers. For alternatives to succeed, they need to be able to pull in as much software as possible.
Oh crap... I can't even check the website to see what higher level APIs it supports. D#$% /.
For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
That is only your opinion, I found the Amiga's GUI easy to use.
Program did not crash all the time vs my windows machine.
The Amiga had some of the coolist and very creative programs years ahead of windows.
The Amiga died because everyone had IBM clones in schools and work, thus this is what people got for their homes.
Also the US Management at the time did not premote the computer system well.
There is the funny story about how Bill Gates was showing off his 95 multimedia computer, with the computer graphics for it being generated by an Amiga computer hid under a desk.
Wise men speak because they have something to say, Fools because they have to say something!!!!
There is no reason.
As for performance, the $40 you spend on this crap could be spent getting a better graphics card. I believe you can get a GeForce 2's now for $30-$50. That's what I use on my current Gentoo GNU/Linux system (with WindowMaker). Guess what, no performance problems -- at all [qualifications: 1GHz CPU, 256MB SDRAM, 7200rpm ATA-100 HD].
People are really stupid when it comes to buying the latest greatest whatever. Here are the specs on my current PC:
1.1GHz AMD T-Bird CPU
256MB SDRAM
60GB 7200rpm ATA-100 hard drive
64MB GeForce2 GTS
19" Monitor
Guess what? It was fast when I bought it (a year ago). And guess what? It's still fast. It has not magically been transformed into a lumbering beast. For the home user, there is really no reason at all to buy anything other than that which sits at the best performance/price ratio. You can get an excellent system today for under $1000 that will be able to do anything you want as far as productivity goes, and will play most all games just fine.
My general plan -- and I think it's a good one -- is to upgrade once something 10 times better than what I have is available at an optimal price/performance ratio. And that's only if I have some need.
It's amazing to me how many home users are tricked into believing that a 2GHz CPU is somehow going to make their internet browsing experience any better, or make programs load faster and make Word work better. For almost all typical uses of a computer, you will *never* need to ugrade. You will only need to upgrade if you want to keep up to date with the latest games or if you want to do computationally intense computational work. Even then, you can still do so at the best price to performance ratio.
social sciences can never use experience to verify their statemen
... just got back an hour or so ago from my weekly supplies run to town. One of our stops is the church thrift store, girlfriend and I enjoy that random "deal" shopping. I always head to the electronic junk and hardware, she splits to what I call the "imelda marcos" area. Anyway, myself and another customer are staring at this old xt bundle, commenting on what we are running now. The dude actually starting complaining about xp, said NO WAY would he pay that to upgrade, but he was really bogued out about what he was running, which is ME. SO, here's my chance, I ask "Hey, ever try that "linux" stuff?".
yada yada, he sounds enthused already,he's heard of it, I'm the first person he's ever met weho's used it,he asks how much it is. I sez, "well, 30-40 clams from the vendors with manuals and stuff low end, or you can.." I only got that far he goes FOURTY DOLLARS FOR AN OPERATING SYSTEM?? WHERE CAN I GET IT????
No lie. Then I drop the next one, "well, you can download and burn it for free,too, or clone companies will sell it to you for like 5-10 bux whatever, oh ya, comes with one zillion programs, too"
He's floored, gonna try it.
One person at a time
(hey spider tools, you might have an incoming)
This is the freely available version of Athene and DML. The Pandora Engine is also included in this archive.
o cklyte.com/downloads.html
http://www.simtel.net/pub/dl/60070.shtml
http://216.239.53.104/search?q=cache:http://www.r
Add up all the money you've spent on dates, gifts, etc. for her and divide it by the number of times you've had sex with her to get an idea of how much sex is costing you
did anyone else get this error:
Runtime error (func=(main), adr=7): Divide by zero
I was a NeXTStep user in the early 90s and loved it. Fast forward to 2003. I recently got fully OSX'ed and think this new NeXTStep is a severly dumbed down and spray-painted and obfuscated Frankenstein.
I suppose Carbon was needed because none of the corporate commercial software houses would port anything to Cocoa, but the result is shameful.
TROLL! Mommy, mommy!!!! Master Bait said something bad about OSX!!!
"Only in their dreams can men truly be free 'twas always thus, and always thus will be."
--Tom Schulman
Feel free to grab it here.
There's also a perl script in there (which I didn't write, just found somewhere else) which does more nice analysis of X memory usage.
Grab it ASAP, as the server is going down permanently within a couple of days. Matter of fact, if you want to make it available yourself for anyone interested, I'd appreciate it.
I use the XRes extension, which is relatively new...you can't be using an ancient copy of XFree86.
May we never see th
Bah, X is an established standard that works well.
So few people truely understand what makes X tick is why so many people bash it..
X is wonderful, its the crap that runs on top X that tends to suck and give X a bad name.
---- Booth was a patriot ----
The AmigaOS GUI sucked ass and prevented people from buying a technically cool machine.
No, it really didn't.
The AmigaOS GUI was one of the most fluid, easy to understand GUI's I've ever used - it encouraged multitasking, instead of (seemingly) being designed to prevent it (quick - load two Mac/Windows/X word processors, make them full-screen, send one to the back and try to continue using it. Trivial on the Amiga.)
It's one of the things I miss most about it.
Your analogy is inherently flawed
I think his analogy is more inherently flawed due to the fact that if you buy a mushroom from a shop and it turns out to be poisonous, you can sue them, and they can't turn around and say "well, you shoulda read the fineprint that came with the mushroom. it states that the mushrooms are not sold with any expectation of being eaten and if the purchasers chooses to consue the mushroom then he must take responsibility thereof. indeed the mushroom is in no way certified to even be a mushroom, it may very well be a diving mask. no recourse is available against the mushroom vendor or mushroom supplier. this mushroom is not to be used in mission critical or life affecting situations. you are not allowed to make any duplicate of this mushroom, this includes taking a photo of it or even drawing it with a crayon. the physical characteristics of this mushroom are trademarked, copyrighted and patented. if you are unhappy with the conditions attached to this mushroom then you may return it to the vender who supplied it to you (with the purchase of a shopping trolley) and ask for a refund on your mushroom. he will likely inform you that he is unable to do this but you can certainly ask.
etc, ad nauseam
dave
Having used both NeXT and OSX machines recently, I think this "dumbed down" statement is funny considering how much more feature-rich OSX is compared to NeXT.
I guess it's true you just can't please some people.
Slashdot. It's Not For Common Sense
Isn't it about time that the windowing system was directly implemented into the kernel?
It certainly could be done without breaking compatibility with current console applications. After all, linux IS a monolithic kernel. I'd go as far as reccomending that some sort of graphical interface be intergrated into the POSIX standard. Limiting unix to a 640x480 console is ridiculous. Apple's been doing this since 1984 - long before X11 was drafted or Linux was created.
X has so much potential to be great, but after 11 years, it has failed to show it. To me, that is a flawed system.
-- If you try to fail and succeed, which have you done? - Uli's moose
Athene
MS Pict
Omega Pict
NeXT also did some Display Postscript things that weren't as cool as NeWS, but still were good display environments.
Bill Stewart
New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
Looks like someone wants to use fvwm and the variety of themes with different looks and actions. Only window manager I've seen that can do windows, mac os (who would want that? *duck*) and CDE.
don't tell the RIAA! ;oP
the less useful machine. I thought Bill was the leader in this area. Must we emulate everything?
The X window system is what makes a Linux machine multi-user. It also makes it useful as a multi-user machine at the same time.
The core of UNIX power comes from the multi-user philosophy. X was crafted with the same goals in mind. That is why they both have been around for such a long time.
Both of these things come at a small price; namely, a requirement for some basic literacy with regard to the system and how it works.
YOU CANNOT HAVE THE POWER WITHOUT PAYING THAT PRICE.
I did not spend the last 7 years learning these things only to have my environment dumbed down for the sake of those not willing to step up and actually learn something about the machines they say they need.
All of those folks wanting a frame-buffer only system really don't want multi-user systems --or at least don't want useful ones. Or, more likely, just flat don't know better.
As for those folks asking for X emulation, I ask this?
If the X window emulation does what X is supposed to wouldn't you have what you have with X right now plus added overhead? Why not consider using a toolkit to make the X development easier while not ruining the multi-user nature of Linux?
Win32 machines are multi-tasking machines. Sure, you can run processes as more than one user, even run applications on your machine as more than one user, but in the end, you still have only one desktop.
Many of the problems come from that one desktop and its close intergration with the rest of the OS. This is the same shit that Microsoft and Apple to a degree have been pushing all along. We don't need this.
For those that think we do, read again. WE DON'T.
Common arguments:
- The network display capability makes X slow.
Bullshit. The fastest graphics systems around have always used X. Want to see a sweet X server that does the network display thing nicely. Get any SGI IRIX machine and examine the X environment. 3D capable display, both in a window and full screen, on screen video in real time with sizeable windows, network applications, speed. All have been present for longer than the more capable win32 environments have existed. Local display requests do not go through the entire network stack. This combined with the excellence of UNIX and Linux network stacks make this a moot point anyway.
X is hard to configure.
Each year this is much less so. Soon it will also be a non issue. We have gone from hand tweaking our display to spin the CD and choose the type of display. Give it a bit more time and you will soon get all the little features you think you need as well. All without any sacrifice of the multi-user values that make Linux and X what they are; namely, better than everyone else.
Nobody needs all that extra capability.
Well, that is because most of them do not know what they are missing. We need to keep the power in the box by default; otherwise, we will end up running the same way others on more limited systems do now. Is that worth it?
X is old.
Well so is UNIX. Does that make it bad? No, if it were, it would be dead long before now.
This is long enough. If you actually want to see more take a look at my journal, there is plenty more in there for the reading.
To sum this up:
If you really don't understand what X and UNIX is about, just spare yourself and get a nice wintel PC and get it over with. Maybe split the middle and get an Apple. (I *like* Apple BTW, that's not the whole point here...)
If you want to actually take some control over your computing environment and have the ability to exercise choices, step up and shut up and start using X.
It will be worth your time in the end.
Blogging because I can...
That has to be the most funniest anology I have ever seen. Are you seriously trying to compare Quake to windowed GUIs? Put down the crack pipe buddy.
- X is not slow
- Some X video drivers are slow.
- The slowdown caused by Network transparency is negligible.
- KDE and GNOME are piggishly slow. I use both because I'm willing to sacrifice speed for functionality.
Facts about X usability:- Configuration is difficult, even for experienced users.
- Cut-and-paste style should be configurable.
What X needs:- A way to send less data over the wire for toolkits such as QT / GTK+.
- Easier configuration and setup.
- Pluggable cut-and-paste architecture that can be more easily used by the other toolkits.
- Better video drivers*.
* I knowSo, instead of an aging client/server, network-transparent window system, you can now be transported all the way back to 1960's technology: direct frame buffer access. If that isn't progress, I don't know what is.