Radeon 9000 If (RV250), Mac G4 (Wintunnel) problems with XFree86

2003-05-31 Thread Simon Urbanek
Hi all, I have several problems with the ATI Radeon drivers in XFree86 on my Mac G4 Windtunnel (dual 1.4GHz). Summary: 1) CRT + TMDS dual head configuration doesn't work 2) In all configurations colors are completely wrong 3) closing X blanks all monitors I have tested following versions of XFre

Driver X Mandrake 9.0 and the 9.1

2003-05-31 Thread Lluis Garcia
Mandrake 9,0 and the 9,1 do not recognize the targeta Xelo Ati Radeon 7500, my equipment is Mainboard Soltek Sl-75kaw with 384 CPU AMD xp 1800+ Mb of ram thanks

Options to enable Overlay visuals (Bug 22)

2003-05-31 Thread Andrew C Aitchison
(This has nothing to do with video overlays or the XVideo extension). The chips, glint and mga drivers support overlay visuals; the chips 8bit over 16, and the other two 8bit over 24. On 27 April 1999 the options to enable these were changed to standardize the name ("OVERLAY"), and switched from

Re: RFC: OpenGL + XvMC

2003-05-31 Thread Mark Vojkovich
On Fri, 30 May 2003, Ian Romanick wrote: > Mark Vojkovich wrote: > >I'd like to propose adding a XvMCCopySurfaceToGLXPbuffer function > > to XvMC. I have implemented this in NVIDIA's binary drivers and > > am able to do full framerate HDTV video textures on the higher end > > GeForce4 MX card

Re: RFC: OpenGL + XvMC

2003-05-31 Thread Ian Romanick
Mark Vojkovich wrote: I'd like to propose adding a XvMCCopySurfaceToGLXPbuffer function to XvMC. I have implemented this in NVIDIA's binary drivers and am able to do full framerate HDTV video textures on the higher end GeForce4 MX cards by using glCopyTexSubImage2D to copy the Pbuffer contents

RFC: OpenGL + XvMC

2003-05-31 Thread Mark Vojkovich
I'd like to propose adding a XvMCCopySurfaceToGLXPbuffer function to XvMC. I have implemented this in NVIDIA's binary drivers and am able to do full framerate HDTV video textures on the higher end GeForce4 MX cards by using glCopyTexSubImage2D to copy the Pbuffer contents into a texture. Stat

Re: text flickering when scrolling

2003-05-31 Thread The Rasterman
On Fri, 30 May 2003 15:27:04 +0100 Asier Goikoetxea Yanci <[EMAIL PROTECTED]> babbled: > On Friday 30 May 2003 1:30 pm, Carsten Haitzler (The Rasterman) wrote: > > > Well, the thing is that I have not clue on how to use SYNC extension, not > > > even > > > > that still wont solve the problem. use

Re: text flickering when scrolling

2003-05-31 Thread The Rasterman
On Fri, 30 May 2003 11:05:10 -0500 Billy Biggs <[EMAIL PROTECTED]> babbled: > Carsten Haitzler ([EMAIL PROTECTED]): > > > On Fri, 30 May 2003 13:16:54 +0100 Asier Goikoetxea Yanci > > <[EMAIL PROTECTED]> babbled: > > > > > Hi there, > > > > > > I have writen an application to scroll a text on a

Re: text flickering when scrolling

2003-05-31 Thread Billy Biggs
Carsten Haitzler ([EMAIL PROTECTED]): > On Fri, 30 May 2003 13:16:54 +0100 Asier Goikoetxea Yanci <[EMAIL PROTECTED]> > babbled: > > > Hi there, > > > > I have writen an application to scroll a text on a window (just like kbanner > > screen saver but on a window). I provide different texts and

Re: how to iterate through mode lists

2003-05-31 Thread Alex Deucher
yeah, that's the way to do it... I feel like an idiot... it's been too long since my old CS classes... Thanks to all who replied, Alex --- Sven Luther <[EMAIL PROTECTED]> wrote: > On Fri, May 30, 2003 at 08:24:31AM -0700, Alex Deucher wrote: > > If that's the case then's what's the best way to i

Re: how to iterate through mode lists

2003-05-31 Thread Sven Luther
On Fri, May 30, 2003 at 08:24:31AM -0700, Alex Deucher wrote: > If that's the case then's what's the best way to iterate through the > mode list without getting stuck in an endless loop? It's probably > somehting simple, but it's just not coming to me... For a circular list, you need to keep the

Re: how to iterate through mode lists

2003-05-31 Thread Alex Deucher
If that's the case then's what's the best way to iterate through the mode list without getting stuck in an endless loop? It's probably somehting simple, but it's just not coming to me... Alex --- Dr Andrew C Aitchison <[EMAIL PROTECTED]> wrote: > > I have only looked at this code briefly and lo

Re: how to iterate through mode lists

2003-05-31 Thread Dr Andrew C Aitchison
On Fri, 30 May 2003, Alex Deucher wrote: > I'm working on integrating my radeon mergedfb code with xfree86 cvs. > so far it's working, but now I'm trying to integrate the current clone > code with the mergedfb clone mode. so far so good. I'm trying to use > the modes defined for the 1st head as

xfixes extension

2003-05-31 Thread Alex Deucher
Now that 4.3.0 is out, what is the status of xfixes? I'd like to see it included again for 4.4.0 or 5 or whatever the next release will be. it fixed some annying behavior in X. if not xfixes, what about another extension offering similar functionality? Thoughts? Alex

Re: text flickering when scrolling

2003-05-31 Thread Asier Goikoetxea Yanci
On Friday 30 May 2003 1:27 pm, Billy Biggs wrote: > Cool, I've been working on the same thing. That's good > I'm writing a paper on this topic where I discuss methods of refresh > sync and polling the refresh when the application intends to draw at the > refresh rate of the monitor, or close

Re: text flickering when scrolling

2003-05-31 Thread Asier Goikoetxea Yanci
On Friday 30 May 2003 1:30 pm, Carsten Haitzler (The Rasterman) wrote: > > Well, the thing is that I have not clue on how to use SYNC extension, not > > even > > that still wont solve the problem. use double buffering. draw to a pixmap - > then when drawing is done copy it to the window. Yes, I he

how to iterate through mode lists

2003-05-31 Thread Alex Deucher
I'm working on integrating my radeon mergedfb code with xfree86 cvs. so far it's working, but now I'm trying to integrate the current clone code with the mergedfb clone mode. so far so good. I'm trying to use the modes defined for the 1st head as clone modes for the second head in the even that

Re: Troubles during a usb mouse driver coding

2003-05-31 Thread Dr Andrew C Aitchison
On Fri, 30 May 2003 [EMAIL PROTECTED] wrote: > Well, I'm a French student and I am developping a device driver for a usb > mouse designed for 3D motion applications under Linux (such as MEDINA, > Taquide, etc...). > Our prototype uses 6 REAL degrees of freedom and I had troubles while > interf