Re: [Xmame] joypad problems:

2002-11-22 Thread Shadow Walker
Duncan Morison wrote:


joypad works fine for everything else
xmms and the gxmame GUI for example but completely ignored by xmame, here's
some more info:

in the controllers preferences there are two options that allow me to point
to /dev/js0 :
i386 or new i386 1.xx


You maybe already check that before but did you specifie /dev/js0 or 
/dev/js, for xmame, this is the second one that must be used because 
xmame will iterate through /dev/js0;/dev/js1,/dev/js2... since you are 
using GXMame, you are maybe confused by the fact that in the startup 
option, you need to specifie /dev/js0.

when I start gxmame with joystick support I get:
Message: Joystick THRUSTMASTER FireStorm Dual Power 2 found

so what do you reckon:
a) my system?


no, since GXMame and xmms can use your joystick, xmame should be able to 
use it with the new i386 1.xx driver

b) gxmame passing bad values to xmame


if you are using GXMame 0.28, gxmame have some problems fixed in the 
version 30pre1

c) xmame


seem that xmame is compiled with good options for the joy since it try 
to detect it without complaining the the joydevice number is not a known 
device type and should not be the problem.

d) mybad on configuring joystick ?


same than for a)

try to run
xmame.xgl -joytype 4 -joydevname /dev/js
or
xmame.xgl -joytype 1 -joydevname /dev/js

if the first one works, in GXMame be sure to use new i386 1.xx 
hoystick type and /dev/js as joystick name
if the second one works, in GXMame be sure to use i386 style hoystick 
type and /dev/js as joystick name

--
Shad
http://gxmame.sourceforge.net



___
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame


RE: [Xmame] joypad problems:

2002-11-22 Thread Duncan Morison
now I feel stupid, must editted it to js0 earlier before I'd done a modprobe
an not realised to put it back.

Now working, so many thanks to all, I've learnt a bit and will have a clue
for command line now at least.

p.s.

Pete French, hello from Ian ( Alice Temple )

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Shadow Walker
Sent: 22 November 2002 16:34
To: [EMAIL PROTECTED]
Subject: Re: [Xmame] joypad problems:


Duncan Morison wrote:

joypad works fine for everything else
xmms and the gxmame GUI for example but completely ignored by xmame, here's
some more info:

in the controllers preferences there are two options that allow me to point
to /dev/js0 :
i386 or new i386 1.xx

You maybe already check that before but did you specifie /dev/js0 or
/dev/js, for xmame, this is the second one that must be used because
xmame will iterate through /dev/js0;/dev/js1,/dev/js2... since you are
using GXMame, you are maybe confused by the fact that in the startup
option, you need to specifie /dev/js0.

when I start gxmame with joystick support I get:
Message: Joystick THRUSTMASTER FireStorm Dual Power 2 found

so what do you reckon:
a) my system?

no, since GXMame and xmms can use your joystick, xmame should be able to
use it with the new i386 1.xx driver

b) gxmame passing bad values to xmame

if you are using GXMame 0.28, gxmame have some problems fixed in the
version 30pre1

c) xmame

seem that xmame is compiled with good options for the joy since it try
to detect it without complaining the the joydevice number is not a known
device type and should not be the problem.

d) mybad on configuring joystick ?

same than for a)

try to run
xmame.xgl -joytype 4 -joydevname /dev/js
or
xmame.xgl -joytype 1 -joydevname /dev/js

if the first one works, in GXMame be sure to use new i386 1.xx
hoystick type and /dev/js as joystick name
if the second one works, in GXMame be sure to use i386 style hoystick
type and /dev/js as joystick name

--
Shad
http://gxmame.sourceforge.net



___
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame


___
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame



RE: [Xmame] joypad problems:

2002-11-21 Thread Duncan Morison
just to add it's the xgl version.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Duncan Morison
Sent: 21 November 2002 23:04
To: [EMAIL PROTECTED]
Subject: [Xmame] joypad problems:


joypad works fine for everything else

Box is running redhat 8.0 and I have done modprobe joydev

xmms and the gxmame GUI for example but completely ignored by xmame, here's
some more info:

when running GUI with joystick support:
joydev 1

when running GUI with joystick support:
joydev 0

when running the actual xmane app either with or w/out GUI joystick support:
joydev 0

so that would explain why it don't work.

in the controllers preferences there are two options that allow me to point
to /dev/js0 :
i386 or new i386 1.xx

others are:
none
FM town pad
PS2 linux
netbsd usb
x11
SDL

tried them all and none will give me a joydev 1.

xmms does actually work and also when starting xmame from gxmame it states
as part of the startup:
Message: xmame: I386 joystick interface initialization...
Message: xmame: OSD: Warning: No joysticks found disabling joystick support

when I start gxmame with joystick support I get:
Message: Joystick THRUSTMASTER FireStorm Dual Power 2 found

so what do you reckon:
a) my system?
b) gxmame passing bad values to xmame
c) xmame
d) mybad on configuring joystick ?


___
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame


___
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame



Re: [Xmame] joypad problems:

2002-11-21 Thread Frank Cox
Check the joytype variable in .xmamerc

On Thu, 21 Nov 2002 23:03:57 -
Duncan Morison [EMAIL PROTECTED] wrote:

 joypad works fine for everything else
 
 Box is running redhat 8.0 and I have done modprobe joydev
 
 xmms and the gxmame GUI for example but completely ignored by xmame,
 here's some more info:
 
 when running GUI with joystick support:
 joydev 1
 
 when running GUI with joystick support:
 joydev 0
 
 when running the actual xmane app either with or w/out GUI joystick
 support: joydev 0
 
 so that would explain why it don't work.
 
 in the controllers preferences there are two options that allow me to
 point to /dev/js0 :
 i386 or new i386 1.xx
 
 others are:
 none
 FM town pad
 PS2 linux
 netbsd usb
 x11
 SDL
 
 tried them all and none will give me a joydev 1.
 
 xmms does actually work and also when starting xmame from gxmame it
 states as part of the startup:
 Message: xmame: I386 joystick interface initialization...
 Message: xmame: OSD: Warning: No joysticks found disabling joystick
 support
 
 when I start gxmame with joystick support I get:
 Message: Joystick THRUSTMASTER FireStorm Dual Power 2 found
 
 so what do you reckon:
 a) my system?
 b) gxmame passing bad values to xmame
 c) xmame
 d) mybad on configuring joystick ?
 
 
 ___
 Xmame mailing list
 [EMAIL PROTECTED]
 http://toybox.twisted.org.uk/mailman/listinfo/xmame

___
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame



RE: [Xmame] joypad problems:

2002-11-21 Thread Duncan Morison
I don't have a .xmamerc file on my system ( after udatedb, locate .xmamerc )

I'm guessing this is a config file which isn't there because I'm using a
frontend ( gxmame ).

do you have a path to where it should be and a suggested contents of the
file?

quite happy to try from command line if that will fix it.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Frank Cox
Sent: 21 November 2002 23:40
To: [EMAIL PROTECTED]
Subject: Re: [Xmame] joypad problems:


Check the joytype variable in .xmamerc

On Thu, 21 Nov 2002 23:03:57 -
Duncan Morison [EMAIL PROTECTED] wrote:

 joypad works fine for everything else

 Box is running redhat 8.0 and I have done modprobe joydev

 xmms and the gxmame GUI for example but completely ignored by xmame,
 here's some more info:

 when running GUI with joystick support:
 joydev 1

 when running GUI with joystick support:
 joydev 0

 when running the actual xmane app either with or w/out GUI joystick
 support: joydev 0

 so that would explain why it don't work.

 in the controllers preferences there are two options that allow me to
 point to /dev/js0 :
 i386 or new i386 1.xx

 others are:
 none
 FM town pad
 PS2 linux
 netbsd usb
 x11
 SDL

 tried them all and none will give me a joydev 1.

 xmms does actually work and also when starting xmame from gxmame it
 states as part of the startup:
 Message: xmame: I386 joystick interface initialization...
 Message: xmame: OSD: Warning: No joysticks found disabling joystick
 support

 when I start gxmame with joystick support I get:
 Message: Joystick THRUSTMASTER FireStorm Dual Power 2 found

 so what do you reckon:
 a) my system?
 b) gxmame passing bad values to xmame
 c) xmame
 d) mybad on configuring joystick ?


 ___
 Xmame mailing list
 [EMAIL PROTECTED]
 http://toybox.twisted.org.uk/mailman/listinfo/xmame

___
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame


___
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame



Re: [Xmame] joypad problems:

2002-11-21 Thread Frank Cox
Oops.  That should have been .xmame/xmamerc.

Sorry about that, chief!

I've just sent you a copy of my xmamerc file.  Edit to suit your system,
put it into the ~/.xmame directory.

On Fri, 22 Nov 2002 00:17:49 -
Duncan Morison [EMAIL PROTECTED] wrote:

 I don't have a .xmamerc file on my system ( after udatedb, locate
 .xmamerc )
 
 I'm guessing this is a config file which isn't there because I'm using a
 frontend ( gxmame ).
 
 do you have a path to where it should be and a suggested contents of the
 file?
 
 quite happy to try from command line if that will fix it.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Frank Cox
 Sent: 21 November 2002 23:40
 To: [EMAIL PROTECTED]
 Subject: Re: [Xmame] joypad problems:
 
 
 Check the joytype variable in .xmamerc
 
 On Thu, 21 Nov 2002 23:03:57 -
 Duncan Morison [EMAIL PROTECTED] wrote:
 
  joypad works fine for everything else
 
  Box is running redhat 8.0 and I have done modprobe joydev
 
  xmms and the gxmame GUI for example but completely ignored by xmame,
  here's some more info:
 
  when running GUI with joystick support:
  joydev 1
 
  when running GUI with joystick support:
  joydev 0
 
  when running the actual xmane app either with or w/out GUI joystick
  support: joydev 0
 
  so that would explain why it don't work.
 
  in the controllers preferences there are two options that allow me to
  point to /dev/js0 :
  i386 or new i386 1.xx
 
  others are:
  none
  FM town pad
  PS2 linux
  netbsd usb
  x11
  SDL
 
  tried them all and none will give me a joydev 1.
 
  xmms does actually work and also when starting xmame from gxmame it
  states as part of the startup:
  Message: xmame: I386 joystick interface initialization...
  Message: xmame: OSD: Warning: No joysticks found disabling joystick
  support
 
  when I start gxmame with joystick support I get:
  Message: Joystick THRUSTMASTER FireStorm Dual Power 2 found
 
  so what do you reckon:
  a) my system?
  b) gxmame passing bad values to xmame
  c) xmame
  d) mybad on configuring joystick ?
 
 
  ___
  Xmame mailing list
  [EMAIL PROTECTED]
  http://toybox.twisted.org.uk/mailman/listinfo/xmame
 
 ___
 Xmame mailing list
 [EMAIL PROTECTED]
 http://toybox.twisted.org.uk/mailman/listinfo/xmame
 
 
 ___
 Xmame mailing list
 [EMAIL PROTECTED]
 http://toybox.twisted.org.uk/mailman/listinfo/xmame

___
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame



RE: [Xmame] joypad problems:

2002-11-21 Thread Fogle Cpl Shawn B

 joypad works fine for everything else

Really?

Give this a shot and gimme the output if you have problems after this...

xmame.x11 -jt 4 -jdev /dev/js
or 
xmame.x11 -jt 1 -jdev /dev/js

this is assuming that you're using the x11 target. 

shawn

p.s. on further troubleshooting give command then effect.


___
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame



RE: [Xmame] joypad problems:

2002-11-21 Thread Fogle Cpl Shawn B
 I don't have a .xmamerc file on my system ( after udatedb, locate .xmamerc
)

.xmamerc is usually located under your home tree. i.e. /home/user/.xmamerc

if not you can do a...
xmame -showconfig  /home/user/.xmamerc 
pull up your favorite editor (emacs ;p) and start editing away!

You can try from the command line to see where the problem lies within
(gxmame or xmame). And it _is_ most likely a configuration problem on your
end, one way or the other. The gxmame I currently have (hi shad!) is broken
and I can't remember how to configure gxmame from memory, so with a front
end I'm sure someone else will be more of a help.

shawn

___
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame



Re: [Xmame] joypad problems:

2002-11-21 Thread Frank Cox
On Fri, 22 Nov 2002 00:43:09 -
Duncan Morison [EMAIL PROTECTED] wrote:

 couple more questions:
 
 what does the joypad 4 mean?

   0 No joystick
   1 i386 style joystick driver (if compiled
in)
   2 Fm Town Pad support (if compiled in)
   3 X11 input extension joystick (if compiled
in)
   4 new i386 linux 1.x.x joystick driver(if
   compiled in)
   5 NetBSD USB joystick driver (if compiled
in)
   6 PS2-Linux native pad (if compiled in)
   7 SDL joystick driver

 
 also anything specific I should be aware of for the xgl version?

Outside of the fact that it doesn't work with all games?  Not really.

You might want to look at the new X11/Xv option which will give you
similar results to xmame.xgl but isn't partially broken...

___
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame