LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-18-2018, 01:57 AM   #1
wael_h
Member
 
Registered: Mar 2009
Location: Phoenix, Arizona
Distribution: Slackware
Posts: 102

Rep: Reputation: 39
Xorg server 1.20.0 starts with last shutdown screenshot


Hello everyone;

Sorry for the long post. And would somebody please tell me how to attach large files.

My issue started with the upgrade to xorg-server-1.20.0-x86_64-1.txz on May 10, which has been upgraded since to xorg-server-1.20.0-x86_64-2.txz. System works great other than this issue.

Description of problem: My inittab is set to start at run level 4, system starts normal up to starting X server, video display changes to black screen with blinking cursor in the upper left corner for only one or two seconds then displays a screenshot of my last shutdown display which lasts for about 30 seconds before sddm login appears. This behavior happens when I do a reboot or shutdown (halt) then restart the machine within half hour or less - did not try longer than 30 minutes. If I leave the machine down over night (several hours) then screenshot is not displayed; however snowy white picture is displayed in its place for about 30 seconds.

Above description occurs constantly with Kde Plasma, Xfce Session and Icewm Session.

Machine: Dell Workstation 670 (my slow old machine) has slackware64 current with Eric's Ktown latest.

uname -a bellow:
Quote:
Linux lazyant.local 4.14.49 #2 SMP Mon Jun 11 22:32:01 CDT 2018 x86_64 Intel(R) Xeon(TM) CPU 3.20GHz GenuineIntel GNU/Linux
It has radeon HD-5450 graphic card fan-less (does not have a fan)
Quote:
root@lazyant:~# lspci | grep AMD
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series]
05:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series]
root@lazyant:~#
I use open source radeon driver from package xf86-video-ati-18.0.1-x86_64-3
Quote:
root@lazyant:~# lsmod | grep radeon
radeon 1642496 12
hwmon 20480 2 radeon,dell_smm_hwmon
ttm 106496 1 radeon
drm_kms_helper 192512 1 radeon
drm 425984 8 radeon,ttm,drm_kms_helper
i2c_algo_bit 16384 1 radeon
i2c_core 73728 8 i2c_hid,i2c_algo_bit,radeon,i2c_i801,psmouse,i2c_dev,drm_kms_helper,drm
root@lazyant:~#
My syslog is bellow:

Quote:
Jun 17 21:12:37 lazyant kernel: [ 0.359215] pci 0000:01:00.0: PXH quirk detected; SHPC device MSI disabled
Jun 17 21:12:37 lazyant kernel: [ 0.359444] pci 0000:01:00.2: PXH quirk detected; SHPC device MSI disabled
Jun 17 21:12:37 lazyant kernel: [ 0.388821] Expanded resource Reserved due to conflict with PCI Bus 0000:00
Jun 17 21:12:37 lazyant kernel: [ 0.405603] pnp 00:00: disabling [io 0x0800-0x085f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x0800-0x087f]
Jun 17 21:12:37 lazyant kernel: [ 0.405613] pnp 00:00: disabling [io 0x0860-0x08ff] because it overlaps 0000:00:1f.0 BAR 13 [io 0x0800-0x087f]
Jun 17 21:12:37 lazyant kernel: [ 22.793852] scsi4:A:3:0:
Jun 17 21:12:37 lazyant kernel: [ 22.793854] Tagged Queuing enabled. Depth 4
Jun 17 21:12:37 lazyant kernel: [ 23.380502] scsi4: Invalid Sequencer interrupt occurred, resetting channel.
Jun 17 21:12:37 lazyant kernel: [ 24.425344] scsi4: Invalid Sequencer interrupt occurred, resetting channel.
Jun 17 21:12:37 lazyant kernel: [ 25.263005] scsi4: Invalid Sequencer interrupt occurred, resetting channel.
Jun 17 21:12:37 lazyant kernel: [ 32.598105] CRAT table not found
Jun 17 21:12:37 lazyant kernel: [ 32.644595] radeon 0000:05:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff
Jun 17 21:12:37 lazyant kernel: [ 33.795110] kfd kfd: DID 68f9 is missing in supported_devices
Jun 17 21:12:37 lazyant kernel: [ 33.795157] kfd kfd: kgd2kfd_probe failed
Jun 17 21:12:43 lazyant rpcbind[1016]: warning: /etc/hosts.allow, line 12: missing ":" separator
Jun 17 21:13:13 lazyant kernel: [ 78.654451] radeon 0000:05:00.0: evergreen_cs_track_validate_texture:855 texture bo too small (layer size 5242880, offset 0, max layer 1, depth 1, bo size 4096) (1280 1024)
Jun 17 21:13:13 lazyant kernel: [ 78.654507] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 17 21:13:13 lazyant kernel: [ 78.655348] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup failed 0x13
Jun 17 21:13:13 lazyant kernel: [ 78.655378] [drm:radeon_cs_ioctl [radeon]] *ERROR* Failed to parse relocation -2!
Jun 17 21:13:15 lazyant kernel: [ 80.150194] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup failed 0x13
Jun 17 21:13:15 lazyant kernel: [ 80.150225] [drm:radeon_cs_ioctl [radeon]] *ERROR* Failed to parse relocation -2!
Jun 17 21:16:09 lazyant console-kit-daemon[988]: WARNING: Failed to let cgmanager know that it can remove the cgroup when it's empty, the error was: invalid request
I sure do not want my PC to start with last web sit I visited. Can not let the wife see that!

Question would this COMPLETELY remove ktown if I am to decide to do that?

Quote:
slackpkg remove ktown
Another question; is the following enough to revert xorg-server? I think I also need to stop updating my system; yes, no?
Quote:
#! /bin/sh

# downgrade X server to version 1.19.6

removepkg libdmx-1.1.4-x86_64-1
removepkg libdrm-2.4.92-x86_64-1
removepkg xf86-video-ati-18.0.1-x86_64-3
removepkg xf86-video-nouveau-1.0.15-x86_64-3
removepkg xorg-server-1.20.0-x86_64-1
removepkg xorg-server-xephyr-1.20.0-x86_64-1
removepkg xorg-server-xnest-1.20.0-x86_64-1
removepkg xorg-server-xvfb-1.20.0-x86_64-1

installpkg *.txz

# replacement list:

# libdmx-1.1.3-x86_64-3.txz
# libdrm-2.4.91-x86_64-2.txz
# xf86-video-ati-18.0.0-x86_64-1.txz
# xf86-video-nouveau-1.0.15-x86_64-2.txz
# xorg-server-1.19.6-x86_64-3.txz
# xorg-server-xephyr-1.19.6-x86_64-3.txz
# xorg-server-xnest-1.19.6-x86_64-3.txz
# xorg-server-xvfb-1.19.6-x86_64-3.txz

echo "Done ..."
I appreciate any help, thank you all in advance.

Wali
 
Old 06-18-2018, 03:36 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
To attach a file click on the paper clip that is next to the smiley face above the white box that you use to type a new post.

Browse for the file and than click upload.-
 
Old 06-18-2018, 03:47 PM   #3
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Here's information about ktown.

https://alien.slackbook.org/blog/reb...plasma5-ktown/

IF you're running current removing ktown may wreck KDE plasma:-
 
Old 06-21-2018, 03:14 AM   #4
wael_h
Member
 
Registered: Mar 2009
Location: Phoenix, Arizona
Distribution: Slackware
Posts: 102

Original Poster
Rep: Reputation: 39
Had to remove KDE Plasma

Hello everyone;

This is a followup on my previous post. It shows how I removed KDE Plasma from my system.

I did not solve my problem, just kind of swept it under the carpet by removing -- uninstalling KDE Plasma from my system. Let me make clear that I appreciate ALL the work Eric Hameleers did and still does, thank you very much sir.

Why removing:
I have a slow old machine, I mostly use icewm as my desktop, I still use KDE applications like kate, kwrite, kompare and more. The use of QT5 icons makes it hard to use such applications in icewm -- a lot of missing icons. Printing is more complicated; every time I print I had to select paper size and set margins. Can not customize login display or use remote login.

I needed to attach LARGE FILES!!!, or maybe it is too late for this now. Tried to upload my messages log file with size 58 KB with result: invalid file. There is an uploading service (board) somewhere on the web where people upload files and pictures and then leave an address pointing to that in their post here .... any recommendations?

How I replaced KDE Plasma with current KDE:

I did not try: "slackpkg remove ktown", it may work, I asked and nobody answered! Instead I removed every single package that was installed by using "removepkg package-name", installed kde from current dvd and finally installed missing packages.

1) Generating a list of all packages files from latest installed ktown directory tree by hand - that is listing package files in each sub directory and adding them in one text file. The top directory is "5" you download to install or upgrade KDE Plasma; I always rename that by appending the date of download to it, so mine was "5-Jun1618".
Warning: the following is PARTIAL session; you have to go to every sub directory to complete.

Quote:
wael@lazyant:~$ cd /mnt/myslack/5-Jun1618/
wael@lazyant:/mnt/myslack/5-Jun1618$ cd x86_64/
wael@lazyant:/mnt/myslack/5-Jun1618/x86_64$ cd deps/telepathy/
wael@lazyant:/mnt/myslack/5-Jun1618/x86_64/deps/telepathy$ ls *.t?z > ../../mylist
wael@lazyant:/mnt/myslack/5-Jun1618/x86_64/deps/telepathy$ cd ..
wael@lazyant:/mnt/myslack/5-Jun1618/x86_64/deps$ ls *.t?z >> ../mylist
wael@lazyant:/mnt/myslack/5-Jun1618/x86_64/deps$ cd ../kde/applications
wael@lazyant:/mnt/myslack/5-Jun1618/x86_64/kde/applications$ ls *.t?z >> ../../mylist
wael@lazyant:/mnt/myslack/5-Jun1618/x86_64/kde/applications$ cd ../applications-extra/
wael@lazyant:/mnt/myslack/5-Jun1618/x86_64/kde/applications-extra$ ls *.t?z >> ../../mylist
wael@lazyant:/mnt/myslack/5-Jun1618/x86_64/kde/applications-extra$
2) I removed extension ".txz" from package name by issuing this sed command:

Quote:
wael@lazyant:/mnt/myslack/5-Jun1618/x86_64/kde/applications-extra$ cd ../..
wael@lazyant:/mnt/myslack/5-Jun1618/x86_64$ sed "s/.txz$//" mylist > mylist-noext
wael@lazyant:/mnt/myslack/5-Jun1618/x86_64$
3) Added "removepkg " -note the space at end- to each line with this sed command:

Quote:
wael@lazyant:/mnt/myslack/5-Jun1618/x86_64$ sed "s/^/removepkg /" mylist-noext > mylist-noext-rm
4) Open last output file namely "mylist-noext-rm" with a text editor, add this line as first line:

Quote:
#!/bin/sh
and comment out lines with "#" for packages you want to keep, I kept the following:

# removepkg PyQt5-5.9.2-x86_64-2alien
# removepkg libxkbcommon-0.8.0-x86_64-1alien
# removepkg noto-font-ttf-2015_09_29-noarch-2alien
# removepkg qt5-5.9.6-x86_64-1alien
# removepkg qt5-webkit-5.9.1-x86_64-3alien

save this file with new name; say "removePlasma.sh". Switch to run level 3; shutdown X server. Then as root run it to remove all packages.

5) Install kde series from slackware installation media by going to slackware64/kde directory with the following:

Quote:
root@lazyant:~# mount -o loop /mnt/myslack/current-iso/iso-06052018/slackware64-current-install-dvd.iso /mnt/tmp
mount: /mnt/tmp: WARNING: device write-protected, mounted read-only.
root@lazyant:~# cd /mnt/tmp/slackware64/kde
root@lazyant:/mnt/tmp/slackware64/kde# upgradepkg --install-new --reinstall *.txz
6) Install missing packages -- those were removed when you first installed Kde Plasma. I installed the following packages:
Quote:
/mnt/tmp/slackware64/l/poppler-0.65.0-x86_64-1.txz
/mnt/tmp/slackware64/l/grantlee-0.5.1-x86_64-2.txz
/mnt/tmp/slackware64/n/gpgme-1.11.1-x86_64-1.txz
/mnt/tmp/slackware64/l/akonadi-1.13.0-x86_64-9.txz
/mnt/tmp/slackware64/l/phonon-4.8.3-x86_64-3.txz
/mnt/tmp/slackware64/l/phonon-gstreamer-4.8.2-x86_64-2.txz
/mnt/tmp/slackware64/l/json-glib-1.4.2-x86_64-1.txz
I hope I did not forget anything!

This was done few days ago and now when I boot or reboot my machine I no longer get last shutdown screenshot or snowy start. Things are normal.

I have a feeling about what the problem is! I do NOT have the knowledge to fix it. I feel that I am missing some firmware for my graphic card ....

Thank you all;
Wali

Last edited by wael_h; 06-21-2018 at 03:27 AM. Reason: miss type
 
Old 06-24-2018, 09:31 AM   #5
wael_h
Member
 
Registered: Mar 2009
Location: Phoenix, Arizona
Distribution: Slackware
Posts: 102

Original Poster
Rep: Reputation: 39
Reproduce Error Behavior

Hello all;

On the same machine I reported the problems and using a different hard disk I have installed slackware64 + multilib + latest Plasma5. To get the shutdown screenshot before sddm is displayed I had all Desktop Effects turned off - I had a different graphic card when I did that. Even with "Defaults" settings I still get a shadow of shutdown screenshot behind bluish snowy screen before sddm is displayed. Let me also make clear that as soon as I installed and booted into Plasma Session my syslog file gets a ton of error messages which do not appear with Kde4 from current tree. Here is part of syslog. I tried to upload the file but it was rejected by LQ with "Invalid file" message; its size is small about 93 KB. Do I need to modify it somehow?

Quote:
Jun 23 13:13:38 lazyant kernel: [ 13.779778] CRAT table not found
Jun 23 13:13:38 lazyant kernel: [ 13.818972] radeon 0000:05:00.0: Invalid PCI ROM data signature: expecting 0x52494350, got 0xffffffff
Jun 23 13:13:38 lazyant kernel: [ 14.472000] kfd kfd: DID 68f9 is missing in supported_devices
Jun 23 13:13:38 lazyant kernel: [ 14.472045] kfd kfd: kgd2kfd_probe failed
Jun 23 13:21:30 lazyant kernel: [ 0.358221] pci 0000:01:00.0: PXH quirk detected; SHPC device MSI disabled
Jun 23 13:21:30 lazyant kernel: [ 0.358453] pci 0000:01:00.2: PXH quirk detected; SHPC device MSI disabled
Jun 23 13:21:30 lazyant kernel: [ 0.387823] Expanded resource Reserved due to conflict with PCI Bus 0000:00
Jun 23 13:21:30 lazyant kernel: [ 0.404948] pnp 00:00: disabling [io 0x0800-0x085f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x0800-0x087f]
Jun 23 13:21:30 lazyant kernel: [ 0.404957] pnp 00:00: disabling [io 0x0860-0x08ff] because it overlaps 0000:00:1f.0 BAR 13 [io 0x0800-0x087f]
Jun 23 13:21:30 lazyant kernel: [ 12.976265] CRAT table not found
Jun 23 13:21:30 lazyant kernel: [ 13.015972] radeon 0000:05:00.0: Invalid PCI ROM data signature: expecting 0x52494350, got 0xffffffff
Jun 23 13:21:30 lazyant kernel: [ 14.364976] kfd kfd: DID 68f9 is missing in supported_devices
Jun 23 13:21:30 lazyant kernel: [ 14.365025] kfd kfd: kgd2kfd_probe failed
Jun 23 13:21:57 lazyant kernel: [ 48.818124] radeon 0000:05:00.0: evergreen_cs_track_validate_texture:855 texture bo too small (layer size 5242880, offset 0, max layer 1, depth 1, bo size 4096) (1280 1024)
Jun 23 13:21:57 lazyant kernel: [ 48.818189] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:22:01 lazyant kernel: [ 53.452635] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup failed 0x13
Jun 23 13:22:01 lazyant kernel: [ 53.452666] [drm:radeon_cs_ioctl [radeon]] *ERROR* Failed to parse relocation -2!
Jun 23 13:22:50 lazyant console-kit-daemon[966]: WARNING: Failed to let cgmanager know that it can remove the cgroup when it's empty, the error was: invalid request
Jun 23 13:23:26 lazyant pulseaudio[1356]: [pulseaudio] authkey.c: Failed to open cookie file '/home/wael/.config/pulse/cookie': No such file or directory
Jun 23 13:23:26 lazyant pulseaudio[1356]: [pulseaudio] authkey.c: Failed to load authentication key '/home/wael/.config/pulse/cookie': No such file or directory
Jun 23 13:23:26 lazyant pulseaudio[1356]: [pulseaudio] authkey.c: Failed to open cookie file '/home/wael/.pulse-cookie': No such file or directory
Jun 23 13:23:26 lazyant pulseaudio[1356]: [pulseaudio] authkey.c: Failed to load authentication key '/home/wael/.pulse-cookie': No such file or directory
Jun 23 13:23:26 lazyant pulseaudio[1356]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files
Jun 23 13:23:26 lazyant pulseaudio[1370]: [pulseaudio] pid.c: Daemon already running.
Jun 23 13:24:08 lazyant kernel: [ 180.215030] radeon 0000:05:00.0: ring 0 stalled for more than 10337msec
Jun 23 13:24:08 lazyant kernel: [ 180.215035] radeon 0000:05:00.0: GPU lockup (current fence id 0x00000000000014f7 last fence id 0x0000000000001502 on ring 0)
Jun 23 13:24:15 lazyant kernel: [ 186.847150] [drm:radeon_cs_ioctl [radeon]] *ERROR* Failed to parse relocation -16!
Jun 23 13:24:16 lazyant kernel: [ 188.127081] [drm:r600_ib_test [radeon]] *ERROR* radeon: fence wait timed out.
Jun 23 13:24:16 lazyant kernel: [ 188.127126] [drm:radeon_ib_ring_tests [radeon]] *ERROR* radeon: failed testing IB on GFX ring (-110).
Jun 23 13:24:32 lazyant kernel: [ 204.167027] radeon 0000:05:00.0: ring 0 stalled for more than 10076msec
Jun 23 13:24:32 lazyant kernel: [ 204.167033] radeon 0000:05:00.0: GPU lockup (current fence id 0x000000000000150e last fence id 0x0000000000001511 on ring 0)
Jun 23 13:24:34 lazyant kernel: [ 206.348994] radeon 0000:05:00.0: evergreen_cs_track_validate_texture:855 texture bo too small (layer size 5242880, offset 0, max layer 1, depth 1, bo size 4096) (1280 1024)
Jun 23 13:24:34 lazyant kernel: [ 206.349059] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:24:35 lazyant kernel: [ 207.082856] [drm:radeon_cs_parser_relocs [radeon]] *ERROR* gem object lookup failed 0x13
Jun 23 13:24:35 lazyant kernel: [ 207.082888] [drm:radeon_cs_ioctl [radeon]] *ERROR* Failed to parse relocation -2!
Jun 23 13:25:51 lazyant console-kit-daemon[966]: WARNING: Failed to let cgmanager know that it can remove the cgroup when it's empty, the error was: invalid request
Jun 23 13:25:54 lazyant pulseaudio[1734]: [pulseaudio] pid.c: Stale PID file, overwriting.
Jun 23 13:25:56 lazyant kernel: [ 287.731073] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.731079] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.731082] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 680
Jun 23 13:25:56 lazyant kernel: [ 287.731136] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.731522] radeon 0000:05:00.0: evergreen_cs_track_validate_texture:855 texture bo too small (layer size 5242880, offset 0, max layer 1, depth 1, bo size 4096) (1280 1024)
Jun 23 13:25:56 lazyant kernel: [ 287.731556] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.747789] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.747795] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.747798] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 680
Jun 23 13:25:56 lazyant kernel: [ 287.747852] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.748739] radeon 0000:05:00.0: evergreen_cs_track_validate_texture:855 texture bo too small (layer size 5242880, offset 0, max layer 1, depth 1, bo size 4096) (1280 1024)
Jun 23 13:25:56 lazyant kernel: [ 287.748778] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.786103] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.786108] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.786111] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 680
Jun 23 13:25:56 lazyant kernel: [ 287.786182] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.787527] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.787533] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.787535] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.787575] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.801407] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.801413] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.801415] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.801478] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.815728] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.815734] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.815736] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.815795] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.831013] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.831018] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.831020] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.831086] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.847708] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.847714] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.847717] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.847784] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.864338] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.864344] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.864346] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.864406] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.881024] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.881028] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.881031] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.881100] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.898510] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.898515] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.898518] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.898575] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.914317] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.914323] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.914326] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.914381] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.930979] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.930985] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.930988] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.931054] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.947649] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.947655] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.947657] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.947717] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.964356] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.964362] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.964364] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.964436] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.980946] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.980952] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.980954] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.981012] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 287.997607] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 287.997613] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 287.997615] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 287.997669] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.014322] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.014328] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.014330] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.014410] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.030933] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.030939] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.030941] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.031003] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.047612] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.047617] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.047620] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.047690] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.064260] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.064266] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.064269] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.064327] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.080898] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.080904] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.080907] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.080966] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.099156] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.099161] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.099164] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.099219] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.114259] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.114264] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.114267] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.114334] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.131057] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.131063] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.131065] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.131127] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.147560] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.147565] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.147568] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.147631] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.164256] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.164261] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.164264] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.164322] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.180880] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.180886] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.180888] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.180948] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.197900] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.197906] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.197909] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.197992] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant pulseaudio[1734]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files
Jun 23 13:25:56 lazyant kernel: [ 288.214247] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.214252] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.214255] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.214316] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.230872] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.230878] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.230880] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.230947] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.247493] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.247498] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.247501] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.247558] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.264179] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.264185] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.264188] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.264242] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.281247] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.281253] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.281256] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.281318] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.297488] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.297494] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.297497] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.297561] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.314161] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.314167] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.314169] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.314231] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.330796] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.330802] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.330804] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.330870] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant pulseaudio[1810]: [pulseaudio] pid.c: Daemon already running.
Jun 23 13:25:56 lazyant kernel: [ 288.347485] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.347491] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.347493] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.347553] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.364118] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.364124] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
Jun 23 13:25:56 lazyant kernel: [ 288.364127] radeon 0000:05:00.0: evergreen_packet3_check:1948 invalid cmd stream 666
Jun 23 13:25:56 lazyant kernel: [ 288.364187] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
Jun 23 13:25:56 lazyant kernel: [ 288.380749] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:481 cb[0] bo too small (layer size 5242880, offset 0, max layer 1, bo size 4096, slice 20479)
Jun 23 13:25:56 lazyant kernel: [ 288.380755] radeon 0000:05:00.0: evergreen_cs_track_validate_cb:485 problematic surf: (1280 1024) (4 4 1 1 2 1024 2)
I wish all happy Sunday
Wali
Attached Files
File Type: log Xorg.0.log (31.2 KB, 11 views)
 
Old 06-24-2018, 11:03 AM   #6
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Haven't I seen an Xorg.0.log like that recently?
Wasn't there a useful suggestion from an eminent contributor?
 
Old 06-24-2018, 11:57 AM   #7
wael_h
Member
 
Registered: Mar 2009
Location: Phoenix, Arizona
Distribution: Slackware
Posts: 102

Original Poster
Rep: Reputation: 39
Thank you allend;

Not really the help I was hoping for!
But I know I have a CHEAP graphic card and I have to live with it.

I just added a configuration file after looking at ArchWiki here and it seems to solve the shutdown screenshot.
The file I added was placed in: /etc/X11/xorg.conf.d/20-radeon-arch.conf with following contents:

Quote:
Section "Device"
Identifier "Radeon"
Driver "radeon"
# Option "AccelMethod" "glamor"
Option "AccelMethod" "exa"
Option "DRI" "3"
Option "TearFree" "on"
Option "ColorTiling" "on"
Option "ColorTiling2D" "on"
EndSection
This also seems to help with error messages from filling syslog file. I hope somebody treys this solution.

Thanks again to all,

Wali
 
1 members found this post helpful.
Old 06-24-2018, 04:00 PM   #8
Nille_kungen
Member
 
Registered: Jul 2005
Distribution: Slackware64-current
Posts: 587

Rep: Reputation: 201Reputation: 201Reputation: 201
If you use EXA you should use DRI2
 
Old 06-24-2018, 06:21 PM   #9
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by wael_h View Post
Thank you allend;

Not really the help I was hoping for!
But I know I have a CHEAP graphic card and I have to live with it.

I just added a configuration file after looking at ArchWiki here and it seems to solve the shutdown screenshot.
The file I added was placed in: /etc/X11/xorg.conf.d/20-radeon-arch.conf with following contents:



This also seems to help with error messages from filling syslog file. I hope somebody treys this solution.

Thanks again to all,

Wali
The issue was in Plasma5, not in your graphics support; I suggest you to upgrade to this 5.31.1 release: https://alien.slackbook.org/blog/qt-...ng-repository/

No need to switch to EXA, and your cheap video-card is more than fine for running a desktop environment.

Last edited by Darth Vader; 06-24-2018 at 06:23 PM.
 
Old 06-24-2018, 06:44 PM   #10
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Darth Vader View Post
The issue was in Plasma5, not in your graphics support; I suggest you to upgrade to this 5.31.1 release: https://alien.slackbook.org/blog/qt-...ng-repository/

No need to switch to EXA, and your cheap video-card is more than fine for running a desktop environment.
The OP experiences his issue in XFCE and IceWM too, it is not limited to Plasma5. Ergo it is not caused by a certain Plasma5 version. I still stand by my opinion that this is a Radeon driver (Xorg or DRI) bug.
 
Old 06-24-2018, 06:59 PM   #11
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by Alien Bob View Post
The OP experiences his issue in XFCE and IceWM too, it is not limited to Plasma5. Ergo it is not caused by a certain Plasma5 version. I still stand by my opinion that this is a Radeon driver (Xorg or DRI) bug.
That screenshot thing appeared also in my test machine, in the system where's installed Plasma5 until 5.13.1, but I do not bothered to care about it because, well... that computer is for playing only.

And I am pretty sure that that screenshot on reboot does not appear in stock -current with KDE4.
 
Old 06-25-2018, 05:28 AM   #12
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Darth Vader View Post
That screenshot thing appeared also in my test machine, in the system where's installed Plasma5 until 5.13.1, but I do not bothered to care about it because, well... that computer is for playing only.

And I am pretty sure that that screenshot on reboot does not appear in stock -current with KDE4.
You keep trying to put the blame to Plasma5 but I repeat, this issue is not limited to Plasma5.
 
Old 06-25-2018, 05:51 AM   #13
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by Alien Bob View Post
You keep trying to put the blame to Plasma5 but I repeat, this issue is not limited to Plasma5.
Even the OP resolved that issue with clean uninstalling the Plasma5. Now he do testing, in a spare hard drive, for The Greater Good.

And this issue/behavior I observed too, in certain conditions.

And yes, is the Plasma5 to blame, as it is extremely invasive. I talk about something really, but really invasive. Slackware + Plasma5 = Plasmaware all the way.

Like @cwizardone said too, from his own experience.

OK, let's look at the bright side: this crap disappeared at all on Plasma 5.13.1; and I think that we should all wish to KWin's Martin Gräßlin to have a nice trip to Hell.

Last edited by Darth Vader; 06-25-2018 at 07:34 AM.
 
1 members found this post helpful.
Old 06-25-2018, 06:15 AM   #14
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 915

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
Quote:
Originally Posted by Alien Bob View Post
The OP experiences his issue in XFCE and IceWM too, it is not limited to Plasma5. Ergo it is not caused by a certain Plasma5 version. I still stand by my opinion that this is a Radeon driver (Xorg or DRI) bug.
What would be informative is whether these problems are seen in XFCE & IceWM on systems which have never had Plasma5 installed. That scenario would deal with DV's suspicion of Plasma5's invasiveness.
 
1 members found this post helpful.
Old 06-25-2018, 08:41 AM   #15
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
The OP shows "ATI Radeon HD 5450" (ChipID = 0x68f9) and Darth Vader shows "ATI Radeon HD 3200 Graphics" (ChipID = 0x9610).
According to https://en.wikipedia.org/wiki/Radeon_HD_5000_Series and https://www.techpowerup.com/gpudb/21...on-hd-3200-igp, both these devices use the TeraScale instruction set, for which the Wikipedia page notes:
Quote:
OpenGL 4+ compliance requires supporting FP64 shaders and these are emulated on some TeraScale chips using 32-bit hardware
I am wondering whether there is an issue coming from recent Mesa patches to address this. https://www.phoronix.com/scan.php?pa...Soft-FP64-Mesa

Last edited by allend; 06-25-2018 at 08:56 AM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
X starts without xorg.conf, however with aticonfig, resultant xorg.conf hangs linuxbird Linux - Desktop 3 08-23-2012 05:28 AM
xorg starts then crashes on restart Th3_J3st3R Slackware 2 03-26-2009 10:19 PM
How to get apps to start when Xorg starts? raid517 Linux - Software 2 05-23-2006 05:54 PM
Xorg starts with no errors, but still no GUI... OEP Fedora 1 12-29-2004 03:10 AM
ALSA fails after XOrg+KDE starts ERTW Linux - Hardware 1 08-10-2004 08:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration