Hello.

My system is a linux slackware 7.1.

I get the archive from x.mame.net. I unpack it, and modify the
makefile.unix:


This is my gcc version: Reading specs from
/usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

So, I modify the line CFLAGS:
CFLAGS    = -O -Wall -fno-strict-aliasing

Everything compile fine. (some warnings, but gcc goes to the end)

When I launch xmame, I get:
[kevin@slackware:/usr/src/xmame-0.56.1]$ xmame.x11 volfied.zip -rompath
/home/kevin/ROMS/
info: trying to parse: /usr/local/lib/xmame/xmamerc
info: trying to parse: /home/kevin/.xmame/xmamerc
error: unknown option keepaspect, on line 51 of file:
/home/kevin/.xmame/xmamerc
   ignoring line
error: unknown option displayaspectratio, on line 52 of file:
/home/kevin/.xmame/xmamerc
   ignoring line
error: unknown option debug, on line 86 of file: /home/kevin/.xmame/xmamerc
   ignoring line
info: trying to parse: /usr/local/lib/xmame/xmame-x11rc
info: trying to parse: /home/kevin/.xmame/xmame-x11rc
fuzzy name compare, running volfied
info: trying to parse: /usr/local/lib/xmame/rc/volfiedrc
info: trying to parse: /home/kevin/.xmame/rc/volfiedrc
Mouse/Trakball selected.
loading rom 0: c04-12-1.bin
loading rom 1: c04-08-1.bin
loading rom 2: c04-11-1.bin
loading rom 3: c04-07-1.bin
loading rom 4: c04-20.bin
loading rom 5: c04-22.bin
loading rom 6: c04-19.bin
loading rom 7: c04-21.bin
loading rom 8: c04-16.bin
loading rom 9: c04-18.bin
loading rom 10: c04-15.bin
loading rom 11: c04-17.bin
loading rom 12: c04-10.bin
loading rom 13: c04-09.bin
loading rom 14: c04-06.bin
done
X11: Error: Couldn't find a suitable visual
Unable to start video emulation

What's this X11 error?
I try to launch mame locally (DISPLAY=127.0.0.1:0)
from the net, and from Xvnc. Same error each time.

I recompile xmame with:

#IL   = '-DINLINE=static __inline__'
IL    = -DINLINE=static

#GLLIBS= -ldl

#GLCFLAGS= -D_X11_


And I get exactly the same errors.

I didn't find anything in the FAQ.

Can someone help me (I really want to play volfied on my linux box :) ) ? Or
at least explain me what means this error:
X11: Error: Couldn't find a suitable visual
Unable to start video emulation

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

Reply via email to