Re: Evdev drops all keyboard events with code 255?

2008-12-04 Thread Daniel Stone
On Thu, Dec 04, 2008 at 08:31:27AM +0100, Mattias Nissler wrote: I just got my new USB DVB-T dongle, which features an IR receiver and comes with a remote. It sort of works, but I have the following problem: My X server is configured to use evdev for all its input. This is fine also for the

Re: [newb] Will xorg still allow non-hal config?

2008-12-04 Thread Jan Kasprzak
Peter Hutterer wrote: : http://who-t.blogspot.com/2008/12/evdev-xorgconf-hal-and-other-fud.html : : That's a quick brain dump of input related things I could think of that are : repeatedly asked on the list, irc, and bugreports. The information is accurate : as of git master today and extends to

Re: [PATCH 02/13] randrproto: Panning protocol description

2008-12-04 Thread Matthias Hopf
On Nov 28, 08 11:04:48 -0800, Keith Packard wrote: + Note that changes to the screen size might invalidate panning + parameters. In these cases panning might be silently disabled, or the + panning parameters are updated automatically as necessary. The exact + behavior of the

Re: [PATCH 09/13] xserver: randr: Panning support

2008-12-04 Thread Matthias Hopf
On Nov 28, 08 11:11:22 -0800, Keith Packard wrote: On Fri, 2008-11-28 at 17:49 +0100, Matthias Hopf wrote: +if (crtc-funcs-pan + memcmp (mode, saved_mode, sizeof(saved_mode)) == 0 + saved_rotation == rotation) { + crtc-funcs-pan (crtc, crtc-x, crtc-y); + ret = TRUE; +

Re: [PATCH 00/13] RandR 1.3 Panning support

2008-12-04 Thread Matthias Hopf
On Dec 04, 08 12:41:46 +0100, Matthias Hopf wrote: I've bumped the randrproto version to 1.2.99.1; we'll move to 1.3.0 when we're finished pulling in changes. Bumping to 1.2.99.2, in order to reflect dependencies. Matthias -- Matthias Hopf [EMAIL PROTECTED] ____ __

Re: Evdev drops all keyboard events with code 255?

2008-12-04 Thread Nicolas Mailhot
Le Jeu 4 décembre 2008 08:31, Mattias Nissler a écrit : However, xorg's evdev input driver currently drops all keyboard events with code 255 https://bugs.freedesktop.org/show_bug.cgi?id=11227 -- Nicolas Mailhot ___ xorg mailing list

Re: [RFC PATCH] Handle hotplugged devices from xorg.conf

2008-12-04 Thread Peter Hutterer
On Wed, Dec 03, 2008 at 11:49:16PM -0800, Dan Nicholson wrote: On Wed, Dec 3, 2008 at 7:28 PM, Peter Hutterer [EMAIL PROTECTED] wrote: On Wed, Dec 03, 2008 at 07:20:26AM -0800, Dan Nicholson wrote: Hotplug hooks are added to the HAL core to allow the DDX to handle device hotplugging. If a

Re: Xcomposite questions

2008-12-04 Thread Kamalneet Singh
Alexei Babich wrote: Please, tell me, how to implement the following things, according to the scheme(figure) below: 1). Semitransparent background of the window w3; I want to watch the content beneath (under) it (part of the windows w1, w2, root; which intersects with the parts of the

Re: fprintf output from libpciaccess

2008-12-04 Thread Colin Guthrie
'Twas brillig, and Timothy S. Nelson at 04/12/08 10:19 did gyre and gimble: There are a number of places that libpciaccess prints to stderr. Does anyone know where these end up? Do they end up on the terminal that ran startx? Do they end up in the Xorg.0.log? Syslog? Somewhere

Re: Draft: License policy for contributors

2008-12-04 Thread olafBuddenhagen
Hi, On Wed, Dec 03, 2008 at 06:28:17AM +1100, Daniel Stone wrote: GFDL is out as DFSG-incompatible. I thought GFDL is fine DFSG-wise as long as there are no invariant sections/cover texts?... (Disclaimer: Not advocating GFDL use here; only pointing out.) -antrik-

Re: [newb] Will xorg still allow non-hal config?

2008-12-04 Thread vehemens
On Wednesday 03 December 2008 09:21:51 pm Peter Hutterer wrote: On Wed, Dec 03, 2008 at 08:08:35PM -0800, vehemens wrote: On Wednesday 03 December 2008 02:33:34 pm Peter Hutterer wrote: http://who-t.blogspot.com/2008/12/evdev-xorgconf-hal-and-other-fud.html That's a quick brain dump of

Re: Xephyr + DRI

2008-12-04 Thread Julien Cristau
On Thu, Dec 4, 2008 at 07:44:40 -0800, Yan Seiner wrote: Before I go off on a wild goose chase, is DRI possible with Xephyr? I am using 1.5.3 from Debian experimental. I disabled it in our 1.5.1 packages, because it didn't seem to work when I tried it anyway (bug#16955). If it works for

XDamageSubtract usage

2008-12-04 Thread McDonald, Michael-p7438c
I've been playing around with the Xdamage extension and I'm having a hard time figuring out how XDamageSubtract should be used. When I receive a XDamageNotify event, I repair the damaged area, and then I tell the server that I've repaired it using XDamageSubtract. That all works fine except when

Re: [PATCH 02/13] randrproto: Panning protocol description

2008-12-04 Thread Keith Packard
On Thu, 2008-12-04 at 12:31 +0100, Matthias Hopf wrote: I'd say all of this timestamp stuff can be eliminated. What happens with timestamps is that an application queries the system, then something unrelated changes, then the application tries to set some parameters. The result is that the

Re: Xephyr + DRI

2008-12-04 Thread Yan Seiner
On Thu, December 4, 2008 8:39 am, Julien Cristau wrote: On Thu, Dec 4, 2008 at 07:44:40 -0800, Yan Seiner wrote: Before I go off on a wild goose chase, is DRI possible with Xephyr? I am using 1.5.3 from Debian experimental. I disabled it in our 1.5.1 packages, because it didn't seem to

Re: [PATCH 10/13] xserver: randr: Protocol bits for panning support

2008-12-04 Thread Julien Cristau
On Fri, Nov 28, 2008 at 17:51:20 +0100, Matthias Hopf wrote: --- randr/randrstr.h | 19 ++ randr/rrcrtc.c | 167 randr/rrdispatch.c |2 + 3 files changed, 188 insertions(+), 0 deletions(-) You're not updating

Re: [newb] Will xorg still allow non-hal config?

2008-12-04 Thread Peter Hutterer
On Thu, Dec 04, 2008 at 07:53:32AM -0800, vehemens wrote: By the way, what type of testing are you doing? OS/kernel version(s)? 32 bit and/or 64 bit? Currently: One F10 laptop (1.5.3 + fedora patches), an occasional F9 laptop (1.5.2 + fedora patches), one box running master on Ubuntu (8.04 I

Re: [RFC PATCH] Handle hotplugged devices from xorg.conf

2008-12-04 Thread Peter Hutterer
On Thu, Dec 04, 2008 at 09:31:07AM -0800, Dan Nicholson wrote: The problem we have now though is that it splits the configuration, and with this patch even more so. As you said, there is something to be said for having a global configuration. I think we either need a way in xorg.conf to

Re: Is intel/SVDO supported

2008-12-04 Thread Eric Anholt
On Wed, 2008-12-03 at 10:49 -0500, Adam Jackson wrote: On Wed, 2008-12-03 at 19:45 +1100, garrone wrote: On Tue, Dec 02, 2008 at 02:23:32PM -0500, Adam Jackson wrote: On Tue, 2008-12-02 at 19:37 +1100, garrone wrote: The intel man page (in xf86-video-intel) says: SDVO and DVO TV

Re: [RFC PATCH] Handle hotplugged devices from xorg.conf

2008-12-04 Thread Dan Nicholson
On Thu, Dec 4, 2008 at 3:06 PM, Peter Hutterer [EMAIL PROTECTED] wrote: On Thu, Dec 04, 2008 at 09:31:07AM -0800, Dan Nicholson wrote: The problem we have now though is that it splits the configuration, and with this patch even more so. As you said, there is something to be said for

Re: [PATCH] dix: fix calculation of valuator events.

2008-12-04 Thread Peter Hutterer
On Thu, Dec 04, 2008 at 04:56:09PM -0800, Keith Packard wrote: On Fri, 2008-12-05 at 10:45 +1000, Peter Hutterer wrote: if (num_valuators) { -if ((num_valuators / 6) + 1 MAX_VALUATOR_EVENTS) +if (((num_valuators - 1) / 6) + 1 MAX_VALUATOR_EVENTS)

[PATCH] xfree86: Only use the evdev ruleset on linux.

2008-12-04 Thread Peter Hutterer
As suggested by Julien Cristau This is an follow-up to commit 9c5dd7337fa93fb1650cc017e523b939dcbf482a Author: Peter Hutterer [EMAIL PROTECTED] Date: Wed Dec 3 14:24:25 2008 +1000 Let the DDX decide on the XkbRulesDefaults. Signed-off-by: Peter Hutterer [EMAIL PROTECTED] Acked-by: Julien

Re: [PATCH] xfree86: Only use the evdev ruleset on linux.

2008-12-04 Thread Alan Coopersmith
Yes, please, since we're moving to HAL on Solaris too, but can't use evdev. -alan- Peter Hutterer wrote: As suggested by Julien Cristau This is an follow-up to commit 9c5dd7337fa93fb1650cc017e523b939dcbf482a Author: Peter Hutterer [EMAIL PROTECTED] Date: Wed Dec 3 14:24:25 2008

[PATCH 1/2] xf86-video-geode: fix up cursor size (again)

2008-12-04 Thread Andres Salomon
The geode hardware (and cimarron) expects cursor memory size to be 48x64, and cimarron will zero out the excess when a smaller cursor is used. It would be nice to be able to use the full cursor size, but xorg's interleaving stuff requires a cursor width that's a multiple of 32. Thus, we're

Status of the GMA 500 driver

2008-12-04 Thread Josh Adams
I recently bought a new Dell Inspiron Mini 12 with the hope of putting Linux on it as soon as I got it, only to discover that there doesn't seem to be support the GMA 500 chipset that it uses. While I can trim a lot of the fat off of Vista to get it in a semi-usable state, I'd much rather be

Re: [PATCH 2/2] xf86-video-geode: after reloading cursors, hide the cursor

2008-12-04 Thread Andres Salomon
On Thu, 4 Dec 2008 21:33:32 -0500 Andres Salomon [EMAIL PROTECTED] wrote: Whenever we reload cursors, the LX driver needs to call hide_cursor() to ensure that the cursor is hidden until we finally unhide the cursor. Without this, we see ghost cursors during rotation or VT switches.

Re: pixman/fb operations on VRAM on certain architectures.

2008-12-04 Thread Dave Airlie
On Fri, Dec 5, 2008 at 1:01 PM, Dave Airlie [EMAIL PROTECTED] wrote: Okay so certain architectures (IA64) and certain hw implementations of those arches can't handle using the optimised libc memcpy/memset routines on MMIO memory. (i.e. memory on the PCI bus, i.e. VRAM). Results can vary from

Merge conflict in gem kernel with git-pull

2008-12-04 Thread garrone
Hi, Whenever I attempt a git-pull in my local copy of drm-intel archive, branch drm-intel-next, (at branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel), I get merge conflict messages, specifically:

Re: Xcomposite questions

2008-12-04 Thread Alexei Babich
Or you want to write your own compositing manager? I have no window manager. I make simple and special toolkit for embedded applications. All widgets will be fixed and their location will be predetermined in advance. Hence the need for a window manager is absent. Thank you. -- Regards,

[PATCH 0/6] property support for ptraccel

2008-12-04 Thread Peter Hutterer
So far, the new pointer acceleration code could be configured through configuration options but not changed at runtime. This patch set adds support for device properties in the pointer acceleration code. Heavily rebased and bounced between simon and me a few times. As part of this patch series,

[PATCH 2/6] xfree86: dump the ptraccel filter setup to the log on init.

2008-12-04 Thread Peter Hutterer
From: Simon Thum [EMAIL PROTECTED] Signed-off-by: Peter Hutterer [EMAIL PROTECTED] --- hw/xfree86/common/xf86Xinput.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c index 6b92acb..fe62772 100644 ---

[PATCH 6/6] xfree86: init properties when ptraccel configuration is found.

2008-12-04 Thread Peter Hutterer
From: Simon Thum [EMAIL PROTECTED] Signed-off-by: Peter Hutterer [EMAIL PROTECTED] --- hw/xfree86/common/xf86Xinput.c | 77 +++- 1 files changed, 60 insertions(+), 17 deletions(-) diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c

Re: Status of Intel Xvmc support?

2008-12-04 Thread Terry Barnaby
One thing that would be nice here, at least for me, would be the support of VLD MPEG2/H264 decoding through the XvMC interface. I have been using a Via based system for about 4 years using the Via XvMC VLD extension that supports almost full hardware MPEG2 decoding. This VLD API is supported in