On Mon, 10 Dec 2001, Jeff Elkins wrote:

> Thank you!  That worked perfectly.
> 
> X is up, running at 1024x768. That's way too much for an iMac's tiny screen, 
> so I'm still looking for a way to drop the rez to 800x600.
> 
> Jeff
> 
> 
> > During install?  A workaround:
> >
> > Switch to the console on VT2 (Command-Control-F2)
> > pdisk -l /deb/hda - note the Apple Bootstrap Partition
> > hformat /dev/hdx (x=above noted partition)
> 

On my rev B I was able to get 800x600 by running at 24bpp and setting the
default to 800x600 in /etc/X11/XF86Config-4:

Section "Screen"
    Identifier "screen1"
    Device      "ATI Mach64"
    Monitor     "Apple|iMac/PowerBook 1024x768"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

I tried initiall with Drakx and the machine froze at test =(
YMMV

Stew Benedict

-- 
MandrakeSoft    OH/TN, USA      http://perso.mandrakesoft.com/~sbenedict/
PPC FAQ: http://www.linux-mandrake.com/en/demos/PPC/FAQ/


Reply via email to