[SOLVED] radeon_drv.so issue after upgrade 14 October 2017, 05:44:10 After the latest update (stable repo), X won't start on my laptop.(GPU: AMD Radeon HD 8610G.)On /var/log/Xorg.0.log there's this error:Code: [Select]Failed to load /usr/lib/xorg/modules/drivers/radeon_drv.so: /usr/lib/xorg/modules/drivers/radeon_drv.so: undefined symbol: fbImageGlyphBlt Last Edit: 15 October 2017, 05:25:43 by muerte
Re: radeon_drv.so issue after upgrade Reply #1 – 14 October 2017, 09:43:16 What driver package and version is this?xf86-video-amdgpu or xf86-video-ati?
Re: radeon_drv.so issue after upgrade Reply #2 – 14 October 2017, 10:09:43 The package that caused the issue: xf86-video-ati-1:7.10.0-1.I found this:https://github.com/artix-linux/world/issues/20So I just downgraded it to xf86-video-ati 7.9.0-1, and X started without problems.
Re: radeon_drv.so issue after upgrade Reply #3 – 14 October 2017, 10:39:37 Quote from: muerte – on 14 October 2017, 10:09:43The package that caused the issue: xf86-video-ati-1:7.10.0-1.I found this:https://github.com/artix-linux/world/issues/20So I just downgraded it to xf86-video-ati 7.9.0-1, and X started without problems.This might help.https://forums.freebsd.org/threads/61614/ 2 Likes
Re: radeon_drv.so issue after upgrade Reply #4 – 14 October 2017, 12:39:54 Thank you, Mr. Artoo. ^_^After reading the freebsd post you linked, and some experimentation, I got xf86-video-ati-1:7.10.0-1 working.This fixed it for me: I created a file:/etc/X11/xorg.conf.d/modules.confwith these contents:Code: [Select]Section "Module" Load "shadow" Load "fb" Load "exa" Load "glamoregl"EndSection 1 Likes
Re: radeon_drv.so issue after upgrade Reply #5 – 14 October 2017, 13:42:11 Same issue, same fix, on my old desktop with an AMD Radeon HD 4250 GPU.
Re: radeon_drv.so issue after upgrade Reply #6 – 15 October 2017, 02:19:14 @muerte Please edit your first post and mark it as [SOLVED]. 1 Likes
Re: [SOLVED] radeon_drv.so issue after upgrade Reply #7 – 10 November 2017, 14:54:45 Quote from: muerte – on 14 October 2017, 12:39:54Thank you, Mr. Artoo. ^_^After reading the freebsd post you linked, and some experimentation, I got xf86-video-ati-1:7.10.0-1 working.This fixed it for me: I created a file:/etc/X11/xorg.conf.d/modules.confwith these contents:Code: [Select]Section "Module" Load "shadow" Load "fb" Load "exa" Load "glamoregl"EndSectionYou saved me. This worked for me (Radeon RV 370/RV 380).Thank you. 1 Likes