Hello. "John Goley" wrote: > mouse doesn't work like it is suppose to. It will not work at all if I just > "left" mouse click on the menus. Nothing happens. But if I hold down > the right mouse button and then click "hard" with the left button then it > will work sometimes. What is wrong? Is there a setting change in a config > file somewhere that could fix this problem? Try $_hogthreshold=(0) When this is enabled, dosemu executes sleep() when the program is polling the mouse while mouse is inactive. This can lead to a missing mouse events. When you hold the right button, dosemu thinks that mouse is active and ceases executing sleep(), hence not losing the click.
> Or can you disable the mouse driver > and load a driver that will work? This is unlikely even under console. Not possible under X. - 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
