Ticket #1 (closed bugs: None)

Opened 6 years ago

Last modified 39 years ago

Broken graphics

Reported by: nobody Owned by: nobody
Priority: 5 Milestone:
Component: None Version: v1.0 (example)
Keywords: Cc:

Description

The only symptom of this issue is that all graphics
that are displayed by Ede applications are broken and
usually contain apparently random patterns, sometimes
including parts of graphics from non-Ede apps (e. g.
(part of) Galeon's icon). Fltk test programs work ok.
All Ede widgets that do not display graphics work OK, too.

libjpeg: 6.2.0
libpng: 2.1.0 (Both built and packaged by SuSE and seem
to work OK.)

In the attached screenshot the background is set to a
(otherwise valid) JPEG file, the icons are XPMs. PNGs
look the same as JPEGs, i. e. black.

(If this has already been fixed on CVS, my apologies.)

Change History

Changed 6 years ago by nobody

Logged In: NO 

I meant to attach a screenshot, but that seems not to work.
Please email me if it is needed.

Changed 6 years ago by laza2000

Logged In: YES 
user_id=11956

This can be due to display depth, EDE doesnt support lower
that 15 bit depths right now. Theres support for 8 bit in
source, but in binaries. 8 bit support can be turned on only
by modifying Edelib makefile, adding -DUSE_COLORMAP there. 

What XFree version you have? 
What display depth you are using? 

Changed 6 years ago by nobody

Logged In: NO 

XFree version 4.2.0, display depth 24 bit (32 bpp), NVidia
Riva 128 with 4 MB.

By the way, the 0.6.0 binaries worked fine.

Changed 6 years ago by laza2000

Logged In: YES 
user_id=11956

Aaaahhh... 24 bit support is fixed in CVS :)
I also just fixed 8bit display support just in case :)
Anyway, checkout CVS modules 'ede' and 'edelib' and tell
me does it work or not.

Regards,
Mikko Lahteenmaki

Changed 6 years ago by laza2000

  • status changed from assigned to closed

Changed 6 years ago by nobody

Logged In: NO 

but, in window titles small icon still broken
Note: See TracTickets for help on using tickets.