You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 cargo run the tours example.
WARNING: radv is not a conformant vulkan implementation, testing use only.
[2021-04-08T18:15:59Z ERROR smithay_client_toolkit::window::concept_frame] No font could be found
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?
The text was updated successfully, but these errors were encountered:
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)
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
cargo run
the tours example.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?
The text was updated successfully, but these errors were encountered: