Summary: | vulkaninfo gives an VK_ERROR_INITIALIZATION_FAILED | ||
---|---|---|---|
Product: | Mesa | Reporter: | Pietro Pesci Feltri <ppesci> |
Component: | Drivers/Vulkan/radeon | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | ||
Version: | 17.2 | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
See Also: | https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/2152 | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
attachment-17476-0.html
attachment-326-0.html attachment-4910-0.html attachment-1586-0.html |
Description
Pietro Pesci Feltri
2018-02-13 03:38:52 UTC
What does glxinfo | grep "OpenGL renderer string" say? If DRM version is < 3.0.0, you should make sure your kernel is at least 4.13 and then add radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1 to the kernel commandline. Created attachment 137317 [details] attachment-17476-0.html OpenGL renderer string: AMD BONAIRE (DRM 2.50.0 / 4.14.16-300.fc27.x86_64, LLVM 5.0.0) I changed the file /etc/default/gub to: cat /etc/default/grub GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="rhgb quiet radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1" GRUB_DISABLE_RECOVERY="true" and ran: sudo grub2-mkconfig reboot Same result. On Tue, Feb 13, 2018 at 5:01 AM, <bugzilla-daemon@freedesktop.org> wrote: > Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> changed bug 105068 > <https://bugs.freedesktop.org/show_bug.cgi?id=105068> > What Removed Added > Status NEW NEEDINFO > > *Comment # 1 <https://bugs.freedesktop.org/show_bug.cgi?id=105068#c1> on > bug 105068 <https://bugs.freedesktop.org/show_bug.cgi?id=105068> from Bas > Nieuwenhuizen <bas@basnieuwenhuizen.nl> * > > What does > > glxinfo | grep "OpenGL renderer string" > > say? If DRM version is < 3.0.0, you should make sure your kernel is at least > 4.13 and then add > > radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 > amdgpu.cik_support=1 > > to the kernel commandline. > > ------------------------------ > You are receiving this mail because: > > - You reported the bug. > > Created attachment 137320 [details] attachment-326-0.html BTW: uname -a Linux xxxxxxxxxxxxxxxxxx.dsl.cantv.net 4.14.16-300.fc27.x86_64 #1 SMP Wed Jan 31 19:24:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux On Tue, Feb 13, 2018 at 9:57 AM, Pietro Pesci Feltri <ppesci@gmail.com> wrote: > OpenGL renderer string: AMD BONAIRE (DRM 2.50.0 / 4.14.16-300.fc27.x86_64, > LLVM 5.0.0) > > I changed the file /etc/default/gub to: > > cat /etc/default/grub > GRUB_TIMEOUT=5 > GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" > GRUB_DEFAULT=saved > GRUB_DISABLE_SUBMENU=true > GRUB_TERMINAL_OUTPUT="console" > GRUB_CMDLINE_LINUX="rhgb quiet radeon.si_support=0 radeon.cik_support=0 > amdgpu.si_support=1 amdgpu.cik_support=1" > GRUB_DISABLE_RECOVERY="true" > > and ran: > sudo grub2-mkconfig > reboot > > Same result. > > On Tue, Feb 13, 2018 at 5:01 AM, <bugzilla-daemon@freedesktop.org> wrote: > >> Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> changed bug 105068 >> <https://bugs.freedesktop.org/show_bug.cgi?id=105068> >> What Removed Added >> Status NEW NEEDINFO >> >> *Comment # 1 <https://bugs.freedesktop.org/show_bug.cgi?id=105068#c1> on >> bug 105068 <https://bugs.freedesktop.org/show_bug.cgi?id=105068> from Bas >> Nieuwenhuizen <bas@basnieuwenhuizen.nl> * >> >> What does >> >> glxinfo | grep "OpenGL renderer string" >> >> say? If DRM version is < 3.0.0, you should make sure your kernel is at least >> 4.13 and then add >> >> radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 >> amdgpu.cik_support=1 >> >> to the kernel commandline. >> >> ------------------------------ >> You are receiving this mail because: >> >> - You reported the bug. >> >> > Looks like you need to call grub2-mkconfig with an argument. Looking at the wiki it should be grub2-mkconfig -o /boot/grub2/grub.cfg (https://fedoraproject.org/wiki/GRUB_2) Could you try that. Created attachment 137412 [details]
attachment-4910-0.html
I add the parameters manually pressing "e" in the grub menu 2 days ago. One
hour later the initialization process was not ended.
I was forced to reboot the machine.
Anyway thanks.
Created attachment 137418 [details] attachment-1586-0.html Problem solved :). As stated in https://wiki.archlinux.org/index.php/AMDGPU#Selecting_the_right_driver The parameters must be added to the kernel but the parameters depend on what cart you have installed in the case the card is Southern Islands **or** Sea Islands. For Southern Islands parameters are: radeon.si_support=0 amdgpu.si_support=1 For Sea Islands parameters are: radeon.cik_support=0 amdgpu.cik_support=1 but not both, or you will end with a frozen display during the boot as in my case. I hope this help others. On Sat, Feb 17, 2018 at 12:56 AM, Pietro Pesci Feltri <ppesci@gmail.com> wrote: > I add the parameters manually pressing "e" in the grub menu 2 days ago. > One hour later the initialization process was not ended. > I was forced to reboot the machine. > > Anyway thanks. > > > The problem appear in machines containing Southern Islands cards and Sea Islands cards. As stated in https://wiki.archlinux.org/index.php/AMDGPU#Selecting_the_right_driver The parameters must be added to the kernel but the parameters depend on what cart you have installed in the case the card is Southern Islands **or** Sea Islands. For Southern Islands parameters are: radeon.si_support=0 amdgpu.si_support=1 For Sea Islands parameters are: radeon.cik_support=0 amdgpu.cik_support=1 but not all parameters, or you will end with a frozen display during the boot as in my case |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.