LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   irtouch touchscreen on voyage linux problem (https://www.linuxquestions.org/questions/linux-hardware-18/irtouch-touchscreen-on-voyage-linux-problem-785619/)

PFerreira 01-29-2010 10:24 AM

irtouch touchscreen on voyage linux problem
 
Hi everyone,

I have been unsuccessfully trying to have a irtouchscreen working on an Alix 3d3 board with voyage linux on it. I have xorg with xfce4 btw. I'll try to resume the problems im getting.

- When I plug the usb on the Alix I get the message
-"usb2-1:process XXX (irtouchServer) didn't claim interface 0 before use"

I think this problem is avoinding me to see the touchscreen on it /dev. Even with cat /proc/bus/usb/devices i cant see anything related with the touchscreen. When I startx , in the log I can see the driver of the touch been loaded but it still doesnt work . Any ideas ?



my xorg.conf file its here:

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc102"
Option "XkbLayout" "pt"
Option "XkbVariant" "pt"
Option "XkbOptions" "pt"
EndSection


Section "InputDevice"
Identifier "irtouch"
Driver "irtouch"

Option "ScreenNumber" "0"
Option "SendCoreEvents"
Option "MinX" "0"
Option "MaxX" "4095"
Option "MinY" "0"
Option "MaxY" "4095"
Option "SwapXY" "0"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
# Driver "irtouch"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection

Section "ServerLayout"
Identifier "Default serverlayout"

Screen 0 "Default Screen"
# # Monitor "Configured Monitor"

InputDevice "irtouch" "SendCoreEvents"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"

EndSection

Section "ServerFlags"
Option "DefaultServerLayout" "Default serverlayout"
EndSection



Thank you and please help =)
Pedro Ferreira


All times are GMT -5. The time now is 06:01 AM.