https://bugs.freedesktop.org/show_bug.cgi?id=82533
Priority: medium Bug ID: 82533 Assignee: dri-devel@lists.freedesktop.org Summary: Line of tearing while playing games Severity: minor Classification: Unclassified OS: Linux (All) Reporter: dawide2211@gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: 10.2 Component: Drivers/Gallium/r600 Product: Mesa
Created attachment 104534 --> https://bugs.freedesktop.org/attachment.cgi?id=104534&action=edit Example 1, Unvanquished
While playing games with Vsync turned on a horizontal line of tear constantly shows up on the top side of my screen. This happens every time the screen moves and it means that it's pretty much always there. With Vsync turned off it doesn't show. I tried the same games on my Windows partition and it doesn't happen there.
My monitor is an LG FLATRON W2453V, the video card is a Sapphire Radeon HD 6750 1GB GDDR5. I'm using arch linux with kernel 3.15.8 and Mesa 10.2.5, the window manager is Openbox.
https://bugs.freedesktop.org/show_bug.cgi?id=82533
--- Comment #1 from dawide2211@gmail.com --- Created attachment 104535 --> https://bugs.freedesktop.org/attachment.cgi?id=104535&action=edit Example 2, Unvanquished
https://bugs.freedesktop.org/show_bug.cgi?id=82533
--- Comment #2 from dawide2211@gmail.com --- Created attachment 104536 --> https://bugs.freedesktop.org/attachment.cgi?id=104536&action=edit Example 3, Mount&Blade
https://bugs.freedesktop.org/show_bug.cgi?id=82533
dawide2211@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #104534|0 |1 is patch| |
https://bugs.freedesktop.org/show_bug.cgi?id=82533
dawide2211@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #104535|0 |1 is patch| |
https://bugs.freedesktop.org/show_bug.cgi?id=82533
dawide2211@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #104534|text/plain |image/jpeg mime type| | Attachment #104534|1 |0 is patch| | Attachment #104534|0 |1 is obsolete| |
https://bugs.freedesktop.org/show_bug.cgi?id=82533
dawide2211@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #104534|1 |0 is obsolete| |
https://bugs.freedesktop.org/show_bug.cgi?id=82533
dawide2211@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #104535|text/plain |image/jpeg mime type| | Attachment #104535|1 |0 is patch| |
https://bugs.freedesktop.org/show_bug.cgi?id=82533
--- Comment #3 from dawide2211@gmail.com --- Created attachment 104537 --> https://bugs.freedesktop.org/attachment.cgi?id=104537&action=edit Example 4, Mount&Blade
https://bugs.freedesktop.org/show_bug.cgi?id=82533
--- Comment #4 from Michel Dänzer michel@daenzer.net --- Please attach /var/log/Xorg.0.log and the output of dmesg and glxinfo.
Are you using a compositing manager? If so, make sure it unredirects fullscreen windows.
https://bugs.freedesktop.org/show_bug.cgi?id=82533
--- Comment #5 from dawide2211@gmail.com --- Created attachment 104559 --> https://bugs.freedesktop.org/attachment.cgi?id=104559&action=edit Glxinfo
My current setup is: SLiM as login manager, Openbox as window manager, feh to show the desktop wallpaper, Xcompmgr for transparency, xfce4-panel for the panel. My autostart for Openbox is like this: feh --bg-scale /home/davide/Immagini/background.jpg &
if which xfce4-panel >/dev/null 2>&1; then (sleep 2 && xcompmgr) & (sleep 2 && xfce4-panel) & fi
I'm using linux 3.15.8, Mesa 10.2.5 and Xorg 1.16 on archlinux.
https://bugs.freedesktop.org/show_bug.cgi?id=82533
--- Comment #6 from dawide2211@gmail.com --- Created attachment 104560 --> https://bugs.freedesktop.org/attachment.cgi?id=104560&action=edit dmesg
https://bugs.freedesktop.org/show_bug.cgi?id=82533
--- Comment #7 from dawide2211@gmail.com --- Created attachment 104561 --> https://bugs.freedesktop.org/attachment.cgi?id=104561&action=edit Corg.0.log
https://bugs.freedesktop.org/show_bug.cgi?id=82533
dawide2211@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #104561|Corg.0.log |Xorg.0.log description| |
https://bugs.freedesktop.org/show_bug.cgi?id=82533
--- Comment #8 from Kertesz Laszlo laszlo.kertesz@gmail.com --- (In reply to comment #5)
Created attachment 104559 [details] Glxinfo
My current setup is: SLiM as login manager, Openbox as window manager, feh to show the desktop wallpaper, Xcompmgr for transparency, xfce4-panel for the panel. My autostart for Openbox is like this: feh --bg-scale /home/davide/Immagini/background.jpg &
if which xfce4-panel >/dev/null 2>&1; then (sleep 2 && xcompmgr) & (sleep 2 && xfce4-panel) & fi
I'm using linux 3.15.8, Mesa 10.2.5 and Xorg 1.16 on archlinux.
xcompmgr is a software compositing manager if im not mistaken. Try stopping it before starting your games.
https://bugs.freedesktop.org/show_bug.cgi?id=82533
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTABUG
--- Comment #9 from Michel Dänzer michel@daenzer.net --- The tearing is due to xcompmgr, please use a compositing manager which can unredirect fullscreen windows.
https://bugs.freedesktop.org/show_bug.cgi?id=82533
--- Comment #10 from Aaron B aaronbottegal@gmail.com --- I'd suggest compton myself, I have no tearing when I tell games to limit themselves.
https://bugs.freedesktop.org/show_bug.cgi?id=82533
--- Comment #11 from dawide2211@gmail.com --- Compton fixed the tearing issue, thanks.
dri-devel@lists.freedesktop.org