No matter what setting you select for emulate 3 buttons in the graphical installer, the generated XF86Config contained the setting used by the installer (the default setting for the kind of mouse it autoprobed). The installer used to have the same problem fot the type of mouse selected, no matter what type of mouse you selected it put the type used during the install in XF86Config (Bug 8754). The generated /etc/sysconfig/mouse file is fine, the problem is the XF86config generation using the values active during the install, not the ones configured by the user.
also, there's something broken with kickstart and 'emulthree'. crashes with: File "...kickstart.py" line 228, in doMouse (args, extra) = isys.getopt(args, '', [ 'device=', 'emulthree' ]) TypeError: bad argument --kickstart: unknown option
--kickstart not needed anymore, just one of these little gotchas in 6.2 well done on docs.
Not able to replicate in test lab.
Well, it took me 2 installs ;| But I've managed to reprudce it, here is how: -Take a system with an microsoft intelli mouse -Do a normal straigth forward install. -When it asks for the mouse, select microsoft intelli mouse -It enables emulate 3 buttons, this is rong, turn it of (already mentioned in a sperate bug report) -continue install using all defaults Now check /etc/sysconfig/mouse, this one is correct, no emulate 3 buttons, /etc/X11/XF86Config however does have emulate 3 buttons turned on, which IMHO is a bug.
Forwarding this to a developer for further action.
Please verify against developmental release.
Ok, I've checked this against 6.9.0 beta1, and its gone, so I'm resolving and closing it.