| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
available (Remi Collet)
|
| |
|
|
|
|
|
|
|
|
| |
o probe "using DMI" before "using X"
- monitor-probe-using-X:
o in last resort, get Intel BIOS mode when "BIOS panel mode is bigger than
probed programmed mode"
|
| |
|
|
|
|
|
|
| |
o call monitor-get-edid-using-vbe with a range of ports, it stops on first
success (by default it tries port 0 then port 1)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
(#34417)
(drop the monitor-parse-edid from NEWS since it's not that useful anymore
since monitor-edid will not give it EDID containing "<not supported>")
|
|
parse "<not supported>" /proc/acpi/video/**/EDID files will give a more
understandable error message
|