Re: [Cooker] AutoInstall asks me about X

2002-08-26 Thread Nora Etukudo

On Mon, Aug 26, 2002 at 11:38:29PM +0200, Pixel wrote:

> Maybe you should add something alike:
> 
>   X => {  
>   resolution_wanted => '1024x768',
>   monitor => { VendorName => 'Generic', ModelName => "1024x768 @ 60 Hz" },
>  },
> 
> in auto_install.cfg, WYT?

Yes, I'll try tomorrow (here's 23:57 now).

Liebe Grüße, Nora.
-- 
[EMAIL PROTECTED]
 IM-NETZ Neue Medien, Berlin   http://www.im-netz.de/
 WWW von Frauen für Frauen, Hamburghttp://www.w4w.net/
 Lesbian Computer Networks, Helsinki   http://www.sappho.net/




Re: [Cooker] AutoInstall asks me about X

2002-08-26 Thread Pixel

Nora Etukudo <[EMAIL PROTECTED]> writes:

> On Sun, Aug 25, 2002 at 11:30:07PM +0200, Pixel wrote:
> 
> > can you give the complete error message? it helps a lot to have the
> > line number where the pb occured.
> 
> I just tried again:
> 
> * warning: No such pseudo-hash field "Generic|800x600 @ 56 Hz" at 
>/usr/bin/perl-install/Xconfig/monitor.pm line 62.

ok, bug located and fixed. thanks!

but this occurs when the monitor is not detected and you didn't give
any information in auto_install.cfg. You get a really poor default
monitor. Is that ok for you?

Maybe you should add something alike:

  X => {  
resolution_wanted => '1024x768',
monitor => { VendorName => 'Generic', ModelName => "1024x768 @ 60 Hz" },
   },

in auto_install.cfg, WYT?




Re: [Cooker] AutoInstall asks me about X

2002-08-25 Thread Pixel

Nora Etukudo <[EMAIL PROTECTED]> writes:

> Since a few days (rsyncing twice a day) AutoInstall stops with
> 
>warning: No such pseudo-hash field "Generic|800x600 @ 56 Hz" at 

can you give the complete error message? it helps a lot to have the
line number where the pb occured.

thanks!