ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] Building xorg-server; missing dependencies?


From: Hamilton Vera
Subject: Re: [Ltib] Building xorg-server; missing dependencies?
Date: Wed, 4 Mar 2009 21:57:47 -0300

Hi masters.

Finally the touchscreen is working.

I had to compile the touchscreen driver as a module (mxc_ts.ko), when
the module is loaded a device /dev/input/event1 is created.

#!/bin/sh
export TSLIB_CONSOLEDEVICE=none
export TSLIB_TSDEVICE=/dev/input/event1
ln -s /dev/vc/0 /dev/tty0
ln -s /dev/vc/1 /dev/tty1
ln -s /dev/vc/2 /dev/tty2
export TSLIB_TSDEVICE=/dev/input/event1
Xfbdev -screen 240x320x60  -mouse tslib,,device=/dev/input/event1
sleep 3
DISPLAY=:0 enlightenment_start
killall Xfbdev
#EOF

It is not a pretty charming solution, but it is working.

Until now I did not discover why Qtopia does not need such
"workaround" ( actually Qtopia thinks that /dev/input/event1 is a
mouse device ) .

"QWS_MOUSE_PROTO=Tslib:/dev/input/event1"


I will do some tests tomorrow to figure it out.

:-)

Thanks everybody.


On Wed, Mar 4, 2009 at 2:21 PM, Alan Carvalho de Assis
<address@hidden> wrote:
> Hi Hamilton,
>
> On Wed, Mar 4, 2009 at 1:10 PM, Hamilton Vera <address@hidden> wrote:
>> Hi Stuart.
>>
>> As soon as make things work properly and discover what changes are
>> effective I will build a documentation and post here,  and ask someone
>> to post at http://www.imxdev.org .
>>
>
> You can post it at http://www.imxdev.org yourself, you just need to
> create an account and confirm the email sent to you.
>
>> Thanks !
>>
>
> Best Regards,
>
> Alan
>



-- 
Hamilton Vera
int Administrator (char Network[],char ComputationalSystems[]);
Seven Internet http://lib.seven.com.br
"Google is my shepherd, no want shall I know"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]