Re: [alsa-devel] [RFC][PATCH] ELD routines and proc interface

2008-11-19 Thread Wu Fengguang
On Wed, Nov 19, 2008 at 04:08:00PM +0800, Wu Fengguang wrote: On Tue, Nov 18, 2008 at 11:55:45PM -0800, Shane W wrote: On Wed, Nov 19, 2008 at 03:17:57PM +0800, Wu Fengguang wrote: On Tue, Nov 18, 2008 at 11:11:35PM -0800, Shane W wrote: On Thu, Nov 13, 2008 at 10:21:53AM +0800, Wu

Re: /dev/uinput with X11

2008-11-19 Thread Leandro Galvez
I am trying to write my xorg.conf for my simulated touchscreen and my simulated keyboard. How do I write it? What should I put in the Option-Device field? I dont have any physical device so I dont have any /dev/input/eventX. Can I just put Option-Device-/dev/input/uinput into these fields for

RE: [Linux-gfx] Re: [PATCH 3/5] handle extenion for detail timing block

2008-11-19 Thread Ma, Ling
hi ajax I have appended quirk function in handle_detailed_fn before we really use detail timing. It is not useful to us any longer, so I remove it. Thanks Ma Ling -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam Jackson Sent: 2008年11月19日 4:56 To:

Re: X server 1.6 release schedule

2008-11-19 Thread Éric Piel
Keith Packard schreef: On Tue, 2008-11-18 at 14:42 -0500, Adam Jackson wrote: Hello, Can we define what RANDR 1.3 means? I think we're largely in agreement but I'd like it written down. I think RandR 1.3 includes: 1. Projective transforms 2. Standard properties 3. Per-CRTC DPMS

Re: Moving xkbcomp into the server

2008-11-19 Thread Dan Nicholson
On Tue, Nov 18, 2008 at 5:19 PM, Daniel Stone [EMAIL PROTECTED] wrote: Hi, On Mon, Nov 17, 2008 at 11:25:25AM -0800, Dan Nicholson wrote: I decided to take a crack at moving xkbcomp into the server so it's not popen'd whenever a keymap is loaded. For the first crack, I'm trying to just leave

Re: Current tinderbox regression (xf86-video-geode)

2008-11-19 Thread Adam Jackson
On Tue, 2008-11-18 at 21:17 -0500, Chris Ball wrote: http://tinderbox.x.org/builds/2008-11-18-0033/ http://tinderbox.x.org/builds/2008-11-18-0033/logs/xf86-video-geode/#build lx_driver.c: In function 'LXUnmapMem': lx_driver.c:621: error: 'pGeode' undeclared (first use in this function)

Re: X server 1.6 release schedule

2008-11-19 Thread Adam Jackson
On Tue, 2008-11-18 at 16:25 -0800, Keith Packard wrote: On Tue, 2008-11-18 at 18:23 -0500, Adam Jackson wrote: Overscan correction? I don't think this counts as a subset of projective transforms, but I could be wrong. No, not a part of projective transforms as it doesn't change the

X11 Input Driver

2008-11-19 Thread dana goren
Hello I would like to write an X11 input driver. Can some one give a links 1. Tutorials 2. documentation. 3. API Documentation. I have another question i would like to simulate a double click events what is the best way to simulate this kind of an event. (Do i have to wait X Mses to check if i got

Re: X server 1.6 release schedule

2008-11-19 Thread Keith Packard
On Wed, 2008-11-19 at 10:12 -0500, Adam Jackson wrote: I think it's most natural to do this as additional border fields in a MODEINFO. Imagine a new definition: I'd say adding a new border size and color request would be easier; you'd set the pending border size/color and then set the mode,

Re: X server 1.6 release schedule

2008-11-19 Thread Keith Packard
On Wed, 2008-11-19 at 13:55 +0100, Éric Piel wrote: Keith Packard schreef: On Tue, 2008-11-18 at 14:42 -0500, Adam Jackson wrote: Hello, Can we define what RANDR 1.3 means? I think we're largely in agreement but I'd like it written down. I think RandR 1.3 includes: 1.

Re: X11 Input Driver

2008-11-19 Thread Pupino
2008/11/19 dana goren [EMAIL PROTECTED]: Hello I would like to write an X11 input driver. Can some one give a links 1. Tutorials 2. documentation. 3. API Documentation. I have another question i would like to simulate a double click events what is the best way to simulate this kind of an

Tabs/spaces coding style question

2008-11-19 Thread Dan Nicholson
Sorry for the bikeshed question, but I'm confused by what style I should be using when patching the server. It seems that the consensus is 4-space indentation, and that's fine. But I keep seeing that when the opening indentation is at least 8, real tabs are used to fill as much as possible. Is

Re: X server 1.6 release schedule

2008-11-19 Thread Adam Jackson
On Wed, 2008-11-19 at 09:27 -0800, Keith Packard wrote: On Wed, 2008-11-19 at 13:55 +0100, Éric Piel wrote: Keith Packard schreef: On Tue, 2008-11-18 at 14:42 -0500, Adam Jackson wrote: Hello, Can we define what RANDR 1.3 means? I think we're largely in agreement but I'd like it

Re: X server 1.6 release schedule

2008-11-19 Thread Adam Jackson
On Wed, 2008-11-19 at 09:25 -0800, Keith Packard wrote: On Wed, 2008-11-19 at 10:12 -0500, Adam Jackson wrote: I think it's most natural to do this as additional border fields in a MODEINFO. Imagine a new definition: I'd say adding a new border size and color request would be easier;

Re: Tabs/spaces coding style question

2008-11-19 Thread Adam Jackson
On Wed, 2008-11-19 at 09:57 -0800, Dan Nicholson wrote: Sorry for the bikeshed question, but I'm confused by what style I should be using when patching the server. It seems that the consensus is 4-space indentation, and that's fine. But I keep seeing that when the opening indentation is at

Re: Tabs/spaces coding style question

2008-11-19 Thread Jeremy Huddleston
FTR, the replacement of 8 spaces with a tab in indentation is one of my biggest pet-peeves in poor coding etiquette. Either use a tab consistently to denote one level of indentation and have people setup their editor to display tabs differently, or force spaces and /bop people over the

Re: Tabs/spaces coding style question

2008-11-19 Thread Paulo Cesar Pereira de Andrade
Jeremy Huddleston wrote: FTR, the replacement of 8 spaces with a tab in indentation is one of my biggest pet-peeves in poor coding etiquette. Either use a tab consistently to denote one level of indentation and have people setup their editor to display tabs differently, or force spaces and

[PATCH] Always use server-display.xkm for xkbcomp output files

2008-11-19 Thread Alan Coopersmith
The attached patch is code we've used in Xsun for years, and our Sun Ray people recently hit the same issue again in their Xorg 1.2-based Xnewt server port. It simply changes the Xserver to always use a filename containing the display number for xkm output, so that if two servers are starting at

xinput test crashes server when touchpad clicked

2008-11-19 Thread Magnus Kessler
With the latest server and synaptics driver from git I can reliably crash the server by starting xinput test SynPS2/2 Synaptics Touchpad and then clicking the any of the physical buttons or tapping the pad to simulate a click. Program received signal SIGSEGV, Segmentation fault. [Switching

Re: [PATCH] Always use server-display.xkm for xkbcomp output files

2008-11-19 Thread Adam Jackson
On Wed, 2008-11-19 at 14:04 -0800, Alan Coopersmith wrote: The attached patch is code we've used in Xsun for years, and our Sun Ray people recently hit the same issue again in their Xorg 1.2-based Xnewt server port. It simply changes the Xserver to always use a filename containing the

Re: [PATCH] Always use server-display.xkm for xkbcomp output files

2008-11-19 Thread Dan Nicholson
On Wed, Nov 19, 2008 at 2:04 PM, Alan Coopersmith [EMAIL PROTECTED] wrote: The attached patch is code we've used in Xsun for years, and our Sun Ray people recently hit the same issue again in their Xorg 1.2-based Xnewt server port. It simply changes the Xserver to always use a filename

Re: Tabs/spaces coding style question

2008-11-19 Thread Peter Hutterer
On Wed, Nov 19, 2008 at 09:57:40AM -0800, Dan Nicholson wrote: Sorry for the bikeshed question, but I'm confused by what style I should be using when patching the server. It seems that the consensus is 4-space indentation, and that's fine. But I keep seeing that when the opening indentation is

Re: evdev, hal, and calibrating my touchscreen

2008-11-19 Thread Peter Hutterer
On Wed, Nov 19, 2008 at 07:47:50PM +, Clarke Wixon wrote: $ xinput list-props Touchkit HID-USB Touchscreen Device 'Touchkit HID-USB Touchscreen': Device Enabled:1 that's usually an indicator that evdev doesn't pick up the axes. keyboards only have the device enabled

Re: New Video Decode and Presentation API

2008-11-19 Thread Andy Ritger
Hello, Torgeir. Sorry for the slow response. Comments inline below: On Tue, 18 Nov 2008, Torgeir Veimo wrote: On 15 Nov 2008, at 04:28, Andy Ritger wrote: I'm pleased to announce a new video API for Unix and Unix-like platforms, and a technology preview implementation of this API from

Re: Tabs/spaces coding style question

2008-11-19 Thread Jeremy Huddleston
On Nov 19, 2008, at 15:05, Peter Hutterer wrote: I'm a particularly big fan of the randomly occuring tabspacespacespacetabtabspace indentation. It makes me go all warm inside. /bop smime.p7s Description: S/MIME cryptographic signature ___ xorg

Re: [RFC][PATCH] ELD routines and proc interface

2008-11-19 Thread Wu Fengguang
Thanks Shane! Ma Ling: do you have a quick fix for it? Or shall I look into it? Thank you, Fengguang On Wed, Nov 19, 2008 at 12:02:01PM -0800, Shane W wrote: On Wed, Nov 19, 2008 at 05:39:40PM +0800, Wu Fengguang wrote: I managed to update the last working Xorg ELD patches to the latest

Call me puzzled, but happy, see below

2008-11-19 Thread Gene Heskett
Greetings; I had my main 500Gb pata drive upchuck all over itself last saturday morning, and I had a heck of a time with the bios in this ASUS mobo constantly re-arranging the drives as I struggled to save some of my data, like a 10Gb email corpus, and figuring out how to get this thing to

Re: Accounts and membership?

2008-11-19 Thread Jeremy C. Reed
On Thu, 13 Nov 2008, Marc Balmer wrote: * Matthias Hopf wrote: Guys, who (or which group) is currently doing membership and account requests? I wanted my student from VoC 2007 have its project published on git.fdo, but his request for an account sits uncommented there since September:

Re: /dev/uinput with X11

2008-11-19 Thread Peter Hutterer
On Wed, Nov 19, 2008 at 07:22:29PM +0800, Leandro Galvez wrote: I am trying to write my xorg.conf for my simulated touchscreen and my simulated keyboard. How do I write it? What should I put in the Option-Device field? I dont have any physical device so I dont have any /dev/input/eventX.

[PATCH] libX11: Provide translation from XK_partialderivative (8ef) to Unicode (U2202).

2008-11-19 Thread Ken Thomases
--- src/xlibi18n/imKStoUCS.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/xlibi18n/imKStoUCS.c b/src/xlibi18n/imKStoUCS.c index 83c1483..09e1a7e 100644 --- a/src/xlibi18n/imKStoUCS.c +++ b/src/xlibi18n/imKStoUCS.c @@ -124,7 +124,7 @@ static unsigned short

X doesn't start on omap3

2008-11-19 Thread Amit Pundir
Hello, When I start my Xorg, built for omap3 arch, I get the following error. (EE) FBDEV(0): FBIOPUT_VSCREENINFO: Invalid argument (EE) FBDEV(0): mode initialization failed *Complete log attached at