Dear Nek5000 users,
I’m running Prenek on Ubuntu 24.04 inside VMware Workstation 16 Player.
After switching from Wayland to Xorg, the window still shows only a blank/red screen — no menus or text.
The terminal outputs:
I have installed xfonts-75dpi, xfonts-100dpi, Mesa and llvmpipe packages, and tried the environment variables:
but the GUI issue persists.
Has anyone run Prenek successfully under VMware Ubuntu with Xorg?
Any tips would be greatly appreciated.
Best regards,
Yinglu Peng
--
You received this message because you are subscribed to the Google Groups "Nek5000" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nek5000+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/nek5000/222598fd-a47a-4b2f-b4c7-7b66eb29c54fn%40googlegroups.com.
Dear Dr. Carasik,
Thank you very much for your advice. I’m mainly trying to build simple 3-D geometries such as cylinders and flow-around-sphere cases for Nek5000. Since I’ve seen many possible mesh-generation paths (Prenek, genbox, n2to3, Gmsh + Gmsh2nek, and exo2nek), I’m wondering whether using Gmsh and Gmsh2nek would be a better and more stable option for these types of problems.
Best regards,
Yinglu Peng
Hi
I haven’t used Ubuntu in a while, but a few versions ago I fixed this issue as follows:
Edit xdriver.c in the prenek directory.
On line 234, replace the text inside the double quotes with a different font name until you find one that works.
I’ve attached a small script (run.sh) and the source file (fonts.c). Run the script to compile and list the available fonts on your system; then use one of those names in xdriver.c.
Hope this helps,
Dimitrios
To view this discussion visit https://groups.google.com/d/msgid/nek5000/9e0ee85e-38c0-4419-8944-208d9e27e215n%40googlegroups.com.
Hi all,
I tried modifying the font settings in xdriver.c as suggested in previous discussions (replacing the fallback font with
-adobe-courier-medium-r-normal--14-100-100-100-m-90-iso8859-1).
However, even after recompiling prenek, I still encounter display issues — the window opens but remains mostly black/red and no menus are visible (see attached screenshot).
Thanks,
Yinglu Peng