| Summary: | radeon driver misdetects lvds dpi resulting in huge font size | ||
|---|---|---|---|
| Product: | xorg | Reporter: | Chí-Thanh Christopher Nguyễn <chithanh> |
| Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Xorg Project Team <xorg-team> |
| Severity: | normal | ||
| Priority: | medium | Keywords: | regression |
| Version: | git | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
Chí-Thanh Christopher Nguyễn
2007-10-11 15:54:23 UTC
There's nothing wrong with the driver, the edid for you panel is wrong: Image Size: 289 x 21 mm I'm guessing it should be 289x210mm. Looks like we need another edid quirk. Yes, the image size seems wrong. However, the panel size is 330 mm x 210 mm, which is detected correctly:
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 33 vert.: 21
Also, "hwinfo --vbe" will give
Size: 330x210 mm
for the panel. From what I understand about EDID specifications, some smart person at Acer got confused with this
---
21: Maximum Horizontal Image Size (in centimeters).
22: Maximum Vertical Image Size (in centimetres).
...
66: Horizontal Image Size (in mm)
67: Vertical Image Size (in mm)
68: high significant bits for Horizontal Image Size (4 upper bits)
high significant bits for Vertical Image Size (4 lower bits)
---
and just copied from bytes 21-22 to 66-67 (setting byte 68 to 0x10 for some reason), resulting in (256+32) mm x (0+21) mm image size for the standard timing.
Exactly the same happens in bug 10304.
|
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.