sillysloft / fluxbox

Fluxbox Window Manager (Mirror)
http://fluxbox.org/news/
Other
0 stars 1 forks source link

Menu PNG icons garbled on multi head #579

Open sillysloft opened 18 years ago

sillysloft commented 18 years ago

In 0.9.15.1 I get garbled PNG icons on the second display. I've exerienced this on several OSs, Gentoo 2006.0 currently with imlib2 version 1.2.1.009. Screenshots are attatched

Reported by: orion2012

sillysloft commented 18 years ago

Primary Display

Original comment by: orion2012

sillysloft commented 18 years ago

Secondary Display

Original comment by: orion2012

sillysloft commented 17 years ago

Logged In: YES user_id=183587

I'm still experiencing this bug in 1.0_rc1

Original comment by: rstanchak

sillysloft commented 17 years ago

Logged In: YES user_id=1142349 Originator: NO

Same problem with 0.9.15.1 (gentoo). xpm icons also seem to display different colors

Original comment by: darking

sillysloft commented 17 years ago

Logged In: YES user_id=1538990 Originator: NO

I've looked through the code for this and didn't see anything out of place. Is it still a problem in 1.0rc3?

Original comment by: mark-t

sillysloft commented 17 years ago

Logged In: YES user_id=1503578 Originator: YES

I can no longer help with this bug as I don't have a multi-head setup anymore.

Original comment by: orion2012

sillysloft commented 17 years ago

Logged In: YES user_id=1142349 Originator: NO

Mark-t the problem is still present in fluxbox-1.0_rc3

System specs: Gentoo 2007.0 fluxbox-1.0_rc3 (compiled with imlib and truetype support) imlib2-1.3.0 (compiled with gif, jpeg, png and tiff support) x11-drivers/ati-drivers-8.35.5 (card: X700 mobile)

Some of the icons are garbled and others are displayed correctly but in the wrong place, i.e. Poweroff icon displayed on Home section.

This problem also affects the style section. The images that represent the "iconify" "Maximize" and "close" are also garbled or another icon is displayed in its place instead. In this case, a garbled firefox icon is being displayed instead. The screenshot displays the style problem, the menu garbled icons and the icons in the wrong place (firefox with the thunderbird icon):

http://apollo.dq.fct.unl.pt/~al1133/screenshot1.png

I must also add that icons in other formats such as xpm are displayed correctly and in the right position.

Original comment by: darking

sillysloft commented 16 years ago

Logged In: YES user_id=603593 Originator: NO

Hi,

I just spent far too long tracking this down.

Ultimately it looks like it's an imlib2 bug. Possibly more serious than a bug, as it does several things that are incompatible with multiple screens. Bummer. If we're going to stick with imlib, the only workaround that springs to mind would be to extract the pixmap to an XImage, then render that to the alternative screen. I'll look at doing this.

Cheers,

- Simon

Original comment by: rathnor