Re: Re: console resolution
- From: Tom H <tomh0665@xxxxxxxxx>
- Date: Sat, 23 Jan 2010 20:40:09 +0100
It's weird but it's not working for me. Somehow update-grub (as well as
update-grub2, in case they are different) ignore all modifications to
/etc/default/grub. I'm giving up. Should I report a bug?
Are you making all the changes that have been suggested?
In short:
In
/etc/default/grub
add
GRUB_GFXPAYLOAD=keep
on the line after
GRUB_GFXMODE=<resolution>
In
/etc/grub.d/00_header
add
if [ "x${GRUB_GFXPAYLOAD}" = "x" ] ; then GRUB_GFXPAYLOAD=640x480 ; fi
on the line after
if [ "x${GRUB_GFXMODE}" = "x" ] ; then GRUB_GFXMODE=640x480 ; fi
In
/etc/grub.d/00_header
add
set gfxpayload=${GRUB_GFXPAYLOAD}
on the line after
set gfxmode=${GRUB_GFXMODE}
Run
update-grub
or
update-grub2
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Follow-Ups:
- Re: Re: Re: console resolution
- From: Nima Azarbayjany
- Re: Re: Re: console resolution
- References:
- Re: console resolution
- From: tv.debian@xxxxxxxxxxxxxx
- Re: Re: console resolution
- From: Nima Azarbayjany
- Re: console resolution
- Prev by Date: Re: x.509 gpgsm and kmail
- Next by Date: Re: Octave compiled with debug symbols?
- Previous by thread: Re: Re: console resolution
- Next by thread: Re: Re: Re: console resolution
- Index(es):