<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/5033/freedesktop_org_Pushes_for_New_X_Server</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Thu, 23 May 2013 07:46:16 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>well....maybe my pessimism of yesterday is unwarranted</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I do hope this happens and SOON.</description>
			<pubDate>Tue, 04 Nov 2003 18:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>About time!</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>X has to be the last major windowing system to implement these features.  OSX has it, so does Longhorn, and both are DONE already!<br />
<br />
If only the XFree86 devs weren't so conservative.  I guess that's why we have Xouvert <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Tue, 04 Nov 2003 18:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Three things</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>1) Which fork is he referring to?  Xouvert?  I thought freedesktop was hacking the XF86 code directly, but I guess I'm wrong.  Could someone &quot;in the know&quot; explain this to me?  I'm about as confused as someone turning on the tv and watchin a soap opera.<br />
<br />
2) Havoc said, I'm waiting for something I can try out to appear in jhbuild so I can make metacity super-leet.<br />
<br />
I just found that to be funny <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
3) This is his blog (albeit dev related).  Should we take it to mean that if he writes on it, that goes on the record as freedesktop.org's official stance?</description>
			<pubDate>Tue, 04 Nov 2003 18:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Anonymous Coward</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>X has to be the last major windowing system to implement these features. OSX has it, so does Longhorn, and both are DONE already!<br />
<br />
Wrong.  XFree86 doesn't have &quot;those&quot; features.  Many implementations of X do.</description>
			<pubDate>Tue, 04 Nov 2003 18:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Three things</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&gt;1) Which fork is he referring to? Xouvert?<br />
<br />
No. freedesktop.org has its own effort towards X, with the help of Keith Packard (of fontconfig fame and of shouting-Xfree86-fame last April)<br />
<br />
&gt; Should we take it to mean that if he writes on it, that goes on the record as freedesktop.org's official stance?<br />
<br />
Havoc doesn't spend time writing nonsense. If he says something, it is what it is and nothing else.</description>
			<pubDate>Tue, 04 Nov 2003 18:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>This is what I have been saying should be done for so very long</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>XFree86's current model for handling exposes is truly pathetic.  As RAM is cheap but CPU is not, why not buffer the entire window instead of having clients handle exposes?  On my K6-2 500MHz, applications block anywhere from 5-30 seconds due to Window Maker's virtual desktop implementation.<br />
<br />
The X protocol relies on intelligent drawing/event handling by the clients, when the same logic could be placed server side and remove the need for complex client side drawing/event handling logic.  After all, the server need only be implemented once, so why force unnecessary application logic upon the clients?<br />
<br />
Of course, the server will still need to send an expose event for window resizes, but this will improve X compositing and rendering substantially.</description>
			<pubDate>Tue, 04 Nov 2003 18:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@Eugenia</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>No. freedesktop.org has its own effort towards X, with the help of Keith Packard (of fontconfig fame and of shouting-Xfree86-fame last April)<br />
<br />
And is this freedesktop.org effort forking the X.org codebase or XFree86?  Have they made an announcement I missed?  I thought I knew what was going on with X in general, but I guess I'm out of the loop now <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
&gt; Should we take it to mean that if he writes on it, that goes on the record as freedesktop.org's official stance?<br />
<br />
Havoc doesn't spend time writing nonsense. If he says something, it is what it is and nothing else.<br />
<br />
Even still, there is a difference between writing the blog to let people know what he is doing with X (along with freedesktop.org), and writing it to let people know what he wants to do with X.  That's what I meant (I wasn't saying that it was a mistake to assume his statements reflect freedesktop.org as a whole, they do either way).</description>
			<pubDate>Tue, 04 Nov 2003 18:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@Eugenia</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>By the way, any chance of a preview button?  I always forget my closing tags <img src="/images/emo/sad.gif" alt=";)" /> <br />
<br />
I suppose it's my fault for not checking.  By the way, do you happen to know what's going on over at xouvert.org?  You seem to be in the know about XFree86 and all the politics going on, and their website hasn't been updated in a while, and there was supposed to be a release last month.</description>
			<pubDate>Tue, 04 Nov 2003 18:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@Bascule</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I really don't know what problem they're trying to solve here. Expose handling performance isn't the issue anymore, resize performance is. The only time I notice a lagged expose is when I use a menu to perform some complex operation, so the menu goes away, but the app below doesn't repaint because its busy. This could easily be fixed be using SaveUnders, rather than buffering the contents of the *entire* window. <br />
<br />
The only thing that this really gains you, aside from a huge memory hit, is those stupid translucent windows. I'd rather have my 100MB of RAM back, thank you very much.</description>
			<pubDate>Tue, 04 Nov 2003 19:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: xouvert.org</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Xouvert.org most likely will fail. Many people have expressed concerns with the group's skill set and long term staying ability. What the group has proposed is a lot of work for developers new to Xfree. It has none of the real Xfree players behind it and has been ignored by everyone that 'matters' in the world of Xfree. Also, Xouvert.org was supposed to have a release a while ago but nothing came of it.</description>
			<pubDate>Tue, 04 Nov 2003 19:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: xouvert.org</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I know the arguments you give are true but give them a chance to prove themselve. There's nothing more frustrating than starting a project and hearing everyone say how you won't be able to handle it.</description>
			<pubDate>Tue, 04 Nov 2003 20:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@ThanatosNL</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>And is this freedesktop.org effort forking the X.org codebase or XFree86? Have they made an announcement I missed? I thought I knew what was going on with X in general, but I guess I'm out of the loop now <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
I don't think they made an announcement, at least i never saw one, but there are several projects in the freedesktop.org cvs . One of them, xserver, is a fork of the xfree X server (only the server) that uses a different graphics driver interface (kdrive). Then there are several projects for all the X libraries, all of them using the autoconf/automake toolchain and pkgconfig, making building them very easy. Just check the projects page on freedesktop.org, there's quite some stuff going on.</description>
			<pubDate>Tue, 04 Nov 2003 20:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Rayiner Hashem</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description><i>I really don't know what problem they're trying to solve here.</i><br />
<br />
Clearly the primary problem being solved is X's inability to alpha composite transparent windows.<br />
<br />
<i>Expose handling performance isn't the issue anymore, resize performance is.</i><br />
<br />
I beg to differ... expose handling performance is pathetic on my K6-2 500MHz.  It takes about a full second for Opera to handle an expose event at 1280x1024, at which point I can watch it vertically redraw from top to bottom.<br />
<br />
In my opinion, it makes much more sense to eliminate the need for clients to handle exposes in any case besides a window resize than it does to expect every X11 application to be recoded with more efficient expose handling, especially considering that many applications are now targeting multiple platforms using something like Qt and can't have a rendering model which is tightly integrated with the X11 event system.<br />
<br />
<i>The only thing that this really gains you, aside from a huge memory hit, is those stupid translucent windows.</i><br />
<br />
Aren't you forgetting the number of context switches necessary for the protocol chatter between the X server and client necessary to handle the expose?  I assure you this is painfully slower than Win32 on the same hardware.<br />
<br />
<i>I'd rather have my 100MB of RAM back, thank you very much.</i><br />
<br />
And I'd rather not have to wait an entire second after switching virtual desktops for the applications to be usable.</description>
			<pubDate>Tue, 04 Nov 2003 20:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Bascule</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>100 MB RAM for a speedup of one full second? WOW! Now everybody would want that, wouldn't they?</description>
			<pubDate>Tue, 04 Nov 2003 20:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Anonymous</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description><i>100 MB RAM for a speedup of one full second? WOW! Now everybody would want that, wouldn't they?</i><br />
<br />
The point is computation speed versus memory, and for most people upgrading RAM is much easier than upgrading the processor.  Also, the post talks of selectively enabling this compositing method for specific windows, meaning that you need not necessarily double buffer every window being displayed.<br />
<br />
The 1 second delay is merely an annoyance, but if you factor in a few thousand virtual desktop switches per day, those one second delays start to add up.</description>
			<pubDate>Tue, 04 Nov 2003 20:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@Bascule</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I beg to differ... expose handling performance is pathetic on my K6-2 500MHz. It takes about a full second for Opera to handle an expose event at 1280x1024, at which point I can watch it vertically redraw from top to bottom.<br />
<br />
I have a k6-2 450Mhz with 4MB PCI Matrox Millenium II running at 1024x768 and I don't have that problem as severe as you say. <br />
<br />
Could it possible Xfree86 is not good with the larger resolutions on slower systems?</description>
			<pubDate>Tue, 04 Nov 2003 21:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@Rayiner</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>However, a more exciting compositing manager might apply embellishments/transformations to the window contents prior to drawing them, possibly drawing them using an API such as OpenGL<br />
<br />
I think that qualifies as a little more exciting than translucency.</description>
			<pubDate>Tue, 04 Nov 2003 22:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>I've been waiting...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>4 this.<br />
I think all tries are good!<br />
<br />
If they turn out bad...delete them...</description>
			<pubDate>Tue, 04 Nov 2003 22:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@Bascule</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>It sounds like you're using a driver which doesn't support the Render extension, actually.<br />
<br />
My Celeron 333 did just fine when switching with a G200.<br />
<br />
-Erwos</description>
			<pubDate>Tue, 04 Nov 2003 22:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Try thinking...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Create a switch on the server so the user can select how to buffer windows.<br />
<br />
The problem there trying to solve is: The server only has the client draw the visable section of its windows.<br />
<br />
Throw the switch...<br />
<br />
The server now tells the client that the windows is always fully visiable and then does the compositing to display the windows according to the settings. The big advantage here is: moving, covering, and uncovering a window events don't need to be sent to the client; thus, the client doesn't need to redraw the screen. This also reduces a lot of network traffic; thus, making it better for dial-up/low speed connections. The disadvantage is that the server will require more memory to keep the fully rendered windows.<br />
<br />
Other advantages are:<br />
  1) Handycap asscessablity. Zoom &amp; Pan become server functions and not program functions.<br />
  2) The ability to do transparancies.<br />
  3) The ability to add shadows to windows.</description>
			<pubDate>Tue, 04 Nov 2003 22:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>speaking of OpenGL and displays</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>As part of the Sky++, C++ API for SkyOS, the whole display will be an OpenGL scene managed by a display server app.<br />
[/plug]</description>
			<pubDate>Tue, 04 Nov 2003 22:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE:About Time</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>We don't know if longhorn is finished yet and it's not going to come out for another 2-3 years at least.</description>
			<pubDate>Tue, 04 Nov 2003 22:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Erwos</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description><i>It sounds like you're using a driver which doesn't support the Render extension, actually.</i><br />
<br />
On my duron 1300/geforce4 ti, even with render accel enabled, if i open konqueror, maximize it and then drag another app's (smaller) window over konqueror i can clearly see the redrawing. Some people don't seem to mind this at all, others (like me) are a lot more picky.<br />
<br />
Anyway if they do push the window manager into the server and get opengl to work they migh as well render each window as polygon textures and let hardware zbuffer sort it all out.</description>
			<pubDate>Tue, 04 Nov 2003 23:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Just a quickie</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Wasn't there a move a while back to push more of the work onto the server so that when the display went from the server to client, everything that needed to be done, was done already at the server end thus meaning there was no &quot;real work&quot; done by the client?<br />
<br />
Also, even if some of these ideas are implemented, it still doesn't get away from the crappy drivers that are being put out by hardware vendors or there-lack-of. How long has the Parhelia been out and yet the best Matrox can muster together is a crapp 2D driver which is still beta quality.<br />
<br />
Sure, I can understand that these companies can't push out a driver for ever consumer card, but for goodness sake, this is a workstation card! these companies have to stop being so bloody paranoid and start giving out the specifications required to write drivers and allow the opensource community to develop them. <br />
<br />
The opensource drivers that have been developed to specifications given out by graphic card companies are superior to what is put out by the card producers who insist on developing the drivers themselves.<br />
<br />
It took Creative years to finally put the SoundBlaster Live! drivers opensource, claiming that for some reason if they did, the whole world would come to a crashing end and they would go out of business. Here we are, many years later with opensource Sound Blaster drivers and Creative is still here and still profitable.</description>
			<pubDate>Wed, 05 Nov 2003 02:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>X Server shmerver</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Pro or Contra doeasn't matter,<br />
we saw many of this no?<br />
An idea is emerging though,<br />
The X Windows, platform,<br />
needs update in any form.</description>
			<pubDate>Wed, 05 Nov 2003 03:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@ CooCooCaChoo</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I agree.  It's insane that they keep their drivers to themselves, as if they made money off of it.  It's the hardware that they make money from.  The only thing I can think of is they are worried about their cards being reverse engineered or something.  Still nuts.</description>
			<pubDate>Wed, 05 Nov 2003 03:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@zephc</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>It's not just that. They may have agreements with their own suppliers not to release technical details or source code (kind of like the situation with Linksys routers that use Broadcom chips). Of course they may just be holding back for their own reasons (ie. lack of appreciation of the value of open sourcing drivers/hardware details).</description>
			<pubDate>Wed, 05 Nov 2003 04:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Responses</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>@Anonymous: A real OpenGL-rendered GUI (like what zephc said about SkyOS) would be interesting. OpenGL-accelerated compositing is just window transparency.<br />
<br />
@Bascule: There is not a huge amount of protocol chatter for a simple expose event. There is some, but any client-server setup will have that. <br />
<br />
@Sagres: Don't see that here. I can move or resize windows on top of Konqueror and I see *zero* redraw. Even in XP, I'll see bad redraw when resizing windows on top of IE. I'm using KDE 3.2, but I don't think they've added double buffering to Konqueror since then. My machine isn't appreciably faster than yours --- 2GHz P4 (about as fast as a 1.5 GHz Athlon) and GeForce4 MX. I just don't see expose handling as a problem. I can't find a single KDE app (tried KWord, Konqueror, KFind, KStars, and a bunch of others). I can resize on top of them, move on top of them, and I get *nothing*. I can see a tiny bit in OpenOffice, but that's barely noticible over the 25ms lag of my LCD. Like I said, the only thing I've noticed is some lag when opening up complex menu items (like the configure dialog in some programs) and that can be fixed with Save Unders.</description>
			<pubDate>Wed, 05 Nov 2003 05:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@bascule</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I'm not sure if windowmaker supports this, but Xfree86 Does have a feature where it buffers all the windows in memory.. <br />
<br />
To you Device section add<br />
            Option        &quot;backingstore&quot; &quot;on&quot;<br />
It does wonders with KDE.. <br />
<br />
I've head that GTK doesnt support it though..</description>
			<pubDate>Wed, 05 Nov 2003 09:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Rayiner Hashem </title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I meant using konqueror as a web browser, i notice little redraw when it's in file manager mode.<br />
<br />
Ps: i'm using kde 3.1.3.</description>
			<pubDate>Wed, 05 Nov 2003 13:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@Bascule</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Jeez - sounds like there is something wrong somewhere. I have a K6-2 500MHz myself and don't find those problems. Right now, I have 192MB RAM and a GX440 video card, so I wouldn't expect the system to be slow, but recently, all I had 64MB RAM and a Cirrus Logic GD5465 (a software driven card), and still never had that problem even when using Mozilla or OOo, never mind Opera.<br />
<br />
Sorry this post isn't much use to you, because I cannot offer any helpful hints, but it really does sound like something is wrong somewhere.</description>
			<pubDate>Wed, 05 Nov 2003 15:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
