You are not logged in.
Hi,
Since yesterday I noticed strange behavior. Some icons are corrupted and display seems unresponsive.
Here is a part the output of dmesg :
[ 126.967455] radeon 0000:01:00.0: evergreen_surface_check_linear_aligned:215 texture pitch 952 invalid must be aligned with 64
[ 126.967459] radeon 0000:01:00.0: evergreen_cs_track_validate_texture:830 texture invalid 0x0ee81d81 0x1000028c 0x0a0a0000 0x00000000 0x00000000 0x8003001a
[ 126.967475] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !Do you have already encoutered this issue ?
Edit : Applications like Keepass/Virtualbox/Steam increase the problem.
Last edited by Inglebard (2016-10-23 17:28:52)
Offline
Hi,
It happens again today. The dmesg is pretty similar.
I notice, a reboot is not enough to correct the issue. A full shutdown (wait few minutes or manually purge power) seems necessary to correct the problem.
Here is the list of upgraded packages before the problem appears the first time:
[2016-10-05 18:25] [ALPM] upgraded libxfixes (5.0.2-1 -> 5.0.3-1)
[2016-10-05 18:25] [ALPM] upgraded lib32-libxfixes (5.0.2-1 -> 5.0.3-1)
[2016-10-05 18:25] [ALPM] upgraded libxi (1.7.6-1 -> 1.7.7-1)
[2016-10-05 18:25] [ALPM] upgraded lib32-libxi (1.7.6-1 -> 1.7.7-1)
[2016-10-05 18:25] [ALPM] upgraded libxrender (0.9.9-1 -> 0.9.10-1)
[2016-10-05 18:25] [ALPM] upgraded lib32-libxrender (0.9.9-1 -> 0.9.10-1)
[2016-10-05 18:25] [ALPM] upgraded libxrandr (1.5.0-1 -> 1.5.1-1)
[2016-10-05 18:25] [ALPM] upgraded lib32-libxrandr (1.5.0-1 -> 1.5.1-1)
[2016-10-05 18:25] [ALPM] upgraded libxtst (1.2.2-1 -> 1.2.3-1)
[2016-10-05 18:25] [ALPM] upgraded lib32-libxtst (1.2.2-1 -> 1.2.3-1)
[2016-10-05 18:25] [ALPM] upgraded libxv (1.0.10-1 -> 1.0.11-1)
[2016-10-05 18:25] [ALPM] upgraded pacman-mirrorlist (20160913-1 -> 20161005-1)
[2016-10-05 20:07] [ALPM] upgraded libdrm (2.4.70-1 -> 2.4.71-1)
[2016-10-05 20:07] [ALPM] upgraded lib32-libdrm (2.4.70-1 -> 2.4.71-1)
[2016-10-05 20:07] [ALPM] upgraded libx11 (1.6.3-1 -> 1.6.4-1)
[2016-10-05 20:07] [ALPM] upgraded lib32-libx11 (1.6.3-1 -> 1.6.4-1)Offline
Looks like it could be this bug: https://bugs.freedesktop.org/show_bug.cgi?id=94901
Are you using stock mesa and xf86-video-ati ?
Please post xorg log along with the content of any *.conf files in /etc/X11/xorg.conf.d/ folder
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Hi,
Yes I use mesa and xf86-video-ati.
cat /etc/X11/xorg.conf.d/* :
# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
EndSection
Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "ColorTiling" "on"
Option "ColorTiling2D" "on"
Option "DRI" "3"
Option "TearFree" "on"
EndSectionI don't have the log during the bug. Here is the actual Xorg.log don't sure if it's useful. I will edit the post if it's happening.
Offline
Xorg log shows your card uses EXA (default for pre-radeonsi cards) but you also enabled DRI 3 .
I think that's the first time i've seen that combo.
try adding Option "AccelMethod" "glamor" .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Hi,
Thanks Lone_Wolf for your answer.
I will wait and see if it happens again.
Offline