[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Is the xserver-xorg configuration system broken?



On Sat, Aug 19, 2006 at 21:44:46 -0400, Celejar wrote:
> On Sat, 19 Aug 2006 01:44:43 +0200
> Florian Kulzer wrote:
> > If you don't find your monitor on the web then you can try to run
> > 
> > get-edid | parse-edid
> > 
> > to see what the monitor itself reports.
> > 
> 
> Here's the 'get-edid | parse-edid' output; it seems to be junk.
> 
> > get-edid: get-edid version 1.4.1
> > 
> >         Performing real mode VBE call

[...]

> > The EDID data should not be trusted as the VBE call failed
> > EDID claims 19 more blocks left
> > EDID blocks left is wrong.
> > Your EDID is probably invalid.
> > parse-edid: parse-edid version 1.4.1
> > parse-edid: EDID checksum failed - data is corrupt. Continuing anyway.
> > parse-edid: first bytes don't match EDID version 1 header
> > parse-edid: do not trust output (if any).
> > 
> >         # EDID version 19 revision 19

OK, that did not work. I was hoping for simple and clear output like this:
        HorizSync 30-61
        VertRefresh 56-75

> > Section "Monitor"
> >         Identifier "DXS:1313"
> >         VendorName "DXS"
> >         ModelName "DXS:1313"
> >         # DPMS capabilities: Active off:no  Suspend:no  Standby:no
> > 
> >         Mode    "275x275"       # vfreq 43.295Hz, hfreq 45.979kHz
> >                 DotClock        48.830000
> >                 HTimings        275 294 313 1062
> >                 VTimings        275 276 327 1062
> >         EndMode
> >         Mode    "275x275"       # vfreq 43.295Hz, hfreq 45.979kHz
> >                 DotClock        48.830000
> >                 HTimings        275 294 313 1062
> >                 VTimings        275 276 327 1062
> >         EndMode
> >         Mode    "275x275"       # vfreq 43.295Hz, hfreq 45.979kHz
> >                 DotClock        48.830000
> >                 HTimings        275 294 313 1062
> >                 VTimings        275 276 327 1062
> >         EndMode
> >         Mode    "275x275"       # vfreq 43.295Hz, hfreq 45.979kHz
> >                 DotClock        48.830000
> >                 HTimings        275 294 313 1062
> >                 VTimings        275 276 327 1062
> >         EndMode
> > EndSection
> 
> Do these modes mean anything? The monitor identifier 'DXS:1313' is in
> xorg.conf, but there are no modes of 275x275, only 800x600 and
> 640x480.  Thanks for your help so far.

Why don't you try the simplest possible configuration settings:

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
EndSection

and this type of entry in the "Screen" section:

        SubSection "Display"
                Depth           16
                Modes           "1024x768"

This works perfectly on my laptop (both for the LCD screen and for
beamers), without any Mode lines or specified frequencies.

You could also google for "DXS:1313 HorizSync VertRefresh" and use one
of the search results as a template for your xorg.conf.

-- 
Regards,
          Florian



Reply to: