Displaying problems

Longman, Bill yellowdog-general@lists.terrasoftsolutions.com
Thu Dec 11 11:40:05 2003


> Section "Screen"
> Identifier "Screen0"
> Device     "Card0"
> Monitor    "Monitor0"
> DefaultDepth     24
> SubSection "Display"
>  Depth     8
>  Modes    "640x480"
> EndSubSection
> SubSection "Display"
>  Depth     16
>  Modes    "640x480"
> EndSubSection
> SubSection "Display"
>  Depth     24
>  Modes    "640x480"
> EndSubSection
> EndSection

You'll need other display Modes in these subsections:

 SubSection "Display"
  Depth     24
  Modes    "640x480" "800x600" "1024x768" "1152x768"
 EndSubSection

Will give you four modes to choose from (with Ctrl-Opt-+ and Ctrl-Opt--)
when running in 24bit mode. You may or may not need specific timings for
these other resolutions in the Modes section.