Hi !

X was started but the monitor was not detected via
DDC.
xorg.conf has at monitor section the default values.
In that case  the newers monitors will not be used at
their true value (as an example the refresh will be
lower or even the resolution will be lower ).
I have an old LCD monitor (Neso LD 700V) which is
detectable via DDC.

Why do you say that can't be used mount_unionfs ?
It doesn't work properly if you want to do multiple
mounts  almost in the same place.
But if you do only an mount_union it works.
I haven't found any problem.

All the best !

Keep up the good work !
 
--- [EMAIL PROTECTED] wrote:

> Send FreeSBIE mailing list submissions to
>       freesbie@gufi.org
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
>       http://liste.gufi.org/mailman/listinfo/freesbie
> or, via email, send a message with subject or body
> 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of FreeSBIE digest..."
> 
> 
> Today's Topics:
> 
>    1. Single MD Device for RW files and other (Dan
> Angelescu)
>    2. Re: Single MD Device for RW files and other
> (Matteo Riondato)
> 
> 
>
----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 15 Nov 2006 04:16:36 -0800 (PST)
> From: Dan Angelescu <[EMAIL PROTECTED]>
> Subject: Single MD Device for RW files and other
> To: freesbie@gufi.org
> Message-ID:
>
<[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=iso-8859-1
> 
> Hi !
> 
> Here is some code for a single mddevice for RW
> files.
> I have used an mfsroot image to have diferent
> mountpoints for CD and \.
> In mfsroot i have created a /loop directory.
> fcmd=/loop
> made the mddevice :
> 
> MD_DEV=`/sbin/mdconfig -a -t malloc -o compress -s
> ${FS_MFS}m`
>   /sbin/newfs -m 0 -b 8192 -f 1024 /dev/${MD_DEV}
> >/dev/null 2>&1
>   /sbin/mount  /dev/${MD_DEV} ${fcmd}
>  then extract to ${fcmd} all needed files from /root
> /var
>  /tmp /usr/local/etc and /scripts ( for me )
> 
> and so on for all writeable directories
> and after that mount_nullfs all from ${fcmd} where
> you
> need (at me in ${fc}/etc...) 
> ${fm} is the location of tar archives of /root /var
> ....
> take a look at the below code.
> 
> tar -xzpPf ${fm}/etc.tgz -C ${fcmd}
>  mount_nullfs ${fcmd}/etc /etc
>  mount_nullfs /etc ${fc}/etc
>  printf "etc "
>  #
>  tar -xzpPf ${fm}/var.tgz -C ${fcmd}
>  mount_nullfs  ${fcmd}/var ${fc}/var
>  printf "var "
>  #
>  tar -xzpPf ${fm}/root.tgz -C ${fcmd}
>  mount_nullfs ${fcmd}/root ${fc}/root
>  printf "root "
>  #
>  tar -xzpPf  ${fm}/scripts.tgz -C ${fcmd}
>  mount_nullfs ${fcmd}/scripts ${fc}/scripts
>  printf "scripts "
>  #
>  tar -xzpPf  ${fm}/local_etc.tgz -C ${fcmd}
>  mount_nullfs ${fcmd}/usr/local/etc
> ${fc}/usr/local/etc
>  printf "usr/local/etc "
>  #
> 
> At me the ${fc} is the mountpoint of the CD/DVD and
> i
> have symlinks from / to ${fc} directories.
> Because mount_nullfs works only if the root of the
> file systems are not the same I have used an mfsroot
> image.
> That's another reason for using an mfsroot image.
> 
> Please note the idea of using mount_nullfs was not
> my
> idea it was Sergei Mozhaisky's idea ( Frenzy
> developer).
> 
> My idea was to compute the ${FS_MFS} size according
> to
> the computer memory.
> 
> I have allocated about 80M of ram for computer with
> 256M and aprox 30% to 40% of available usermem after
> uncompressing filesystems for computer with much
> memory.
> 
> Almost to forget !
> Congratulations also for the swapfind script and
> using
> the founded swaps for CD.
> 
> About using getconfig i agree that using X is the
> best
> way but as i know getconfig doesn't gave info about
> founded monitor ( but probably i am wrong).
> At me the monitor wasn't detected by FreeSBIE-2.0.
> Why not using X -configure instaed ?
> You obtain infos about both ( videocard and monitor
> ).
> Idea of X autoconfig to detect both videocard and
> monitor and even with unprobed monitors it is in
> RoFreeSBIE-1.2 in /mfs/scripts.tgz file.
> 
> All the best !
> 
> 
>  
>
____________________________________________________________________________________
> Sponsored Link
> 
> $420k for $1,399/mo. 
> Think You Pay Too Much For Your Mortgage? 
> Find Out! www.LowerMyBills.com/lre
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 15 Nov 2006 18:03:44 +0100
> From: Matteo Riondato <[EMAIL PROTECTED]>
> Subject: Re: Single MD Device for RW files and other
> To: Free System Burned In Economy
> <freesbie@gufi.org>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="us-ascii"
> 
> On Wed, Nov 15, 2006 at 04:16:36AM -0800, Dan
> Angelescu wrote:
> > My idea was to compute the ${FS_MFS} size
> according to
> > the computer memory.
> > I have allocated about 80M of ram for computer
> with
> > 256M and aprox 30% to 40% of available usermem
> after
> > uncompressing filesystems for computer with much
> > memory.
> 
> This is a good reason for using mfsroot, anyway I'm
> not going to
> change the way FreeSBIE works now that we're
> approaching the release.
> This can be considered for the future, but I think
> Daichi Goto's
> patch for unionfs will be committed to the tree and
> will simplify
> everything.
> 
> > Almost to forget !
> > Congratulations also for the swapfind script and
> using
> > the founded swaps for CD.
> 
> Thanks.
> 
> > 
> > About using getconfig i agree that using X is the
> best
> > way but as i know getconfig doesn't gave info
> about
> > founded monitor ( but probably i am wrong).
> > At me the monitor wasn't detected by FreeSBIE-2.0.
> 
> Wasn't detected at all? Do you mean that the X.org
> can't be started at
> all or only that it had a wrong resolution? What
> kind of monitor was
> yours? 
> 
> > Why not using X -configure instaed ?
> > You obtain infos about both ( videocard and
> monitor ).
> > Idea of X autoconfig to detect both videocard and
> > monitor and even with unprobed monitors it is in
> > RoFreeSBIE-1.2 in /mfs/scripts.tgz file.
> 
> I'll look at it. Thanks
> Best Regards
> 
=== message truncated ===



 
____________________________________________________________________________________
Sponsored Link

Mortgage rates near 39yr lows. 
$310k for $999/mo. Calculate new payment! 
www.LowerMyBills.com/lre
-- 
FreeSBIE mailing list (http://www.freesbie.org)

Reply via email to