On windows 10 I run a VirtualBox with ubuntu 22.04.2 and when I start the xclock with
xclock -digital -fg white
I see this window:
Is there a way to fix this? xclock without parameter works, but I need to have a digital clock with seconds.
The command
xclock -digital -fg white -bg black
gives:
Also, when I open a normal terminal, this is how the top bar looks like:
again these hieroglyphs ...
It is definitively the VM, because when I turn off Display -> Enable 3D Acceleration then I see the terminal title bar and xclock -digital works as expected. However, in that settings I see my mouse cursor often as a black square and the whole windows are flickering and jumping around, making the VM virtually useless.
Is there a way to fix this WITHOUT reinstalling the VM (which I have dome way too often already)?
VirtualBox 7.0.20
I tried to create a simple python script using tkinter to show the clock in digital format -> Shows the same kind of hieroglyphs ...


