[Xpert]Freezing Xserver

2002-06-26 Thread Davide Decicco
I have already tried those functions, but nevertheless I am still able to move my pointer etc. (when using XDGASetMode, instead, the pointer really freezes and screen doesn't get updated). Am I missing something? ___ Xpert mailing list [EMAIL

Re: [Xpert]Genlocking X

2002-06-26 Thread Tom Parker
Vladimir Dergachev [EMAIL PROTECTED] wrote: What VSync signal? XFree86 runs in userspace and gets no interrupts. If someone wants to experiment with VSync take a look at km driver at http://gatos.sf.net/. So far it is for Radeons only, but if interested developers have only mach64 or

Re: [Xpert]Genlocking X

2002-06-26 Thread Dr Andrew C Aitchison
On 26 Jun 2002, Tom Parker wrote: Is there a standard double buffering api that you hook into, or is it something that will have to be impliemented on an application by application basis? There are two X extensions which support double-buffering: GLX and DOUBLE-BUFFER. The GLX

Re: [Xpert]dual head on a Radeon VE

2002-06-26 Thread Joe Krahn
Geoffrey wrote: I've got a 'Screen 0' in my first Device section and 'Screen 1' in the second. The examples I used were for single card with dual outputs. One for a Matrox card that had two vga outputs (linux journal article) and another was an example config file from someone who has a

Re: [Xpert]dual head on a Radeon VE

2002-06-26 Thread Geoffrey
Joe Krahn wrote: Geoffrey wrote: I've got a 'Screen 0' in my first Device section and 'Screen 1' in the second. The examples I used were for single card with dual outputs. One for a Matrox card that had two vga outputs (linux journal article) and another was an example config file from

[Xpert]Endless loop in pciSetBusAccess

2002-06-26 Thread Dr Andrew C Aitchison
I've just been looking at a colleague's Dell Latitude C610, using a Radeon Mobility 6 LY. With Friday's CVS built X got stuck with a blank screen during startup, hogging the CPU. I tracked the problem down to pciSetBusAccess, where it got stuck in a loop. This patch allows the server to detect

[Xpert]Write-combining range was already clear

2002-06-26 Thread Mark Campbell
Hey Guys, I'm running FreeBSD4.6 and I installed Xfree version 4.0.3 from the ports and then proceeded to create a config file by running Xfree86 -configure. Firstly I got an error about being unable to dected my mouse.. reading the file I seen it was looking for it in /dev/mouse so I

Re: [Xpert]Slow opaque window resizing

2002-06-26 Thread Soeren Sandmann
Mark Vojkovich [EMAIL PROTECTED] writes: I'm not really sure about that. I've seen the effect that Owen described and it's always seemed rather subtle to me. I could never see appreciable slowdowns unless I sat there resizing manically for a few seconds. Maybe Owen has some

Re: [Xpert]Slow opaque window resizing

2002-06-26 Thread Keith Packard
Around 17 o'clock on Jun 26, Soeren Sandmann wrote: The behaviour where the client stops drawing completely is not difficult to get with a moderately complex gtk+ 2.0 application and the X server running without -dumbScheduler. Please give the enclosed patch a try -- it transfers scheduling

Re: [Xpert]Slow opaque window resizing

2002-06-26 Thread Soeren Sandmann
Keith Packard [EMAIL PROTECTED] writes: Please give the enclosed patch a try I would, but unfortunately I don't any longer have access to a machine where I can modify the X server. Søren ___ Xpert mailing list [EMAIL PROTECTED]

Re: [Xpert]Freezing Xserver

2002-06-26 Thread Mark Vojkovich
On Wed, 26 Jun 2002, Davide Decicco wrote: I have already tried those functions, but nevertheless I am still able to move my pointer etc. (when using XDGASetMode, instead, the pointer really freezes and screen doesn't get updated). Am I missing something? The pointer always moves. If you

Re: [Xpert]Genlocking X

2002-06-26 Thread Mark Vojkovich
On Wed, 26 Jun 2002, Dr Andrew C Aitchison wrote: On 26 Jun 2002, Tom Parker wrote: Is there a standard double buffering api that you hook into, or is it something that will have to be impliemented on an application by application basis? There are two X extensions which support

Re: [Xpert]Genlocking X

2002-06-26 Thread Dr Andrew C Aitchison
On Wed, 26 Jun 2002, Mark Vojkovich wrote: Unfortunately, I don't think DBE has any driver hooks so that it can be synchronized with the retrace. The implementation in the SI is merely an unsynchronized copy from a pixmap to a window. I'd sync it in the NVIDIA driver, if there were a

Re: [Xpert]VIA Tv-out chipset

2002-06-26 Thread lester
There's no TV encoder support at all in XFree86 at the moment. There's a few adapter-specific tools around which allows you to configure the TV encoder that will co-exist with XFree86, perhaps one of those could be hacked to do the job in this case. I now have a mini-ITX motherboard. Audio -

Re: [Xpert]PATCH: X-Video support for Radeon 8500

2002-06-26 Thread Keith Packard
Around 18 o'clock on Jun 24, James Ralston wrote: I've been trying to get X-Video support working for the Radeon 8500. Although there were some changes made to the Radeon driver in CVS early this month, as of a 2002-06-23 CVS checkout, X-Video support still doesn't work: applications that

Re: [Xpert]Radeon 8500 DVI display problem

2002-06-26 Thread Rene Puls
On Tue, 25 Jun 2002 10:12, you wrote: Your config has #Option Dac6Bit False #Option Dac8Bit True Since the VGA connector is giving the correct output, I don't think you should need to uncomment these lines, but the DVI output is behaving as if you had: Option Dac8Bit False

[Xpert]sony grx 316

2002-06-26 Thread Jan Dettmer
hi all, I am trying to run debian woody with XFree 4.1 on a Sony GRX 316. I did not get the X-server to work. it reported that there was no device found in PCI:1:0:0 The graphics card is a Radeon M7 mith 32 megs ram Any suggestions? thanks in advance jan

Re: [Xpert] unresolved symbols with ATI Radeon Mobility M6 LY

2002-06-26 Thread Eric SERVANT
From [EMAIL PROTECTED] Fri Jun 21 14:24:21 2002 From: Dr Andrew C Aitchison [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Xpert] unresolved symbols with ATI Radeon Mobility M6 LY Date: Fri, 21 Jun 2002 11:45:09 +0100 (BST) On Thu, 20 Jun 2002, Eric SERVANT wrote: Hi everybody,

Re: [Xpert]About X window programming

2002-06-26 Thread Mark Vojkovich
On Wed, 26 Jun 2002, Tao Song wrote: Hi, dear all, I have just installed XFree86 4.2.0 in order to work at home. I tried to complie a Xlib program (which can be complied perfectly on HP-UNIX) using the following command: gcc -lX11 XSampleWindow.c gcc complainted like this: /usr/lib/libdl.a

Re: [Xpert]PATCH: X-Video support for Radeon 8500

2002-06-26 Thread James Ralston
On Wed, 26 Jun 2002, Keith Packard wrote: I grabbed your patch and it applied cleanly to current XFree86 CVS, but broke video output on the M6 and RV200 chips (Radeon Mobility and Radeon 7500). The patch eliminates an 8-pixel horizontal offset needed to align the overlay with the frame