Re: [Patch 01/02] mieq threading prep: Only increment tail (push) when the event data is actually in the queue

2008-11-19 Thread Simon Thum
Jeremy Huddleston wrote: > > On Nov 18, 2008, at 11:54, Simon Thum wrote: > >> Jeremy Huddleston wrote: >>> -unsigned int oldtail = miEventQueue.tail, newtail; >>> +unsigned int oldtail = miEventQueue.tail; >> All fine, but is there a specific reason to remove newtail?

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 t

[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 cons

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/ev

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

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 boot

[PATCH] dix: memset DeviceVelocityPtr to zero.

2008-11-19 Thread Peter Hutterer
Signed-off-by: Peter Hutterer <[EMAIL PROTECTED]> --- I ran into this when testing the ptraccel property code - turns out deviceSpecificProfile is garbage most of the time. Which is bad if you switch profiles run-time. So let's memset the whole thing before initialising it properly. dix/ptrveloc.

Re: Dual Head DVI on Q965/Q963 Express Chipset Family

2008-11-19 Thread Zhenyu Wang
On 2008.11.19 03:36:36 +0800, garrone wrote: > > I have managed this with the latest everything. > Initially I had two blank screens. > In xorg.conf, intel device section, > I had to set the ForceSDVODetect option to see TMDS-2 > I had to comment out Monitor-LVDS option, even though it was a null

Re: /dev/uinput with X11

2008-11-19 Thread Leandro Galvez
Hi All, I'd like to follow up again to confirm if this settings is correct. Can anybody help me please. Thanks, Andy - Original Message - From: "Leandro Galvez" <[EMAIL PROTECTED]> To: "Leandro Galvez" <[EMAIL PROTECTED]>; "Peter Hutterer" <[EMAIL PROTECTED]> Cc: Sent: Wednesday

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 >

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 m

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

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 ena

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

Re: X11 Input Driver

2008-11-19 Thread Peter Hutterer
On Wed, Nov 19, 2008 at 06:27:25PM +0200, dana goren wrote: > 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

Re: [PATCH] Always use server-.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: [PATCH] Always use server-.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 dis

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

[PATCH] Always use server-.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

Re: X server 1.6 release schedule

2008-11-19 Thread Keith Packard
On Wed, 2008-11-19 at 13:45 -0500, Adam Jackson wrote: > Could do either one as a first pass, I suppose. I'd suggest doing a DIX-level implementation today and working out driver hooks later on then. -- [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part _

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

Re: evdev, hal, and calibrating my touchscreen

2008-11-19 Thread Clarke Wixon
Peter Hutterer who-t.net> writes: > > On Thu, Nov 13, 2008 at 11:56:09PM +, Clarke Wixon wrote: > > Device 'Touchkit HID-USB Touchscreen': > > Device Enabled:1 > > Middle Button Emulation:2 > > Middle Button Timeout:50 > > Wheel Emulation Inertia:

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 h

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: 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 eas

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 > > >>

Re: Blend modes take 3

2008-11-19 Thread Soeren Sandmann
Hi Benjamin, > I've updated the patch again here at the hackfest, and as far as I'm > concerned the patch can go in now. But I'd like you to ok it before I > push it. Overall, the separable blend mode stuff looks good, except for the component alpha versions. Generally, the way to implement compo

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 that

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 kin

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: >

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,

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 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 t

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: Moving xkbcomp into the server

2008-11-19 Thread Daniel Stone
Hi, On Wed, Nov 19, 2008 at 05:50:57AM -0800, Dan Nicholson wrote: > On Tue, Nov 18, 2008 at 5:19 PM, Daniel Stone <[EMAIL PROTECTED]> wrote: > > No, yes, and break it out into a convenience library, respectively. I > > toyed with creating a libxkbcommon ages ago for exactly this reason, but > >

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

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

2008-11-19 Thread Ma, Ling
hi ajax >This just walks over the base block, walking from 0 to (det_mon_num-1) >is wrong since det_mon_num will count detailed blocks found in >extension >blocks. Should just drop the changes to this function. sorry, I don't understand your meaning clearly. I modified get_dt_md_section to fill

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-CRT

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 >T

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

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,