Try using
LD_LIBRARY_PATH=...your_path... dfbinfo
or adding the path to /etc/ld.so.conf (plus possibly running ldconfig as root).

If you want to disable the standard linux input driver, an option is to remove it from the inputdrivers directory - something like ../lib/directfb-version/inputdrivers/ .

Greets
Niels

Andreas Känner wrote:
Hi,

I'm new to directfb and I want to use it in conjunction with tslib but it always grabs the standard linux input driver. I think it has to do with this log message: Couldnt load module pthres (see below)


The files:

pthres.a
pthres.la
pthres.so

live in a directory named "ts" inside the lib directory. I looks like directfb is not searching for pthres in this directory.

How can I tell directfb to look for it there? Or is this a different problem?

Thank you,

Andreas Känner




Output is from dfbinfo:

   ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.4.3 |~~~~~~~~~~~~~~~~~~~~~~~~~~
        (c) 2001-2009  The world wide DirectFB Open Source Community
        (c) 2000-2004  Convergence (integrated media) GmbH
      ----------------------------------------------------------------

(*) DirectFB/Core: Single Application Core. (2010-01-18 08:20) [ DEBUG ]
(*) Direct/Memcpy: Using libc memcpy()
(*) Direct/Thread: Started 'VT Switcher' (1861) [CRITICAL OTHER/OTHER 0/0] <8388608>... (*) Direct/Thread: Started 'VT Flusher' (-1) [DEFAULT OTHER/OTHER 0/0] <8388608>... (*) DirectFB/FBDev: Found 'chumbyfwfb' (ID 0) with frame buffer at 0x43a00000, 300k (MMIO 0x00000000, 0k) (*) Direct/Thread: Started 'PS/2 Input' (1865) [INPUT OTHER/OTHER 0/0] <8388608>...
(*) DirectFB/Input: IMPS/2 Mouse 1.0 (directfb.org)
(*) Direct/Thread: Started 'Keyboard Input' (1866) [INPUT OTHER/OTHER 0/0] <8388608>...
(*) DirectFB/Input: Keyboard 0.9 (directfb.org)
Couldnt load module pthres
(*) Direct/Thread: Started 'Linux Input' (1868) [INPUT OTHER/OTHER 0/0] <8388608>...
(*) DirectFB/Input: bend-sensor (1) 0.1 (directfb.org)
(*) Direct/Thread: Started 'Linux Input' (1870) [INPUT OTHER/OTHER 0/0] <8388608>...
(*) DirectFB/Input: stmp3xxx-rotdec (2) 0.1 (directfb.org)
(*) DirectFB/Graphics: Generic Software Rasterizer 0.6 (directfb.org)
(*) DirectFB/Core/WM: Default 0.3 (directfb.org)



Screen (00) FBDev Primary Screen            (primary screen)
   Caps: VSYNC POWER_MANAGEMENT

     Layer (00) FBDev Primary Layer             (primary layer)
        Type:    GRAPHICS
        Caps:    SURFACE BRIGHTNESS CONTRAST SATURATION


Input (01) IMPS/2 Mouse                    (primary mouse)
   Type: MOUSE
   Caps: AXES BUTTONS
   Max. Axis: 2
   Max. Button: 2

Input (00) Keyboard                        (primary keyboard)
   Type: KEYBOARD
   Caps: KEYS
   Min. Keycode: 0
   Max. Keycode: 127

Input (10) bend-sensor
   Type: KEYBOARD MOUSE REMOTE
   Caps: KEYS BUTTONS
   Min. Keycode: 0
   Max. Keycode: 127
   Max. Button: 15

Input (11) stmp3xxx-rotdec
   Type:
   Caps: AXES
   Max. Axis: 0

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users



--

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to