On Sat, 13 Jul 2002, fixertechno wrote:

> On Sat, 13 Jul 2002, Clarence Dang wrote:
> 
> > Do you still get the same messages?
> 
> ostensibly so, yes.
> 
> > Could you please give me the debugging output starting from "JOY: joy_init()
> > [unthreaded] CALLED!" because that output is still quite important in
> > diagnosing the problem.
> 
> here we go:
> 
> debug flags: -a
> debug flags: 9j
> JOY: joy_init() [unthreaded] CALLED!
> JOY: WARNING! joystick axis min (0) and/or max (0) out of range

this still hints at a configuration problem. Try -D+c and look for a
line like this:
CONF: Parsing /home/enbeo/dosemu/conf/global.conf file. 

this global.conf should have this somewhere:
    ## joystick settings
    joystick_emu { joy_device $_joy_device joy_dos_min $_joy_dos_min
               joy_dos_max $_joy_dos_max joy_granularity $_joy_granularity }


if I then have this in dosemu.conf:
$_joy_device = "/dev/js0 /dev/js1"       # 1st and 2nd joystick device
                        # ("" if you don't want an emulated joystick)
                        # e.g. "/dev/js0" or "/dev/js0 /dev/js1"
                        #
$_joy_dos_min = (1)     # range for joystick axis readings, must be > 0
$_joy_dos_max = (150)   # avoid setting this to > 250
$_joy_granularity = (1) # the higher, the less sensitive - 
                        # useful if you have a wobbly joystick

even without a joystick I get the following:

JOY: joy_init() [unthreaded] CALLED!
JOY: joystick range: 1-150 (150)
JOY: joystick granularity: 1
JOY: joystick 0x0: ERROR! can't open "/dev/js0"
JOY: joystick 0x1: ERROR! can't open "/dev/js1"
JOY: WARNING! No joysticks enabled!
JOY: joy_reset() CALLED!
JOY: joy_exist() returning value 0

Bart

-
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

Reply via email to