Can I temporarily disable a xorg input device driver?

2010-10-20 Thread Bernhard Prell
Hello, sorry if this has been asked before (I couldn't find an answer yet) or if it's obviously documented somewhere (please direct me there, if so). I would like to temporarily disable/pause the elo touchscreen input driver (xf86Elo.c) so that I can calibrate it without competing with the driv

Guarantees of order of X events vs requests

2010-10-20 Thread Eirik Byrkjeflot Anonsen
What guarantees does X give when it comes to the order of events generated in relation to processing of the requests sent by the client? (Also, of course: To which degree does various implementations of X actually fulfill these guarantees?) Some specific questions: X events have a "serial" valu

Re: Guarantees of order of X events vs requests

2010-10-20 Thread Maarten Maathuis
On Wed, Oct 20, 2010 at 11:34 AM, Eirik Byrkjeflot Anonsen wrote: > What guarantees does X give when it comes to the order of events > generated in relation to processing of the requests sent by the client? > > (Also, of course: To which degree does various implementations of X > actually fulfill

Re: Guarantees of order of X events vs requests

2010-10-20 Thread Eirik Byrkjeflot Anonsen
Maarten Maathuis writes: > On Wed, Oct 20, 2010 at 11:34 AM, Eirik Byrkjeflot Anonsen > wrote: >> What guarantees does X give when it comes to the order of events >> generated in relation to processing of the requests sent by the client? >> >> (Also, of course: To which degree does various imple

Re: Guarantees of order of X events vs requests

2010-10-20 Thread Maarten Maathuis
On Wed, Oct 20, 2010 at 2:57 PM, Eirik Byrkjeflot Anonsen wrote: > Maarten Maathuis writes: > >> On Wed, Oct 20, 2010 at 11:34 AM, Eirik Byrkjeflot Anonsen >> wrote: >>> What guarantees does X give when it comes to the order of events >>> generated in relation to processing of the requests sent

Error while bringing up X

2010-10-20 Thread Srinidhi KV
Hi I am Srinidhi, I am trying to bring up XWindow on an arm target, I have built the filesystem with X in it. When I try to start it from command line using command "X&" I get the following error, Can anyone please help me debugging this problem. Fatal server error: Cannot establish any listening

Re: Error while bringing up X

2010-10-20 Thread Adam Jackson
On Wed, 2010-10-20 at 14:12 +0530, Srinidhi KV wrote: > Hi I am Srinidhi, I am trying to bring up XWindow on an arm target, I > have built the filesystem with X in it. When I try to start it from > command line using command "X&" I get the following error, Can anyone > please help me debugging this

Re: Guarantees of order of X events vs requests

2010-10-20 Thread Soeren Sandmann
Eirik Byrkjeflot Anonsen writes: > What guarantees does X give when it comes to the order of events > generated in relation to processing of the requests sent by the client? > > (Also, of course: To which degree does various implementations of X > actually fulfill these guarantees?) It would be

Re: Guarantees of order of X events vs requests

2010-10-20 Thread Owen Taylor
On Wed, 2010-10-20 at 11:34 +0200, Eirik Byrkjeflot Anonsen wrote: > What guarantees does X give when it comes to the order of events > generated in relation to processing of the requests sent by the client? > > (Also, of course: To which degree does various implementations of X > actually fulfill

Re: Guarantees of order of X events vs requests

2010-10-20 Thread Adam Jackson
On Wed, 2010-10-20 at 11:34 +0200, Eirik Byrkjeflot Anonsen wrote: > What guarantees does X give when it comes to the order of events > generated in relation to processing of the requests sent by the client? Between clients, request streams generally do not have any ordering, unless you impose one

Re: Guarantees of order of X events vs requests

2010-10-20 Thread Eirik Byrkjeflot Anonsen
Soeren Sandmann writes: > Eirik Byrkjeflot Anonsen writes: > >> What guarantees does X give when it comes to the order of events >> generated in relation to processing of the requests sent by the client? >> >> (Also, of course: To which degree does various implementations of X >> actually fulfi

Re: Dual head on ATI FirePro M5800

2010-10-20 Thread Ole Tange
On Tue, Oct 5, 2010 at 1:37 AM, Alex Deucher wrote: > On Mon, Oct 4, 2010 at 5:37 PM, Ole Tange wrote: >> I am trying to get dual head on ATI FirePro M5800 working. LVDS works, >> but VGA-0 is in power save mode no matter what I do. >> >> My colleague got the non-free driver working, but I would

Re: Xorg Problem with Intel DH55HC on board VGA

2010-10-20 Thread Corbin Simpson
Are you using KMS? Have you considered a more modern kernel or Xorg? Sending from a mobile, pardon the brevity. ~ C. On Oct 20, 2010 8:56 AM, "Mark Mark" wrote: > > Hello Everyone > I am working on Xwindow-7.2.0 , on a LFS system (lfs6.6- blfs-6.3), on a X86_64 bit machine, DH55HC Intel motherb

Individual keyboard remapping (again)

2010-10-20 Thread Florian Echtler
Hello everyone, I have basically the same question as the one posted some months earlier: http://www.spinics.net/lists/xorg/msg49552.html Unfortunately, I just can't figure it out. Basic story: I have a plain keyboard and a slightly weird X10 remote control on my HTPC. The remote is weird as it s

Re: Individual keyboard remapping (again)

2010-10-20 Thread Julien Cristau
On Wed, Oct 20, 2010 at 20:25:51 +0200, Florian Echtler wrote: > $ setxkbmap -device 9 -print > xkb_keymap { > xkb_keycodes { include "evdev+aliases(qwertz)" }; > xkb_types { include "complete" }; > xkb_compat{ include "complete" }; > xkb_symbols { incl

Synaptics touchpad right click doen't click properly

2010-10-20 Thread Louis Ixo
Dear all, I just finished the installation of Gentoo on my HP envy 17 with synaptics touchpad. I installed the xorg-server and xf86-input-synaptics but the right-click button corresponds to left click. (well setting clickfinger1=3, right & left buttons correspond to right click). In attachmen

X under valgrind?

2010-10-20 Thread Nix
I'm trying to track down a strange bug in X 1.9.0.901 (and probably .902 as well), whereby after a suspend/resume cycle long enough to time out nonlocal TCP connections, my X server crashes the first time I map an XEmacs window (probably 'the first thing that uses core fonts at all') with this unhe

Re: X under valgrind?

2010-10-20 Thread Jeremy Huddleston
I have a bunch of reports of this on version 1.4.2-apple53 as well (which cherry picked changes to support the new libXfont), so it probably reduces down to something in those change which were cherry picked. That's not much help, but it looks like it probably landed in late 2008 or early 2009.

Re: Dual head on ATI FirePro M5800

2010-10-20 Thread Alex Deucher
On Wed, Oct 20, 2010 at 10:09 AM, Ole Tange wrote: > On Tue, Oct 5, 2010 at 1:37 AM, Alex Deucher wrote: >> On Mon, Oct 4, 2010 at 5:37 PM, Ole Tange wrote: >>> I am trying to get dual head on ATI FirePro M5800 working. LVDS works, >>> but VGA-0 is in power save mode no matter what I do. >>> >>>

Re: Can I temporarily disable a xorg input device driver?

2010-10-20 Thread Peter Hutterer
On Wed, Oct 20, 2010 at 11:12:25AM +0200, Bernhard Prell wrote: > sorry if this has been asked before (I couldn't find an answer yet) or if > it's > obviously documented somewhere (please direct me there, if so). > > I would like to temporarily disable/pause the elo touchscreen input driver > (

[ANNOUNCE] xfd 1.1.0

2010-10-20 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The xfd application displays all the characters in a font using either the X11 core protocol or libXft2. This release adds internationalization support (though with no translations contributed yet), drops Xaw8 support, and accumulates a number of year

Re: Xorg Problem with Intel DH55HC on board VGA

2010-10-20 Thread Matt Turner
> Xwindow-7.2.0 Release Date: 22 January 2007. Try something newer before wasting a bunch of time on things that are long since fixed. Matt ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://l

[ANNOUNCE] libfontenc 1.1.0

2010-10-20 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The libfontenc library is used by the Xorg server and other X font tools for handling fonts with different character set encodings. This release adds support for finding the encoding data-files in using the standard autoconf macros provided by X.Org's