Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 5759  / 2 Years ago, wed, june 15, 2022, 3:30:24

When using nouveau the fps are low compared to nvidia closed driver. But 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.



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


More From » 12.04

 Answers
5

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.


[#37625] Friday, June 17, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
aclavadoug

Total Points: 317
Total Questions: 103
Total Answers: 125

Location: Bangladesh
Member since Wed, Mar 24, 2021
3 Years ago
;