Greetings, On Tue, Mar 16, 2010 at 3:23 AM, <[email protected]> wrote: > On Mon, 15 Mar 2010 17:49:10 +0100 > Daniel Baumann <[email protected]> wrote: > >> On 03/15/2010 09:46 AM, [email protected] wrote: >> > - The resolution picked up by xorg is far too high, I would like to >> > specify a lower resolution either at boottime or before I say startx. >> >> see xvideomode in man live-initramfs. >> > I read the manual and couldn't find how to insert the statement > xvideomode=**RESOLUTION**:: > into the live image. > Inspection of chroot suggests that the statement should be inserted in > chroot/etc/live.conf > Is this correct? > Should I do it just before I say lh_build or maybe I have to say lh_build > once, modify live.conf and say lh_build again? > What is the format of **RESOLUTION**::? > Would > xvideomode=1024x768 > work?
Try: lh config --bootappend-live xvideomode=1024x768 > > Thank you for your help, > > Antonio Palamà > > -- > <[email protected]> > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > Archive: http://lists.debian.org/[email protected] > > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
