Ubuntu – Are Virtual Terminal Blank using NVIDIA propietary drivers

12.04nvidiavaiovirtual-terminal

When using nouveau the fps are low compared to nvidia closed driver. But when booting, nvidia drivers show the ubuntu splash screen in a 900×800 resolution like nvidia its not loaded yet. When nouveau it splash in a decent resolution.

The problem I'm having since karmic koala is I cant switch to virtual terminals with nvidia closed drivers. By the way, is the same PC: VAIO VPCCW19FX with NVIDIA G210M, now with precise amd64.

To make easy to read the configs, I pastedbin'ed each file in differents pastes.

/etc/X11/xorg.conf >> http://pastebin.com/Ly7n5d2T

/etc/default/grub >> http://pastebin.com/VPBYkRVS

lsmod >> http://pastebin.com/a7q3z9ZL

lspci >> http://pastebin.com/bd4vPCPf

Best Answer

when booting, nvidia drivers show the ubuntu splash screen in a 900x800 resolution like nvidia its not loaded yet. When nouveau it splash in a decent resolution.

This is because the nvidia proprietary drivers do not support Kernel Modesetting (KMS). This is normal when you are using the nvidia proprietary drivers - with these drivers you should not normally expect your screen to switch to full resolution prior to boot, like you do with other open source drivers.

It's possible that a framebuffer mode is being entered and there is a problem with that somehow.

I don't know a fix but I can suggest troubleshooting steps that may help you get what you want.

In my /etc/default/grub, I have removed "splash" from the kernel command line, and uncommented the GRUB_TERMINAL=console line in order to give up totally on graphical boot.

But you could also try, instead, just adding "vga=normal" to your kernel command line (next to "quiet splash"). This should try and prevent a framebuffer mode loading.