Quote:
Originally Posted by coplate
I wrote a makexxconfig that will automatically detect keyboard and mouse, that are NOT the touchscreen.
the keyboard checks for key 'F4', and the mouse checks for "relative movement in the X direction" which the touchscreen does not have.
The part to compare to the original in the makexconf is the loop where it checks all the devices:
# Scan for input device and call associate output function
do_input()
|
coplate - I've tried tailoring your makexxconfig & and mouse.sh script to simply echo in all of my information, as well as using them exactly as you wrote 'em. The xorg.conf that is generated is always incomplete and crashes the xserver. :-( Here is a tails -f of my log (upon connecting the hub) & the xorg.conf that is generated.
* I've tried with both a mouse and keyboard, as well as just a keyboard. Ideally, I'd like just the keyboard (and to use the touchscreen for pointer, so no need for the cursor, though I can always edit that later)
knc1 - when I do a bind mount of xorg.conf directly, it seems to get overwritten by the makexconfig (like coplate has found). I must be missing a step, or need to do the makexconfig phase like coplate.