-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Celestia on Raspberry Pi 5 Bookworm 64 bit Wayland: orbits, constellations/constellation borders, coordinate grids are not rendered #2211
Comments
Could you also provide Help->OpenGL Info content? |
here the OpenGL info for the GTK build: |
It can be a bug in OpenGL driver. Could you recompile GTK UI with |
Could make a "clean" compilation for GTK? It seems it still uses the old GL widget. mkdir build-gles && cd build-gles
cmake .. -DENABLE_GTK=ON -DENABLE_GLES=ON
make -j4
sudo make install Btw, do you have any issues with simple SDL UI? |
building the GTK version in a "clean" build folder (and disabling a QT5 build with A SDL build works: orbits are rendered and the color depth is OK, but how do I use the program? I don't have menus etc. A QT6 build works actually pretty well: orbits/constellations/constellation border/coordinate grids are rendered and the color depth is just fine - I think I have found the right build for my Raspi5. |
Great! Perhaps Qt5 require other packages, afair there were packages with |
as for the GTK build (that failed with the "Celestia was unable to initialize OpenGL" error), attached the information you requested: |
Thanks. Both are okay, so the problem is not with CMake, but with my EGL code.
Could you go to Saturn when ring shadows are on and then post |
here you go... |
So the driver exposes
It should fix the problem. |
ok, placing I found some other "issues", however:
|
Please provide /tmp/celestia-shaders.log
Could you check different star modes? Press |
Sorry, now it is working - Hyperion is rendered; don't know what happened before - I did switch off my Raspi5 in the meantime, though...
I already tried the different star modes - originally I had it at "fuzzy points"; setting it to "scaled disks" turns off the halo at <0.4 AU and >2 AU; at "points" the halo is also turned off at >0.2 AU |
Celestia now runs very well on my Raspi5 (solid 60 fps), but these things don't get rendered (when the respective options are switched on in the menu):
Attached my /tmp/celestia-shaders.log file
celestia-shaders.log
Funnily enough, a small part of the ISS orbit is rendered as a red line, but no planetary or moon orbits:
My system details: Raspberry Pi 5 with 4 GB RAM, Rapberry OS Bookworm 64 bit, 4 kB page size, Wayland.
Running the GTK build of Celestia; the QT5 build has the same issues...
The text was updated successfully, but these errors were encountered: