Results 1 to 7 of 7
Hi,
I found this great link that explains how to set the frame buffer size of a console only Linux install....This is great to know if you want to install ...
- 02-19-2010 #1
VirtualBox and Console only Linux
Hi,
I found this great link that explains how to set the frame buffer size of a console only Linux install....This is great to know if you want to install Linux(console only) via VirtualBox and have it open up bigger than a window 3" x 3".
Look up the section framebuffer resolution.
GRUB - ArchWiki
http://en.wikipedia.org/wiki/VESA_BIOS_E...de_numbers
I searched for this info for months....thought I would pass it along...Make mine Arch Linux
- 02-19-2010 #2
This doesn't work in Grub 2. I'm still trying to figure that one out
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 02-19-2010 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,081
I use the following code in my grub.cfg file:
It's the gfxpayload line that keeps the console at the desired resolution. You can use "keep" as the option rather than use a resolution if you want it the same as the gfxmode resolution.Code:if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=1280x800x32 set gfxpayload=1600x1200x32 insmod gfxterm insmod vbe terminal_output gfxterm if terminal_output gfxterm; then true ; else terminal gfxterm fi fioz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-19-2010 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,081
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-21-2010 #5If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 02-21-2010 #6
Yes it is, try this one
VESA BIOS Extensions - Wikipedia, the free encyclopediaMake mine Arch Linux
- 02-21-2010 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,081
In Arch, you configure the /boot/grub/grub.cfg file directly, at least for now:
GRUB2 - ArchWiki
You can do it in other distros as well, but it will get overwritten each time you run the update-grub command. I feel pretty sure there is a method of implementing the gfxplayload option in other distributions as well, probably through the /etc/default/grub file.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote

