Bug 178766 - fbdev ghost tails on drag
Summary: fbdev ghost tails on drag
Keywords:
Status: CLOSED DUPLICATE of bug 178433
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-drv-fbdev
Version: rawhide
Hardware: powerpc
OS: Linux
medium
medium
Target Milestone: ---
Assignee: X/OpenGL Maintenance List
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-24 04:43 UTC by John Reiser
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-25 20:56:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
screenshot showing bad display after dragging window (286.83 KB, image/png)
2006-01-24 04:45 UTC, John Reiser
no flags Details
xorg.conf (2.62 KB, text/plain)
2006-01-24 04:47 UTC, John Reiser
no flags Details
/var/log/Xorg.0.log (41.47 KB, text/plain)
2006-01-24 04:48 UTC, John Reiser
no flags Details

Description John Reiser 2006-01-24 04:43:38 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8) Gecko/20060103 Fedora/1.5-4 Firefox/1.5

Description of problem:
Under Fedora Core 5 test 2 on Apple Macintosh Mini (PowerPC 32-bit), dragging a window does not restore the background on the trailing horizontal edge.  The trailing vertical edge is OK.

Version-Release number of selected component (if applicable):
xorg-x11-drv-fbdev-0.1.0.4-1

How reproducible:
Always

Steps to Reproduce:
1. Drag a window (move the pointer to the title bar, press and hold Button1, move the mouse.)
2.
3.
  

Actual Results:  The trailing horizontal edge leaves "ghost tails" instead of restoring the newly-exposed background window.

Expected Results:  The trailing horizontal edge should redraw the newly-exposed background window.

Additional info:

Will attach xorg.conf (created by anaconda) and Xorg.0.log.

Comment 1 John Reiser 2006-01-24 04:45:09 UTC
Created attachment 123597 [details]
screenshot showing bad display after dragging window

Comment 2 John Reiser 2006-01-24 04:47:32 UTC
Created attachment 123598 [details]
xorg.conf

Note line in Section "Device":
	Option	    "UseFBDev" "true"

Comment 3 John Reiser 2006-01-24 04:48:34 UTC
Created attachment 123599 [details]
/var/log/Xorg.0.log

Comment 4 John Reiser 2006-01-24 04:55:14 UTC
The badness happens only when the Desktop is the background window.  Application
windows (at least: gnome-terminal, Firefox) that are exposed by drag get
[re-]drawn properly.

Comment 5 Frank Arnold 2006-01-25 12:55:40 UTC
Please try adding the following line to the Device section of your
/etc/X11/xorg.conf:

Option "AccelMethod" "EXA"

It might be related to this Xorg bug:
https://bugs.freedesktop.org/show_bug.cgi?id=4456



Comment 6 John Reiser 2006-01-25 19:59:32 UTC
Thank you, Frank.  That works.  The Desktop (root window) is redrawn properly on
the trailing horizontal edge of another window being dragged.

The complete Device section is now:
-----
Section "Device"
        Identifier  "Videocard0"
        Driver      "ati"
        VendorName  "Videocard vendor"
        BoardName   "ATI Technologies Inc RV280 [Radeon 9200]"
        Option      "UseFBDev" "true"
        Option      "AccelMethod" "EXA"
EndSection
-----


Comment 7 Rahul Sundaram 2006-01-25 20:56:38 UTC
Thank you for the bug report. This particular bug has already been reported
into our bug tracking system, but please feel free to report any further
bugs you find.



*** This bug has been marked as a duplicate of 178433 ***


Note You need to log in before you can comment on or make changes to this bug.