summary refs log tree commit diff stats
path: root/results/classifier/118/graphic/1361618
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/graphic/1361618')
-rw-r--r--results/classifier/118/graphic/136161863
1 files changed, 63 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/1361618 b/results/classifier/118/graphic/1361618
new file mode 100644
index 000000000..7d8b6d997
--- /dev/null
+++ b/results/classifier/118/graphic/1361618
@@ -0,0 +1,63 @@
+graphic: 0.852
+performance: 0.792
+virtual: 0.761
+peripherals: 0.728
+user-level: 0.714
+architecture: 0.702
+vnc: 0.702
+device: 0.665
+mistranslation: 0.660
+ppc: 0.645
+semantic: 0.631
+hypervisor: 0.600
+kernel: 0.559
+VMM: 0.503
+network: 0.489
+register: 0.484
+PID: 0.474
+x86: 0.464
+socket: 0.461
+risc-v: 0.450
+arm: 0.415
+files: 0.403
+permissions: 0.398
+boot: 0.384
+TCG: 0.380
+KVM: 0.368
+debug: 0.360
+assembly: 0.347
+i386: 0.304
+
+sparc cg3 1152x900 display abnormal
+
+when I use -vga cg3 -g 1152x900 with qemu-system-sparc, the display is abnormal
+I had try qemu-2.1.0 on win2003 with openBIOS or OBP
+    qemu-system-sparc.exe -vga cg3 -g 1152x900
+or
+    qemu-system-sparc.exe -vga cg3 -g 1152x900 -bios ss5.bin
+
+I also try qemu-2.0.2 on debian 6.0.1a i686 on VirtualBox host win2003
+with same command, in vnc view, the display is same as on win2003.
+
+If I don't use -g 1152x900 parameter, everything is OK, sunOS 4.1.4 work well.
+
+
+
+Due to the OpenBIOS ROM being larger than OBP, it is currently unable to allocate enough memory for the larger 1152x900 framebuffer (and sadly it's not a simple fix to shrink down the memory requirements).
+
+Fortunately if you are using the real Sun ROM ss5.bin then you can just use a real Sun cgthree ROM in order to get a 1152x900 framebuffer in QEMU. Currently you can find a copy at http://people.csail.mit.edu/fredette/tme/sun-u1-nbsd.html if you don't have one handy. 
+
+Simply rename the existing OpenBIOS QEMU,cgthree.bin ROM to QEMU,cgthree.bin.old, download the real Sun cgthree ROM and rename it to QEMU,cgthree.bin in place of the old file. Now you should find you can start QEMU with -g 1152x900 and the larger display size will work fine.
+
+I would say that this isn't necessarily a bug as it's more a restriction in the way OpenBIOS works, however I agree that the documentation is probably not particularly clear in this respect. One final note: the Sun cgthree ROM is fixed at 1152x900 resolution, so if you need to switch back to 1024x768 (or want to auto boot without manual intervention) then you'll need to temporarily rename the ROM files so the original OpenBIOS QEMU,cgthree.bin file is used once again.
+
+
+Kind regards,
+
+Mark.
+
+
+new QEMU,cgthree.bin work fine, thank you!
+
+Setting this to "invalid" since it's apparently rather a firmware than a QEMU issue.
+