On CBSSports.com: Mike Tyson's daughter dies in accident
BNET Business Network:
BNET
TechRepublic
ZDNet

By Stephen Shankland
Posted on ZDNet News: Feb 7, 2006 5:00:00 AM

Novell has released new software that could boost Linux's glitz and glamour at a time when eye candy is a major feature of rival operating systems.

The software, called Xgl, uses a computer's graphics chip to give a boost to desktop display features such as transparent objects, 3D effects and zooming windows. But the software could also improve more practical parts of the Linux user interface, such as text display speeds, said Nat Friedman, Novell's vice president of collaboration and desktop engineering.

Friedman acknowledges that some new features made possible with Xgl have been pioneered elsewhere. But he believes the open-source nature of Linux means things will be different this time.

News.context

What's new:
Novell is releasing a technology called Xgl that uses a computer's graphics chip to enhance desktop display features of Linux such as transparent objects, 3D effects and zooming windows.

Bottom line:
The technology could give a boost to Linux graphics at a time when rival operating systems are also getting spiffier interfaces.

More stories on this topic

"It'll be one of those open-source situations where people get a hold of the framework, and we'll get new user interface paradigms to come out," he said. "That's not something people can do on a Mac. I want to see 1,000 flowers bloom here."

The lead Xgl programmer, Novell's David Reveman, released the Xgl source code last month, and on Tuesday, Novell will release the plug-in framework and sample plug-ins, Friedman said. The technology will also be incorporated into the next version of Novell's Suse Linux enterprise products, due to ship in May or June.

Graphics are a central element to the more user-friendly interfaces that software engineers have developed to try to make computers more approachable. The central graphical user interface idea--WIMP, short for windows, icons, menu and pointing devices--has changed little for years.

Recently, though, there's been a burst of graphics innovation. New visual features have been built into Apple Computer's Mac OS X, and a new graphics infrastructure is set to arrive in Microsoft's Vista update to Windows, due by the end of the year. Vista employs a graphics engine called Windows Presentation Foundation, code-named Avalon. The operating system will also include a feature called Sidebar that compares to the small graphical utilities called widgets in Mac OS X.

In spite of this, Directions on Microsoft analyst Michael Cherry wants something that he believes polished graphics have yet to provide. All the operating systems are getting equally fancy graphical abilities, he said, "but the real winner is the person who figures out how to make us more productive."

Novell: It's practical, too
Friedman acknowledged that much of the motivation for Xgl is to provide features that are only skin deep--but appearances can be important, he argued. For example, Xgl permits windows to zoom liquidly into the taskbar when they're minimized, and to zoom back out when needed. It's a visual stunt that he believes makes it easier to understand the system.

Xgl cube

"Those little things give a desktop a sense of physicality," Friedman said.

To the same end, another module gives a new view of Linux's ability to show applications on different virtual desktops. For example, there can be one desktop display for e-mail, another for Web browsing and a third related to a programming project. With Xgl, the virtual desktops can be affixed to the faces of a virtual cube; when a user switches, the cube rotates to show new views. "It makes it clear to people what a virtual workspace is," Friedman argued.

Another use comes up when switching among windows using the keyboard. An Xgl plug-in can show a miniaturized version of the file, so a person can see in detail what he or she is switching to. Similarly, Xgl permits fast zooming of windows, a boon to magnification software that helps those with impaired vision, Friedman said.

Xgl is becoming a part of the X.org software project, which handles many basic graphics elements for Linux. In fact, because X.org also is used by many Unix varieties as well as by Linux, Xgl conceivably could be used to spruce up Sun Microsystems' Solaris operating system, or various BSD versions of Unix.

The software is already "largely integrated" with the X.org source code, Friedman said. Novell plans to announce the Xgl contribution to X.org on Tuesday, in conjunction with the X Developer Conference this week in Santa Clara, Calif. Reveman will give a presentation about the software at the conference on Wednesday.

Improving the Linux interface is a Novell priority. The Waltham, Mass.-based company acquired Linux desktop specialist Ximian in 2003. In an effort to improve the operating system's ease of use, the company has urged Linux programmers to watch videos of real-world computer users struggling to accomplish basic tasks.

But one thorny issue in Linux user interface design refuses to go away: the split between KDE and GNOME, two different but widely used packages that provide Linux with user interface controls and utilities. That split, more than the lack of eye candy, is a hurdle to Linux desktops becoming more popular, Cherry said.

"I struggle with whether I should use GNOME or KDE. There aspects of both I like and both I hate," the analyst said.

Because both GNOME and KDE use X.org, Xgl sidesteps that particular issue, Friedman said.

Xgl is a framework that lets people build plug-in effects modules that alter the user interface behavior. For example, Novell programmers recreated a "wobbly windows" idea--which makes windows jiggle like gelatin--from the company's chief rival, Red Hat.

Xgl uses the graphics instructions of OpenGL, a 3D drawing standard widely supported by graphics cards. However, one complication of Xgl is that it works best with good 3D graphics driver software, and that typically means proprietary software from companies such as Nvidia or ATI. Some open-source programmers object to proprietary drivers, and many versions of Linux, such as Red Hat's Fedora, shun them.

The technology also works in conjunction with the X server, an older element of the X window system that is overseen by X.org. Without Xgl, a program that uses graphics--the Firefox Web browser, say--tells the X server what to display, and the X server then communicates with the graphics hardware.

Xgl steps in to handle much of the X server's work--to draw a line or fill a rectangle with white, for instance. The use of OpenGL commands lets the graphics hardware manage many operations that otherwise would require constant coordination between the X server and its applications, Friedman said.

"We're offloading a lot of the work to the hardware," Friedman said. "The result is things look and feel a lot smoother."

For example, the video hardware can store whatever information is contained in windows that have been hidden by other windows. That means the contents of the hidden panes can be redrawn quickly when an upper window is moved and the window underneath is revealed. In contrast, with regular X servers, the text underneath must be retrieved by numerous requests by the X server.

Foundation for the future
There's another potential benefit for the Linux user interface from Xgl. It enables developers to shift away from bitmaps--which store graphics as a grid of pixels--toward vectors, which use mathematical abstractions independent of the pixel grid. For example, vectors are used today to allow a single typeface to be seen as text of varying size; bitmaps require separate versions for 10-point, 12-point and 14-point type sizes.

GNOME and the Mozilla browser project both have adopted a vector graphics engine called Cairo. It can be used to display buttons or other graphical elements and to arrange Web page elements using flexible descriptions rather than hard-coding positions by counting pixels.

Vector graphics help solve one problem that Microsoft is addressing in Vista: the difference in pixel sizes on different computers. For example, the pixels on a laptop with a 15-inch, 1600-by-1200 screen are much smaller than those on a 19-inch, 1024-by-768 monitor. That means objects such as menus, buttons and icons are much harder to see and click on using a mouse.

Cherry agreed work needs to be done there. "On some monitors and graphics cards, the controls become almost impossible to work with," he said.

Xgl accelerates Cairo, so its future use will benefit from hardware acceleration, Friedman said.

"If you're using Cairo, all your Cairo operations are accelerated--fonts, windows, special effects," Friedman said. "In terms of vectorizing the desktop, this moves us way ahead."

The vector feature, like other aspects of Xgl, has Friedman excited about the prospects for the technology and the boost it could give Linux. "This puts us up at the frontier with anybody using accelerated video hardware," he said.

SponsoredWhite Papers, Webcasts, and Downloads

  • Talkback
  • Most Recent of 110 Talkback(s)
MS word under wine and XGL? Nice!
The question is whether people will run MS apps on Linux just to use XGL/compiz.

That blows Vista clean out of the water.

Linux with XGL runs on current hardware, unlike Vista and it has buckets more features.

Could this be the Microsoft killer?!... (Read the rest)
Posted by: ihatelinux Posted on: 07/30/06 You are currently: a Guest | | Terms of Use
Open source continues to deliver  Richard Flude | 02/06/06
Yep.  baggins_z | 02/07/06
OS X and Open Source  JeremyAllison | 02/07/06
One tiny issue  No_Ax_to_Grind | 02/07/06
These concepts were pineered by SGI, NOT Microsoft.  DonnieBoy | 02/07/06
Did I suggest otherwise?  No_Ax_to_Grind | 02/07/06
Well, OpenGL was opened a long time ago. What took MS so long?  DonnieBoy | 02/07/06
That IS a good business plan, isn't it?  Michael Kelly | 02/07/06
So what's Microsoft's excuse?  Yagotta B. Kidding | 02/07/06
And what innovation has the $6+ billion produced?  Richard Flude | 02/07/06
What!?  Linux User 147560 | 02/07/06
How about . . .  Suicida| | 02/07/06
I agree, the GNOME/KDE competition is GOOD.  DonnieBoy | 02/07/06
Why?  Anton Philidor | 02/07/06
If the GNOME group had the Linux desktop sewed up, they would not inovate  DonnieBoy | 02/07/06
A message from TrollTech  Yagotta B. Kidding | 02/07/06
Yes, it is NOT LGPL, it is GPL. Troll tech owns the toll bridge for  DonnieBoy | 02/07/06
Lets be fair  Richard Flude | 02/07/06
The only problem is, when you run a comercial app on Linux, the QT toolkit  DonnieBoy | 02/08/06
Way to go Novell...  prime21 | 02/06/06
Great, competition is good  Boot_Agnostic | 02/07/06
Agreed, I am looking forward to this  crocd | 02/07/06
It needs to become part of LSB, and available with the major distributions.  DonnieBoy | 02/07/06
Sun can incorporate this into JDS! They fully cooperate on the desktop.  DonnieBoy | 02/07/06
I'm waiting for looking glass to come along  zmud | 02/07/06
I keep hearing that Windows is preferred because of its looks...  HypnoToad | 02/07/06
First rule of sales...  No_Ax_to_Grind | 02/07/06
People go for what they know  Boot_Agnostic | 02/08/06
I will have to disagree with you.  cashaww | 02/09/06
Novell seeks to boost Linux graphics  Loverock Davidson | 02/07/06
You are spot on, XP looks like a Fisher Price kids OS.  DonnieBoy | 02/07/06
Yeah right  Loverock Davidson | 02/07/06
Those themes are to make fun of XP, nobody uses them for anything serious.  DonnieBoy | 02/07/06
Right...  Loverock Davidson | 02/07/06
Why wouldn't they?  Patrick Jones | 02/07/06
No matter what OS, there are people that do not have a life and will spend  DonnieBoy | 02/07/06
Yep...  Patrick Jones | 02/07/06
Novell taking credit?  nucrash | 02/07/06
Novell taking credit  Loverock Davidson | 02/07/06
Hopefully they don't  voska | 02/07/06
Server GUI  chromeronin | 02/07/06
I agree totally  Suicida| | 02/07/06
Blah blah blah...  thunderdome1 | 02/08/06
Pixel size  Yagotta B. Kidding | 02/07/06
We still need a standard way to tell the OS and applicatoins the physical  DonnieBoy | 02/07/06
Standards  Yagotta B. Kidding | 02/07/06
I do not like to write programs that depend on the parsing of text output  DonnieBoy | 02/07/06
RTFman  Yagotta B. Kidding | 02/07/06
Ok, still not obvious how to get the screen size in mm.  DonnieBoy | 02/07/06
Use the Source, Luke  Yagotta B. Kidding | 02/07/06
That is a command line tool. You would have to parse the output to use it  DonnieBoy | 02/07/06
Linux disadvantage.  Anton Philidor | 02/07/06
Not entirely  Roger Ramjet | 02/07/06
Price isn't the issue  Michael Kelly | 02/07/06
"... to make the software better"?  Anton Philidor | 02/07/06
Contradiction  Michael Kelly | 02/07/06
None.  Anton Philidor | 02/07/06
Broken Proprietory drivers  tracy anne | 02/07/06
Anticipating  Anton Philidor | 02/07/06
Example  Yagotta B. Kidding | 02/07/06
OSS != Linux  thunderdome1 | 02/08/06
Drivers are free with video card purchase.  Anton Philidor | 02/07/06
Free Software  chromeronin | 02/07/06
Those who object to proprietary drivers  Michael Kelly | 02/07/06
Disagreement?  Anton Philidor | 02/07/06
It goes both ways..  Patrick Jones | 02/07/06
Too much of a good thing.  Anton Philidor | 02/07/06
I love horseradish!  Patrick Jones | 02/07/06
Closed-source-only people are funny...  thunderdome1 | 02/08/06
I would agree with Linus here. Proprietary drivers should be allowed.  DonnieBoy | 02/07/06
With the drivers..  Patrick Jones | 02/07/06
Competitors can still see what they are doing, it is just a little harder  DonnieBoy | 02/07/06
I do not personally agree  Michael Kelly | 02/07/06
Sense of proportion.  Anton Philidor | 02/07/06
This is why a community effort makes sense  Michael Kelly | 02/07/06
Consideration.  Anton Philidor | 02/07/06
Another big issue, it is a nightmare for companies to keep proprietary  DonnieBoy | 02/07/06
Oh would I love that  Michael Kelly | 02/07/06
Through the LSB, this will happen. LSB graphics drivers will be available  DonnieBoy | 02/07/06
Well, for one  Yagotta B. Kidding | 02/07/06
Because they break  Suicida| | 02/07/06
Guesses  Yagotta B. Kidding | 02/07/06
If Sun had made Solaris "free"...  Anton Philidor | 02/07/06
Red Hat's Problem  Yagotta B. Kidding | 02/07/06
Market cap: $4.7 billion  Anton Philidor | 02/07/06
Redhats Problem #2  Suicida| | 02/07/06
When is competition good?  Anton Philidor | 02/07/06
Competition will decide the winner.  No_Ax_to_Grind | 02/07/06
As with Coca Cola and Pepsi.  Anton Philidor | 02/07/06
Other markets have NO single dominant company, like cars.  DonnieBoy | 02/07/06
Tried to start a car company lately?  Anton Philidor | 02/07/06
Dessert topping, floor wax  Yagotta B. Kidding | 02/07/06
Geez learn your OS people.  Suicida| | 02/07/06
The differences are more than themes.  DonnieBoy | 02/07/06
Compatibility  chromeronin | 02/07/06
Parts may not interchange, the important thing: road and fuel compatibility  DonnieBoy | 02/07/06
Its another world ...  George Mitchell | 02/07/06
Alternate desktops.  Anton Philidor | 02/07/06
Mutually exclusive?  George Mitchell | 02/07/06
The competition is good, IF all applications can run on either one.  DonnieBoy | 02/07/06
They do  Yagotta B. Kidding | 02/07/06
I do not think that the most recent LSB specifies the api to communicate  DonnieBoy | 02/07/06
These are really minor issues ...  George Mitchell | 02/07/06
Well, I consider these features very important. Being warned that a doc has  DonnieBoy | 02/08/06
MS word under wine and XGL? Nice!  ihatelinux | 07/30/06
Another thing, the bigger issue is the need to have multiple GUI tool kits.  DonnieBoy | 02/07/06
Just like the need for C libraries, java, python, perl, etc, etc, etc  George Mitchell | 02/07/06
Can't wait  LinuxHippie | 02/08/06
NO JAVA, please...  pietromele | 02/08/06
It's all good because eventually, I'm gonna get something free  Boot_Agnostic | 02/09/06

What do you think?

advertisement
advertisement

White Papers, Webcasts, and Downloads

Introducing SmartPlanet

  • Find thought-provoking progressive ideas on topics that intersect with technology, business and life. Visit Today
  • Technology, perspective, and insights shaping the world
  • Learn innovative and practical skills for your business and your life. SmartPlanet offers 360 degree coverage that you need to feel connected to the information that matters to the world at large. Go to SmartPlanet
advertisement
Click Here