Re: Monitor settings on G3


Subject: Re: Monitor settings on G3
From: Stephen Lewis (lewis@napanet.net)
Date: Tue Jan 09 2001 - 00:31:23 MST


OK here is the whole thing from my machine...
make sure you have a subsection for any depths you
want and then you need to add the "DefaultColorDepth" line
otherwise the "X" server will default to 8 bits
(you must have a subsection for the depth you specify for this to
work) When you start X you can choose the bits-per-pixel
'startx -bpp 16' and it will use the monitor entry from
the XF86Config file,
Stephen Lewis

=======================================================
# part of /etc/X11/XF86Config
Section "Screen"
    Driver "fbdev"
    Device "ATY Mach64"
    Monitor "PDL Pivot 1700"
    DefaultColorDepth 32
    Subsection "Display"
        Depth 8
        Modes "1024x768" "800x600" "640x480" "1280x1024"
        ViewPort 0 0
        Virtual 1280 1024
    EndSubsection
    Subsection "Display"
        Depth 16
        Modes "1024x768" "800x600" "640x480" "1280x1024"
        ViewPort 0 0
        Virtual 1280 1024
    EndSubsection
    Subsection "Display"
        Depth 32
        Modes "1024x768"
"800x600" ViewPort 0 0
        Virtual 1024 768
    EndSubsection
EndSection

=======================================================

> Subject:
> Re: Monitor settings on G3
> Date:
> Sun, 07 Jan 2001 10:10:38 +0100
> From:
> Luis Martínez <digit@ctv.es>
> Reply-To:
> yellowdog-general@lists.yellowdoglinux.com
> To:
> <yellowdog-general@lists.yellowdoglinux.com>
>
>
>
> Now I have the right size, but still on 8 bit. Try to see if Xconfiguration
> works on this.
> So I understand I need to select only one configuration from that window.
>
> Thanks,



This archive was generated by hypermail 2a24 : Tue Jan 09 2001 - 00:41:10 MST