According to https://nouveau.freedesktop.org/wiki/KernelModeSetting/
it ist possible to unload the noveau and kms drivers an replace them
with the nvidia driver.
Warning: This causes the console output to freeze until
the next reboot (which shouldn't matter much because we want to output
via Xorg).
The yavdr-xorg role performs the equivalent of those command if
the module nouveau is loaded:
echo 0 > /sys/class/vtconsole/vtcon1/bind
rmmod nouveau
rmmod ttm
rmmod drm_kms_helper
rmmod drm
modprobe nvidia
systemctl start nvidia-persistenced
TODO: is the variable first_run still needed?