I'm not sure where the problem is - I cannot test it here. But I think the reason is, that all communication between the client and the server is going through the network, even the mouse movements and the key prints.
In other words: A basic problem of AmiCygnix is, that the GUI becomes slow, when there is a lot of traffic in the network. And in this case, the client (Firefox) gets the video data on the Linux side and sends it over the network to the X-Server on the Amiga side.
Unfortunately I cannot change this.
X-5000 PPC 5020/2 GHZ, Fractal Define XL R2-Tower, OS 4.1 final update 2, 4 GB, Radeon HD 7770, ESI Juli@ XTe SAM 460ex/1,15 GHZ, OS 4.1 final, 2 GB, Radeon HD 6450 Amiga 4000D/040 25 Mhz, OS 3.9 BB2, 272 MB, X-Surf, 250 MB ZIP
You are definitely right, I did not notice that, In fact, before launching the video, the menus work perfectly. But once you launch the video to see the menus are practically "locked" I will try to see if I can solve the problem.
I guess on real machines this doesn't happen thanks to the dedicated video card.
Here's a video of the test, but I'd say it's also a ble video to watch for its very human content
I worked a bit on pre-buffering the videos now everything works fine. At the resolution of 1024x768 the base is ready. Now I can only make improvements for the better.
One last question this doesn't always happen but here is the .log: (from amigaos shell terminal after DISPLAY export)
I'm afraid I cannot help you. I don't know much about ALSA. But I guess, that the problem is on Linux side, even if the message appears in the amigaos shell.
From where does the sound come from? As the X server cannot handle sound, it should be played on the Linux system side.
X-5000 PPC 5020/2 GHZ, Fractal Define XL R2-Tower, OS 4.1 final update 2, 4 GB, Radeon HD 7770, ESI Juli@ XTe SAM 460ex/1,15 GHZ, OS 4.1 final, 2 GB, Radeon HD 6450 Amiga 4000D/040 25 Mhz, OS 3.9 BB2, 272 MB, X-Surf, 250 MB ZIP
Thanks for the info, I changed distribution because Ubuntu 22.04 has problems with firefox snaps and I don't want to bother editing the files. This resulted in AmiCygnix crashing from time to time
Now everything works perfectly.
I've made numerous changes to Firefox to make videos smooth.
Thanks again for AmiCygnix.
I hope there will always be new versions and with new features.
I don't know if the question is wrong but I'll do it
Could a Voodoo3 driver for AmiCygnix be made? If that's the right question.
Thank you
Which then is the most complete system in emulation because it allows you to see Demos etc.
Here a video while using Voodoo3 in emulation with Firefox via AmiCygnix.
I don't know if the question is wrong but I'll do it
Could a Voodoo3 driver for AmiCygnix be made? If that's the right question.
There are no wrong questions
Please notice, that AmiCygnix uses different drivers for different gfx card driver software like "Picasso96", "Cybergraphics" or the new OS4 routines. AmiCygnix does not support a gfx card directly! So if a gfx card is supported by a driver software, it is also supported by AmiCygnix. Just choose the desired gfx card in the screenmode settings in myX11Setup.
X-5000 PPC 5020/2 GHZ, Fractal Define XL R2-Tower, OS 4.1 final update 2, 4 GB, Radeon HD 7770, ESI Juli@ XTe SAM 460ex/1,15 GHZ, OS 4.1 final, 2 GB, Radeon HD 6450 Amiga 4000D/040 25 Mhz, OS 3.9 BB2, 272 MB, X-Surf, 250 MB ZIP
/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/home/white/.ssh/id_rsa.pub" /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: ERROR: ssh: connect to host 192.168.0.2 port 22: Connection refused
Server side I just have to transmit the keys to AMIGA Thank you
There's the command "whoami" on Linux and maybe also on your system. But I'm not sure if this helps you with your problem.
X-5000 PPC 5020/2 GHZ, Fractal Define XL R2-Tower, OS 4.1 final update 2, 4 GB, Radeon HD 7770, ESI Juli@ XTe SAM 460ex/1,15 GHZ, OS 4.1 final, 2 GB, Radeon HD 6450 Amiga 4000D/040 25 Mhz, OS 3.9 BB2, 272 MB, X-Surf, 250 MB ZIP
On my system, I've set the name in hosts section of internet prefs, so the name is known over the network. You can still look at your router setting if there is a map of your network with the name of the connected devices.
On WinUAE it works perfectly only with external IP and with RTL8029. using VMnet8 (VMWare) as driver. Using NPcap to be able to activate it. With local IP e.g. 10.0.2.15 doesn't work.
I talked to ZBalaton and he told me to totally change my approach to the problem because Qemu is not WinUAE.
So doing with Qemu: sudo ip tuntap add user white mode tap sudo ip link set tap0 up sudo ip addr add 192.168.0.1/24 dev tap0 sudo sysctl net.ipv4.ip_forward=1 sudo iptables -t nat -A POSTROUTING -s 192.168.0.2 -j MASQUERADE