LWN.net Logo

Plenty of work ahead

Plenty of work ahead

Posted Dec 2, 2007 2:55 UTC (Sun) by dberkholz (subscriber, #23346)
In reply to: Plenty of work ahead by jwb
Parent article: The first ATI r5xx/6xx X11 driver release

Sounds like you're held to the whims of Ubuntu, then, since you haven't tried the latest
driver to see whether your problems are fixed. Have you reported your problems on a bug?


(Log in to post comments)

Plenty of work ahead

Posted Dec 2, 2007 3:09 UTC (Sun) by jwb (guest, #15467) [Link]

True, to an extent, and bug reports are mostly ignored if you are not using the git head
revision of the driver, xorg, and mesa.  That's a common method that open source developers
use to pass the buck back to the bug reporter, but that's a subject for another post.

bug reports in open source projects

Posted Dec 3, 2007 10:49 UTC (Mon) by DonDiego (subscriber, #24141) [Link]

I really cannot speak for x.org, but given the low signal to noise ratio of bug reports in
general I must say I mostly ignore bug reports that are not against Subversion HEAD as well.
Spend some time tracing a bug report only to find out that it's fixed already when I have about
100 things on my ToDo list and only time for about 5?  Not to mention that 99 of those things
are more fun than validating bug reports?  No, I really cannot be bothered to throw away my
unpaid free time like that ...

Plenty of work ahead

Posted Dec 3, 2007 15:01 UTC (Mon) by alankila (subscriber, #47141) [Link]

Also remember that if you do not have the HEAD revision of the software compiled, then you
can't even test any fixes. So you not only do not know for sure whether the bug still exists,
you also can't tell whether its fixed by any changes made.

Actually it's possible

Posted Dec 3, 2007 15:48 UTC (Mon) by khim (subscriber, #9252) [Link]

Someone must do the following work:
1. Compile driver with some fixes just for you.
2. Package it for particular distribution - usually including distribution-specific patches
3. Send this binary to you and explain how to use it
4. Repeat the process starting from 1.
WAAAY to much work to do this for free. There are companies which will offer this level of support - but usually it's quite expensive. You should pay one way or another: either by buying expensive support contract or wasting sizable amount of time playing with HEAD drivers...

It's still better then situation in Windows world where you can only submit bugreport and hope that someone sometime will read it and you'll get your fix half-year later...

Plenty of work ahead

Posted Dec 3, 2007 15:35 UTC (Mon) by jond (subscriber, #37669) [Link]

Running HEAD seems to me to be a fair way for a developer to ensure that the reporter is
willing to invest at least a little bit of time towards diagnosing the problem and not just
fire-and-forget bug reporting, which is not really of use to anyone.

Plenty of work ahead

Posted Dec 3, 2007 18:08 UTC (Mon) by jwb (guest, #15467) [Link]

Building the tip of mesa and xorg is a major undertaking which is likely to break every
package on any given system.  Nevermind the minor fact that frequently the tip is in an
unbuildable or incompatible state.

For my own code, I follow the policy of taking a bug report seriously unless I have reason to
believe that it has been fixed in a newer revision.

I believe there was a long and thoughtful post on linux-kernel regarding this very issue
recently, where the author (a major kernel developer) concluded that it's counterproductive to
insist on testing with latest-test-rc-mm.

Plenty of work ahead

Posted Dec 3, 2007 19:57 UTC (Mon) by drag (subscriber, #31333) [Link]

Stable kernel interfaces be damned.

Both the X.org Intel drivers and DRI driver and libraries can be compiled out-of-tree and be
usable.

I've done that before when trying out different features that are only avialable via cvs.
(like texture/memory management features for the 915tex driver). Especially with the DRI
libraries. Using LD_PRELOAD tricks it's very possible to change between 3D driver versions
while running a single X session. 

There is almost no need to ever have to overwrite anything provided by your distribution. The
whole X server can be compiled seperately from distro-provided stuff if you like.  If the CVS
breaks everything then just go back to what is provided by your distribution. 

Worst case is that you have to compile a custom kernel to take advantage of some features
because of patches to DRM or AGPGART stuff. 

Soo... If you actually care about trying out patches and filing usefull bug reports then there
is nothing that is stopping you. Especially about 3D drivers.

Remember almost all of it, except for the DRM or AGP stuff, is userspace. Not much at all
depends in any way on the kernel (unlike your proprietary drivers) your using and you can use
different LD tricks and chroots to run any of it like any other application.


And remember now that X is now _modular_. The drivers themselves can be compiled seperately
from X. If your using a relatively recent version of X you can try out the latest 2D Intel
driver by just copying over the existing intel_drv.so file! If your worried about breakage
then just keep a backup to copy back.



This is a little out of date:
http://dri.freedesktop.org/wiki/NormalUserBuild

For example a most of the stuff has moved away from CVS to Git, but for the most part it still
applies. This tells you how to compile and run latest versions of Mesa libs, and DRI without
_EVER_EVEN_BECOMING_ROOT_.

Have you never had more then one version of a program or libraries installed on your computer
before?!


If your using Gutsy and the Intel stuff is crapping out on you then bitch to Ubuntu for
shipping something broken. On my Debian Unstable/Testing is is pretty stable, not perfect, but
it works well. A freind at work has a X3000 chipset and is using Fedora Core 8 and it runs
Compiz pretty well except for the 2D and 3D overlay problem/ugliness.

Plenty of work ahead

Posted Dec 3, 2007 19:26 UTC (Mon) by dvdeug (subscriber, #10998) [Link]

I've had the feeling with way too many projects that they're more willing to make cute new
features rather than actually fixing the bugs that are giving me trouble. File-and-forget bug
handling or making unreasonable demands on me just accentuate that feeling. Demanding that I
exchange a mostly-working program for a program that may not even compile or work remotely
correctly is absurd for anyone who actually has to use the program in question on the system
in question.

I see the reasoning behind it, but OSS already has a preception, often true, of not worrying
about the hard unfun stuff that users need. Stating that you're going to ignore bug reports
unless they follow a development version just stress that feeling. 

Plenty of work ahead

Posted Dec 4, 2007 17:05 UTC (Tue) by jsbarnes (subscriber, #4096) [Link]

Have you tried filing bugs for the issues you see in Gutsy?  We worked a 
lot with the Ubuntu team on the 2.2 driver release, fixing many Ubuntu 
reported problems in the process.  And we try to be responsive to bug 
reports in general (and I generally don't ask people to test newer 
versions unless I have reason to think the bug is fixed there and I want 
confirmation).

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds