qemu pegasos2 applications and experiences.
I would like to share the use of qemu experience with various applications.
and possible tests on them so as not to write in the dedicated post
in which I saw that other tests dedicated to the graphics card are being done.
Meanwhile I have fixed the audio issue on my system and it no longer conflicts with "kazan" to record.
Here is an example of a 720p video:
Desktop 1440x900
https://youtu.be/c_JwFUgfu0QNow I was trying "RemoteDeskTop" it seems to me it supports at most 16bit
with "xrdp" (linux)
I put all on "bridge" including OS 4.1 (qemu)
with
/etc/network/interfaces:
#Bridge interface
auto br0
iface br0 inet static
address 192.168.1.28
netmask 255.255.255.0
network 192.168.1.1
broadcast 192.168.1.255
gateways 192.168.1.1
bridge_ports eth0 tap0
bridge_stp off
bridge_maxwait 5
with ethernet cable
qemu-system-ppc -cpu g3 -L pc-bios -M pegasos2 -bios /home/white/Scaricati/pegasos2.rom -m 1024 -serial stdio -device sm501 -drive if=none,id=hd,file=/ home/white/Downloads/32gb.raw,format=raw -device ide-hd,drive=hd,bus=ide.1 -netdev user,id=br0 -device rtl8139,netdev=br0 -vga xenfb -drive if=none ,id=hd1,file=/home/white/Downloads/coffin.raw,format=raw -device ide-hd,drive=hd1,bus=ide.1
Has anyone tried "RemoteDeskTop" ?
can you give me some advice on how to configure it on the AmigaOS side ?