From de458e3a5696ed3aa7892c8bf9b13af38734335f Mon Sep 17 00:00:00 2001
From: Francis Rowe
About fixing remaining LCD panels on 5345: There was a theory that working panels are
- 6bpc (bits per colour) and nonworking are
- 8bpc, but all EDIDs that we have here are
- for 6bpc panels.
- 'polarity' is mentioned in coreboot log (cbmem -c). compare output (with working and non-working panel). (and see the other notes in docs/future/index.html)
+ There was a theory that working panels are + 6bpc (bits per colour) and nonworking are + 8bpc, but all EDIDs that we have here are + for 6bpc panels. +
We should compare coreboot logs
(from cbmem -c
from systems with
working and nonworking panels.
How to dump EDID:
+
# apt-get install i2c-tools
# modprobe i2c-dev
Find out the correct ID to use:
--
cgit v0.9.1