Sujet : Problem with scrollbar and Linux ?
De : gregor.ebbing (at) *nospam* gmx.de (greg)
Groupes : comp.lang.tclDate : 07. Dec 2024, 02:12:52
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vj07el$2m608$1@dont-email.me>
User-Agent : Mozilla Thunderbird
After upgrading to Mesa 24.2.8-1, rendering issues occur with Tcl/Tk-based applications involving the Tk Scrollbar widget. This issue does not appear when using Mesa 24.2.7-1 or running other OpenGL applications (e.g., GMark2).
Specifically, the problem affects the rendering and usage of scrollbars in Tk applications, resulting in repeated error messages in the kernel log:
radeon 0000:03:00.0: vbo resource seems too big for the bool
Linux Debian Sid,
Tcl/Tk 8.6.15
Tcl Tk 9.0
package require Tk
scrollbar .s -orient vertical
pack .s
Gregor