Comment 12 for bug 2033418

Revision history for this message
Joao Andre Simioni (jasimioni) wrote :

I tried to cut the xorg.conf and the minimal config that does the trick is:

Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:193:0:0"
EndSection

Removing the ServerFlags section did not change anything (at least on this minimal test).

Is there any way to set a similar configuration to the boot process, so the boot splash screen / systemd messages are also displayed in the HDMI output?

Also, is there a way to make Ubuntu aware of these settings?

Thanks