Build Your Own Arcade Controls Forum
Main => Main Forum => Topic started by: MotorHedJr on March 04, 2009, 05:45:35 pm
-
Hello,
Looked for this today but it appears the site has been replaced by some kind of lame advertising site... Anyone know of a mirror?
Thanks.
MH Jr.
-
mameworld.net moved to mameworld.info
From this post, looks like that site hasn't been transferred yet: http://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&Board=news&Number=183100&Forum=All_Forums&Words=easymamecab&Match=Entire%20Phrase&Searchpage=0&Limit=25&Old=allposts&Main=183100&Search=true#Post183100
-
Thanks Mlalena,
I'm certain the owner of that site is a regular on these forums. If I recall it was either Desmatic or Whammoed... Guys are you out there? I want to build a new Linux AdvMAME cab (w/ SVGAlib and native resolutions) and that site had lots of good info on video card types.
Regards,
MH Jr.
-
Unfortunately, I doubt it. I don't think that person will notice for at least a little while. I guess we'll see.
-
http://web.archive.org/web/20080121090806/http://easymamecab.mameworld.net/
-
Thanks Saint!
Now for the $50,000.00 question:
AGP video cards are obsolete. You can find them here and there and I have a few extras lying around, but the real problem is that you cannot purchase a new MB w/ an AGP slot...
Has anyone tried any PCI or PCI express cards in the same Linux SVGAlib configuration as the EZMAME setup? Any recommendations? Desmatic, MRH, Whammoed, Elvis?
Is it even possible now that AdvMAME is no longer under development and may not even have the drivers?
Thanks,
MotorHed Jr.
-
but the real problem is that you cannot purchase a new MB w/ an AGP slot...
Not True
Asrock do a few boards
I have one myself
http://www.asrock.com/mb/overview.asp?Model=ConRoe865PE
there are other brands too
Also they still make Radeon and Matrox agp cards
-
I think there may be many easier solutions these days that do the same job as detailed on that site. Seeing as the technology/software is now becoming obsolete, you may do better to look at current solutions.
-
I don't think there's anything that does what Advavncemame can do in it's entirety. And I'm using a PCIe card with it, so no problems there. Also, I happened to look up Easymamecab and it's back around, whether by Twisty's hand or what I don't know.
-
Ummon,
Thanks, but:
And I'm using a PCIe card with it, so no problems there.
Can you please amplify your answer? :)
Are you able to get native modes with your video setup?
I doubt highly that a PCIe will display @ 15kHz w/ low pclocks in any thing but Linux or DOS. What is your OS?
What you using for your Video display? SVGA, LCD, TV, CRT, D9200?
What video card is this PCIe?
What are you using for your device_video = parameter in your advmame.rc file?
What about these parameters: device_video_pclock? device_video_hclock? device_video_vclock?
Again here is my question:
Has anyone tried any PCI or PCI express cards in the same Linux SVGAlib configuration as the EZMAME setup? Any recommendations?
Regards,
MH Jr.
-
It's a PCIe Nvidia 6200; XP SP3; Billabs arcade multisync.
If you notice in the soft15 thread, low clocks are basically a matter of drivers, not hardware. That may've been different before '01 or 2, but not since then.
So interface isn't an issue, cos (again, note in the soft15 thread), many people are using PCIe cards.
Now, compatibility can be an issue, and it seems pretty much anything Nvidia (up to what the docs say, 6800) will work, but ATI is hit an miss. Older ones seem to work just fine, depending on your mobo an all.
Pixel clock (um, best to look that up) - horizontal clock (scanrate in khz) - vertical clock (refresh in hz). Look up my tutorial on the video/monitor board. That thing should be stickied.
-
I doubt highly that a PCIe will display @ 15kHz w/ low pclocks in any thing but Linux or DOS. What is your OS?
DOS.
What you using for your Video display? SVGA, LCD, TV, CRT, D9200?
crt pc monitor.
What are you using for your device_video = parameter in your advmame.rc file?
device_video AUTO
What about these parameters: device_video_pclock? device_video_hclock? device_video_vclock?
look up the values in your monitor manual. if unsure, use the lowest value for your display type as provided by advcfg.exe. i use a pc monitor so my setting is for VGA screen:
device_video_clock 5-150 / 31.5 / 55-130
-
All,
Thanks for looking at this post and your help so far. :)
Ummon,
Is this the Nvidia card you are using?
http://www.antonline.com/p_VCG62256PPB-NX_427568.htm
I checked and it is on the AdvMAME supported Linux video cards list. It appears this card is available to purchase new, so now I have a starting point. Thanks! (Now to get some green beer...) :cheers:
Regards,
MH Jr.
-
What is the big deal?
Just buy a stock PCI card and that will solve your issue.
-
All,
Thanks for looking at this post and your help so far. :)
Ummon,
Is this the Nvidia card you are using?
http://www.antonline.com/p_VCG62256PPB-NX_427568.htm
j
Sweet jesus, yes, that's it (actually, mine's only an LE, I think - 128mb) - but don't buy it there! Ebay, man, ebay. Mine was used.
-
for linux, you can use:
device_video SDL fb slang
which can take advantage of graphics drivers. you need to make sure that sdl, framebuffer and slang are indeed installed. also, the user account must be allowed to use these drivers/devices. root takes care of this problem.
in windows, only svgawin, sdl, and auto is allowed.
-
Isn't svgawin the Win equivalent of doing SDL fb slang in Linux?
-
Isn't svgawin the Win equivalent of doing SDL fb slang in Linux?
svgawin is a windows only driver which provides the ability to set an arbitrary video mode. it comes with advmame but it needs to be installed separately. it doesn't work with most cards.
-
But are the features any different?
-
the features would be the same, but svgawin would be faster since the display is not stretched to the default windows screen size. most probably, SDL is at work when in windows. you can tell when you go to the video menu in-game, and look at the clock frequencies: "0/0/0".
i think SDL performance can be improved if windows desktop is purposely set to a much lower resolution. by default, XP's minimum is 800*600 but there is a trick out there to allow 640*480.
at least, that's how i understand how advmame works.
-
Guys,
I got a new PNY GeForce 6200. This required a mobo upgrade too. The parts are all here, and the build begins today. Wish me luck and I will post specs of the final system configuration when it is working. Again, thanks for the help :)
MH Jr.
-
the features would be the same, but svgawin would be faster since the display is not stretched to the default windows screen size. most probably, SDL is at work when in windows. you can tell when you go to the video menu in-game, and look at the clock frequencies: "0/0/0".
i think SDL performance can be improved if windows desktop is purposely set to a much lower resolution. by default, XP's minimum is 800*600 but there is a trick out there to allow 640*480.
at least, that's how i understand how advmame works.
SDL in Windows means it'll use any modes you've loaded. I've loaded soft15 and used those modes. No reason to, really, but I was curious. Plus, you get tearing bad on scrollers. Best to use svgawin.