Re: options list with 2 drivers (bug 10132)

2007-12-04 Thread Michel Dänzer
On Mon, 2007-12-03 at 18:01 -0500, Felix Kühling wrote: > I'm looking at the details in the bugzilla entry right now. This may or > may not apply to michalwd1979's problem. > > I think the problem happens when r128CreateScreen calls > driParseOptionInfo. It gets the two arguments __driConfigOpti

Re: options list with 2 drivers (bug 10132)

2007-12-03 Thread Felix Kühling
I'm looking at the details in the bugzilla entry right now. This may or may not apply to michalwd1979's problem. I think the problem happens when r128CreateScreen calls driParseOptionInfo. It gets the two arguments __driConfigOptions and __driNConfigOptions. Both are defined in the same r128screen

Re: options list with 2 drivers (bug 10132) - propably fixed

2007-12-03 Thread Michel Dänzer
On Mon, 2007-12-03 at 15:43 +0100, michalwd1979 wrote: > > > > This change breaks xdriinfo (and thus driconf) because the symbol is no > > longer exported from the driver binary. > > > > Does the attached patch fix it? (You'll have to make sure the *_dri.so > > get regenerated by the patched mkl

Re: options list with 2 drivers (bug 10132) - propably fixed

2007-12-03 Thread michalwd1979
> > This change breaks xdriinfo (and thus driconf) because the symbol is no > longer exported from the driver binary. > > Does the attached patch fix it? (You'll have to make sure the *_dri.so > get regenerated by the patched mklib) You are right, xdriinfo can not find any options for drivers. I

Re: options list with 2 drivers (bug 10132) - propably fixed

2007-12-03 Thread Michel Dänzer
On Mon, 2007-12-03 at 06:41 +0100, michalwd1979 wrote: > > I finally managed to get my 2 drivers working on my system. I am > attaching a patch that fixed the problem for me, but I am not a dri > developer. Please review it, I am not sure if by fixing one problem I > did not create another. > I s

options list with 2 drivers (bug 10132) - propably fixed

2007-12-02 Thread michalwd1979
Hello, I finally managed to get my 2 drivers working on my system. I am attaching a patch that fixed the problem for me, but I am not a dri developer. Please review it, I am not sure if by fixing one problem I did not create another. I started with the problem described here: http://www.mail-arch

Re: options list with 2 drivers (bug 10132)

2007-11-30 Thread Michel Dänzer
On Fri, 2007-11-30 at 08:28 +0100, michalwd1979 wrote: > Hello, > I found this report [Bug 10132] New: dri doesn't work on second head > (r128) on the archives, and it seems to be also my problem (radeon > 7000 and mga card). I would risk a statement that it would hit any > system with 2 drivers t

Re: options list with 2 drivers (bug 10132)

2007-11-30 Thread Michel Dänzer
Whoops, I got Felix's address wrong, it's [EMAIL PROTECTED] . I bounced the post there, but please make sure to use the correct address on followups. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI devel

options list with 2 drivers (bug 10132)

2007-11-29 Thread michalwd1979
Hello, I found this report [Bug 10132] New: dri doesn't work on second head (r128) on the archives, and it seems to be also my problem (radeon 7000 and mga card). I would risk a statement that it would hit any system with 2 drivers that use different options. It is quite strange that there is so