Results 1 to 3 of 3
When I would boot Intrepid, I would get this screen saying I had an undefined video 31a. I would have to either choose a video resolution or press space to ...
- 01-30-2009 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 2
[SOLVED] How I got rid of the "undefined video 31a" screen
When I would boot Intrepid, I would get this screen saying I had an undefined video 31a. I would have to either choose a video resolution or press space to continue. No big deal but annoying nevertheless. I got the solution off the internet but it was incomplete. It dealt with editing the menu.lst file but did not explain how to do that. Here's step by step instructions to fix the problem.
Open a terminal window from Applications/Accessories/Terminal
first backup menu.lst. Copy and paste (or drag) this to the terminal window:
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst-backup
next edit menu.ls Copy and paste (or drag) this to the terminal window:
sudo gedit /boot/grub/menu.lst
menu.lst is now editable.
Search for the words "vga=" . (this should be a number like vga=981 or similar)
change it to vga=normal
save menu.lst
Reboot and you should be good to go!
- 01-31-2009 #2Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
Which is the standard 25x80 video mode (640x480 graphics)change it to vga=normal
If you can make it work, I prefer vga=773 . It's not real high res ( 1024x768 ), but definitely makes better use of your display space in console mode.
Adapted from vesafb.txt:
Higher numbers are not part of the kernel spec for VESA modes and thus are not guaranteed to work.Code:Kernel VESA mode table ( vga=___ ) | 640x480 800x600 1024x768 1280x1024 ------+------------------------------------- 256 h | 0x301 0x303 0x305 0x307 d | 769 771 773 775 | 32k h | 0x310 0x313 0x316 0x319 d | 784 787 790 793 | 64k h | 0x311 0x314 0x317 0x31A d | 785 788 791 794 | 16M h | 0x312 0x315 0x318 0x31B d | 786 789 792 795Last edited by D-cat; 01-31-2009 at 05:04 AM. Reason: friggin' auto-smiley
- 02-12-2009 #3
Thanks for posting this D-cat, I was having trouble getting the xubuntu progress loading screen to show. I tried all sorts of fixes to get the usplash to show with the progress bar. I added vga=773 to the kernel line in /boot/grub/menu.lst and it fixed the problem. I've never been so happy to see the mouse logo


