其说明文档有如下:改触摸屏是基于pc的,但是我想移植了x11是不是就可以用了,有想法的大侠给点意见啊
1. Installation of the Xorg module:
Regarding installation of Xorg module, all users must copy the Xorg module relating to
your version of X window to the X window input modules directory and then configure the
Xorg configuration file.
a.) copy the Xorg module
There are two pre-compiled Xorg modules for X window as follows:
(1) For versions of X window prior to 6.9 use the egalax_drv.o file.
(2) For versions of X window from 6.9 and upwards use the egalax_drv.so file.
User can use “X –version” command to check your running version of X window.
The X window input modules directory varies by distribution. Some examples are
/usr/X11R6/lib/modules/input ( for 64bit: /usr/X11R6/lib64/modules/input )
or /usr/lib/xorg/modules/input ( for 64bit: /usr/lib64/xorg/modules/input )
User can use the following command to give you a clue as to where the Xorg modules are
located on your sysem:
find / -name mouse_drv.so
Output:
/usr/lib/xorg/modules/input/mouse_drv.so
Copy the correct X module to the correct X window input modules directory.