Hi

 I have a big problem here. We have a linux device that runs without a real
keyboard and get its command through a socket connection vi tcpip. But now I
need to simulate keyevents to the system like a vitual keyboard with java
(sun jvm 1.3.1). I figured that I am not able to simulate keyevents when the
keyboard is disabled in the XF86Config file like this :

Identifier "noinputdevice"
Driver "void"

Without that and no keyboard attached the xwindows system does not start up.
But if the keyboard is attached everything works fine. 

Now the question, how do I get rid of the keyboard and still be able to
simulate keyevents ?? Is there some kind of workaround or do I need to
change something in the source code. I think the only thing I need to do in
the source code is to disable the check of the keyboard in the starting
routine of X. I was looking for that but 150 megs of source code lines are
very hard to search if you do not have a clue for what you search. Does
anyone have a suggestion for what I may need to search or any other solution
?

Thanks alot,



> Sebastian
> mailto:[EMAIL PROTECTED]
> 
> 
> 
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to