Re: Can x input driver read from fifo?

2012-04-23 Thread c-aries
my system enviroment is: $ pkg-config --modversion xorg-server 1.7.7 $ cat /etc/debian_version 6.0.1 $ I will git the master branch, test and file the bug later if I have free time. 2012/4/23, Peter Hutterer peter.hutte...@who-t.net: On Mon, Apr 23, 2012 at 09:52:59AM +0800, c-aries wrote:

Re: Can x input driver read from fifo?

2012-04-22 Thread c-aries
Thanks. I find the solution. Recompiling the Xorg with option ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --infodir=/usr/share/info --mandir=/usr/share/man --with-fontdir=/usr/share/fonts/X11/ --enable-xselinux, then copy hw/xfree86/Xorg to

Re: Can x input driver read from fifo?

2012-04-22 Thread Peter Hutterer
On Mon, Apr 23, 2012 at 09:52:59AM +0800, c-aries wrote: Thanks. I find the solution. Recompiling the Xorg with option ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --infodir=/usr/share/info --mandir=/usr/share/man

Re: Can x input driver read from fifo?

2012-04-20 Thread Michal Suchanek
On 19 April 2012 04:50, c-aries babyari...@gmail.com wrote: Hi all. I write a x input driver. When the driver read from normal device it works nice. After I change it to read from fifo, the driver works nice also before I turn off the Window Manager. After Xorg process exit, devices are all

Can x input driver read from fifo?

2012-04-18 Thread c-aries
Hi all. I write a x input driver. When the driver read from normal device it works nice. After I change it to read from fifo, the driver works nice also before I turn off the Window Manager. After Xorg process exit, devices are all disabled, the screen won't change to tty, keyboard don't work