Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR smithay_client_toolkit::window::concept_frame No font could be found #823

Closed
randall-coding opened this issue Apr 8, 2021 · 2 comments

Comments

@randall-coding
Copy link

randall-coding commented Apr 8, 2021

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:

GRUB_CMDLINE_LINUX_DEFAULT="radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1 amdgpu.dc=1 amdgpu.dpm=1 amdgpu.modeset=1"

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?

@alyti
Copy link

alyti commented Apr 8, 2021

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)

@randall-coding
Copy link
Author

Very good advice for someone who doesn't use Linux often, thanks.

@hecrj hecrj closed this as completed May 4, 2021
@iced-rs iced-rs locked and limited conversation to collaborators May 4, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants