Re: [Xpert]adding radeon driver documentation

2002-07-25 Thread Dr Andrew C Aitchison
On Wed, 24 Jul 2002, hy0 wrote: Actually, the value of this option is processed in this switch statement: switch (info-agpMode) { case 4: mode |= RADEON_AGP_4X_MODE; case 2: mode |= RADEON_AGP_2X_MODE; case 1: default: mode |= RADEON_AGP_1X_MODE;

Re: [Xpert]void driver?

2002-07-25 Thread Dr Andrew C Aitchison
On Thu, 25 Jul 2002 [EMAIL PROTECTED] wrote: Section InputDevice Identifier DummyKeyboard Driver void EndSection where can i get the void driver for the dummykeyboard? Or is it already installed? I searched in /usr/X11R6/lib/modules/drivers but there is no

[Xpert]Nec MultiSync LCD 1810X - rotation

2002-07-25 Thread J.A.J. van Belkum
Hello -- I have a Nec MultiSync LCD 1810X which is a monitor capable of turning 90degrees so you get a A4 size screen... very handy for checking an actual layout... I know that there is software for widows called Pivot Pro, but I have not found any for Linux.. or any clues as to how it would

[Xpert]void driver?!!

2002-07-25 Thread SST.Lohner
Section InputDevice Identifier Keyboard0 Driver keyboard EndSection Section InputDevice Identifier DummyKeyboard Driver void EndSection when i'm trying to start with the void driver the kde setup hangs up. by the time, when the initializing peripherals

[Xpert]Press Button in a remote application.

2002-07-25 Thread Juan José Andrés Gutiérrez
Hello, I need to make a function that presses a button of an application from its name. For example an application has the buttons ok and cancel. I need, from my function, it sends the press event to one of the buttons from its name, SendButton (display, name_button). I don't know

[Xpert]Nec MultiSync LCD 1810X -- rotate

2002-07-25 Thread J.A.J. van Belkum
Sorry posted this as a reply... here we try again.. Hello -- I have a Nec MultiSync LCD 1810X which is a monitor capable of turning 90degrees so you get a A4 size screen... very handy for checking an actual layout... I know that there is software for widows called Pivot Pro, but I have not

Re: [Xpert]adding radeon driver documentation

2002-07-25 Thread Michel Dänzer
On Thu, 2002-07-25 at 08:50, Dr Andrew C Aitchison wrote: On Wed, 24 Jul 2002, hy0 wrote: Actually, the value of this option is processed in this switch statement: switch (info-agpMode) { case 4: mode |= RADEON_AGP_4X_MODE; case 2: mode |=

Re: [Xpert]adding radeon driver documentation

2002-07-25 Thread Michel Dänzer
On Wed, 2002-07-24 at 19:47, hy0 wrote: 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?

[Xpert]Re: Re: Xpert digest, Vol 1 #2013 - 11 msgs

2002-07-25 Thread Mike A. Harris
On Tue, 16 Jul 2002, David Dawes wrote: Date: Tue, 16 Jul 2002 10:06:53 -0400 From: David Dawes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Content-Type: text/plain; charset=iso-8859-1 List-Id: General X Discussion xpert.XFree86.Org Subject: Re: Re: Xpert digest, Vol 1 #2013 - 11 msgs On Mon, Jul

Re: [Xpert]void driver?

2002-07-25 Thread Trent Whaley
On July 25, 2002 01:08 am, [EMAIL PROTECTED] wrote about [Xpert]void driver?: Section InputDevice Identifier DummyKeyboard Driver void EndSection Does the void driver still try to allocate a VT? Can it be used on the XServer where the second XServer is configured for a

Re: [Xpert]Re: Re: Xpert digest, Vol 1 #2013 - 11 msgs

2002-07-25 Thread Keith Packard
Around 17 o'clock on Jul 25, Rob Taylor wrote: What needs to be implemented for Resize to work? I have a few spare cycles i could donate... (I'm read most of the server code base at one point or other and submitted patches before (tho i'm still waiting to hear from a developer on those...))

Re: [Xpert]XVideo extension docs

2002-07-25 Thread Guido Fiala
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

[Xpert]Recommendations for card with DVI support (1600x1200)

2002-07-25 Thread Markus Gutschke
After reading the mailing list archive for the last half year or so, I am now even more confused than before. I am looking for a graphics card that allows me to drive my Dell flat panel display at 1600x1200 using the DVI interface. Apparently, my initial choice of a Matrox G550 was a poor

Re: [Xpert]Recommendations for card with DVI support (1600x1200)

2002-07-25 Thread Mark Vojkovich
On Thu, 25 Jul 2002, Markus Gutschke wrote: After reading the mailing list archive for the last half year or so, I am now even more confused than before. I am looking for a graphics card that allows me to drive my Dell flat panel display at 1600x1200 using the DVI interface. Apparently,

[Xpert]colormap and bit-depth problems

2002-07-25 Thread Russ Radke
Hi, I'm running an app that requires 8-plane depth, and am having some trouble. When I display it on a Solaris box running 24-plane depth, it automatically selects an 8-plane visual to run in, and everything is great. When I try to display it under XFree86 running 24-plane depth, it can't find

Re: [Xpert]XVideo extension docs

2002-07-25 Thread Mark Cuss
I tested it with all Xv ports which i assumed to correspond to the video devices i have (which seems to be a wrong assumption because of the results i got). You'll note that the software picks the first port that it finds which matches both the XvInputMask and XvVideoMask (ie - it supports

Re: [Xpert]Recommendations for card with DVI support (1600x1200)

2002-07-25 Thread Dr Andrew C Aitchison
On Thu, 25 Jul 2002, Markus Gutschke wrote: I am looking for a graphics card that allows me to drive my Dell flat panel display at 1600x1200 using the DVI interface. Apparently, my initial choice of a Matrox G550 was a poor decision as this card cannot drive DVI at more than 1280x1024 (I

Re: [Xpert]colormap and bit-depth problems

2002-07-25 Thread Dr Andrew C Aitchison
On Thu, 25 Jul 2002, Russ Radke wrote: I'm running an app that requires 8-plane depth, and am having some trouble. When I display it on a Solaris box running 24-plane depth, it automatically selects an 8-plane visual to run in, and everything is great. When I try to display it under XFree86

Re: [Xpert]adding radeon driver documentation

2002-07-25 Thread hy0
There is no beak, but there is no fall through for 7 or 3: agpMode mode 7 1 6 1 5 1 4 7 3 1 2 3 1 1 Exactly, and then agpgart picks the highest set bit from mode which is supported by the chip and the bridge. My bad. I was looking at the code I modified a while ago for

Re: [Xpert]Recommendations for card with DVI support (1600x1200)

2002-07-25 Thread hy0
There was a problem with certain panels working at high pixel clock (typically at 1600x1200) on a Radeon board. It has been fixed in the current CVS code. If you just want to give it a quick try, I can send you the binary driver off the list. Hui I'm currently staring at RH7.3 on a ViewSonic