Bug 12880 - Display dimensions are not detected on Mobility X700
Summary: Display dimensions are not detected on Mobility X700
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-21 13:38 UTC by Tormod Volden
Modified: 2008-12-03 00:32 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
Xorg.0.log (using DDCMode and IgnoreEDID) (42.35 KB, text/plain)
2007-10-21 13:39 UTC, Tormod Volden
no flags Details
output from ddcprobe (843 bytes, text/plain)
2007-10-21 13:40 UTC, Tormod Volden
no flags Details
get-edid through parse-edid output (1.37 KB, text/plain)
2008-01-18 14:47 UTC, Tormod Volden
no flags Details
updated Xorg.0.log (minimal xorg.conf, xorg-server 1.4.1~git20080105 and -ati from today) (98.38 KB, text/plain)
2008-01-18 14:51 UTC, Tormod Volden
no flags Details
possible fix (1.05 KB, patch)
2008-01-19 08:25 UTC, Alex Deucher
no flags Details | Splinter Review
log from patched driver and server 1.3 (67.26 KB, text/plain)
2008-01-19 10:17 UTC, Tormod Volden
no flags Details
Xorg.0.log - ATI Mobility FireGL V5200 - ati git master unpatched (146.50 KB, text/plain)
2008-01-19 17:22 UTC, Kevin Locke
no flags Details
Xorg.0.log - ATI Mobility FireGL V5200 - ati git master w/ patch from comment 11 (129.57 KB, text/plain)
2008-01-19 17:25 UTC, Kevin Locke
no flags Details

Description Tormod Volden 2007-10-21 13:38:58 UTC
On my Acer TravelMate 8100 laptop with Mobility X700 the display dimensions are not detected by the X server, and the DPI is therefore not set correctly (if I not  manually specify DisplaySize). However, ddcprobe lists the dimensions.
Comment 1 Tormod Volden 2007-10-21 13:39:55 UTC
Created attachment 12143 [details]
Xorg.0.log (using DDCMode and IgnoreEDID)
Comment 2 Tormod Volden 2007-10-21 13:40:45 UTC
Created attachment 12144 [details]
output from ddcprobe
Comment 3 Alex Deucher 2007-10-21 14:30:28 UTC
We aren't yet able to extract the physical size info from the bios tables for LVDS panels yet.  I'm hoping we will be able to get this sorted out with ATI/AMD soon now that they are more receptive to open source.
Comment 4 Andreas Pakulat 2007-11-03 05:00:44 UTC
I'd like to add that Xorg 7.3 doesn't even respect me setting the display sizes via the xorg.conf. I've always had DisplaySize set in my xorg.conf for both of my monitors but since the upgrade to 7.3 I have to force Xorg to using 130dpi, else it'll use its default of 96dpi and calculate ridiculous monitor sizes based on that.
Comment 5 Alex Deucher 2007-11-03 12:32:52 UTC
(In reply to comment #4)
> I'd like to add that Xorg 7.3 doesn't even respect me setting the display sizes
> via the xorg.conf. I've always had DisplaySize set in my xorg.conf for both of
> my monitors but since the upgrade to 7.3 I have to force Xorg to using 130dpi,
> else it'll use its default of 96dpi and calculate ridiculous monitor sizes
> based on that.
> 

This is fixed in xserver git. See bug 12474.  You can also use xrandr --fbmm to override the dpi.
Comment 6 Kevin Locke 2008-01-18 10:47:36 UTC
(In reply to comment #3)
> We aren't yet able to extract the physical size info from the bios tables for
> LVDS panels yet.

Perhaps I am misunderstanding, but why is it necessary to extract the physical size from the bios tables when it is being correctly reported in the monitor EDID information?  Might it make sense to use the EDID information until it is possible to read the size from the bios tables?  (Depending on the predicted time to get that working, of course)
Comment 7 Alex Deucher 2008-01-18 10:53:31 UTC
(In reply to comment #6)
> 
> Perhaps I am misunderstanding, but why is it necessary to extract the physical
> size from the bios tables when it is being correctly reported in the monitor
> EDID information?  Might it make sense to use the EDID information until it is
> possible to read the size from the bios tables?  (Depending on the predicted
> time to get that working, of course)
> 

If it's available in the EDID, we use it, but not all laptop panels provide an EDID.  In cases without an EDID, we may be able to get the physical size out of the bios tables, in other cases we have no physical size information period.
Comment 8 Kevin Locke 2008-01-18 12:33:36 UTC
(In reply to comment #7)
> If it's available in the EDID, we use it, but not all laptop panels provide an
> EDID.

Should I file a separate bug then, because the EDID on my laptop seems to be getting ignored (which is also how I interpreted the description of this particular bug).  In my case it is using the latest ati (radeon) driver from git on top of a 1.3.0.0 Xorg running on a ATI Mobility FireGL V5200 (M56GL) in a Thinkpad.  I can also verify that the physical size is reported correctly in the EDID output (using both get-edid and through the xrandr output), but it is incorrectly determined during X startup and is incorrectly reported in xdpyinfo.
Comment 9 Tormod Volden 2008-01-18 14:47:50 UTC
Created attachment 13781 [details]
get-edid through parse-edid output

Whereas ddcprobe sees the physical size, it seems like get-edid doesn't.
Comment 10 Tormod Volden 2008-01-18 14:51:27 UTC
Created attachment 13782 [details]
updated Xorg.0.log (minimal xorg.conf, xorg-server 1.4.1~git20080105 and -ati from today)
Comment 11 Alex Deucher 2008-01-19 08:25:37 UTC
Created attachment 13793 [details] [review]
possible fix

I'm not sure what the vbe get edid calls do.  The bios may construct a fake edid on the fly based on the panel data table.  There are some cases where the atombios has a non-DDC edid, and this path will expose that if available.  Let me know if this helps.  Patch is against ati git master.
Comment 12 Tormod Volden 2008-01-19 10:17:29 UTC
Created attachment 13796 [details]
log from patched driver and server 1.3

Thanks for the patch. However, I get this:

(II) RADEON(0): Query for AtomBIOS Get Panel EDID: failed
Comment 13 Alex Deucher 2008-01-19 10:45:54 UTC
(In reply to comment #12)
> Created an attachment (id=13796) [details]
> log from patched driver and server 1.3
> 
> Thanks for the patch. However, I get this:
> 
> (II) RADEON(0): Query for AtomBIOS Get Panel EDID: failed
> 

Well, it appears your laptop doesn't have a built-in EDID.  The vbe call must be constructing a fake one somehow.
Comment 14 Alex Deucher 2008-01-19 10:51:39 UTC
(In reply to comment #8)
> Should I file a separate bug then, because the EDID on my laptop seems to be
> getting ignored (which is also how I interpreted the description of this
> particular bug).  In my case it is using the latest ati (radeon) driver from
> git on top of a 1.3.0.0 Xorg running on a ATI Mobility FireGL V5200 (M56GL) in
> a Thinkpad.  I can also verify that the physical size is reported correctly in
> the EDID output (using both get-edid and through the xrandr output), but it is
> incorrectly determined during X startup and is incorrectly reported in
> xdpyinfo.
> 

Can you post your xorg log?
Comment 15 Tormod Volden 2008-01-19 14:19:20 UTC
> The vbe call must be constructing a fake one somehow.

Well, the numbers are suspiciously correct, I verified it with a ruler :) So, when you do VBE calls for ddc info, the video bios pretends these values were probed over edid but in fact it got the numbers some other way (like hardcoded)?
Comment 16 Alex Deucher 2008-01-19 15:46:45 UTC
(In reply to comment #15)
> > The vbe call must be constructing a fake one somehow.
> 
> Well, the numbers are suspiciously correct, I verified it with a ruler :) So,
> when you do VBE calls for ddc info, the video bios pretends these values were
> probed over edid but in fact it got the numbers some other way (like
> hardcoded)?
> 

The vbe edid call just returns an edid.  Only the bios knows whether that edid was build by some code in the bios actually pulled from a monitor.
Comment 17 Kevin Locke 2008-01-19 16:48:08 UTC
(In reply to comment #9)
> Created an attachment (id=13781) [details]
> get-edid through parse-edid output
> 
> Whereas ddcprobe sees the physical size, it seems like get-edid doesn't.

I'm not sure that parse-edid would output anything related to the screen size.  The hack that I was using to check it was:

sudo get-edid 2>/dev/null | perl -e 'use bytes; my $edid; read STDIN, $edid, 1024; my @bytes = unpack("C128", $edid); die "Not supported" if ($bytes[54] == 0 and $bytes[55] == 0); print "Width:\t".((($bytes[68]&0xF0) << 4) + $bytes[66])." (mm)\nHeight:\t".((($bytes[68]&0xF) << 8)+$bytes[67])." (mm)\n"'

Comment 18 Kevin Locke 2008-01-19 17:22:47 UTC
Created attachment 13804 [details]
Xorg.0.log - ATI Mobility FireGL V5200 - ati git master unpatched 

Xorg log using ati git master with no patches applied.  Running on an ATI Mobility FireGL V5200 (M56GL) in a Thinkpad T60p.  Note that

(II) RADEON(0): Setting screen physical size to 370 x 277

Disagrees with the (correct) physical size of the panel reported by EDID

(II) RADEON(0): clock: 108.0 MHz   Image Size:  287 x 215 mm

The physical size appears to be set such that the DPI is 96 with the native resolution of the panel.
Comment 19 Kevin Locke 2008-01-19 17:25:25 UTC
Created attachment 13805 [details]
 Xorg.0.log - ATI Mobility FireGL V5200 - ati git master w/ patch from comment 11

Xorg log using ati git master with the patch from comment 11 applied.  Running on an ATI Mobility FireGL V5200 (M56GL) in a Thinkpad T60p.
Comment 20 Alex Deucher 2008-01-19 19:30:22 UTC
(In reply to comment #18)
> Created an attachment (id=13804) [details]
> Xorg.0.log - ATI Mobility FireGL V5200 - ati git master unpatched 
> 

Your panel has an edid. so the patch doesn't matter in your case.

> Xorg log using ati git master with no patches applied.  Running on an ATI
> Mobility FireGL V5200 (M56GL) in a Thinkpad T60p.  Note that
> 
> (II) RADEON(0): Setting screen physical size to 370 x 277

this is from the xserver not the driver.

> 
> Disagrees with the (correct) physical size of the panel reported by EDID
> 
> (II) RADEON(0): clock: 108.0 MHz   Image Size:  287 x 215 mm
> 
> The physical size appears to be set such that the DPI is 96 with the native
> resolution of the panel.
> 

In your case it's an X server issue as the driver is just passing the physical size to the xserver which is doing something weird with it (maybe some distro hack).  I'd be interested to see if vanilla xserver 1.4 or git made a difference.

Comment 21 Tormod Volden 2008-01-20 02:26:04 UTC
Kevin, yes, you're right, it was just parse-edid that didn't show it. When I use your get-edid perl hack, I get the correct:
Width:  331 (mm)
Height: 207 (mm)
Comment 22 Kevin Locke 2008-01-20 05:12:56 UTC
After much pain and anguish, I was able to compile X git master and I can confirm that the problem is indeed present in the latest sources.

However, I also found the source of the problem.  It turns out that there was an erroneous "-dpi 96" being added to the X invocation in my gdm.conf...

Now all I need is a brown paper bag.  Sorry for all of the noise.
Comment 23 Tormod Volden 2008-08-31 16:40:01 UTC
With the latest ati driver, it works fine:
 (II) RADEON(0): Setting screen physical size to 331 x 207
which is correct.
Comment 24 Alex Deucher 2008-12-03 00:32:57 UTC
this seems to be resolved.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.