Did you install Red Hat 7.2 fresh on this machine?  If so, XFree86 4 was
installed, and the configuration file you're using is
/etc/X11/XF86Config-4.  You really don't need 32 bpp color depth.  24
bpp will give you 16 million colors which should be fine for most
applications.  The only thing I see in your Xf86Config-4 which is
different from mine is the View Port line.  This is what my file looks
like:

    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "640x480" "800x600" "1024x768"
        ViewPort    0 0
    EndSubsection


Also, have you set the vertical and horizontal refresh rates as
specified in the monitor's manual?  




Massimo Alonzo wrote:
> 
> In  /etc/X11/XF86Config-4 I found:
> 
> Section "Screen"
>         Identifier   "Screen0"
>         Device       "Matrox Millennium G400"
>         Monitor      "Monitor0"
>         DefaultDepth    24
> 
>         Subsection "Display"
>                 Depth       24
>                 Modes       "1024x768"
>         EndSubsection
> 
> and in /etc/X11/XF86Config:
> 
> # The svga server
> Section "Screen"
>     Driver      "svga"
>     Device      "Matrox Millennium G400"
>     Monitor     "Sampo AlphaScan 711"
>     DefaultColorDepth 32
> 
>     Subsection "Display"
>         Depth       32
>         Modes       "1024x768"
>         ViewPort    0 0
>     EndSubsection
> EndSection
> 
> # The accel server
> Section "Screen"
>     Driver      "accel"
>     Device      "Matrox Millennium G400"
>     Monitor     "Sampo AlphaScan 711"
>     DefaultColorDepth 32
>     Subsection "Display"
>         Depth       32
>         Modes       "1024x768"
>         ViewPort    0 0
>     EndSubsection
> 
> Why Depths are different? (24<->32)
> Shall I change them?
> 
> Thanks



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to