FLTK is static linked to the program.It uses Fl_PNG_Image to show the image from the .png file.The x64 kernel boot version vs the x686 kernel boot version are basically all the same except for the kernel itself. All the libraries, etc.. are the 686 versions as only 686 apps run on it. The x64 kernel is only needed because the 686 kernel won't load on some higher-end systems and some of the newer tablet type systems.So it's weird that Xrender has a problem on one and not the other, but it does. It looks like 1.3.1 didn't use Xrender .. If I disable Xrender will everything else (scaling and the rest of it) still work?
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 138 (RENDER)
Minor opcode of failed request: 4 (RenderCreatePicture)--
You received this message because you are subscribed to a topic in the Google Groups "fltk.general" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/fltkgeneral/FJYEag5cKNY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to fltkgeneral...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/E4C47278-90B5-4A77-9C74-2AC5FE44A624%40gmail.com.
@Darren: could you, please, perform this check on the system with the 16-bit framebuffer?Get with the debugger or a print statement the value of variables srcfmt and dstfmtfrom function Fl_Xlib_Graphics_Driver::copy_offscreen_with_alpha in file src/Fl_Double_Window.cxxat lines 145 and 146 (that's for FLTK 1.3.5).Please report if any of these variables is NULL.