from the quill of Pixel <[EMAIL PROTECTED]> on scroll
<[EMAIL PROTECTED]>
> 
> :(   either ddcxinfos is buggy trying to get information, either your
> graphic
> card or monitor is!

Maybe I will take a look at ddcxinfos.

> > But I am missing where it says that my monitor can only go up to
> 64kHz.
> > 
> 
> it should be just before the screen size. eg:
> 
> [...]
> 16777216 1280 1024
> 
> 30-70
> 50-180
> 17.01 inches monitor (truly 15.75')

But it's not!  That information does not appear in the ddcxinfos output
on my machine!

> > >  What can it do? :)
> > 
> > If it really is being told that the monitor only goes to 64kHz, I
> agree,
> > it can do nothing, but I don't see that info anywhere.
> > 
> 
> ah, so it's you who chose the screen? it wasn't done automagically?

No, it was done automagically.  The install/Drak* only just asked me
resolution and depth and filled in XF86Config after I selected.

> --------------------------------------------------------------------------------
> #!/usr/bin/perl
> 
> my $mirror = $ARGV[0] or die "usage: $0 <mirror>\n";
> 
> if (open F, "wget $mirror/Mandrake/RPMS/ -O - 2>/dev/null |") {
>     foreach (<F>) {
>       push @new, $1 if m|>([^<]*)\.[^.]+\.rpm</a|;
>     }
> }
> 
> my @old = map { chop; $_ } `rpm -qa`;
> 
> print "$_\n" foreach difference2(\@new, \@old);
> 
> sub difference2 { my %l; @l{@{$_[1]}} = (); grep { !exists $l{$_} }
> @{$_[0]} }
> --------------------------------------------------------------------------------
> 
> maybe needs some tweaking though...

Interesting.

b.


--
Brian J. Murrell                              InterLinx Support Services, Inc.
North Vancouver, B.C.                                             604 983 UNIX
        Platform and Brand Independent UNIX Support - R3.2 - R4 - BSD

Reply via email to