[vbox-dev] Guest Additions udev rule to fix console font
Sérgio Basto
sergio at serjux.com
Fri Jul 1 18:03:36 UTC 2016
On Sex, 2016-07-01 at 09:28 +0000, Evgeniy Isaev wrote:
> In Ubuntu execution of rule /lib/udev/rules.d/85-keyboard-
> configuration.rules
> and loading kernel module vboxvideo occur independently and
> consistency is
> not guaranteed. As a result, font on the consoles set randomly from
> video
> bios or user defined. To avoid this, you must set up the consoles
> after
> loading the module. This can be done by adding simple rule to
> /etc/udev/rules.d/60-vboxadd.rules:
>
> SUBSYSTEM=="graphics", ATTR{name}=="vboxdrmfb", RUN+="console-setup-
> tty
> fbcon"
The correct location, IMO, is /usr/lib/udev/rules.d/
#cat /usr/lib/udev/rules.d/60-vboxguest.rules
ACTION=="add", KERNEL=="vboxguest", SUBSYSTEM=="misc", OWNER="root",
MODE="0600"
ACTION=="add", KERNEL=="vboxuser", SUBSYSTEM=="misc", OWNER="root",
MODE="0666"
I just have this in 60-vboxguest.rules , is for guest system isn't it
?
Best regards,
--
Sérgio M. B.
More information about the vbox-dev
mailing list