Prev: Console freezes when I try to access the NFS mounted directory under Debian and Ubuntu
Next: How to get Xen working on the latest Debian testing (squeeze)
From: Drew Paschal on 5 May 2010 13:20 I have looked around on google and found some documentation to set the resolution within grub2 but some of the explanations are a bit vague. Can someone post a clear and concise way of doing this? When I tried the ones I found on google, I managed to make the box not boot anymore.
From: Paul E Condon on 5 May 2010 14:40 On 20100505_131841, Drew Paschal wrote: > I have looked around on google and found some documentation to set the > resolution within grub2 but some of the explanations are a bit vague. Can > someone post a clear and concise way of doing this? When I tried the ones I > found on google, I managed to make the box not boot anymore. Look in /etc/default/grub. Replace the line: #GRUB_GFXMODE=640x480 with one the suits your fancy. And remove the # at the beginning. Also note the other variables that are set here for future reference. -- Paul E Condon pecondon(a)mesanetworks.net -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/20100505183617.GC15335(a)big.lan.gnu
From: Tom H on 5 May 2010 15:10 On Wed, May 5, 2010 at 2:36 PM, Paul E Condon <pecondon(a)mesanetworks.net> wrote: > On 20100505_131841, Drew Paschal wrote: >> I have looked around on google and found some documentation to set the >> resolution within grub2 but some of the explanations are a bit vague. Can >> someone post a clear and concise way of doing this? When I tried the ones I >> found on google, I managed to make the box not boot anymore. > > Look in /etc/default/grub. Replace the line: > #GRUB_GFXMODE=640x480 > with one the suits your fancy. And remove the # at the beginning. Also GRUB_GFXPAYLOAD_LINUX=<same-resolution-as-GRUB_GFXMODE> -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/j2m6d4219cc1005051203xad4deef8j8cc993253febff94(a)mail.gmail.com
From: Drew Paschal on 5 May 2010 15:20 This worked PERFECTLY. My steps: vim /etc/default/grub I uncommented the GRUB_GFXMODE= line and changed it to: GRUB_GFXMODE=1280x1024 Under that, I added the line: GRUB_GFXPAYLOAD_LINUX=1280x1024 I then saved and exited. I then ran update-grub and rebooted. Works great. Thank you! On Wed, May 5, 2010 at 3:03 PM, Tom H <tomh0665(a)gmail.com> wrote: > On Wed, May 5, 2010 at 2:36 PM, Paul E Condon <pecondon(a)mesanetworks.net> > wrote: > > On 20100505_131841, Drew Paschal wrote: > >> I have looked around on google and found some documentation to set the > >> resolution within grub2 but some of the explanations are a bit vague. > Can > >> someone post a clear and concise way of doing this? When I tried the > ones I > >> found on google, I managed to make the box not boot anymore. > > > > Look in /etc/default/grub. Replace the line: > > #GRUB_GFXMODE=640x480 > > with one the suits your fancy. And remove the # at the beginning. > > Also > GRUB_GFXPAYLOAD_LINUX=<same-resolution-as-GRUB_GFXMODE> > > > -- > To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org > with a subject of "unsubscribe". Trouble? Contact > listmaster(a)lists.debian.org > Archive: > http://lists.debian.org/j2m6d4219cc1005051203xad4deef8j8cc993253febff94(a)mail.gmail.com > >
From: Tom H on 7 May 2010 21:30
On Wed, May 5, 2010 at 3:13 PM, Drew Paschal <dpaschal(a)gmail.com> wrote: > On Wed, May 5, 2010 at 3:03 PM, Tom H <tomh0665(a)gmail.com> wrote: >> On Wed, May 5, 2010 at 2:36 PM, Paul E Condon <pecondon(a)mesanetworks.net> >> wrote: >> > Look in /etc/default/grub. Replace the line: >> > #GRUB_GFXMODE=640x480 >> > with one the suits your fancy. And remove the # at the beginning. >> >> Also >> GRUB_GFXPAYLOAD_LINUX=<same-resolution-as-GRUB_GFXMODE> > > This worked PERFECTLY. My steps: > vim /etc/default/grub > I uncommented the GRUB_GFXMODE= line and changed it to: > GRUB_GFXMODE=1280x1024 > Under that, I added the line: > GRUB_GFXPAYLOAD_LINUX=1280x1024 > I then saved and exited. > I then ran update-grub and rebooted. Works great. Thank you! You're welcome. Although Stephen P must be disappointed that you didn't switch to lilo! :) -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/AANLkTikJZSURKL0drZClFLpYXQ4hv-hZAjkUiOkFVqgE(a)mail.gmail.com |