You are not logged in.

#1 2017-12-04 23:49:52

dimo
Member
Registered: 2017-12-04
Posts: 8

radeon 0000:04:00.0: failed VCE resume (-110)

I know, this is a common issue but i am a bit confused about what should i do.
I have this error message from a while but i decided to solve it just today.
I'm using Arch linux (of course) updated with kde plasma 5.
Here the output of some commands.

My graphic cards:
(Before i installed xf86-video-intel Provider 0 had name:modesetting too).

lspci | grep -e VGA -e 3D
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Mars LE [Radeon HD 8530M / R5 M240] (rev ff)
xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x79 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 4 associated providers: 1 name:Intel
Provider 1: id: 0x41 cap: 0x5, Source Output, Source Offload crtcs: 2 outputs: 0 associated providers: 1 name:modesetting

Kernel messages
The kfd error appeared today for the first time, while the others are old, so i don't know if they're related.
I think the VCE errors are 2 because the first occur when i boot, while the second one when i start the x session.

dmesg -l err
[   18.716774] radeon 0000:04:00.0: failed VCE resume (-110).
[   19.768850] kfd kfd: kgd2kfd_probe failed
[   33.183916] radeon 0000:04:00.0: failed VCE resume (-110).

Xorg logs and configuration files:

cat Xorg.0.log | grep "(EE)"
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   577.914] (EE) Failed to load module "intel" (module does not exist, 0)
[   577.914] (EE) Failed to load module "ati" (module does not exist, 0)
[   577.915] (EE) Failed to load module "fbdev" (module does not exist, 0)
ls /usr/share/X11/xorg.conf.d/
10-amdgpu.conf  10-quirks.conf  40-libinput.conf

Drivers installed:

pacman -Qs xf86
local/libxxf86dga 1.1.4-1
    X11 Direct Graphics Access extension library
local/libxxf86vm 1.1.4-1
    X11 XFree86 video mode extension library
local/xf86-input-libinput 0.26.0-1 (xorg-drivers)
    Generic input driver for the X.Org server based on libinput
local/xf86-video-amdgpu 1.4.0-1 (xorg-drivers)
    X.org amdgpu video driver
local/xf86-video-fbdev 0.4.4+12+ge0bce0d-1 (xorg-drivers)
    X.org framebuffer video driver
local/xf86-video-intel 1:2.99.917+800+g37a682aa-1 (xorg-drivers)
    X.org Intel i810/i830/i915/945G/G965+ video drivers
local/xf86-video-vesa 2.3.4-4 (xorg-drivers xorg)
    X.org vesa video driver
local/xf86dgaproto 2.1-3
    X11 Direct Graphics Access extension wire protocol
local/xf86driproto 2.1.1-3
    X11 DRI extension wire protocol
local/xf86vidmodeproto 2.3.1-3
    X11 Video Mode extension wire protocol

I don't understand if the issue is related to wrong drivers or bad xorg configuration.
I tried xf86-video-ati instead of xf86-video-amdgpu but i got the same errors.

Last edited by dimo (2017-12-04 23:52:15)

Offline

#2 2017-12-04 23:56:44

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: radeon 0000:04:00.0: failed VCE resume (-110)

https://bbs.archlinux.org/viewtopic.php … 8#p1745728
xf86-video-ati and xf86-video-amdgpu supply user space drivers for X11 not kernel drivers such as the radeon kernel module supplied by the linux package.
Edit:
Oh and welcome to the arch linux forums dimo.
Edit2:
For the kfd error https://bugs.archlinux.org/task/56413 seems to an upstream issue that was reported to the arch bug tracker in error.

Last edited by loqs (2017-12-05 00:00:27)

Offline

#3 2017-12-05 18:23:07

dimo
Member
Registered: 2017-12-04
Posts: 8

Re: radeon 0000:04:00.0: failed VCE resume (-110)

Oh thanks for the quick reply and for the welcome smile
I disabled the vce and now i don't get the error message.
However i figured out i was looking the wrong xorg log file. The correct one is (after i solved some issues):

cat .local/share/xorg/Xorg.0.log | grep "(EE)"
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    44.689] (EE) open /dev/fb0: Permission denied
cat .local/share/xorg/Xorg.0.log | grep "(WW)"
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    44.172] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    44.679] (WW) Falling back to old probe method for modesetting
[    44.679] (WW) Falling back to old probe method for fbdev
[    44.689] (WW) Falling back to old probe method for vesa
[    44.689] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support

I read the permission denied error is beacuse of the "new" rootless Xorg and the font warning is harmless.
My question is why do i have the xorg driver warnings? Can i ignore them all?

Offline

Board footer

Powered by FluxBB