Closed randall-coding closed 3 years ago
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 https://github.com/Smithay/client-toolkit/pull/168, i'd probably start by making sure your fontconfig is okay: https://github.com/alacritty/alacritty/issues/4591#issuecomment-748440633 (note i don't use linux often)
Very good advice for someone who doesn't use Linux often, thanks.
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?