aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-get-edid-using-vbe.c
Commit message (Collapse)AuthorAgeFilesLines
* fix warning. MGA#22575.Shlomi Fish2018-02-121-1/+2
|
* Fix exit status logic introduced in previous commits.Anssi Hannula2010-01-031-4/+7
|
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-031-1/+17
| | | | | add basic 15 sec timeout, with --no-timeout for disabling it
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-031-4/+4
| | | | | | | never retry in console mode if the card reports that the port does not support DDC (usually this means that the port has no display devices connected)
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-031-6/+15
| | | | | | | | - 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-1/+1
|
* Fix some compiler warnings.Anssi Hannula2010-01-021-2/+2
|
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-021-17/+3
| | | | | | | | | 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)
* fix --help intendation of previous commitAnssi Hannula2009-09-061-1/+1
|
* monitor-get-edid-using-vbe: show all options in --help outputAnssi Hannula2009-09-061-1/+2
|
* - monitor-get-edid-using-vbe:Pascal Rigaux2008-07-071-3/+3
| | | | | | o instead of checking vt >= 7 to know if X is running, check wether $DISPLAY is set
* monitor-get-edid-using-vbe: fix checking the current vtOlivier Blin2008-07-071-1/+1
|
* - monitor-get-edid: Pascal Rigaux2008-01-081-3/+5
| | | | | | | | | | | | | | 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-7/+22
| | | | | | | - 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
* - monitor-get-edid is now a perl script able to probe /proc/acpi/videoPascal Rigaux2006-01-061-0/+56
(or /proc/device-tree on PPC) - binary monitor-get-edid is now monitor-get-edid-using-vbe - monitor-edid is able to get more than one head