Thanks, that was helpful. I tracked the problem down to a change in Fedora, /dev/psaux doesn't connect to anything anymore even though the file is still there, and neither does /dev/mouse. You have to use $_mouse_dev = "/dev/input/mice" instead. Now it works.
On Tue, 10 Aug 2004, Stas Sergeev wrote: > Hello. > > Lawrence F. Povirk wrote: > > $_mouse_dev = "/dev/psaux" in dosemu.conf. I put these same > > settings into > > the new dosemu.conf, but now there's no mouse in WordPefect. > > I'm a little > > confused because I don't actually seem to have a "MOUSE.COM" > > file. > You don't need mouse.com file if you set up > mouse via $_mouse_dev. Dosemu have the built-in > driver, and if you actually load mouse.com, the > mouse will not work. > Also see about the permissions on /dev/psaux. > If everything fails, start dosemu with -D9+m > option and have a look into a ~/.dosemu/boot.log. > > - > To unsubscribe from this list: send the line "unsubscribe linux-msdos" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html > > - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
