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 13:54:11 -0300

Hi Fabio.

Now I understood why ( my bad ), the "open consoledevice" and "Bad
file descriptor" messages where related to the /dev/tty0,1,2

mx27# export TSLIB_TSDEVICE=/dev/ts
mx27# ts_calibrate
open consoledevice: No such file or directory
KDSETMODE: Bad file descriptor

mx27# ln -s /dev/vc/0 /dev/tty0
mx27# ln -s /dev/vc/1 /dev/tty1
mx27# ln -s /dev/vc/2 /dev/tty2
mx27# ts_calibrate
xres = 240, yres = 320
selected device is not a touchscreen I understand

Now ts_calibrate "works", it opens a configuration "text based console
wizard", but the cursor does not move. All tools like
ts_calibrate, ts-test, etc  report that "selected device is not a
touchscreen I understand"

I will figure out how Qtopia does, maybe it is calling a different device.

Thanks!


On Wed, Mar 4, 2009 at 1:30 PM, Estevam Fabio
<address@hidden> wrote:
> Hamilton Vera wrote:
>> Hi Alan.
>>
>>> I hope it helps:
>>>
>>> # mknod /dev/ts c 13 65
>>> # export TSLIB_TSDEVICE=/dev/ts
>>> # rm -f /etc/pointercal
>>> # ts_calibrate
>>>
>>
>> the /dev/ts  already exists,
>>
>> mx27# ls -la /dev/ts
>> lrwxrwxrwx    1 root     root            8 Jan  1  1970 /dev/ts ->
>> pmic_adc
>>
>> Then I export the TSLIB_TSDEVICE and remove the /etc/pointercal, when
>> I try to use the ts_calibrate:
>>
>> mx27# export TSLIB_TSDEVICE=/dev/ts
>> mx27# rm -f /etc/pointercal
>> mx27# env | grep TSLIB
>> TSLIB_TSDEVICE=/dev/ts
>> mx27# ts_calibrate
>> open consoledevice: No such file or directory
>> KDSETMODE: Bad file descriptor
>
> Can you try running "strace -f ts_calibrate"? It may give you some clues
> about the issue.
>
> Regards,
>
> Fabio Estevam
>
>



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