Re: [Xpert]XVideo extension docs

2002-07-24 Thread Guido Fiala
On Wednesday, 24. July 2002 03:05, [EMAIL PROTECTED] wrote:  Thanks! That sounds really like i'am doing something wrong using repeated  calls of XvPutStill() every 40ms (PAL). So it would work to just call  XvPutVideo() once. I thought i made it right, as xawtv and mplayer both do use Still.

Re: [Xpert]Xserver won\\\'t recognize PCI card

2002-07-24 Thread Daniel Sheltraw
Michel Thanks for the reply. It appears that, in the machine which is unable to function as expected, there is a problem with the Xserver recognizing the PCI card despite the fact we have told it where on the bus to find the card in the XF86Config-4 file. Also both cards are

Re: [Xpert]Opengl program performance drops after upgrading toXFree86 4.2

2002-07-24 Thread Michel Dänzer
On Wed, 2002-07-24 at 05:05, Jason Hu Huang wrote: The DRI is not enabled. However I have tried all the methods that I can figure out to enable it with no luck. I am using ATI radeon VE. I have loaded the glx and dri modules and the device type is set ati in the XF86Config-4, but in the

[Xpert]Option nomtrr

2002-07-24 Thread Mike A. Harris
A user has suggested that Option nomtrr has solved a problem for him, and would like me to make this option default for his card in the Cards database. I looked through the documentation briefly, and also greped the source tree. I see the option in the sources, but not in the documentation.

Re: [Xpert]adding radeon driver documentation

2002-07-24 Thread Michel Dänzer
On Tue, 2002-07-23 at 22:54, hy0 wrote: If you set ForcePCIMode on any other architecture, DRI support will be disabled. (FIXME: I'm probably misunderstanding this option. How would one force an AGP Radeon card to work on the PCI bus? Or a PCI Radeon card (are there any?) to work on

Re: [Xpert]Mouse scroller

2002-07-24 Thread Pat Suwalski
Debian's 4.1 will handle mouse scrolling right out of the package. There's nothing to configuring it. What you may be using is the wrong mouse driver. Here's the excerpt out of my XF8Config-4. Section InputDevice Identifier mouse.p1 Driver mouse Option

Re: [Xpert]MotionNotify

2002-07-24 Thread jeyasudha
PointerMotionMask is sufficient to get MotionNotify events. If you are not getting any events you probably have something wrong in your program. My sample x program was working fine but when i tried to do the same modifications inside the window manager, i got into trouble. I want to know

[Xpert]TinyX documentation?

2002-07-24 Thread Rich Cyr
Hello, Is there any documentation that describes how to build and install the TinyX (kdrive) servers from source code? Thanks, Rich Cyr ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

[Xpert]Trident 3DImage975

2002-07-24 Thread Nolan Young
The release is 4.2.0 on Linux 2.4.18 (Slackware 8.1). The machine is a Packard Bell 233, whose bios says the video is DM975. xfree86setup says it's a Trident 3DImage975. Whether I use the 3dimage975 driver or the vesa driver, the (KDE) colors are all messed up (I don't know the technical terms

Re: [Xpert]XVideo extension docs

2002-07-24 Thread Mark Cuss
Attached is a modified rootv.c file - this should do the trick. I tested it on my ATI AIW radeon and it works OK. The window sizes and everything are all hard coded, but you can change this stuff to suit your needs and see how it works. The encoding is also hard coded to the number that the

Re: [Xpert]Option nomtrr

2002-07-24 Thread Marc Aurele La France
On Wed, 24 Jul 2002, Mike A. Harris wrote: A user has suggested that Option nomtrr has solved a problem for him, and would like me to make this option default for his card in the Cards database. I don't see how MTRR behaviour could be adapter-specific. It seems more likely that this user's

[Xpert]XFree86 4.2.0 on a Toshiba Satellite Pro 410CDDT (CT CT65548)

2002-07-24 Thread Erik Paulsen Skålerud
I wonder if anyone knows the solution to this: http://www.xfree86.org/pipermail/xpert/2002-March/016093.html I suffer of the same problems with my laptop, but there were no replies to the post mentioned above. Erik Paulsen ___ Xpert mailing list

Re: [Xpert]Re: nvidia binary driver: kernel BUG at page_alloc.c

2002-07-24 Thread Mike Stilson
On Wed, Jul 24, 2002 at 01:43:54AM -0400, Mike A. Harris wrote: The Nvidia kernel module very much does and should taint the kernel. Yes, I see that now. The problem I've got right now is... why ISN'T it? -me ___ Xpert mailing list [EMAIL PROTECTED]

Re: [Xpert]Re: [Dri-devel] No sub-pixel antialiasing with Radeon Mobility M6 in 4.2.0?

2002-07-24 Thread
On July 24, 2002 17:03, you wrote: It can be hard to tell the difference without something like xmag or xzoom. Not with my good eyes. :) But I tried xmag anyway to confirm. I also tried match edit rgba = vrgb; and match edit rgba = bgr; and none of them made any difference. Some

Re: [Xpert]XFree86 4.2.0 on a Toshiba Satellite Pro 410CDDT (CT CT65548)

2002-07-24 Thread Erik Paulsen Skålerud
Looks like Xconfigurator only exists for linux, not FreeBSD. Or am I wrong? Erik. - Original Message - From: Shane Kennedy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 9:10 PM Subject: Re: [Xpert]XFree86 4.2.0 on a Toshiba Satellite Pro 410CDDT (CT CT65548)

Re: [Xpert]Re: Opengl program performance drops after upgrading to XFree86 4.2

2002-07-24 Thread Michel Dänzer
On Wed, 2002-07-24 at 22:48, Jason Huang wrote: I have tried to startx with and without loading the agpgart module, the dri is still now working. You have to make sure the agpgart module is loaded before the radeon kernel module. I have the line pre-install radeon modprobe agpgart in

Re: [Xpert]XFree86 4.2.0 on a Toshiba Satellite Pro 410CDDT (CT CT65548)

2002-07-24 Thread Erik Paulsen Skålerud
Hi. I have attached the /etc/XF86Config and the logfile from trying to run this config. Erik - Original Message - From: Egbert Eich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 9:02 PM Subject: Re: [Xpert]XFree86 4.2.0 on a Toshiba Satellite Pro 410CDDT (CT

Re: [Xpert]adding radeon driver documentation

2002-07-24 Thread hy0
On Tue, 2002-07-23 at 22:54, hy0 wrote: If you set ForcePCIMode on any other architecture, DRI support will be disabled. (FIXME: I'm probably misunderstanding this option. How would one force an AGP Radeon card to work on the PCI bus? Or a PCI Radeon card (are there any?) to

[Xpert]dual head-Radeon VE-with OpenGL

2002-07-24 Thread Jason Hu Huang
I have just sloved dri problem with my XFree86.4.2 and Radeon VE 32MB card on RH7.2. Now I am moving to fully use the dual head card. I have read a lot articles regarding the setting of the XF86Configure file to enable the two different output onto two monitors before. The following one is a