Multi-card Xorg

2009-03-24 Thread Timothy S. Nelson
Hi all. For those of you who are interested in having Xorg work with multiple graphics cards, I've created a bugzilla bug to track the issue. https://bugs.freedesktop.org/show_bug.cgi?id=20816 If the issue is something you want to keep an eye on, feel free to add yourself to

RE: How can I exclude the X default mode in RandR ?

2009-03-24 Thread GordonYuan
Alex, Thanks! Because HDMI doesn't support GTF timing, the X default modes are all excluded on XServer 1.6. I still have no idea how to filter them on XServer 1.5.x. I can filter certain mode, but I can't filter all the X default modes. Best wishes, Gordon -Original

RandR 1.3 support projection ?

2009-03-24 Thread GordonYuan
Dear all, In RandR 1.3 introduction ppt, it's said that RandR 1.3 support projection and the transformation matrix is (1,0,0,0,1,0,0,1/d,0). That means that if the source ordinate is (x, y), the destination ordinate is (d*x/y, d). It's the projection value on the line y=d. The CRTC contents

Re: xf86OSMouseInit() not used

2009-03-24 Thread Simon Thum
Jeremy C. Reed wrote: On Wed, 18 Mar 2009, Peter Hutterer wrote: I think in 1.4, xf86OSMouseInit was still in the server, so maybe there's some conflicts there. That sounds like that was it. Maybe the xf86-input-mouse configure should check for xorg-server = 1.4.99.something instead of =

Re: How can I exclude the X default mode in RandR ?

2009-03-24 Thread Alex Deucher
On 3/24/09, gordony...@viatech.com.cn gordony...@viatech.com.cn wrote: Alex, Thanks! Because HDMI doesn't support GTF timing, the X default modes are all excluded on XServer 1.6. I still have no idea how to filter them on XServer 1.5.x. I can filter certain mode, but I

Fwd: Commit 5100d829a4d71ce4a9fbc2b81694a1fb90066ccf causing problems with mythtv

2009-03-24 Thread Mario Limonciello
Hi: I've been attempting to debug a bug that recently entered Ubuntu jaunty [1] related to MythTV. It seems that a whole slew of X BadMatch errors and RenderBadPicture errors are thrown out whenever a QWidget show call is used. Using git-bisect, I came to the conclusion it got introduced at

/*SUPPRESS*/ comments?

2009-03-24 Thread Pat Kane
In various places in the Xorg source code see comments like this one in ./app/bitmap/Handlers.c: status-success = status-draw ? True : False; /* SUPPRESS 701 */ BWTerminateRequest(w, TRUE); What does that comments do, it kind of looks like a lint directive.

xf86-video-xgi-1.5.0

2009-03-24 Thread Alfie Viechweg
What is the status of the xf86-video-xgi driver. Is it deprecated? I was trying to build this driver against xorg-server-1.6.0 and I notice it's looking for a header file name xf86Version.h which does not exist anymore. Also, can the xf86-video-sis driver be used instead of the xf86-video-xgi?

Kernel modesetting

2009-03-24 Thread tsuraan
I have a laptop with an intel VGA controller, and I'd like to try the new kernel modesetting from the 2.6.29 kernel. What xorg intel driver version, xorg version, etc do I need to try this out? Also, will it be possible to use DRI and Xinerama in this configuration, or is that impossible for

Re: Kernel modesetting

2009-03-24 Thread Tino Keitel
On Tue, Mar 24, 2009 at 11:05:33 -0500, tsuraan wrote: [...] be possible to use DRI and Xinerama in this configuration, or is that The Intel Xorg driver doesn't work with Xinerama anymore. It just crashes if you enable Xinerama. The last version of the Intel driver I know that works with

Re: Kernel modesetting

2009-03-24 Thread Alan Cox
On Tue, 24 Mar 2009 17:33:16 +0100 Tino Keitel tino.keitel+x...@tikei.de wrote: On Tue, Mar 24, 2009 at 11:05:33 -0500, tsuraan wrote: [...] be possible to use DRI and Xinerama in this configuration, or is that The Intel Xorg driver doesn't work with Xinerama anymore. It just crashes

Re: Kernel modesetting

2009-03-24 Thread Tino Keitel
On Tue, Mar 24, 2009 at 16:44:24 +, Alan Cox wrote: On Tue, 24 Mar 2009 17:33:16 +0100 Tino Keitel tino.keitel+x...@tikei.de wrote: On Tue, Mar 24, 2009 at 11:05:33 -0500, tsuraan wrote: [...] be possible to use DRI and Xinerama in this configuration, or is that The Intel

Re: Kernel modesetting

2009-03-24 Thread Florian Mickler
On Tue, 24 Mar 2009 17:33:16 +0100 Tino Keitel tino.keitel+x...@tikei.de wrote: On Tue, Mar 24, 2009 at 11:05:33 -0500, tsuraan wrote: [...] be possible to use DRI and Xinerama in this configuration, or is that The Intel Xorg driver doesn't work with Xinerama anymore. It just

Re: Kernel modesetting

2009-03-24 Thread Tino Keitel
On Tue, Mar 24, 2009 at 20:54:02 +0100, Florian Mickler wrote: On Tue, 24 Mar 2009 17:33:16 +0100 Tino Keitel tino.keitel+x...@tikei.de wrote: On Tue, Mar 24, 2009 at 11:05:33 -0500, tsuraan wrote: [...] be possible to use DRI and Xinerama in this configuration, or is that

Problem using libXevie

2009-03-24 Thread Michael Pozhidaev
Greetings! It is my first posting to this list. I want to discuss the problem with using libXevie. I use its release 1.0.2 and the snapshot published in Git repository at http://cgit.freedesktop.org/xorg/lib/libXevie. In both cases there is a problem with running test from

Re: Problem using libXevie

2009-03-24 Thread Rino Farina
I've actually had the same problem but was able to work around it. (http://bugs.freedesktop.org/show_bug.cgi?id=19263) -rino On Tue, Mar 24, 2009 at 6:55 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Wed, Mar 25, 2009 at 05:41:53AM +0600, Michael Pozhidaev wrote: Greetings! It is my

Re: Problem using libXevie

2009-03-24 Thread Julien Cristau
On Wed, 2009-03-25 at 09:55 +1000, Peter Hutterer wrote: On Wed, Mar 25, 2009 at 05:41:53AM +0600, Michael Pozhidaev wrote: Greetings! It is my first posting to this list. I want to discuss the problem with using libXevie. I use its release 1.0.2 and the snapshot published in Git

Re: xf86-video-xgi-1.5.0

2009-03-24 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alfie Viechweg wrote: What is the status of the xf86-video-xgi driver. Is it deprecated? I was trying to build this driver against xorg-server-1.6.0 and I notice it's looking for a header file name xf86Version.h which does not exist anymore.

Re: Two cursor using Xinerama on XServer 1.5.99.3

2009-03-24 Thread Peter Hutterer
On Fri, Mar 13, 2009 at 03:09:06PM +0800, gordony...@viatech.com.cn wrote: I tried as you said. There is only ONE cursor on the screen, but it's a software cursor, not hardware. The codes about hardware cursor are not called at all. In fact, only one hardware cursor is what I want.

Re: How can I exclude the X default mode in RandR ?

2009-03-24 Thread Alex Deucher
On 3/24/09, gordony...@viatech.com.cn gordony...@viatech.com.cn wrote: Alex, Thanks for your kind help. But it won't support the user-define mode lines, because they are also excluded. For example, Section Monitor Modeline