Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - AMD HD6250 Graphics : (2 Items)
   
AMD HD6250 Graphics  
Hi,

I am trying to find a suitable graphics mode for Photon on a Advantech PCM-9376 SBC

When I run vesabios.trap, it detects a few modes and then after 320x200x8 (i0x13) it crashes with a segmentation fault 
at 0005:00010C95
It has a TTL display output that I am using which only supports up to 1024x600.
I don't know if the issue is with the resolution or with the BIOS not being fully compatible with 386 protected mode, as
 this was certainly the problem with Fsys that meant I had to use the Proc32 with the -E0 option to stop Fsys.atapi from
 crashing (a big thank you to whoever made that work around for Proc32).

I only need 640x480 with 16, 24 or 32 bit colour for the display.
Is there any way that I can set up my crt trap file without relying on the trapper to acheive this?
I'm not sure how to go about working out all the command line switches that the driver needs.

Thanks in advance,
   John
Re: AMD HD6250 Graphics  
Solved this issue. Added -cnone -nnone and -r switches to the vesabios.ms mode switcher in the crttrap.list file and now
 it doesn't crash when running the switcher.