Re: DRI and Composite

2005-01-19 Thread Adam Jackson
On Wednesday 19 January 2005 17:29, Amir Bukhari wrote:
> Hallo,
> Our users of Looking Glass 3D Desktop have a problem getting DRI to work
> with LG3D. DRI is disabled when Composite Extension enabled. Is There any
> way to enable DRI when composite enabled?
> Nvidia driver has an Option in xorg.conf which let also GLX initialized
> when Composite is enabled!

There is no code in Xorg HEAD to disable DRI when Composite is enabled.  I 
would assume something in the lg3d code is turning DRI off.

- ajax


pgpzuOEBo3yog.pgp
Description: PGP signature


RE: DRI and Composite

2005-01-19 Thread Amir Bukhari


> -Original Message-
> From: Adam Jackson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 19, 2005 11:30 PM
> To: dri-devel@lists.sourceforge.net
> Cc: Amir Bukhari
> Subject: Re: DRI and Composite
> 
> On Wednesday 19 January 2005 17:29, Amir Bukhari wrote:
> > Hallo,
> > Our users of Looking Glass 3D Desktop have a problem getting DRI to work
> > with LG3D. DRI is disabled when Composite Extension enabled. Is There
> any
> > way to enable DRI when composite enabled?
> > Nvidia driver has an Option in xorg.conf which let also GLX initialized
> > when Composite is enabled!
> 
> There is no code in Xorg HEAD to disable DRI when Composite is enabled.  I
> would assume something in the lg3d code is turning DRI off.
> 

To be more exactly, our users have complain with the latest ATI driver,
which I think uses DRI structure! May be it only with ATI binary driver!

Is there different between the two drivers (ATI binary & DRI project)?



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


RE: DRI and Composite

2005-01-19 Thread Michel Dänzer
On Wed, 2005-01-19 at 23:49 +0100, Amir Bukhari wrote:
> 
> > On Wednesday 19 January 2005 17:29, Amir Bukhari wrote:
> > > Hallo,
> > > Our users of Looking Glass 3D Desktop have a problem getting DRI to work
> > > with LG3D. DRI is disabled when Composite Extension enabled. Is There
> > any
> > > way to enable DRI when composite enabled?
> > > Nvidia driver has an Option in xorg.conf which let also GLX initialized
> > > when Composite is enabled!

And do people like the incorrect results of that?

> > There is no code in Xorg HEAD to disable DRI when Composite is enabled.  I
> > would assume something in the lg3d code is turning DRI off.
> 
> To be more exactly, our users have complain with the latest ATI driver,
> which I think uses DRI structure! May be it only with ATI binary driver!

Indeed, it's our driver that disables the DRI if Composite is enabled,
not the DRI in general. I expect that to stay the same until the two are
properly integrated with each other (but it's not my decision to make).


> Is there different between the two drivers (ATI binary & DRI project)?

Sure, there are many, the most obvious one being that the former is
proprietary. If you have any issues with it, please use the existing
feedback channel for it instead of bringing them up to the libre
software community that can't do anything about it. Thanks.


-- 
Earthling Michel DÃnzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


RE: DRI and Composite

2005-01-19 Thread Amir Bukhari
> 
> On Wed, 2005-01-19 at 23:49 +0100, Amir Bukhari wrote:
> >
> > > On Wednesday 19 January 2005 17:29, Amir Bukhari wrote:
> > > > Hallo,
> > > > Our users of Looking Glass 3D Desktop have a problem getting DRI to
> work
> > > > with LG3D. DRI is disabled when Composite Extension enabled. Is
> There
> > > any
> > > > way to enable DRI when composite enabled?
> > > > Nvidia driver has an Option in xorg.conf which let also GLX
> initialized
> > > > when Composite is enabled!
> 
> And do people like the incorrect results of that?
> 
> > > There is no code in Xorg HEAD to disable DRI when Composite is
> enabled.  I
> > > would assume something in the lg3d code is turning DRI off.
> >
> > To be more exactly, our users have complain with the latest ATI driver,
> > which I think uses DRI structure! May be it only with ATI binary driver!
> 
> Indeed, it's our driver that disables the DRI if Composite is enabled,
> not the DRI in general. I expect that to stay the same until the two are
> properly integrated with each other (but it's not my decision to make).
> 
Many thanks for your answer!

I can understand that, but it also good to give others users to experiment
with it. For example lg3d don't redirect opengl application to off-screen,
we only redirect normal X application to off-screen at this moment!

If some could point us to the code which disable DRI when composite is
enable we could experiment with it and build for our users binaries for use
with lg3d!

Thanks again,
-Amir



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


RE: DRI and Composite

2005-01-28 Thread Amir Bukhari
>Indeed, it's our driver that disables the DRI if Composite is enabled,
> not the DRI in general. I expect that to stay the same until the two are
> properly integrated with each other (but it's not my decision to make).
> 
> 
If some could point us to the code in the driver which disable DRI when
composite is enable we could experiment with it and build for our users
binaries for use with lg3d!

Thanks again,
-Amir



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


RE: DRI and Composite

2005-01-29 Thread Michel Dänzer
On Fri, 2005-01-28 at 12:50 +0100, Amir Bukhari wrote: 
> >Indeed, it's our driver that disables the DRI if Composite is enabled,
> > not the DRI in general. I expect that to stay the same until the two are
> > properly integrated with each other (but it's not my decision to make).
> > 
> If some could point us to the code in the driver which disable DRI when
> composite is enable we could experiment with it and build for our users
> binaries for use with lg3d!

fglrx is ATI proprietary...


-- 
Earthling Michel DÃnzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel