SDL with tslib over DirectFB

I have DirectFB compiled with SDL and tslib support. I then compiled
SDL with DirectFB backend. However, it doesn’t detect mouse events. Is
there anything else I need to configure to use the touchscreen with
SDL?

sparkymat wrote:

I have DirectFB compiled with SDL and tslib support. I then compiled
SDL with DirectFB backend. However, it doesn’t detect mouse events. Is
there anything else I need to configure to use the touchscreen with
SDL?

See the tslib readme and install instructions. There are several settings
that are pulled from environment. You might be missing some…

HTH,
Hinko–
?ETRTA POT, d.o.o., Kranj
Planina 3
4000 Kranj
Slovenia, Europe
Tel. +386 (0) 4 280 66 03
E-mail: @Hinko_Kocevar
Http: www.cetrtapot.si

See the tslib readme and install instructions. There are several settings
that are pulled from environment. You might be missing some…

I will look into this. Btw, I did compile SDL with
–enable-input-tslib option to ./configure. I presumed this was
sufficient. Also, tslib was installed from debian repositories (i am
running Debian Sid).

I shall try compiling tslib from source (after reading the documentation there).