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!
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!