[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] Xfbdev
From: |
Alan Carvalho de Assis |
Subject: |
Re: [Ltib] Xfbdev |
Date: |
Mon, 14 Dec 2009 08:45:14 -0200 |
Hi Paolo,
On 12/14/09, Paolo Cremonese <address@hidden> wrote:
> Hi Kevin,
> now I have the TS working and well calibrated.
> Running ts_test it works fine.
> Running
> $ Xfbdev -ac -mouse mouse -keybd keyboard &
> that is the line in startx, the cursor behavior is very strange, it
> "runs away" when I touch it as it looks at a mouse (differential device)
> instead a touchscreen (linear device).
> Maybe I have to make the call with different parameters?
>
> I try to substitute "mouse" with "tslib", "touchscreen", "ts", but are
> not found names.
>
Try this way:
export TSLIB_CONSOLEDEVICE=none
export TSLIB_TSDEVICE=/dev/input/event0
Xfbdev -screen 800x480x60 -ac -mouse tslib,,device=/dev/input/event0
-mouse mouse -keybd keyboard &
Best Regards,
Alan