PDA

View Full Version : Xorg-7.3 and touchkit


dgascon
2008-02-21, 01:08 PM CST
I am trying to setup a touch screen using driver touchkit. The actual driver is located at /usr/lib/xorg/modules/input/touchkit_drv.o.

When I run I get this in my /var/log/Xorg.0.log:
(II) LoadModule: "./touchkit"
(WW) Warning, couldn't open module touchkit
(II) UnloadModule: "touchkit"
(EE) Failed to load module "touchkit" (module does not exist, 0)

Here is my xorg.conf touch panel section

Section "InputDevice"
Identifier "TKPANEL"
Driver "touchkit"
Option "Device" "/dev/tkdata0"
Option "DebugLevel" "0"
End Section

I have hear a few things about touchkit not working with Xorg-7.3, I hope this is not the case, or if it is that there is a fix.

Thanks!

dgascon
2008-02-25, 07:49 AM CST
After looking around some more, it seems that there could be an issue with versioning under Xorg.

When I run
X- version
Under Xorg 7.3 it reports that the version is 1.3.0.
But when I run the same thing under Xorg 7.1 it reports a version of 7.1.1.

So could it be possible that there is some confusion where the driver thinks it's on a very old X version and won't load? And if that is the case would there be any remedy?

Thanks!