Novell seeks to boost Linux graphics

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.

"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 minimised, and to zoom back out when needed. It's a visual stunt that he believes makes it easier to understand the system.

"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 miniaturised 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, California, Reveman will give a presentation about the software at the conference on Wednesday.

Improving the Linux interface is a Novell priority. The Waltham, Massachusetts-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 behaviour. 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 vectorising 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.

Talkback

The Vista Alternative

Well... here we are. SuSE (and Novell Desktop Linux) will be the Windows Vista Alternative. Good on ya!

Orb!terOrb!ter February 8th, 2006
Report offensive content Reply (0) (0)

Mate, they're already....

...miles ahead!

I agree with the other guy, Vista is dead in the water.

Apaprt from the usual drones that get turned on by some fancy TV ads there'll be nothing in Vista for the average user, nothing worth "upgrading" too anyway.

Good job Novell !

MR BrownMR Brown February 8th, 2006
Report offensive content Reply (0) (0)
Add your opinion

In order to post a comment, you need to be registered. (Sign In or register below)

Post your comment

Terms of Service - As a ZDNet registrant, and by using this service, you indicate that you agree to our Terms and Conditions and have read and understand our Privacy Policy.

ZDNet Australia Live

RT @CorrieB: An iPad for every child: Inevitable or impossible? http://t.co/I7uS8l9s Thx to @timbuckteeth for this; http://t.co/jxkqIRIp

RT @MADinMelbourne: roxon "will enable more families to access credit" @MLolderandwiser: Privacy Act amendments http://t.co/Mv4c7PC2 via @zdnetaustralia

NBN users opt for 100Mbps - ZDNet Australia http://t.co/fLfHMzPn #australia #technews

RT @konradski: Whaddayaknow - turns out Wi-Fi CAN interfere with a plane's navigation systems http://t.co/ospQCU2S

This story has been voted 5 times in the last 24 hours!

1 hour ago, NBN's Tassie upgrade to cost $1.3 million

Sorry no deal Cinders, I'd rather send my money to someone and watch them desperately try to stop the NBN as this has much better enterta...

2 hours ago by Hubert Cumberdale on NBN users opt for 100Mbps

What else can you expect from a Dodo customer?

2 hours ago by Hubert Cumberdale on NBN users opt for 100Mbps

NBN users opt for 100Mbps - Communications - News - ZDNet Australia: NBN users opt for 100Mbps - Communications ... http://t.co/btB9gKWg

NBN users opt for 100Mbps http://t.co/xKqEb4bE via @zdnetaustralia

Biometric bugs too dangerous for public? http://t.co/8JLz5tdF via @zdnetaustralia

Oh please dont be unkind, I gotta have some fan's. btw I agree I dont set the standard, but who does I wonder?

4 hours ago by Doubt on NBN users opt for 100Mbps

You agree but give him thumbs down... I think you'd better take the medication before one of your alter ego's Fred/Frank/Frergers appear...

4 hours ago by Beta on NBN users opt for 100Mbps

Exploring: http://t.co/rT7RPZLA

+1

4 hours ago by Beta on NBN users opt for 100Mbps

War talk dominates #AusCERT 2012 - http://t.co/SlBpMj0c - #security #cyber

So we agree it was a stupid idea and even stupider comment then ;-)

4 hours ago by Beta on NBN users opt for 100Mbps

Not you obviously ;-)

And stop giving yourself thumbs up FFS.

4 hours ago by Beta on NBN users opt for 100Mbps

Ok Beta, understand now, just one point who sets the standard?

4 hours ago by Doubt on NBN users opt for 100Mbps

Oh no Beta you misunderstand me. I like my waterfront home and deep water jetty, it's those "other" people who can move to Willunga.

4 hours ago by Doubt on NBN users opt for 100Mbps

I agree with you Magnus, but really most people like living on the coastal fringe.

4 hours ago by Doubt on NBN users opt for 100Mbps

Travel Tech Q&A: Skyscanner's Ewan Gray http://t.co/vYexrDwu #ipad

Exploring: http://t.co/YNVjdrct

Exploring: Travel Tech Q and A: Skyscanner's Ewan Gray: Ewan Gray, Skyscanner's director for Asia ... http://t.co/bNLCyobv #ICTChallenge

Exploring: Travel Tech Q and A: Skyscanner's Ewan Gray: Ewan Gray, Skyscanner's director for Asia ... http://t.co/HEPuJgyt #ICTChallenge

#NewSouthWales ditches registration stickers 4 light #vehicles in favour of #technology http://t.co/xX5N0Rp9

Another use is city based top surgeons using 8K resolution monitors to provide real-time assistance to country surgeons and doctors to op...

5 hours ago by Magnus on NBN users opt for 100Mbps

In terms of capacity, fibre is basically future proof. Never mind 100Mbps or even 1Gbps. Computer scientists have already achieved 100 gi...

5 hours ago by Magnus on NBN users opt for 100Mbps

What I like about Mike Quigley is that he is making it happen, despite all the bull**t barriers being put in front of him by Coalition po...

5 hours ago by Magnus on NBN users opt for 100Mbps

Anonymous hacks Reliance's Internet filtering server - ZDNet (blog) http://t.co/uObU1HBP http://t.co/0UBXxwX4

Which Windows will make for a better tablet? http://t.co/4mAHg850

Gonna be crowded when TA switches of the inter webby thingy and everyone moves there, just as you suggested though.

7 hours ago by Beta on NBN users opt for 100Mbps

Yes "without secure internet identification methods" I cannot see a future for online voting be it a referendum or selecting a Gov (at ...

7 hours ago by Taskmanager on A farewell to democracy: Kaspersky

Oh of course you would would want something in return. hmmm I see, well maybe my best wishes for and your family. btw, Western Union is ...

7 hours ago by Doubt on NBN users opt for 100Mbps

Well Willunga looks like a nice place to live, close to wine growing areas, a golf club. Houses are probably reasonably priced. Very nice...

7 hours ago by Doubt on NBN users opt for 100Mbps

Listening to @stilgherrian cover AusCERT and cyberwar, http://t.co/6lGUEz8H

http://edfarmaciaes.com/#0500 generico viagra barcelona EdFarmaciaEs sildenafil y sulfatos

8 hours ago by buy priligy cheap on Top alternatives to Microsoft Outlook

Travel Tech Q and A: Skyscanner's Ewan Gray http://t.co/VN5tGJzC

#Westpac Board goes paperless with #Ipads with #Tabula #App http://t.co/duxuj2fd #Cybersecurity #Bank

Microsoft is serious about open source??? http://t.co/mqQGgta7

If I give you money what do I get in return? Do you know how commerce works or are you just a filthy poor that wants my monies for nothin...

8 hours ago by Hubert Cumberdale on NBN users opt for 100Mbps

@joedamato just try varying caps randomly. Maybe they do this http://t.co/1FN5FwYv

NSW outlines datacentre migration plans - Hardware - News - ZDNet Australia http://t.co/OQfUl0D1

MikeSkoey - thanks for your comments. Rather than hang my head in shame, I am proud of my achievements, particularly of being able to ru...

9 hours ago by Paul_Berryman on 30 servers to 7: BUPA redoes virtualisation

"on the new fast Internets everyone wants the fast plan" #orly #nareally #yarly http://t.co/kvfCa84A

Chrome overtakes IE: does it matter? http://t.co/e4SILk8a

A ZDNet study showed that British Facebook users are drunk in 76 percent of their photos.

The HDMI cable ripoff and why retail is really dying http://t.co/eFT7zEW7

Travel Tech Q and A: Skyscanner's Ewan Gray http://t.co/IUysbyKf

Travel Tech Q and A: Skyscanner's Ewan Gray http://t.co/V7vL5QB9

ZDNet reports Microsoft launches its own social service http://t.co/VJS5BkwF

by http://t.co/vmlLt4bh: Travel Tech Q and A: Skyscanner's Ewan Gray: Ewan Gray, Skyscanner's director for Asia P... http://t.co/4bfDRXo4

Travel Tech Q and A: Skyscanner's Ewan Gray http://t.co/CtNlVWN7

Travel Tech Q and A: Skyscanner's Ewan Gray: Ewan Gray, Skyscanner's director for Asia Pacific, shares some of h... http://t.co/ZxjpmqiM

Microsoft is serious about open source: 10 proof points http://t.co/iv2ji74q

Accelerator targets 'clean-tech' start-ups http://t.co/p9VPCzCa

RT @vexnews: NBN users opt for highest speed plan http://t.co/8eUvvVvQ

This story has been voted 12000 times in the last 24 hours!

2 days ago, Is Bill Gates a great leader?

This story has been voted 10 times in the last 24 hours!

3 days ago, CeBIT 2012 opens: photos

This story has been voted 15 times in the last 24 hours!

3 days ago, Lenovo ThinkPad 3G tablet (32GB)

Facebook Activity

Keep up with ZDNet Australia

ZDNet Events Calendar

ZDNet Events Calendar