[Xpert]Re: Acceleration not working S3 Virge MX

2002-03-20 Thread Gabor Hetyei
Many thanks to Fred Heitkamp! Although his suggestion did not work verbatim on my machine, I got the idea and experimented with partial turning off of the acceleration. (I was unaware of these possibilities.) It turns out that the one and only adjustment I need to do is to add Option "X

Re: [Xpert][PATCH]: XftFreetype.h missing typedef struct on XftFontStruct

2002-03-20 Thread Keith Packard
Around 23 o'clock on Mar 20, Owen Taylor wrote: > - Require fontconfig and Xft2 for all installations of Pango that >want to use the backends. (fontconfig is independent of X, Xft2 >supports servers without the RENDER extension.) This would clean up >the code a _lot_ and make it a e

Re: [Xpert]Writting a Driver for LCD /Touch Screen

2002-03-20 Thread Joe Krahn
> Latha wrote: > > Hi, > I want to write an LCD / Touch Screen Driver for Xfree86. > I thought the best approach would be to see a Mouse driver of Xfree86. > But i fail to get the flow of the Xfree86 architecture. It is very disorganized at this time. There are no documents on it's current st

Re: [Xpert][PATCH]: XftFreetype.h missing typedef struct on XftFontStruct

2002-03-20 Thread Owen Taylor
"bharat tewari" <[EMAIL PROTECTED]> writes: > just curious? why have we seperated the xft code and put it under the pango > directory itself? one of the reasons where i think it will be useful is when > people are using xfree86 3.x series but as such pango checks for the > XftConfig file which

Re: [Xpert][PATCH]: XftFreetype.h missing typedef struct on XftFontStruct

2002-03-20 Thread bharat tewari
just curious? why have we seperated the xft code and put it under the pango directory itself? one of the reasons where i think it will be useful is when people are using xfree86 3.x series but as such pango checks for the XftConfig file which will be present only with xfree86 4.1.x and later vers

Re: [Xpert][PATCH]: XftFreetype.h missing typedef struct onXftFontStruct

2002-03-20 Thread Shawn Starr
I see, This patch will fix a bug though in the header ;) I'll check that thread, thanks. Shawn. On Wed, 20 Mar 2002, Owen Taylor wrote: > > Shawn Starr <[EMAIL PROTECTED]> writes: > > > After using a recent CVS snapshot GTK+'s pango failed to configure > > properly with errors: > > > > config

[Xpert]HP omnibook 510 + intel 830 = unsupported

2002-03-20 Thread livio
Hi all, I try to install linux on this portable (kernel 2.4.18, XFree 4.2) but seems that there is a problem with the detected memory. XFree supports i830 but this chipset uses part of ram memory as video memory. At the boot time the bios assign automatically 1024k of video memory and this the

[Xpert]Clarification on "X" event sequence for window-handling

2002-03-20 Thread SHOBHIT MATHUR
Hello, I am currently involved in an effort to make the Sawfish Window Manager multihead-aware. In this regard, I am facing a show-stopper, wherein the window of an application [ say xterm ], appears on the second screen, without the frame around it, wherea

Re: Radeon Xvideo endianes fix [was Re:[Xpert]RADEONSetupForDashedLine endianess fix]

2002-03-20 Thread Michel Dänzer
On Mit, 2002-03-20 at 21:34, Guido Guenther wrote: > + { > + > +#if X_BYTE_ORDER == X_BIG_ENDIAN > + unsigned char *RADEONMMIO = info->MMIO; > + CARD32 surface_cntl; > + > + surface_cntl = INREG(RADEON_SURFACE_CNTL); > + OUTREG(RADEON_SURFACE_CNTL, (surface_cntl | > +

Re: [Xpert]RADEONSetupForDashedLine endianess fix

2002-03-20 Thread Michel Dänzer
On Mit, 2002-03-20 at 15:51, Guido Guenther wrote: > > > > BTW your patch is reversed. :) > Argh. Another point to not do things in a hurry. Yep, and to use CVS. :) You also missed the CP case. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI projec

Re: [Xpert][PATCH]: XftFreetype.h missing typedef struct on XftFontStruct

2002-03-20 Thread Keith Packard
Around 18 o'clock on Mar 20, Owen Taylor wrote: > Pango's Xft support simply doesn't work with current XFree86 CVS which > has a substantially different version of Xft (version 2) from the one that > Pango expects. > > Keith has some patches to get it working, see: Note that the intent of my p

Re: [Xpert][PATCH]: XftFreetype.h missing typedef struct on XftFontStruct

2002-03-20 Thread Owen Taylor
Shawn Starr <[EMAIL PROTECTED]> writes: > After using a recent CVS snapshot GTK+'s pango failed to configure > properly with errors: > > configure: WARNING: X11/Xft/XftFreetype.h: present but cannot be compiled. > configure: WARNING: X11/Xft/XftFreetype.h: check for missing prerequisite headers

Re: [Xpert][PATCH]: XftFreetype.h missing typedef struct onXftFontStruct

2002-03-20 Thread Marc Aurele La France
On Tue, 19 Mar 2002, Shawn Starr wrote: > After using a recent CVS snapshot GTK+'s pango failed to configure > properly with errors: > configure: WARNING: X11/Xft/XftFreetype.h: present but cannot be compiled. > configure: WARNING: X11/Xft/XftFreetype.h: check for missing prerequisite headers? >

Radeon Xvideo endianes fix [was Re: [Xpert]RADEONSetupForDashedLine endianess fix]

2002-03-20 Thread Guido Guenther
On Wed, Mar 20, 2002 at 11:04:47AM -0800, Ani Joshi wrote: > > > On Wed, 20 Mar 2002, Guido Guenther wrote: > > > I'm seeing another endianess bug with Xv. At least in 16bpp red and > > blue seem to be swapped. I noticed that the r128 has some endianess > > fixes in R128PutImage. The Radeon dri

Re: [Xpert]A better X mouse cursor acceleration?

2002-03-20 Thread Michael Matthew Toomim
Peter Zijlstra wrote: > Hi,. > > this is what i hacked together a year ago; it works for me,. > > have a go with it > > I ripped pieces of X / gpm and other sources > can't quite remember which anymore. > > I fixed it up nicely once, with runtime configurablity and such > but lost the sources

Re: [Xpert]RADEONSetupForDashedLine endianess fix

2002-03-20 Thread Ani Joshi
On Wed, 20 Mar 2002, Guido Guenther wrote: > I'm seeing another endianess bug with Xv. At least in 16bpp red and > blue seem to be swapped. I noticed that the r128 has some endianess > fixes in R128PutImage. The Radeon driver will need these too, I guess. > What is the Radeon equivalent to APER

Re: [Xpert]Xinerama Problem with XFree86 4.1.0

2002-03-20 Thread Josh Hogan
On Wednesday, March 20, 2002, at 10:46 AM, Randall Watt wrote: > > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf >> Of Josh Hogan >> Sent: Wednesday, March 20, 2002 10:54 AM >> To: [EMAIL PROTECTED] >> Subject: Re: [Xpert]Xinerama Problem with XFree

Re: [Xpert]Writting a Driver for LCD /Touch Screen

2002-03-20 Thread Randolph Bentson
On Wed, Mar 20, 2002 at 06:42:43AM -0500, "Latha" <[EMAIL PROTECTED]> wrote: > I want to write an LCD / Touch Screen Driver for Xfree86. > I thought the best approach would be to see a Mouse driver of > Xfree86. But i fail to get the flow of the Xfree86 architecture. It depends on how the tou

RE: [Xpert]Xinerama Problem with XFree86 4.1.0

2002-03-20 Thread Randall Watt
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Josh Hogan > Sent: Wednesday, March 20, 2002 10:54 AM > To: [EMAIL PROTECTED] > Subject: Re: [Xpert]Xinerama Problem with XFree86 4.1.0 > > > > On Wednesday, March 20, 2002, at 09:23 AM, Randall Watt

Re: [Xpert]A better X mouse cursor acceleration?

2002-03-20 Thread Frank v Waveren
On Wed, Mar 20, 2002 at 02:42:10PM +0100, Peter Zijlstra wrote: > for the X pplz out there, this thing supports a 'dragmouse' feature > which turns the mouse movement into wheel/scroller movements when a > sertain button is pressed, trouble with this is that X doesn't support > the 2nd axis. XFree

RE: [Xpert]Xvfb on solaris 8 using gcc

2002-03-20 Thread Chuck Pierce
I put #define BuildServer YES #define XVirtualFramebufferServer YES in xc/config/cf/site.def xc/config/cf/host.def xc/config/cf/sun.cf I also checked to make sure that there were no contradictory commands cd xc/config/cf/; grep -i virtualframe *; There we no defines to

Re: [Xpert]Xinerama Problem with XFree86 4.1.0

2002-03-20 Thread Josh Hogan
On Wednesday, March 20, 2002, at 09:23 AM, Randall Watt wrote: > > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf >> Of Josh Hogan >> Sent: Tuesday, March 19, 2002 7:25 PM >> To: [EMAIL PROTECTED] >> Subject: [Xpert]Xinerama Problem with XFree86 4.1.

RE: [Xpert]Xinerama Problem with XFree86 4.1.0

2002-03-20 Thread Randall Watt
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Josh Hogan > Sent: Tuesday, March 19, 2002 7:25 PM > To: [EMAIL PROTECTED] > Subject: [Xpert]Xinerama Problem with XFree86 4.1.0 > > > Hello. I've recently been trying to get the Xinerama extensions

Re: [Xpert]RADEONSetupForDashedLine endianess fix

2002-03-20 Thread Guido Guenther
On Wed, Mar 20, 2002 at 02:31:44PM +0100, Michel Dänzer wrote: > On Mit, 2002-03-20 at 13:58, Guido Guenther wrote: > > > attached patch fixes a problem with dashed lines on Radeon/PPC/Linux(which for > > example fixes the wrong pattern on the gnome logout screen). It's > > basically stolen from

Re: [Xpert]Xinerama Problem with XFree86 4.1.0

2002-03-20 Thread Josh Hogan
> > On Tuesday, March 19, 2002, at 06:33 PM, Mark Vojkovich wrote: > >> On Tue, 19 Mar 2002, Josh Hogan wrote: >> >>> Hello. I've recently been trying to get the Xinerama extensions with >>> XFree86 4.1.0 (stock from Redhat 7.2 install, no updates) working. My >>> computer is a P2 233, with two

Re: [Xpert]RADEONSetupForDashedLine endianess fix

2002-03-20 Thread Michel Dänzer
On Mit, 2002-03-20 at 13:58, Guido Guenther wrote: > attached patch fixes a problem with dashed lines on Radeon/PPC/Linux(which for > example fixes the wrong pattern on the gnome logout screen). It's > basically stolen from the r128 driver. I have 0% knowledge about the > radeon, does this look c

[Xpert]RADEONSetupForDashedLine endianess fix

2002-03-20 Thread Guido Guenther
Hi, attached patch fixes a problem with dashed lines on Radeon/PPC/Linux(which for example fixes the wrong pattern on the gnome logout screen). It's basically stolen from the r128 driver. I have 0% knowledge about the radeon, does this look correct? -- Guido --- xc/programs/Xserver/hw/xfree86/d

Re: [Xpert]Trident Cyberblade/i1 Virtual Terminal Problems

2002-03-20 Thread Alan Hourihane
You need to upgrade to XFree86 4.2.0 Alan. On Mon, Mar 18, 2002 at 10:18:13PM -0700, Derek Neighbors wrote: > After much pain I have a Trident Cyberblade/i1 working. Some things I ran into... > > Mouse was off set, Option "SWCursor" fixed this. > Lots of 'flickering/noise' when moving windows,

Re: [Xpert]A better X mouse cursor acceleration?

2002-03-20 Thread Peter Zijlstra
On Thu, 2002-03-14 at 21:15, Michael Toomim wrote: > Does anyone know of any programs, patches, drivers, etc. that allow for > a better mouse cursor acceleration than what X does? > > The current method of multiplying the mouse's velocity by a constant > whenever the motion exceeds a certain th

Re: [Xpert]Dual Head on i830MG

2002-03-20 Thread Abraham vd Merwe
Hi Éric! The Linux i830 driver doesn't support dual-head displays... > I have bought a toshiba Satellite 3000 X11 laptop with an intel i830MG > graphic board. With Windows XP, I can use this computer in a dual-head > configuration: the laptop screen and an external screen on the vga port > can d

Re: [Xpert]Writting a Driver for LCD /Touch Screen

2002-03-20 Thread bharat tewari
there is already a document on the XFree86 architecture and how the driver is written inside the source tree. I have forgotten the path but that is the best place to start. regards bharat Content-Type: multipart/alternative; boundary="=_NextPart_000_00EF_01C1CE86.3A313F10" --=_Ne

[Xpert]Problem configuring XF86, Glint and Elsa Gloria-L

2002-03-20 Thread Andrew Carpenter
I had this working previously with Xf86 3.x and thought I'd upgrade everything to XF86 4.x, I can't figure out what could be wrong so I'm pleading for help.   Redhat 7.2 (latest KRUD cd), Elsa Gloria L, tried with 17 inch LCD and 17 inch CRT, most attempts result in having to kill the power,

[Xpert]4.2.0: build problem on ppc

2002-03-20 Thread Guido Guenther
Hi, when trying to build a static X-Server(#define DoLoadableServer NO) on Linux/PPC the final link of XFree86 fails with cfb24/libcfb24.a(cfbglblt8.o): In function `cfbPolyGlyphBlt8Clipped': cfbglblt8.o(.text+0x910): undefined reference to `cfb8ComputeClipMasks32' cfbglblt8.o(.text+0x910): relo

[Xpert]Trident Cyberblade/i1 Virtual Terminal Problems

2002-03-20 Thread Derek Neighbors
After much pain I have a Trident Cyberblade/i1 working. Some things I ran into... Mouse was off set, Option "SWCursor" fixed this. Lots of 'flickering/noise' when moving windows, dropping to 16bit from 24bit fixed this. However, I still can not start X then go to vt2 then go back to vt7 w/o X

Re: [Xpert]4.2.0: build problem on ppc

2002-03-20 Thread Guido Guenther
On Mon, Mar 18, 2002 at 10:54:05AM -0700, Marc Aurele La France wrote: > On Mon, 18 Mar 2002, Guido Guenther wrote: > > > when trying to build a static X-Server(#define DoLoadableServer NO) on >Linux/PPC > > the final link of XFree86 fails with [..snip..] > > +++ xc/programs/Xserver/Makefi

[Xpert]Xfree86 cross compilation troubles

2002-03-20 Thread jerome . rebourgm
Hello I have noted that only Kdrive.cf includes cross.def, does that means that only Kdrive's servers could be cross-compiled? Is there a solution to cross compil xfree86 for a loadable server? thanks, Jerome ___ Xpert mailing list [EMAIL PROTE

[Xpert]Regarding the new 2d drivers for trident

2002-03-20 Thread Anders Rune Jensen
Hi I tried the new drivers posted on alan's page together with xfree 4.2. First I don't have to use the shadowfb so dga works (very nice for movies in mplayer) and I can also change resolution in X. The only wierd thing is that it says it doesn't have enough memory to use double. I tried this wi

Re: [Xpert]problem with ATI mach64 / xpert card

2002-03-20 Thread Will Yardley
Peter Surda wrote: [replying on list, just to let everyone know that fixed the problem] > There is one, turn off composite sync (just uncomment and set to off). > This was apparently an unfortunate decision in 4.2.0 that has been > reversed afterwards. thanks for that! i will notify the port ma

[Xpert]Re: multi-head DVI?

2002-03-20 Thread Jeffrey W. Baker
The Radeon series with DVI output will drive 1600x1200 over the digital link. I'm using a Radeon All-in-Wonder right now at 1600x1200 DVI. You can get PCI Radeons, so I presume you could stuff a machine full of as many as you like. At least, this is how Apple used to configure a PowerMac with 4

[Xpert]renaming ati drivers

2002-03-20 Thread Arkadiusz Miskiewicz
Hi, I want to include GATOS driver in my XFree86*.rpm and I need to rename XFree86 ati* drivers to ati_old, r128_old, radeon_old. For now I've changed: diff -urN ati.old.org/ati.c ati.old/ati.c --- ati.old.org/ati.c Wed Mar 13 11:18:18 2002 +++ ati.old/ati.c Wed Mar 13 21:05:2

[Xpert]Dual Head on i830MG

2002-03-20 Thread Éric Brunet
Hello all, I have bought a toshiba Satellite 3000 X11 laptop with an intel i830MG graphic board. With Windows XP, I can use this computer in a dual-head configuration: the laptop screen and an external screen on the vga port can display different pictures. I would like to do the same thing with l

[Xpert]Writting a Driver for LCD /Touch Screen

2002-03-20 Thread Latha
Hi,     I want to write an LCD / Touch Screen Driver for Xfree86. I thought the best approach would be to see a Mouse driver of Xfree86. But i fail to get the flow of the Xfree86 architecture.   I am not able to get the entry points and the interface between the X and linux-kernel.    Can a

[Xpert]4.2.0: build problem on ppc

2002-03-20 Thread Guido Guenther
Hi, when trying to build a static X-Server(#define DoLoadableServer NO) on Linux/PPC the final link of XFree86 fails with: cfb24/libcfb24.a(cfbglblt8.o): In function `cfbPolyGlyphBlt8Clipped': cfbglblt8.o(.text+0x910): undefined reference to `cfb8ComputeClipMasks32' cfbglblt8.o(.text+0x910): rel

Re: [Xpert]multi-head DVI?

2002-03-20 Thread Roland Schulz
Hi, On Tuesday, 19. March 2002 05:03, Andy Sparrow wrote: > Does anyone happen to know of any cards which will do DVI output @ > 1600x1200, either PCI cards (so I can fit as many as needed) or a quad-head > AGP one? > > If I'm reading their information correctly, Matrox don't do a quad-port AGP >