"Richard Tango-Lowy" <[EMAIL PROTECTED]> writes:

> Pixel said:
> >> 1. During the package install, I got a cryptic requestor that said
> >> something like "Screenshots will be available..
> >
> > didn't you press F2 ?
> 
> Should I have? :-)

to get this message, yes.

> >> 2. During X intall, my ATI Rage 128 Mobility was properly detected,
> >> but defaulted to a 640x480 screen size, after I already told it my
> >> monitor could display 1600x1200.
> >
> > boh. Can you "rm -f /etc/X11/XF86Config*" and try XFdrake after
> > install. Does it do the same?
> 
> Yes.

at least we can debug.

can you apply x.patch (see below):
% cd /usr/lib/libDrakX
% patch -p0 < /tmp/x.patch

and then "rm -f /etc/X11/XF86Config*" and run XFdrake. It should
create /tmp/debug. Send it to me please :)

Index: Xconfig/resolution_and_depth.pm
===================================================================
RCS file: /cooker/gi/perl-install/Xconfig/resolution_and_depth.pm,v
retrieving revision 1.8
diff -u -r1.8 resolution_and_depth.pm
--- Xconfig/resolution_and_depth.pm	2002/08/08 18:53:17	1.8
+++ Xconfig/resolution_and_depth.pm	2002/08/16 15:59:38
@@ -164,6 +164,9 @@
     my @default_resolutions = grep { $_->{Depth} eq $Depth } @matching;
     my $default_resolution = first(grep { $resolution_wanted->{Y} eq $_->{Y} } @default_resolutions) || $default_resolutions[0];
 
+    use Data::Dumper;
+    output("/tmp/debug", { default_resolution => $default_resolution, default_resolutions => \@default_resolutions, resolutions => \@resolutions });
+
     $default_resolution, @resolutions;
 }
 

Reply via email to