ERROR smithay_client_toolkit::window::concept_frame No font could be found #865
-
Ubuntu 20.04, Kernel 5.8.0, Wayland, Radeon HD 7730M, installed vulkan tools using this guide I was first running into a bunch of font errors as mentioned here #386, I followed the advice to install fontconfig (and libfontconfig1-dev) and those errors went away. However one remained. Here is the output I see when I try to
I'm not sure how do deal with either line 1 or 2. On line one, it warns about radv. But in my grub command I've modified it to set amdgpu on and radeon support off like so:
For the second line of output (the "ERROR smithay_client_toolkit::window::concept_frame"), I have no idea what might fix that and nothing helpful showing up on search engines. Any advice on how to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
radv is mesa vulkan driver, its probably just wanting you to use amdvlk which is an official amd vulkan driver, as for the smithay error it seems to be coming from winit which depends on smithay for windowing on wayland and error was added here Smithay/client-toolkit#168, i'd probably start by making sure your fontconfig is okay: alacritty/alacritty#4591 (comment) (note i don't use linux often) |
Beta Was this translation helpful? Give feedback.
-
Very good advice for someone who doesn't use Linux often, thanks. |
Beta Was this translation helpful? Give feedback.
radv is mesa vulkan driver, its probably just wanting you to use amdvlk which is an official amd vulkan driver, as for the smithay error it seems to be coming from winit which depends on smithay for windowing on wayland and error was added here Smithay/client-toolkit#168, i'd probably start by making sure your fontconfig is okay: alacritty/alacritty#4591 (comment) (note i don't use linux often)