Read WIKI article
http://wiki.tinycorelinux.net/wiki:using_xorg_over_xvesa
Thanks, I am still reading from
http://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml"
If hotplugging (evdev) is enabled, InputDevice sections using the mouse, kbd and vmmouse driver will be ignored"
the new X server 1.4 uses udev input device discovery and xorg.conf Section "
InputClass" configuration.
Setting keyboard layout without hot-plugging (deprecated) has used Section "InputDevice"
The X server essentially treats the collection of configuration files
/etc/X11/xorg.conf.d/*.conf as one big file, with entries from
/etc/X11/xorg.conf at the end. sample 10-evdev.conf should be in the
likely /etc/X11/xorg.conf.d directory, which manages the keyboard, the mouse, the touchpad and the touchscreen.
About the Synaptics driver: it supports on the fly configuration, like this:
$ synclient VertEdgeScroll=1 HorizEdgeScroll=1 HorizTwoFingerScroll=1 VertTwoFingerScroll=1
you could make these changes permanent by adding them to somthing like /etc/X11/xorg.conf.d/50-synaptics.conf
the Synaptics real-time detection options:
$ synclient -l | awk '/=/{printf "Option \"%s\" \"%s\"\n",$1,$3}'
If I will not manage, then maybe I will set some enviroment variable, simlinks, or just remaster...