Tiny Core Extensions > TCE News

Update to mesa in tc-16.x x86_64 repo

<< < (3/6) > >>

GNUser:

--- Quote from: Juanito on October 18, 2025, 07:44:42 AM ---a quick way to check would be to re-create libglapi with symlinks to libGL, run ldconfig and try again.

--- End quote ---

Hi Juanito. Yes, that fixes meld. Thanks.


--- Code: ---$ cd /usr/local/lib
$ sudo ln -s libGL.so.1.2.0 libglapi.so.0
$ sudo ldconfig
$ meld # now it works :)
--- End code ---

As for the other problem (xfe's slowness), I'm not optimistic that I'll find a solution. If I figure it out I'll post the solution here.

GNUser:

--- Quote from: Juanito on October 18, 2025, 07:49:55 AM ---It might also be good to check that 3d hardware acceleration is working

--- End quote ---
Yes, it's working:


--- Code: ---$ glxinfo | grep renderer
    GLX_MESA_copy_sub_buffer, GLX_MESA_gl_interop, GLX_MESA_query_renderer,
    GLX_MESA_gl_interop, GLX_MESA_query_renderer, GLX_MESA_swap_control,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: Mesa Intel(R) HD Graphics 4000 (IVB GT2)

$ glxinfo | grep version
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
    Max core profile version: 4.2
    Max compat profile version: 4.2
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.0
OpenGL core profile version string: 4.2 (Core Profile) Mesa 25.2.5
OpenGL core profile shading language version string: 4.20
OpenGL version string: 4.2 (Compatibility Profile) Mesa 25.2.5
OpenGL shading language version string: 4.20
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 25.2.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
--- End code ---

Juanito:
updated meld posted

GNUser:
Hi Juanito. xfe depends on fox. fox had been compiled with the --with-opengl flag for some reason.

Recompiling fox made xfe fast again :)

I submitted the recompiled/updated fox.tcz and fox-dev.tcz for the TCL16 x86_64 repo.

GNUser:

--- Quote from: Juanito on October 19, 2025, 03:50:13 AM ---updated meld posted

--- End quote ---
Thanks!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version