Re: [Xpert]Trident Chipsets & Xv support

2001-10-20 Thread Anders Rune Jensen
Today I changed the pTrident->hsync -= 11; value. It removed the blue line from the right side of the picture, but it still remains in the top. Has anyone else found a better solution? Also has anyone been able to play movies NOT fullscreen? Thanx for all the help. Is there a way to compile a

Re: [Xpert]Trident Chipsets & Xv support

2001-10-19 Thread Egbert Eich
Anders Rune Jensen writes: > pTrident->hsync -= 11; This should really be "-= 15" 11 works for me too but when I move the video window past the borders I get some distortion. > pTrident->vsync += 0; > This value is OK. You need to look at trident_dac.c Egbert. ___

Re: [Xpert]Trident Chipsets & Xv support

2001-10-19 Thread Alan Hourihane
On Fri, Oct 19, 2001 at 04:51:44PM +0200, Anders Rune Jensen wrote: > pTrident->hsync -= 11; > pTrident->vsync += 0; > > In which file do you change these settings, I can't find them in > trident_video.c > trident_dac.c Alan. ___ Xpert mailing list [E

Re: [Xpert]Trident Chipsets & Xv support

2001-10-19 Thread Anders Rune Jensen
pTrident->hsync -= 11; pTrident->vsync += 0; In which file do you change these settings, I can't find them in trident_video.c Thanx in advance Anders Rune Jensen On Thu, 2001-10-11 at 22:11, John Clemens wrote: > > Egbert, Alan... > > More on this thread from the BladeXP camp.. > > As report

Re: [Xpert]Trident Chipsets & Xv support

2001-10-19 Thread Anders Rune Jensen
I just finished getting the cvs source and I have the exact same problems as you, the fix you provided works almost perfect! Thank you so much. Alan please update cvs and try to fix the garbled in the bottom of the screen. Im really excited Now I can use linux as my only platform on my laptop

Re: [Xpert]Trident Chipsets & Xv support

2001-10-05 Thread Ken Koster
On Mon, Sep 24, 2001 at 09:46:19PM +0100, Alan Hourihane wrote: > Can I urge people with Trident chips (laptops especially) to get the > latest CVS code to test Xv support and provide some feedback. > I have a Cyberblade I1 in a Compaq Preserio 1200 laptop. With XFree 4.0.3 or 4.1.0 attempting

Re: [Xpert]Trident Chipsets & Xv support

2001-10-05 Thread Egbert Eich
Geoffrey Hausheer writes: > > > > > Another update on My Twinhead Powerslim 600 with the Cyber9525DVD: > > > > I changed the hsync hardcoded adjustment to 0 (it was initally 23) > > > > I left the vsync at -2. > > > > > > This will break it for others. We still don't know exactly how to

Re: [Xpert]Trident Chipsets & Xv support

2001-10-04 Thread Geoffrey Hausheer
> > > Another update on My Twinhead Powerslim 600 with the Cyber9525DVD: > > > I changed the hsync hardcoded adjustment to 0 (it was initally 23) > > > I left the vsync at -2. > > > > This will break it for others. We still don't know exactly how to > > calculate these values exactly. > > I've

Re: [Xpert]Trident Chipsets & Xv support

2001-10-04 Thread Mark Vojkovich
On Thu, 4 Oct 2001, Egbert Eich wrote: > Alan Hourihane writes: > > > > > Egbert - I hope we really don't have to kludge around like this, but if we > > do, you can check the current video output mode in the BlockHandler and > > I just did. Had a brown paper bag ready - just in case. > > >

Re: [Xpert]Trident Chipsets & Xv support

2001-10-04 Thread Egbert Eich
Alan Hourihane writes: > > > Egbert - I hope we really don't have to kludge around like this, but if we > do, you can check the current video output mode in the BlockHandler and I just did. Had a brown paper bag ready - just in case. > use a callback to update values. > I did some code w

Re: [Xpert]Trident Chipsets & Xv support

2001-10-04 Thread Keith Packard
Around 16 o'clock on Oct 4, Alan Hourihane wrote: > > I agree, hotkey display switching will most likely mess up the > > video offsets. The Xserver doesn't get notified when a switch happens > > therefore we cannot adapt our values. I don't like to read back the > > CRTC registers on every frame

Re: [Xpert]Trident Chipsets & Xv support

2001-10-04 Thread Alan Hourihane
On Thu, Oct 04, 2001 at 05:56:42PM +0200, Egbert Eich wrote: > Chad Kitching writes: > > > > Another update on My Twinhead Powerslim 600 with the Cyber9525DVD: > > > > I changed the hsync hardcoded adjustment to 0 (it was initally 23) > > > > I left the vsync at -2. > > > > > > This will b

Re: [Xpert]Trident Chipsets & Xv support

2001-10-04 Thread Egbert Eich
Chad Kitching writes: > > > Another update on My Twinhead Powerslim 600 with the Cyber9525DVD: > > > I changed the hsync hardcoded adjustment to 0 (it was initally 23) > > > I left the vsync at -2. > > > > This will break it for others. We still don't know exactly how to > > calculate the

Re: [Xpert]Trident Chipsets & Xv support

2001-10-04 Thread Anders Rune Jensen
Has anyone been able to enable tv-out? Plz post links etc. I've tried to find out as much as I can, but I seem to end in something like: 3dfx uses lm_sensors to enable tvou. S3 uses a speciel program and others just unplug their monitor (a little hard on a laptop :(). Any ideas on how to do it on

Re: [Xpert]Trident Chipsets & Xv support

2001-10-03 Thread Chad Kitching
> > Another update on My Twinhead Powerslim 600 with the Cyber9525DVD: > > I changed the hsync hardcoded adjustment to 0 (it was initally 23) > > I left the vsync at -2. > > This will break it for others. We still don't know exactly how to > calculate these values exactly. I've done some playi

RE: [Xpert]Trident Chipsets & Xv support

2001-10-03 Thread Egbert Eich
Geoffrey Hausheer writes: > On Mon, Sep 24, 2001 at 09:46:19PM +0100, Alan Hourihane wrote: > > Can I urge people with Trident chips (laptops especially) to get the > > latest CVS code to test Xv support and provide some feedback. > > Another update on My Twinhead Powerslim 600 with the Cybe

RE: [Xpert]Trident Chipsets & Xv support

2001-10-02 Thread Geoffrey Hausheer
On Mon, Sep 24, 2001 at 09:46:19PM +0100, Alan Hourihane wrote: > Can I urge people with Trident chips (laptops especially) to get the > latest CVS code to test Xv support and provide some feedback. Another update on My Twinhead Powerslim 600 with the Cyber9525DVD: I changed the hsync hardcoded a

Re: [Xpert]Trident Chipsets & Xv support

2001-09-25 Thread Alan Hourihane
Thanks Chad, Missed that. Applied your fix. Alan. On Tue, Sep 25, 2001 at 07:06:13PM -0500, Chad Kitching wrote: > Okay, I think there's still a small problem with the fix for the Xv overlay. > Attached is a diff that fixes it on my laptop. I haven't yet got around to > playing with the h/v off

Re: [Xpert]Trident Chipsets & Xv support

2001-09-25 Thread Chad Kitching
Okay, I think there's still a small problem with the fix for the Xv overlay. Attached is a diff that fixes it on my laptop. I haven't yet got around to playing with the h/v offsets, but unfortunately, they vary with each display mode on my laptop (and changes when I modify the output device). Fr

Re: [Xpert]Trident Chipsets & Xv support

2001-09-25 Thread Fabrice Bellet
On Mon, Sep 24, 2001 at 09:46:19PM +0100, Alan Hourihane wrote: > Can I urge people with Trident chips (laptops especially) to get the > latest CVS code to test Xv support and provide some feedback. My chipset is a Cyber 9397DVD (rev f3). Latest CVS source works fine for me. XVideo is centered in

Re: [Xpert]Trident Chipsets & Xv support

2001-09-25 Thread Alan Hourihane
Well the list is called xpert for a reason. How about checking http://www.xfree86.org/cvs on how to get it first. But if you don't want to damage your Debian install I suggest you make up another partition and install a development system. Alan. On Tue, Sep 25, 2001 at 05:24:38AM +0200, Ander

Re: [Xpert]Trident Chipsets & Xv support

2001-09-24 Thread Anders Rune Jensen
Yeah NO PROBLEM!! But how do we do that, I have xfree installed from debian packages. Can I just remove that one and then download the cvs version and install that one? On Mon, 2001-09-24 at 22:46, Alan Hourihane wrote:> Can I urge people with Trident chips (laptops especially) to get the > la

[Xpert]Trident Chipsets & Xv support

2001-09-24 Thread Alan Hourihane
Can I urge people with Trident chips (laptops especially) to get the latest CVS code to test Xv support and provide some feedback. If people can look closely at trident_dac.c for the pTrident->hsync/vsync values and adjust accordingly for their setup and send some comments regarding what you had