On Sat, 29 Jun 2002, Kyle Super wrote:

> Parse error on line 56 of section Device in file /etc/X11/XF86Config-4
>       "800" is not a valid keyword in this section.
> (EE) Problem parsing the config file
> (EE) Error from xf86HandleConfigFile()

> Section "Device"
>       Identifier      "ATI Rage Fury Pro AGP"
>       Driver          "r128"
>       VendorName      "ATI Rage Fury Pro AGP"
>       BoardName       "ATI Rage Fury Pro AGP"
>       ChipId          0x5246
>       VideoRam        32768
>       Option          "PanelWidth"    800
>       Option          "PanelHeight"   600
> EndSection

Annoying when the error message silently hides the problem, you need:
        Option          "PanelWidth"    "800"
        Option          "PanelHeight"   "600"

For a Radeon-based chip you need:
        Option          "PanelSize"     "800x600"

Someone ought to make the ati drivers consistent.
What do other drivers use ?

-- 
Dr. Andrew C. Aitchison         Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna


_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to