aboutsummaryrefslogtreecommitdiffstats
path: root/get-edid.h
Commit message (Collapse)AuthorAgeFilesLines
* sync in missing bits from v3.3 releasev3.3Thomas Backlund2021-01-221-1/+1
|
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-031-1/+1
| | | | | | | | - add --skip-vbe-check for skipping call for VBE info; useful if calling the program multiple times for different ports - on failure, return exit status 2 if no successful VBE calls were made
* Add handling of EDID extension blocks.Anssi Hannula2010-01-021-0/+3
|
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-021-2/+1
| | | | | | | | | o remove all x86emu and vga softbootloader code, and always use the LRMI interface which was previously the backup one on 32-bit x86; libx86 is now used instead of liblrmi, allowing the use of LRMI interface on non-x86 hosts as well (fixes Mandriva bug #53866, which was caused by a bug in the removed code)
* - monitor-get-edid: Pascal Rigaux2008-01-081-1/+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
* - Merge in newer code. Mostly factorisation for mapped readsGwenolé Beauchesne2006-08-311-1/+3
| | | | | | | - Ignore VBIOS CRC check failures to be in-line with older LRMI-based code - Use CPU emulator when CRC check fail to be on the safe side - Add new options: --map-bios-vram, --check-bios-crc, --use-cpuemu
* - get rid of compile time DEBUG using runtime variable "verbose" insteadPascal Rigaux2005-02-251-0/+1
| | | | | | | | => allow accessing memory size as ddcxinfos used to do - struct vbe_info really is unused, dropping it - simplify canon_str (it doesn't malloc anymore) - new function get_str() to factorize code
* *** empty log message ***Pascal Rigaux2005-02-231-0/+1