My grub menu (I dual boot with another Linux OS) displays at the correct 1680x1050 but then when Plymouth starts, it reverts to a much lower resolution. I don't particularly care about the splash screen, but if I switch to TTY1-6, the low resolution (800x600?) means that I only get about a dozen lines on the screen.
I have had this problem since 7.10, but thanks to this helpful post I solved it in 9.10 - only to have it reappear now.
Details: Nvidia 9600GT using the nouveau driver. /etc/default/grub:
My understanding of KMS was that it would take care of the framebuffer resolution - is there any way to make that happen?Code:GRUB_DEFAULT=0 GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="ro quiet splash vga=0x0369" #GRUB_CMDLINE_LINUX="gfxpayload=true" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' GRUB_GFXMODE=1680x1050x24



Adv Reply




Bookmarks