newest drivers lose X-video support?

2009-01-23 Thread Brandon Kuczenski
Hello, I recently installed updated versions of xserver-xorg-video-intel (2.5.1-1ubuntu5), libdrm2 and libdrm-intel1 (2.4.1-0ubuntu7) in order to try to resolve a suspend-to-RAM bug. I installed files from this archive: https://edge.launchpad.net/~intel-gfx-testing/+archive The fix appears

Re: Fwd: wrong colors with Xv extension and image format id: 0x59565955 (UYVY) from an rgb mapping

2009-01-23 Thread Tomas Carnecky
On 01/23/2009 02:59 AM, Amos Tibaldi wrote: #define GUID_UYVY_PLANAR 0x59565955 Just a sidenote: This is misleading, that format is packed and not planar. void RGBToUV(unsigned short int r, unsigned short int g, unsigned short int b, unsigned short int * u, unsigned short int * v) { *u

Re: restoring XvMC with DRI2 with xf86-video-intel-2.6.0

2009-01-23 Thread Johannes Engel
Antoine Martin wrote: There is a commit named: Disable XvMC on DRI2 for now [...] Are there any plans to re-enable it in 2.6.1? 2.6.1 is out already, so that won't be the case. Have a look at 10c63fad690c13458f0b32bced571f1403d74...@pdsmsx502.ccr.corp.intel.com, Gordon Jin stated:

Re: [PATCH] Xi: define a default range of axis labels.

2009-01-23 Thread Simon Thum
Peter Hutterer wrote: patches welcome :) Here y'r. :) From e25f0f7c38c9f5d5cfab4a20fe42ee5cbf38d012 Mon Sep 17 00:00:00 2001 From: Simon Thum simon.t...@gmx.de Date: Fri, 23 Jan 2009 11:39:56 +0100 Subject: [PATCH] xinput: create well-known atoms on demand, rather than preinit them ---

Re: Compile error building xf86-input-keyboard from current git

2009-01-23 Thread Mathieu Taillefumier
Hi, I also have this problem and a little more digging in the code shows that: 1- XkbSetRulesDflts is defined in two different ways with one argument (in the file xkb/xkbInit.c) and 5 arguments in the proto definition. Fixing this is not problematic but I would like to know which definition I

[PATCH] Xvfb: Remove unused function GetLK201Mappings in InitInput.c

2009-01-23 Thread Magnus Kessler
Silence a gcc warning. After commit 08363c5830bdea34012dcd954b45ccfdc79a3a7e GetLK201Mappings is no longer needed. Signed-off-by: Magnus Kessler magnus.kess...@gmx.net diff --git a/hw/vfb/InitInput.c b/hw/vfb/InitInput.c index e53ac4b..578cc49 100644 --- a/hw/vfb/InitInput.c +++

[PATCH] Xvfb: add missing include for new xkbsrv.h

2009-01-23 Thread Magnus Kessler
Commit 08363c5830bdea34012dcd954b45ccfdc79a3a7e added call to XkbGetRulesDflts defined in xkbsrv.h Signed-off-by: Magnus Kessler magnus.kess...@gmx.net --- hw/vfb/InitInput.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/vfb/InitInput.c b/hw/vfb/InitInput.c index

Re: newest drivers lose X-video support?

2009-01-23 Thread Tino Keitel
On Fri, Jan 23, 2009 at 00:33:10 -0800, Brandon Kuczenski wrote: Hello, I recently installed updated versions of xserver-xorg-video-intel (2.5.1-1ubuntu5), libdrm2 and libdrm-intel1 (2.4.1-0ubuntu7) in order to try to resolve a suspend-to-RAM bug. I installed files from this archive:

[PATCH] .gitignore: ignore sdksyms.dep

2009-01-23 Thread Magnus Kessler
Signed-off-by: Magnus Kessler magnus.kess...@gmx.net diff --git a/.gitignore b/.gitignore index bd38ddb..4d277d9 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,4 @@ include/xkb-config.h include/xorg-config.h include/xorg-server.h include/xwin-config.h +sdksyms.dep -- 1.6.1

Random xrandr behaviour

2009-01-23 Thread Magnus Kessler
With uptodate git versions of xrandr, xserver, mesa and the intel driver I observe a random behaviour of xrandr. In the same session the output of xrandr randomly switches between $ xrandr Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 4096 x 4096 VGA connected 1280x1024+0+0 (normal

[PATCH] Additional pci-id for the nv driver

2009-01-23 Thread Alberto Milone
Dear Aaron, I've noticed that the nv driver is not automatically chosen for my Geforce 7300 GT unless I don't specify the nv driver in the xorg.conf. The attached patch solves the problem. Regards, Alberto Milone # On branch master # Changes to be committed: # # modified: src/nv_driver.c #

Re: [PATCH] Additional pci-id for the nv driver

2009-01-23 Thread Aaron Plattner
On Fri, 2009-01-23 at 09:16 -0800, Alberto Milone wrote: Dear Aaron, I've noticed that the nv driver is not automatically chosen for my Geforce 7300 GT unless I don't specify the nv driver in the xorg.conf. Sorry, now that I look at it some more, something else must be wrong. The 0x2E2

Re: [PATCH] : quirk for AOpen MP45

2009-01-23 Thread Zhenyu Wang
On 2009.01.18 19:46:16 +0800, Vincent Mussard wrote: Zhenyu Wang wrote : 2.6-branch doesn't have my LVDS detect patch, as I'd like to get more testing before putting in stable. Could you try git master to see if LVDS has the right detection? I know some Aopen might still not work, so

Re: build failure in xserver-master (2009-01-23 03:11:15)

2009-01-23 Thread Dan Nicholson
2009/1/23 Joe Smith stop...@yahoo.com: (If someone has already reported this, sorry.) Background: I hacked together an improved(?) install script based on the script found at http://www.x.org/wiki/Development/git. It's attached so these results can be repeated. (Sorry, I'm still

Re: [PATCH] Xi: define a default range of axis labels.

2009-01-23 Thread Matt Helsley
On Mon, 2009-01-19 at 23:23 +1100, Peter Hutterer wrote: ATM, we are able to announce that a device has multiple axes, but clients have to take educated guesses as to wether axis N is tilt, pressure, pan or bananas. This patch introduces a set of default properties, initialized by the server