Post B6INYRf8VO1qdUrlcu by mntmn@mastodon.social
 (DIR) More posts by mntmn@mastodon.social
 (DIR) Post #B6INYRf8VO1qdUrlcu by mntmn@mastodon.social
       2 likes, 1 repeats
       
       incantation to run prusa-slicer with correct 3d view on RK3588 MNT (Pocket) Reform: `LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libGLEW.so.2.2 prusa-slicer --opengl-compatibility`(this fixes 2 bugs at once)
       
 (DIR) Post #B6IP0YjZuGHOdAuhii by rick@a.n0id.space
       0 likes, 0 repeats
       
       @mntmn oh wow.. Do i need to install sth in addition, or is this library already there? :rick_peek:
       
 (DIR) Post #B6IQINkPaoYViuMkc4 by rick@a.n0id.space
       0 likes, 0 repeats
       
       @mntmn this would be soo cool of it works. Currently i slice it and hope it looks alright :laughing_cirno: Need to test in in a few mins
       
 (DIR) Post #B6IRBU7DcQWhOrJCQC by rick@a.n0id.space
       0 likes, 0 repeats
       
       @mntmn awww awesome, it even works with the flatpak version :blobcataww: but maybe i still should switch to the packaged version
       
 (DIR) Post #B6Ih003ybvTYH9L0Pg by vimja@tooting.ch
       0 likes, 0 repeats
       
       @rick @mntmn I've always just used software rendering, which works OK but is pretty slow.Now you're saying you're able to get hardware accelerated rendering working with this?I'm still getting the warning about OpenGL 3.2 being required by my GPU only supporting 3.1 and then a blank where the render would go, even with this :(
       
 (DIR) Post #B6IiAEcXRPs4H5wpzE by mntmn@mastodon.social
       0 likes, 0 repeats
       
       @vimja @rick IIRC there's an env var for panfrost to enable (most of) GL 3.3
       
 (DIR) Post #B6IkGzdvj31Pl3wvBo by rick@a.n0id.space
       0 likes, 0 repeats
       
       @mntmn @vimja you mean this?PAN_MESA_DEBUG=gl3
       
 (DIR) Post #B6IlLiFVvGclDLLKzY by mntmn@mastodon.social
       1 likes, 0 repeats
       
       @rick @vimja yep
       
 (DIR) Post #B6JMWF32Wr2I8bONu4 by josch@floss.social
       1 likes, 0 repeats
       
       @mntmn @rick @vimja Since reform-tools 1.83 PAN_MESA_DEBUG=gl3 is exported by default in /etc/profile.d/reform-mali.sh
       
 (DIR) Post #B6KJzdud3ciWwkkJZA by vimja@tooting.ch
       1 likes, 0 repeats
       
       @rick @mntmn nice! Works perfectly!That was like my biggest pain point on the reform!
       
 (DIR) Post #B6KL6dDe8KFQmHXOVM by mntmn@mastodon.social
       1 likes, 0 repeats
       
       @vimja @rick wow :0 thanks to @cararemixed for giving me a very direct reason to look into this :D
       
 (DIR) Post #B6KLJJasPXrDfwS2q0 by kianryan@oldbytes.space
       0 likes, 0 repeats
       
       @mntmnWill give this a spin today.Looking forward to not needing my cursed GL ES version. :-)
       
 (DIR) Post #B6KLJK5iYsWlDasfuS by kianryan@oldbytes.space
       0 likes, 0 repeats
       
       @mntmn Well, this is a notable improvement on my GL ES version.Using prusa-slicer from apt repos (2.9.4) and for whatever reason, my version of libGLEW is 2.3, not 2.2.  And only worked after an apt update today (do we know what changed?).  But it works, and it's very responsive.  Best approach by far.  We have a winner. Yipee.
       
 (DIR) Post #B6KLJKNnTezO7fL75c by mntmn@mastodon.social
       0 likes, 0 repeats
       
       @kianryan very nice. maybe the GLEW bugfix made it in now?
       
 (DIR) Post #B6KUp3BFrz3FcnfsG0 by cararemixed@mastodon.social
       0 likes, 0 repeats
       
       @mntmn @vimja @rick Also looks like libGLEW was patched in debian so only the flag is needed now.