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. _______________________________________________ vbox-dev mailing list vbox-dev@virtualbox.org https://www.virtualbox.org/mailman/listinfo/vbox-dev