Bug 7287 - Never ending expose event storm for hidden E17 shelf if xcompmgr is running
Summary: Never ending expose event storm for hidden E17 shelf if xcompmgr is running
Status: RESOLVED MOVED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 6.8.99.903 (6.9 RC3)
Hardware: x86 (IA32) FreeBSD
: high normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-21 03:17 UTC by Fabian Keil
Modified: 2018-12-13 22:16 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Fabian Keil 2006-06-21 03:17:00 UTC
Xorg is sending a never ending expose event storm if xcompmgr
is running and another window is completely hiding an
E17 shelf that is set to be Below Windows.

In this screen shot:
http://www.fabiankeil.de/tmp/e17-transparency-completely-hidden-shelf-below-windows-1024x768.png
the top running Eterm is completely hiding the shelf
below it. Xorg continues to send expose events to E17
which cause high load because E17 redraws the shelf
all the time.

In this screen shot
http://www.fabiankeil.de/tmp/e17-transparency-partly-hidden-shelf-below-windows-1024x768.png
some of the shelf's pixels are in the foreground
and the expose event storm is gone.

As a work around one can set the shelf to be
"Below Everything".

I previously reported this as a E17 problem,
but Carsten Haitzler figured out that it was
an Xorg problem.

The mailing list archive seems to be down most of time,
therefore I'm just quoting his answer:

To: Fabian Keil <freebsd-listen@fabiankeil.de>
Cc: enlightenment-users@lists.sourceforge.net
Subject: Re: [e-users] E16 and E17 trasparency
Message-Id: <20060618095618.0f77a64b.raster@rasterman.com>

> i suspect this is some bug to do with xcomposite and x sending bogus expose
> events to the shelf thus the shelf redrawing - thus e redrawng it, its shape
> and having to recompute a dropshadow if you still have e's dropshadow enabled.
> (nb invisible shelves that are not "below everything" are largely useless).
> probably because e renders, sets shape mask, as a result x generates expose
> blindly even though there were no new exposures. i am suspecting this is a bug
> report for x.org :) but - put in some debugging (or use xev and the right
> window id to sniff events). in fact i just checked. suspicion confirmed. using
> xev i get a continual stream of never-ending expose events form x when the
> window shelf is covered:
> 
> Expose event, serial 13, synthetic NO, window 0x400159,
>     (6,0), width 338, height 40, count 0
> 
> Expose event, serial 13, synthetic NO, window 0x400159,
>     (6,0), width 338, height 40, count 0
> 
> Expose event, serial 13, synthetic NO, window 0x400159,
>     (6,0), width 338, height 40, count 0
> 
> Expose event, serial 13, synthetic NO, window 0x400159,
>     (6,0), width 338, height 40, count 0
> 
> Expose event, serial 13, synthetic NO, window 0x400159,
>     (6,0), width 338, height 40, count 0
> 
> Expose event, serial 13, synthetic NO, window 0x400159,
>     (6,0), width 338, height 40, count 0
> 
> 
> but when it is uncovered it works normally:
> 
> Expose event, serial 13, synthetic NO, window 0x400159,
>     (3,36), width 4, height 1, count 1
> 
> Expose event, serial 13, synthetic NO, window 0x400159,
>     (33,36), width 2, height 1, count 0
> 
> Expose event, serial 13, synthetic NO, window 0x400159,
>     (36,35), width 1, height 1, count 0
> 
> Expose event, serial 13, synthetic NO, window 0x400159,
>     (35,36), width 1, height 1, count 0
> 
> MotionNotify event, serial 13, synthetic NO, window 0x400159,
>     root 0x185, subw 0x0, time 3835547669, (7,14), root:(635,1174),
>     state 0x10, is_hint 0, same_screen YES
> 
> MotionNotify event, serial 13, synthetic NO, window 0x400159,
>     root 0x185, subw 0x0, time 3835547677, (6,14), root:(634,1174),
>     state 0x10, is_hint 0, same_screen YES
> 
> (for example).
> 
> so really - this isn't e's bug unfortunately - you should report this bug to
> x.org. what they need to know is:
> 
> using xcompmgr -n with xcomposite turned on and a shaped window, when the
> shaped window's shape mask is set while the window is fully obscured x
> continually sends expose events back to the shaped window even if the shape
> itself never changes (is the same shape all the time). this does not happen
> when the window is partially obscured or completely unobscured (the shape
> change generates more exposes that do not keep repeating if the shape
> itself does not change on a shape-set.
Comment 1 Michel Dänzer 2006-06-21 03:27:09 UTC
The driver has nothing to do with Expose events.
Comment 2 Michel Dänzer 2006-06-21 03:30:31 UTC
Also, have you tried a server newer than 6.9 RC3? There have been countless
fixes related to compositing since then.
Comment 3 Fabian Keil 2006-06-21 04:01:48 UTC
I'm already using the latest version the FreeBSD ports collection has to offer:

fk@TP51 ~ $pkg_info | egrep '(xorg|xcomp)'
xcompmgr-1.1.3      A sample X compositing manager
xorg-clients-6.9.0_2 X client programs and related files from X.Org
xorg-documents-6.9.0 Documentation of X11 protocol and libraries from X.Org
xorg-fonts-100dpi-6.9.0_1 X.Org 100dpi bitmap fonts
xorg-fonts-75dpi-6.9.0_1 X.Org 75dpi bitmap fonts
xorg-fonts-cyrillic-6.9.0_1 X.Org Cyrillic bitmap fonts
xorg-fonts-encodings-6.9.0_1 X.Org font encoding files
xorg-fonts-miscbitmaps-6.9.0_1 X.Org miscellaneous bitmap fonts
xorg-fonts-truetype-6.9.0 X.Org TrueType fonts
xorg-fonts-type1-6.9.0 X.Org Type1 fonts
xorg-fontserver-6.9.0_1 X font server from X.Org
xorg-libraries-6.9.0 X11 libraries and headers from X.Org
xorg-manpages-6.9.0 X.Org library manual pages
xorg-nestserver-6.9.0 Nesting X server from X.Org
xorg-printserver-6.9.0 X Print server from X.Org
xorg-server-6.8.99.903 X.Org X server development snapshot and related programs
xorg-vfbserver-6.9.0 X virtual framebuffer server from X.Org

Xorg 7.x hasn't been ported to FreeBSD yet.
Comment 4 Daniel Stone 2007-02-27 01:32:35 UTC
Sorry about the phenomenal bug spam, guys.  Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Comment 5 chemtech 2013-03-15 14:47:57 UTC
Fabian Keil 
Do you still experience this issue with newer soft ?
Please check the status of your issue.
Comment 6 Fabian Keil 2013-03-15 15:09:09 UTC
Nowadays I use a tiling window manager and thus bugs like this one no longer affect me.

I don't know if the problem is still reproducible with E17.
Comment 7 GitLab Migration User 2018-12-13 22:16:43 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/xserver/issues/342.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.