Miroslav Halas wrote:
Hi Tristan,

could you please write me directly to "fedora at bastafidli dot com" since I am not subscribed to the list and thank you for your help.

Ok & no problem (cc-ing)

[snip]
So it looks like the X sometimes doesn't process the switch. The method which calls the switch (xf86EloConvert calling xf86XInputSetScreen) is definitely called since I can see its output in the debug log, but it looks like X didn't processed it since the cursor stays in the wrong touchscreen. SO my guess is maybe it is called at wrong time???

Hmmm, yeah, looks like `xf86EloConvert' is a consiquence of calling `xf86PostMotionEvent', and from the looks of it, it should be called before "posting events" (So even if the code isn't /really/ broken; conceptualy it is, seeing as Xinput assumes this order of events), looks like its worth a try ;-P

My main problem is I don't know how to compile the file since I have never compiled X. Could you maybe help me with this?

Um,


cvs co -A xc
cd xc
make World > world.log

But you'll get a wealth of extra information in the INSTALL file.

Cheers,
                               -Tristan


_______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Reply via email to