utmapp / UTM

Virtual machines for iOS and macOS
https://getutm.app
Apache License 2.0
25.11k stars 1.27k forks source link

No Compatible Display Card for SPARC64 #5597

Open tifasoftware opened 10 months ago

tifasoftware commented 10 months ago

I have tried all 3 SPARC64 machine types and all display cards in an attempt to run Solaris 10. All of the display card dont war and it says "unknown vga type"

In console QEMU it displays

UTM 4.3.5

osy commented 10 months ago

Can you provide a working command for QEMU with VGA working?

tifasoftware commented 10 months ago

qemu-system-sparc64 -vga std

tifasoftware commented 10 months ago

After some further research Operating Systems supported by SPARC64 that work best on the Niagara machine, require the -nographic option.

osy commented 10 months ago

Thanks, can you provide the entire command and possibly a boot image so I can test?

tifasoftware commented 10 months ago

qemu-system-sparc64 -nographic -cdrom /Users/jesse/Downloads/sunsolaris10operatingsystem1106x86sparc/SOL_10_1106_SPARC.mdf -L /Users/jesse/Downloads/OpenSPARCT1_Arch.1.5/S10image -drive if=pflash,readonly=on,file=/Users/jesse/Downloads/OpenSPARCT1_Arch.1.5/S10image/disk.s10hw2 -m 8192 -M niagara

OpenSparc Solaris 10

Now QEMU doesn't provide good graphical support for 64-bit SPARC systems, just the 32-bit ones. The best results that will come from emulating SPARC64 Solaris 10 will be outputted from Serial Console.

osy commented 10 months ago

You use “-nographic” here but your original issue is with display card compatibility…

tifasoftware commented 10 months ago

I opened the issue before I realized QEMU didn't support all of that, my apologies. I guess close this issue and reopen it whenever display support is implemented to work on Solaris 10.On Sep 2, 2023, at 1:16 AM, osy @.***> wrote: You use “-nographic” here but your original issue is with display card compatibility…

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

osy commented 10 months ago

Note that you can achieve the same nographics result if you remove the display device and add a serial one.