D
D
Dmitriyshremzer2021-04-12 14:14:08
HTML
Dmitriyshremzer, 2021-04-12 14:14:08

Squares instead of Cyrillic, how to fix it?

In the console, squares instead of Cyrillic.
I have to enter setfont cyr-sun16.psfu.gz every time.
What should I do to avoid entering it every time?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
Ilya Beloborodov, 2018-06-20
@kowap

add the muted attribute

<video muted="muted" autoplay="autoplay"  loop src="/shake.mp4"> </video>
. recently, browsers block video if it starts automatically and the sound is not muted

A
Anton, 2018-06-20
@Eridani

You need to add source tags and upload the video in several more formats - ogv, webm
source
For iOS, try the playsinline attribute

I
I.CaR Soft, 2020-12-08
@I_CaR

Change the codec to h264 and you will be happy.

X
xotkot, 2021-04-12
@Dmitriyshremzer

add a line to the /etc/vconsole.conf file:
FONT=cyr-sun16
you may also need to add there:
KEYMAP=ru

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question