Results 1 to 6 of 6
hi
i use a kvm, and sometimes when i boot my machine the kvm will be switched to another machine. if i don't switch it over to my ubuntu box ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-13-2006 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 29
howto force resolution at boot?
hi
i use a kvm, and sometimes when i boot my machine the kvm will be switched to another machine. if i don't switch it over to my ubuntu box during boot i can only get 640x480 rather than 1280x1024. i need a way to force the proper res every time as the 'make default' option doesn't work in the preferences settings.
thanks
- 06-13-2006 #2
Try with appending
vga=1280x1024
to the grub entry.Windows free since 2002 | computing since 1984
- 06-13-2006 #3Just Joined!
- Join Date
- Dec 2004
- Posts
- 29
thanks for replying, but sorry i'm a noob. how do i do that? i had a quick look around but couldn't see how
- 06-14-2006 #4
edit your
file as rootCode:/boot/grub/menu.lst
go to near the bottom, and on the line that looks like
add vga=1280x1024 so it looks likeCode:kernel /boot/vmlinuz-2.6.16-1-k7 root=/dev/hda1 ro
Code:kernel /boot/vmlinuz-2.6.16-1-k7 root=/dev/hda1 ro vga=1280x1024
Brilliant Mediocrity - Making Failure Look Good
- 06-18-2006 #5Just Joined!
- Join Date
- Dec 2004
- Posts
- 29
thanks for the reply. i tried it but it didn't work. any more ideas?
- 06-20-2006 #6Just Joined!
- Join Date
- Apr 2006
- Posts
- 97
Are you sure you edited the correct entry? I have many grub entries. Try adding vga=1280x1024 to every line that begins with 'kernel'.


Reply With Quote
