aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-01-08 18:14:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-01-08 18:14:54 +0000
commit74a5be42e7044ea7393204e174436d4764fd0b6a (patch)
treef0c129a1f55c86c1026c2cc3deff5882fea9ab5f /NEWS
parent957050b286bc1784110a881c93b0fe7e24e7dc18 (diff)
downloadmonitor-edid-74a5be42e7044ea7393204e174436d4764fd0b6a.tar
monitor-edid-74a5be42e7044ea7393204e174436d4764fd0b6a.tar.gz
monitor-edid-74a5be42e7044ea7393204e174436d4764fd0b6a.tar.bz2
monitor-edid-74a5be42e7044ea7393204e174436d4764fd0b6a.tar.xz
monitor-edid-74a5be42e7044ea7393204e174436d4764fd0b6a.zip
- monitor-get-edid:
o minimal support for getting EDID from different DDC port (experimental, need testing before using it in monitor-edid) this is inspired from SuSE's hwinfo. note: - we may need to not redo vbe_check_vbe_info() for each vbe_get_edid_info() if we want to get many ports. It would need a little re-architecturing (since returning list in C is not great fun) - hwinfo is probing ports 0,1 by default, (hwinfo says: some BIOSes crash when you try more) and 0,1,2 on Dell and nvidia-based laptops
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d611931..73f6bf0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,4 @@
-- monitor-get-edid: skip /proc/acpi/video/**/EDID files which can't be valid
- (#34417)
+- monitor-get-edid:
+ o skip /proc/acpi/video/**/EDID files which can't be valid (#34417)
+ o minimal support for getting EDID from different DDC port
+ (experimental, need testing before using it in monitor-edid)