Ubuntu replaces Gnome with Unity

But the greatest news is that: "The next major transition for Unity will be to deliver it on Wayland, the OpenGL-based display management system." according to Mark Shuttleworth.

On March this year I've posted a question on Off-topic section regarding an OpenGL window manager, (then I was accused of being a troll by someone, which did not happend before).
Here is the thread: http://forums.freebsd.org/showthread.php?t=12129

Well, it seems there's an answer to my question and it is called Wayland, and Ubuntu is moving to it. Well I don't know if this exist in FreeBSD yet, but if is not here I hope will be soon.

To be more clear please look at:
http://www.cio.com.au/article/367050/ubuntu_risky_leap_unity_wayland/
http://www.markshuttleworth.com/archives/551

Basically people at Ubuntu are replacing Gnome with their own developed Unity window manager. And the next step will be to replace Xorg with Wayland.

Why this is great news for us?
Well, more graphic servers in Open Source world will not hurt but maybe will bring faster/better graphic quality to desktops.

Maybe a publication see this as a risky leap (I mean ubuntu using Wayland) but such step will help Wayland.

Let's hope it will be present on FreeBSD too.
 
Myself, I'm looking forward to seeing it happen. X11 is a mess, burdened with years of backward compatibility and originally designed for something completely different from today's PCs. OpenGL acceleration sounds like a nice thing, although it's probably going to be problematic for ATI users -- especially those using a card's driver doesn't support 3D acceleration. (Talking about FreeBSD drivers here.)

Anyway, I'm glad to see that there's finally a serious attempt to replace X. With a bit of luck, it won't be too Linux-specific and we'll be able to run it on FreeBSD-based desktops.
 
Forks are alway a good thing. Or is this a rewrite? It will be nice to have a choice. One of the problems over the years from xfree86 to x.org has always been to just 'deal with it'.

As long as it works with regard to what is already functional elements (i.e. ssh -X) and removes the need for silly things like hald and dbus( sorry we all don't use gnome)

I look forward to the day I can setup fluxbox on a laptop and not have to be forced to run services in the background just to control my touchpad or keyboard input. hmmm.... It's almost as if we were there once.
 
Forks are alway a good thing.

Definitely not. You're risking a Balkanisation of some application, especially if someone as inexperienced as the Ubuntu-crowd starts such a project.

With a bit of luck, it won't be too Linux-specific and we'll be able to run it on FreeBSD-based desktops.

Yeah of course, nowadays almost any software out there is more or less Linux-specific.
 
Wayland will take at least a few years before it'll even run on Linux. So don't hold your breath waiting for it. It also looks like it'll be quite Linux centric as it relies heavily on evdev. For now Nvidia already said they're not going to support it anytime soon.

In all, it'll take a few years before they'll attempt to replace Xorg.
 
Wayland for FreeBSD

Hi, men, there is a new project named 'Wayland', could we install wayland on FreeBSD? It must be so cool and so fast for FreeBSD desktop client.
 
Nukama said:
If someone ports GEM/TTM and KMS to FreeBSD.
Wayland also leans heavily on evdev. Either evdev needs to be ported to FreeBSD (not likely) or Wayland needs to be modified to use FreeBSD's features.
 
SirDice said:
Not without some mayor changes in the wayland source.

Just, incidentally, wouldn't it make more sense to write a separate implementation of the Wayland display protocol for FreeBSD? I mean, that was part of the goal -- the X display protocol ("X Window System" actually refers to this protocol) is a pain to implement, an idea which has been corroborated by every single person I've ever met who has played with the low-level X stuff.

The Wayland code is certainly Linux-specific, but the Wayland protocol is decidedly platform-agnostic, perhaps even more than X itself!
 
Oxyd said:
Anyway, I'm glad to see that there's finally a serious attempt to replace X. With a bit of luck, it won't be too Linux-specific and we'll be able to run it on FreeBSD-based desktops.

Actually, the Wayland code is very specific to Linux, they use extensively the Linux APIs/Interfaces and make use of modern kernel infrastructure that FreeBSD doesn't have.
 
Back
Top