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
The first one: every time I run bicon, I get a very small font in the virtual console I'm working on (tty3 to 5).
I can solve it by running the following command line and choosing again my favourite font:
sudo dpkg-reconfigure -plow console-setup
The second one: every time I run bicon as local user I get (on the virtual console):
...
Keymap 126: Permission denied
Keymap 127: Permission denied
KDSKBENT: Operation not permitted: could not deallocate keymap 128
Is there anyway to avoid both of the errors?
P.S. I compiled the project as local user, and installed it as sudo (sudo make install)
The text was updated successfully, but these errors were encountered:
Hi,
I face 2 problems:
The first one: every time I run
bicon
, I get a very small font in the virtual console I'm working on (tty3 to 5).I can solve it by running the following command line and choosing again my favourite font:
The second one: every time I run
bicon
as local user I get (on the virtual console):Is there anyway to avoid both of the errors?
P.S. I compiled the project as local user, and installed it as sudo (
sudo make install
)The text was updated successfully, but these errors were encountered: