#11073 closed bug (duplicate)
[ActivityMonitor] whole applet disappears when moving a window
Reported by: | jstressman | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #15631 | Blocking: | |
Platform: | All |
Description
On hrev47509 I'm seeing pretty serious vanishing ActivityMonitor behavior when moving a window. This was on a bare metal install and tested using both the on-board nvidia video chip and an add-in radeon video card. Same behavior on both.
http://www.youtube.com/watch?v=etR4HyGFtSE
The behavior is much less noticeable in a virtualbox here, but that might be because I'm running the VM on a much more powerful computer and GPU, so it redraws a lot faster and makes it harder to notice.
http://www.youtube.com/watch?v=PfeQAbVzPFw
But as you can see it's so profound on the bare metal install as to be rather distracting.
Change History (6)
comment:1 by , 8 years ago
Component: | - General → Servers/app_server |
---|---|
Owner: | changed from | to
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 5 years ago
Blocked By: | 15548 added |
---|---|
Resolution: | → duplicate |
Status: | assigned → closed |
comment:4 by , 5 years ago
This is actually duplicate of #15631 and still reproduced on slow machine and VESA video driver. VESA video driver do not provide frontbuffer shifting hook (B_SCREEN_TO_SCREEN_BLIT) and backbuffer will be shifted and flushed, causing flickering.
comment:5 by , 5 years ago
Blocked By: | 15631 added; 15548 removed |
---|
comment:6 by , 5 years ago
Milestone: | R1 |
---|
Remove milestone for tickets with status = closed and resolution != fixed
Can't reproduce anymore, was probably another dupe of #15548.