When I start a Qt application
viewtopic.php?p=2238031#p2238031
on my latest 64bit Raspberry PiOS, I get this error and the program hangs: If I start same program on Pi5 when logged in remotely via "ssh -X" from Ubuntu, it works:Running on AMD Ubuntu program works as well:
I would like to run the Program on Pi5.
How can I make the Pi5 report 4.6 context as well?
On Pi5:On AMD Ubuntu:
viewtopic.php?p=2238031#p2238031
on my latest 64bit Raspberry PiOS, I get this error and the program hangs: If I start same program on Pi5 when logged in remotely via "ssh -X" from Ubuntu, it works:
Code:
...? CGAL_draw()Using OpenGL context 4.5 GL
Code:
...? CGAL_draw()Using OpenGL context 4.6 GL
I would like to run the Program on Pi5.
How can I make the Pi5 report 4.6 context as well?
On Pi5:
Code:
pi@raspberrypi5:~ $ glxinfo | grep "OpenGL version"OpenGL version string: 4.5 (Compatibility Profile) Mesa 23.2.1-1~bpo12+rpt3pi@raspberrypi5:~ $
Code:
hermann@7600x:~$ glxinfo | grep "OpenGL version"OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.2.1-1ubuntu3.1~22.04.2hermann@7600x:~$
Statistics: Posted by HermannSW — Fri Jul 19, 2024 2:19 pm