On Tuesday 13 August 2002 03:46 am, you wrote:
> David Eastcott <[EMAIL PROTECTED]> writes:
>
> [...]
>
> > 1.  After completing a manual GUI install, the generated auto_inst.cfg
> > file has the following for the 'X' declaration:
> >
> >        'X' => {
> >             'bios_vga_mode' => undef,
> >             'resolution_wanted' => 1024,
> >             'monitor' => { ... },
> >             'default_depth' => 24
> >           },
> >
> > After completing an auto install using the above declaration, the
> > generated file contains the following:
> >
> >        'X' => {
> >             'bios_vga_mode' => undef,
> >             'resolution_wanted' => undef,
> >             'monitor' => { ... },
> >             'default_depth' => undef
> >           },
>
> and what did you get in XF86Config-4 ?
>

The only difference in XF86Config-4 between the two installs is:
    Subsection "Display"
        Depth 24
        Modes "1024x768" "800x600" "640x480"
    EndSubsection

and 
    Subsection "Display"
        Depth 24
        Modes "800x600" "640x480"
    EndSubsection

But that is not the problem.  

The problem is that if I generate a Replay diskette on a system that was 
installed using auto install (using the first X declaration above), the 
auto_inst.cfg file on the diskette has the 'resolution_wanted' and 
'default_depth' both set to undef (second X declaration above).  

If I subsequently use the Replay diskette to install on another machine, X is 
not set up with the same resolution and depth that the first machine was set 
to.

For some reason drakx is not setting 'resolution_wanted' and 'default_depth' 
to the values 1024, and 24 respectively.

Dave

Reply via email to