<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/19661/A_Preview_of_Kernel-Based_Mode-Setting</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 10 Nov 2009 05:53:48 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>this...</title>
			<link>http://osnews.com/thread?310546</link>
			<guid isPermaLink="true">http://osnews.com/thread?310546</guid>
			<description>have always been one of those weird interactions between kernel and X in unix os's.<br />
<br />
that a user space app should take over full control of some hardware, to the degree that if said app should get into trouble, there is no way for the kernel to recover from it, was more or less insane.<br />
<br />
but then i guess X was originally designed to run on a more bare bones kernel (if any at all) at the terminal end of things, and therefor needed the ability to handle said control.</description>
			<pubDate>Sun, 20 Apr 2008 13:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (hobgoblin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: this...</title>
			<link>http://osnews.com/thread?310548</link>
			<guid isPermaLink="true">http://osnews.com/thread?310548</guid>
			<description>It's always been somewhat embarrassing to me that switching from X to a character-based vt could sometimes lock up the console.  Doesn't happen often.  But on a busy machine it <b>does</b> occasionally happen.  I take it that this enhancement corrects that situation.</description>
			<pubDate>Sun, 20 Apr 2008 14:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: this...</title>
			<link>http://osnews.com/thread?310550</link>
			<guid isPermaLink="true">http://osnews.com/thread?310550</guid>
			<description>one should think so as there is no longer a need for a &quot;sync&quot; between the kernel and X about what state the card is in.<br />
<br />
btw, is it just me or have there yet to be a &quot;sync&quot; based system that works flawlessly under load, for any kind of use?<br />
<br />
cvs/svn/git is sync for code, and we have heard horror stories about having to clean up large syncs.<br />
<br />
calender sync is a hit or miss experience, even when both sides are from the same company.<br />
<br />
and the list goes on...</description>
			<pubDate>Sun, 20 Apr 2008 14:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (hobgoblin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>have you ever ?</title>
			<link>http://osnews.com/thread?310551</link>
			<guid isPermaLink="true">http://osnews.com/thread?310551</guid>
			<description><div class="cquote">Have you ever been annoyed by Linux' lack of a coherent graphical boot process? </div><br />
<br />
No.<br />
<br />
I'm not interested in seeing it boot. I'm preoccupied with using it.</description>
			<pubDate>Sun, 20 Apr 2008 15:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (l3v1)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: have you ever ?</title>
			<link>http://osnews.com/thread?310552</link>
			<guid isPermaLink="true">http://osnews.com/thread?310552</guid>
			<description><div class="cquote">I'm not interested in seeing it boot. I'm preoccupied with using it. </div><br />
<br />
Well, in that case you should be really happy, as the new feature makes using Linux easier and less buggy (potentially).</description>
			<pubDate>Sun, 20 Apr 2008 15:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (Thom_Holwerda)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>cool</title>
			<link>http://osnews.com/thread?310555</link>
			<guid isPermaLink="true">http://osnews.com/thread?310555</guid>
			<description>cant wait to try it out in ubunut !!</description>
			<pubDate>Sun, 20 Apr 2008 15:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (linuxdude)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>More polished desktop experience</title>
			<link>http://osnews.com/thread?310558</link>
			<guid isPermaLink="true">http://osnews.com/thread?310558</guid>
			<description>This is a great enhancement for Linux on the desktop.  Modesetting issues with suspend/resume, X initialization, and between X and the console is a major sore spot with my desktop.  Most of the remaining issues with my laptop are with the video/graphics and this is a major step at resolving a lot of those issues.  The rest of the issues should be resolved with the TTM memory manager and Intel driver enhancements.  Unfortunately it looks like I am going to have to wait until the end of the year until the TTM memory manager and kernel modesetting are fully integrated into the Linux kernel.</description>
			<pubDate>Sun, 20 Apr 2008 16:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (abraxas)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: More polished desktop experience</title>
			<link>http://osnews.com/thread?310577</link>
			<guid isPermaLink="true">http://osnews.com/thread?310577</guid>
			<description>I am happy to hear we will finally get hibernation working in Linux. And it might even become useful if the booting process is parallelized and it doesn't take ages to recover from hibernation.<br />
<br />
However I still cannot understand why they couldn't get the hibernation to work right without this hack. As I see it, hibernation means:<br />
<br />
1- Take snapshot of running applications and services<br />
2- Store to non-volatile memory<br />
3- Shut down computer the rough way<br />
4- Read from non-volatile memory<br />
5- Jump to snapshot.<br />
<br />
I realize a modern PC is not an old microcomputer, but the process is straightforward. Even with screen modesetting and other device problems needing some restarting, any sane windowing system can be restarted without losing the windows.<br />
<br />
X is *cough* rotten *cough*.</description>
			<pubDate>Sun, 20 Apr 2008 18:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (sakeniwefu)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: More polished desktop experience</title>
			<link>http://osnews.com/thread?310581</link>
			<guid isPermaLink="true">http://osnews.com/thread?310581</guid>
			<description><div class="cquote">X is *cough* rotten *cough*. </div><br />
  No.  Hibernation *does* work in Linux.  I'll prove it right now by hibernating my laptop and restarting it.  There. See?  It worked!  What you are forgetting is the huge volume of disparate, broken hardware out there that has been &quot;fixed&quot; by the manufacturer with a Windows driver update.  That's what makes hibernation so difficult to solve in a general way.  Confining low level control of the video hardware to user space, while depending upon the kernel to do the hibernate/wake up is a recipe for unreliability across the broad range of commodity hardware available.<br />
  <br />
  I would not trade X for any other display system available.  And I continue to be puzzled by the tendency of some to unjustly criticize it at every opportunity.  What's rotten, and has been for a long time, is the fact that, for whatever reason, control of the basic state of the display hardware has been shunned by the kernel devs.<br />
  <br />
  Don't get me wrong.  The complex stuff belongs in user space.  But responsibility for something so basic as setting the graphics mode lies squarely within the domain of the OS kernel.<br />
  <br />
  We've been talking about something like this for at least 11 years.  Linus rejected the original GGI out of hand back in 1997 or so.  And here we are just getting this functionality which has been so sorely lacking for so long.  And the delay was certainly no fault of X's.Edited 2008-04-20 18:37 UTC</description>
			<pubDate>Sun, 20 Apr 2008 18:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: More polished desktop experience</title>
			<link>http://osnews.com/thread?310587</link>
			<guid isPermaLink="true">http://osnews.com/thread?310587</guid>
			<description>1- write &quot;hibernate&quot; in the terminal emulator<br />
2- turn the computer on<br />
3- wait<br />
4- wait<br />
5- find yourself in a useless brick of a session with a psychedelic screen<br />
6- reboot<br />
7- run fsck<br />
8- Now you are free to reload your applications and data one by one.<br />
9- ????<br />
10- $$$$!!!<br />
(This is more like it)<br />
<br />
If the GFX driver can load usually there's absolutely no justifiable reason for it to hang the whole system on dehibernation. I don't care if the driver is Nvidia, ATI or open source as in my case. You set the screen to the right mode and restore the windows. At most I would understand some garbled graphics if I was running a 3d game when I hibernated the thing.</description>
			<pubDate>Sun, 20 Apr 2008 19:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (sakeniwefu)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Well I'm excited</title>
			<link>http://osnews.com/thread?310588</link>
			<guid isPermaLink="true">http://osnews.com/thread?310588</guid>
			<description>I like how over the last 2-3 years Linux has resolved many of what I see as low points for a modern desktop OS.  Graphically, between X and Linux itself, it's been a mess.  Hope to see more extensions to X in the future to further enhance the desktop experience.<br />
<br />
I'd be interested in seeing some kind of cooperation between the common desktop app toolkits (GTK+, QT and Mozilla's widget toolkit,) and the window managers to give a more solid-feeling window resize.  For right now, just drawing the border on resize is a compromise, but I know it can be done.</description>
			<pubDate>Sun, 20 Apr 2008 19:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (thebackwash)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Well I'm excited</title>
			<link>http://osnews.com/thread?310592</link>
			<guid isPermaLink="true">http://osnews.com/thread?310592</guid>
			<description><div class="cquote">I like how over the last 2-3 years Linux has resolved many of what I see as low points for a modern desktop OS. </div><br />
So do I.  It always gives me pause when I read a claim that FOSS development proceeds at an incredible rate, when I know good and well that progress on some of the most fundamental things has been positively glacial in nature.  GGI started raising these issues 14 years ago.  So I can't help but temper my &quot;Hip! Hip! Hurrah!&quot; with &quot;It's about freaking time!&quot;.</description>
			<pubDate>Sun, 20 Apr 2008 19:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Security considerations</title>
			<link>http://osnews.com/thread?310594</link>
			<guid isPermaLink="true">http://osnews.com/thread?310594</guid>
			<description>According to keithp's talk at lca2008 kernel mode-setting should also make it possible to run the X server without special privileges.<br />
<br />
<a href="http://mirror.linux.org.au/pub/linux.conf.au/2008/slides/165-intel-gfx.pdf" rel="nofollow">http://mirror.linux.org.au/pub/linux.conf.au/2008/slides/165-intel-...</a> <br />
<a href="http://mirror.linux.org.au/pub/linux.conf.au/2008/Fri/mel8-165.ogg" rel="nofollow">http://mirror.linux.org.au/pub/linux.conf.au/2008/Fri/mel8-165.ogg</a> <br />
<br />
This is a huge development in terms of security because until now a large amount of user space code had more privileges than it ought to have.<br />
<br />
<a href="http://marc.info/?l=openbsd-misc&amp;m=114738577123893&amp;w=2" rel="nofollow">http://marc.info/?l=openbsd-misc&amp;m=114738577123893&amp;w=2</a> <br />
<br />
Eventually kernel mode-setting should also find it's way in other platforms in the future. <br />
<br />
<a href="http://blogs.sun.com/alanc/date/20070204" rel="nofollow">http://blogs.sun.com/alanc/date/20070204</a></description>
			<pubDate>Sun, 20 Apr 2008 19:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (dannytm)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>What about everything that isn't linux?</title>
			<link>http://osnews.com/thread?310600</link>
			<guid isPermaLink="true">http://osnews.com/thread?310600</guid>
			<description>So what about *BSD?<br />
<br />
What about newer builds of Solaris?<br />
<br />
Doesn't this kind of ignore them?</description>
			<pubDate>Sun, 20 Apr 2008 20:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (aesiamun)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: What about everything that isn't linux?</title>
			<link>http://osnews.com/thread?310602</link>
			<guid isPermaLink="true">http://osnews.com/thread?310602</guid>
			<description><div class="cquote">Doesn't this kind of ignore them? </div><br />
   I don't understand what you mean by &quot;ignoring them&quot;.  If Solaris and *BSD want to benefit, their kernel people need to supply the capability.  Xorg cannot do it for them.  Fedora cannot do it for them.<br />
  <br />
  Perhaps the FreeBSD kernel guys can take some time out from running and rerunning sysbench benchmarks long enough to implement this useful functionality. ;-)Edited 2008-04-20 20:40 UTC</description>
			<pubDate>Sun, 20 Apr 2008 20:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: What about everything that isn't linux?</title>
			<link>http://osnews.com/thread?310603</link>
			<guid isPermaLink="true">http://osnews.com/thread?310603</guid>
			<description>Xorg is focusing on linux like it's the only OS using the software.  As it focuses more and more on linux peculiarities, the others are forced to adapt to the linux way or hack around them.</description>
			<pubDate>Sun, 20 Apr 2008 20:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (aesiamun)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: What about everything that isn't linux?</title>
			<link>http://osnews.com/thread?310605</link>
			<guid isPermaLink="true">http://osnews.com/thread?310605</guid>
			<description><div class="cquote">Xorg is focusing on linux like it's the only OS using the software. </div><br />
     I lived through the Unix wars.  So forgive me if I fail to weep over that.  We've done *nothing* on this well known issue for 14 years.  The last thing the POSIX world needs is to haggle for even more years over exactly the right way to do it.   *BSD and Solaris need to get with the program or get left behind.  Continued inaction is not an option.Edited 2008-04-20 20:50 UTC</description>
			<pubDate>Sun, 20 Apr 2008 20:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: More polished desktop experience</title>
			<link>http://osnews.com/thread?310616</link>
			<guid isPermaLink="true">http://osnews.com/thread?310616</guid>
			<description>Okay, now the wise person who modded me down will please tell me which statement in my previous post is false? Is there any opinion for you to disagree with? Can you justify that the design of hibernate makes a working part of the OS hang the whole system up? If so, please enlighten me.<br />
If you must have the immature attitude of modding people down because they happen to describe <b>non-functional</b> parts of your favorite OS, at least you could make a reason up to justify it rationally.</description>
			<pubDate>Sun, 20 Apr 2008 22:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (sakeniwefu)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: cool</title>
			<link>http://osnews.com/thread?310631</link>
			<guid isPermaLink="true">http://osnews.com/thread?310631</guid>
			<description>I'm nuts about ubuntu too.</description>
			<pubDate>Mon, 21 Apr 2008 00:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (kiddo)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: cool</title>
			<link>http://osnews.com/thread?310635</link>
			<guid isPermaLink="true">http://osnews.com/thread?310635</guid>
			<description>I guess that'll have to wait until next year, unless you download and compile the kernel yourself when the 2.6.28 stable release comes out.</description>
			<pubDate>Mon, 21 Apr 2008 02:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (Xenu)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: What about everything that isn't linux?</title>
			<link>http://osnews.com/thread?310636</link>
			<guid isPermaLink="true">http://osnews.com/thread?310636</guid>
			<description>If Linux would step and and actually settle on stable APIs or god forbid a stable ABI for some of these things then maybe other people would follow them.<br />
<br />
At the moment there are no stable APIs being defined by linux. That's a central theme.<br />
<br />
The innability for Linux (or any other unix) to set (or stick to) standards is the reason why this sort of thing has lagged for over a decade.</description>
			<pubDate>Mon, 21 Apr 2008 02:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (deadmeat)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: More polished desktop experience</title>
			<link>http://osnews.com/thread?310641</link>
			<guid isPermaLink="true">http://osnews.com/thread?310641</guid>
			<description>Just a guess, since I didn't mod you down (hence I wouldn't be able to reply), but as is often typical of whiners, you are applying your own system's inability to to perform xyz as applying to everyone else.<br />
<br />
I close my lid, and my system suspends. I open it up, and it gives me a desktop in 3 seconds. Unstable KDE 4.1 combined with nvidia proprietary driver.  Could I be asking for more trouble?<br />
<br />
So while your own personal frustration is understandable, and certainly many others have issues with suspend and other functions in linux, don't assume it applies to everyone, and don't assume it is the fault of the kernel devs, or the xorg team. There are a lot of corner cases where different hardware combinations will cause problems, compounded by the fact that many of the drivers are reverse-engineered by necessity since the hardware manufacturers often don't provide support or documentation to the developers.<br />
<br />
Do what I did, and research your hardware before purchasing it if you are looking for linux compatibility.  If you are expecting arbitrary compatibility with whatever hardware you happen to be using, you could very well wind up disappointed.<br />
<br />
And for what it's worth, my work laptop, an old Compaq NC6000, with Windows XP, crashes roughly 1 out of every 10 times when I close the lid to suspend. That's not Microsoft's fault, it can likely be tracked to a faulty driver much as it can in linux, but just points out how fragile the whole infrastructure is when we're dependent upon the interaction of independent hardware vendors interoperating together.</description>
			<pubDate>Mon, 21 Apr 2008 02:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (elsewhere)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Spurious Mouse Pointer resetting/positioning</title>
			<link>http://osnews.com/thread?310643</link>
			<guid isPermaLink="true">http://osnews.com/thread?310643</guid>
			<description>To Xorg Engineers:<br />
<br />
How about you fix the fact I can see my mouse pointer randomly shootup to the top left, lower left, bottom right or top right in the middle of it's use, while not depressing the left mouse button [for right handed users].<br />
<br />
That's a damn annoying bug that's been around for several revisions.</description>
			<pubDate>Mon, 21 Apr 2008 02:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (tyrione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: More polished desktop experience</title>
			<link>http://osnews.com/thread?310644</link>
			<guid isPermaLink="true">http://osnews.com/thread?310644</guid>
			<description><div class="cquote">"<i>X is *cough* rotten *cough*. </div><br />
  No.  Hibernation *does* work in Linux.  I'll prove it right now by hibernating my laptop and restarting it.  There. See?  It worked!  What you are forgetting is the huge volume of disparate, broken hardware out there that has been &quot;fixed&quot; by the manufacturer with a Windows driver update.  That's what makes hibernation so difficult to solve in a general way.  Confining low level control of the video hardware to user space, while depending upon the kernel to do the hibernate/wake up is a recipe for unreliability across the broad range of commodity hardware available.<br />
  <br />
  <b>I would not trade X for any other display system available</b>.  And I continue to be puzzled by the tendency of some to unjustly criticize it at every opportunity.  What's rotten, and has been for a long time, is the fact that, for whatever reason, control of the basic state of the display hardware has been shunned by the kernel devs.<br />
  <br />
  Don't get me wrong.  The complex stuff belongs in user space.  But responsibility for something so basic as setting the graphics mode lies squarely within the domain of the OS kernel.<br />
  <br />
  We've been talking about something like this for at least 11 years.  Linus rejected the original GGI out of hand back in 1997 or so.  And here we are just getting this functionality which has been so sorely lacking for so long.  And the delay was certainly no fault of X's. </i>"<br />
<br />
Give me Quartz/WindowServer from OS X on Linux in a heartbeat.</description>
			<pubDate>Mon, 21 Apr 2008 02:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (tyrione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Spurious Mouse Pointer resetting/positioning</title>
			<link>http://osnews.com/thread?310653</link>
			<guid isPermaLink="true">http://osnews.com/thread?310653</guid>
			<description>&gt; To Xorg Engineers:<br />
&gt; How about you fix the fact I can see my mouse pointer<br />
<br />
Pay them.</description>
			<pubDate>Mon, 21 Apr 2008 04:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (superman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Spurious Mouse Pointer resetting/positioning</title>
			<link>http://osnews.com/thread?310663</link>
			<guid isPermaLink="true">http://osnews.com/thread?310663</guid>
			<description>To: tyrione<br />
<br />
What about stop whining here and write a bug report to the Freedesktop/XOrg bugzilla?<br />
<br />
<a href="https://bugs.freedesktop.org/" rel="nofollow">https://bugs.freedesktop.org/</a></description>
			<pubDate>Mon, 21 Apr 2008 06:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (RJop)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Lighten up</title>
			<link>http://osnews.com/thread?310667</link>
			<guid isPermaLink="true">http://osnews.com/thread?310667</guid>
			<description>Not everyone, everything or every opinion is necessarily shared by everyone no matter whether you're right, but please don't whine about a silly mod ... There are much more important things to be concerned about if you ask me ...</description>
			<pubDate>Mon, 21 Apr 2008 07:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (s_groening)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: this...</title>
			<link>http://osnews.com/thread?310672</link>
			<guid isPermaLink="true">http://osnews.com/thread?310672</guid>
			<description>I can assure you, with any recent Intel X-driver, it happens bl**dy constantly.  I've tried every recent version but invariably end up going back to 1.7.4 so I can shut down without X falling over so badly I can't even SysReq out of it.<br />
<br />
If this approach puts an end to this instability, I'm all for it. But I won't hold my breath...</description>
			<pubDate>Mon, 21 Apr 2008 08:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Havin_it)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Spurious Mouse Pointer resetting/positioning</title>
			<link>http://osnews.com/thread?310681</link>
			<guid isPermaLink="true">http://osnews.com/thread?310681</guid>
			<description>To tyrione:<br />
<br />
<a href="https://bugs.freedesktop.org/show_bug.cgi?id=8583" rel="nofollow">https://bugs.freedesktop.org/show_bug.cgi?id=8583</a></description>
			<pubDate>Mon, 21 Apr 2008 09:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (nxsty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>well done monolit</title>
			<link>http://osnews.com/thread?310698</link>
			<guid isPermaLink="true">http://osnews.com/thread?310698</guid>
			<description>HAHAHA put all into the kernel...<br />
The only way to use linux</description>
			<pubDate>Mon, 21 Apr 2008 12:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (sandorfal)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: More polished desktop experience</title>
			<link>http://osnews.com/thread?310727</link>
			<guid isPermaLink="true">http://osnews.com/thread?310727</guid>
			<description><div class="cquote">"<i>[q]X is *cough* rotten *cough*. </div>  <br />
I would not trade X for any other display system available </i>"<br />
Give me Quartz/WindowServer from OS X on Linux in a heartbeat. [/q]<br />
<br />
You're out of your mind. I assert that X is superior to quartz in every technical respect. If I were an OS maker using X as my display technology with a finite, known set of hardware as the target I could give you the *exact same* or *better* experience, compared to that found on OS X, without difficulty.<br />
<br />
Just because Apple makes their system work well does not mean it is superior, just that it can be made to work well. <br />
<br />
Let me say it clearly for those who don't seem to understand: X is good and it's not going anywhere. Fixes to its problems can and are being made without throwing it out. A better system is *possible* to construct, but *really* difficult to do properly. In reality no better system is likely to be adopted within at least a decade.</description>
			<pubDate>Mon, 21 Apr 2008 16:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (sorpigal)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: What about everything that isn't linux?</title>
			<link>http://osnews.com/thread?310731</link>
			<guid isPermaLink="true">http://osnews.com/thread?310731</guid>
			<description><div class="cquote">If Linux would step and and actually settle on stable APIs or god forbid a stable ABI for some of these things then maybe other people would follow them.<br />
<br />
At the moment there are no stable APIs being defined by linux. That's a central theme.<br />
<br />
The innability for Linux (or any other unix) to set (or stick to) standards is the reason why this sort of thing has lagged for over a decade. </div><br />
<br />
Linux has a stated goal of no ABI or API stability. It's argued that such a restriction would shackle the kernel dev's hands, introducing artificial inflexibility. Whether or not that is true, it is true that Linux is not responsible for creating standards. If Linux devs and BSD devs wanted to get together and hash out a standard for something I'm sure they could do it, but nobody seems interested in doing that. Therein lies the real problem. We're a long way (in terms of time elapsed) from POSIX and I don't see new standards being developed by anyone, just new single-vendor APIs.<br />
<br />
The exception here is the fine work at fd.o, but they don't really touch very low level stuff unless it's directly X-related.</description>
			<pubDate>Mon, 21 Apr 2008 16:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (sorpigal)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: What about everything that isn't linux?</title>
			<link>http://osnews.com/thread?310733</link>
			<guid isPermaLink="true">http://osnews.com/thread?310733</guid>
			<description><div class="cquote">Linux has a stated goal of no ABI or API stability. </div><br />
I know that you already know this.  But I feel that it's best to always be careful to state that this policy refers only to the internal kernel api.  Otherwise some people get  the false impression that the kernel's user space api is unstable.</description>
			<pubDate>Mon, 21 Apr 2008 16:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: cool (OT!)</title>
			<link>http://osnews.com/thread?310736</link>
			<guid isPermaLink="true">http://osnews.com/thread?310736</guid>
			<description><div class="cquote">I'm nuts about ubuntu too. </div><br />
<br />
... This exchange more-or-less reminds me a line from Idiocracy. [1]<br />
&quot;Dude! You love money?&quot;<br />
&quot;Ugh! I love money too&quot;<br />
<br />
- Gilboa<br />
[1] <a href="http://www.imdb.com/title/tt0387808/" rel="nofollow">http://www.imdb.com/title/tt0387808/</a></description>
			<pubDate>Mon, 21 Apr 2008 16:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (gilboa)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: More polished desktop experience</title>
			<link>http://osnews.com/thread?310779</link>
			<guid isPermaLink="true">http://osnews.com/thread?310779</guid>
			<description><div class="cquote">I assert that X is superior to quartz in every technical respect. </div><br />
<br />
That is a pretty bold statement. Could you maybe show some sort of argument here as to why X is superior in every technical aspect to Quartz?<br />
<br />
X is being fixed, but it needed fixing badly. There was and still mostly is no working acceleration framework for the RENDER extension. Sure we have EXA now but it does not work on most hardware and when it does it is slower than doing stuff in software. E.g. text rendering speed is less than optimal to say it mildy. They are fixing this, but we will have to wait another year or so to really see some improvements here. <br />
<br />
<div class="cquote">Let me say it clearly for those who don't seem to understand: X is good and it's not going anywhere. </div><br />
<br />
X is finally going somewhere! Things are moving along now, work is being done to address the most serious issues. X is finally catching up to comparable technologies. I would call X as it stands today as sufficient, but nowhere near excellent.  Kernel modesetting is an incredible important step towards fixing some longstanding stability and security issues.   Together with working EXA, hot-plugging, compositing, color management, TTM, DRI2, and many other exciting developments, X is getting in good shape.</description>
			<pubDate>Mon, 21 Apr 2008 20:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (drahca)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: cool (OT!)</title>
			<link>http://osnews.com/thread?310793</link>
			<guid isPermaLink="true">http://osnews.com/thread?310793</guid>
			<description>Ok, I guess my spelling nazi pun did &quot;woosh&quot; <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Mon, 21 Apr 2008 21:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (kiddo)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: What about everything that isn't linux?</title>
			<link>http://osnews.com/thread?310812</link>
			<guid isPermaLink="true">http://osnews.com/thread?310812</guid>
			<description><div class="cquote">"<i>Linux has a stated goal of no ABI or API stability. </div><br />
I know that you already know this.  But I feel that it's best to always be careful to state that this policy refers only to the internal kernel api.  Otherwise some people get  the false impression that the kernel's user space api is unstable. </i>"<br />
<br />
You are correct. I refer only to driver APIs.</description>
			<pubDate>Tue, 22 Apr 2008 00:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (sorpigal)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: this...</title>
			<link>http://osnews.com/thread?310814</link>
			<guid isPermaLink="true">http://osnews.com/thread?310814</guid>
			<description>I can assure you, with any recent Intel X-driver, it happens bl**dy constantly. I've tried every recent version but invariably end up going back to 1.7.4 so I can shut down without X falling over so badly I can't even SysReq out of it.<br />
<br />
If this approach puts an end to this instability, I'm all for it. But I won't hold my breath...<br />
<br />
I am using the 2.2.1 driver without issues.  I experienced a ton of instability with earlier versions but the current version works without a hitch.</description>
			<pubDate>Tue, 22 Apr 2008 01:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (abraxas)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: What about everything that isn't linux?</title>
			<link>http://osnews.com/thread?310868</link>
			<guid isPermaLink="true">http://osnews.com/thread?310868</guid>
			<description>Xorg isn't removing anything that would make BSD's or Solaris stop using it.<br />
<br />
However, there are additions which make the graphical system more advanced in Linux. If others don't want to apply that strategy, it's their choice to continue with the old way of running X/DRI.<br />
<br />
That said, I'm sure that eventually someone will pop up  to implement or port kernel part of new DRI to BSD's and other systems. Maybe it's even better to wait util it becomes solid enough on Linux (also there is no need to have exact the same thing, e.g. nvidia and ATI have their own frameworks that easily plug in into the X).</description>
			<pubDate>Tue, 22 Apr 2008 13:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (siki_miki)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: What about everything that isn't linux?</title>
			<link>http://osnews.com/thread?310869</link>
			<guid isPermaLink="true">http://osnews.com/thread?310869</guid>
			<description><div class="cquote">Maybe it's even better to wait util it becomes solid enough on Linux... </div><br />
It is worth noting that the kernel interface to X is part of the userspace api, which is sacrosanct, so the alarmist FUD that someone was trying to spread earlier about Linux not guaranteeing a stable (internal) API is totally irrelevant to this situation.  Once the API is in place, it will always maintain backward compatibility.</description>
			<pubDate>Tue, 22 Apr 2008 13:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: More polished desktop experience</title>
			<link>http://osnews.com/thread?311051</link>
			<guid isPermaLink="true">http://osnews.com/thread?311051</guid>
			<description><div class="cquote">However I still cannot understand why they couldn't get the hibernation to work right without this hack. As I see it, hibernation means:<br />
<br />
1- Take snapshot of running applications and services<br />
2- Store to non-volatile memory<br />
3- Shut down computer the rough way<br />
4- Read from non-volatile memory<br />
5- Jump to snapshot. </div><br />
<br />
You're missing a very important stage -- the stage everything gets tripped up on. The &quot;restore hardware settings and reinitialize the hardware to a sane state without knowing what state it's in at all, and when it's power-on sequence has been customized by manufacturers so that the same parts can potentially behave differently if they came from different manufacturers.<br />
<br />
<div class="cquote">I realize a modern PC is not an old microcomputer, but the process is straightforward. Even with screen modesetting and other device problems needing some restarting, any sane windowing system can be restarted without losing the windows. </div><br />
<br />
Well, I guess that means that there aren't any sane window systems on any modern desktops. Tough nuts.</description>
			<pubDate>Wed, 23 Apr 2008 19:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (SomeGuy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: What about everything that isn't linux?</title>
			<link>http://osnews.com/thread?311055</link>
			<guid isPermaLink="true">http://osnews.com/thread?311055</guid>
			<description><div class="cquote">If Linux would step and and actually settle on stable APIs or god forbid a stable ABI for some of these things then maybe other people would follow them. </div><br />
<br />
Hahahaha. In the bad old Xfree86 days, Xfree86 had a stable API. In fact, it was so stable that nobody had been able to implement significant improvements for over a decade. This is why the Nvidia people gave up on them and wrote their *own* 2d acceleration framework for their linux drivers, and they wrote their *own* kernel acceleration infrastructure for their linux drivers.<br />
<br />
<div class="cquote">At the moment there are no stable APIs being defined by linux. That's a central theme.<br />
<br />
The innability for Linux (or any other unix) to set (or stick to) standards is the reason why this sort of thing has lagged for over a decade. </div><br />
<br />
Actually, no. The fact that Xfree86 was run by a**hats who had no clue of how to run a project, scared away all their developers, and did jack to actually improve the state of the art is the reason that this has lagged for over a decade.<br />
<br />
The willingness of the Linux people to break their API and get things working is why they're able to do kernel modesetting at all -- kernel modesetting is yet another API and ABI break for the Xorg drivers that want to take advantage of it. It's a significant change to DRI.</description>
			<pubDate>Wed, 23 Apr 2008 20:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (SomeGuy)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
