Created attachment 14134 [details] screenshot of the horizontal stripes Setup: 1280x1024 above of 1280*800 with xrandr. Depth: 24 Only Option in xorg.conf Device section: Option "AccelMethod" "XAA" (But changing that to EXA does nothing regarding the problem.) Both monitors at 60Hz: 1280x1024 60.0*+ 74.9 75.0 71.9 59.9 1280x800 60.0 + 60.0 Problem: When I scroll a window's content that is wider than 3/4 of the screen width, odd horizontal stripes (1px height) appear in the right and left quarter of the screen. They go away when another window is moved over the region where they appear or when another window is opened and appears at a totally different place not necessarily overlapping that region (when redrawing is happening). Also, the inter-stripe distance is proportional to scrolling speed. It's like there is one stripe in the left lower corner and one at the right 1/4 from the bottom before scrolling and when the window content get's scrolled, they move up/down while a new stripe appears left and right (feels like one for every refreshing cycle of the screen). Also, the color of the stripe on the right side matches the region where stripes appear on the left side and vice versa. Screenshot of the effect is attached. Fetched the intel driver from the git repository today, but I'm not sure whether it's a problem of the driver. :-(
Apparently for some unknown reason, I had Option "Tiling" "false" in there. Don't know how I overlooked that. Removing it solved the problem.
How about only disable fbc by turning on tiling be default? Option "FramebufferCompression" "false"
Well, with Option "FramebufferCompression" "false" Option "Tiling" "true" or Option "FramebufferCompression" "false" #Option "Tiling" "true" or just an empty section just with Identifier "Intel945GM/GMS Driver "intel" BusID "PCI:0:2:0" everything is just fine - if you meant that :-) The stripes appear with explicitly setting tiling to false - I just overlooked the "Tiling" line since I had commented out everything in that section (stuff that was still there from older and different setups, even from before it became Driver "intel" ) but overlooked the <Option "Tiling" "false> line
yeah, I mean default setting should work fine (tiling + fbc), and from your first config test, only disable fbc caused problem you saw. Have you tried with current 2.2.0.90 version?
oh, my last comment was wrong, disable tiling could trigger your problem...
Hmm. No for me it looks as if turning on FramebufferCompression triggers the problem. With FramebufferCompression off it's ok.
(In reply to comment #6) > Hmm. No for me it looks as if turning on FramebufferCompression triggers the > problem. Mm? Your comment #1 shows it's triggered by turning off tiling, not FramebufferCompression (default on). Right?
I can't see the issue on 945GM here, either with tiling or fbc off. Is this still valid? Or if you still see the problem, could you paste your used xorg.conf and X log?
ping response from Maximilian. It looks not a bug to me as the default setting actually works.. Anyway, Maximilian, your comment in comment# 6 looks confusing. please clarify.
ping Maximilian...
I'll close this one. pls reopen if this's still a bug.
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.