Bug 178766

Summary: fbdev ghost tails on drag
Product: [Fedora] Fedora Reporter: John Reiser <jreiser>
Component: xorg-x11-drv-fbdevAssignee: X/OpenGL Maintenance List <xgl-maint>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: frank
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-25 20:56:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
screenshot showing bad display after dragging window
none
xorg.conf
none
/var/log/Xorg.0.log none

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 ***