aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 3.4HEADv3.4masterMartin Whitaker2021-01-251-1/+1
|
* sync in missing bits from v3.3 releasev3.3Thomas Backlund2021-01-221-12/+8
|
* update NEWS and version for release.v3.2Shlomi Fish2018-02-121-1/+1
|
* bump versionGuillaume Rousse2012-06-041-1/+1
|
* add svntag targetGuillaume Rousse2012-06-041-0/+5
|
* add TARGETS as dependency for makefile install ruleAnssi Hannula2010-01-041-1/+1
|
* release 3.03.0Anssi Hannula2010-01-031-1/+1
|
* force creation of monitor-get-edid symlink in install ruleAnssi Hannula2010-01-031-1/+1
|
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-021-12/+2
| | | | | | | | | 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)
* release monitor-edid 2.52.5Anssi Hannula2009-10-181-1/+1
|
* release monitor-edid 2.42.4Anssi Hannula2009-10-011-1/+1
|
* release monitor-edid 2.32.3Anssi Hannula2009-09-061-1/+1
|
* version 2.22.2Anssi Hannula2009-08-151-1/+1
|
* 2.1Pascal Rigaux2008-07-071-1/+1
|
* 2.0Pascal Rigaux2008-04-081-1/+1
|
* - drop cvt (xorg now bundles a similar version)Pascal Rigaux2008-04-071-4/+1
|
* - remove internal lrmi.c, build with external liblrmi insteadPascal Rigaux2008-04-071-1/+1
| | | | | (Remi Collet and Ville Skytta)
* 1.16Pascal Rigaux2008-03-101-1/+1
|
* - do not install monitor-get-edid-using-vbe on archs where VBE is notPascal Rigaux2008-03-101-2/+8
| | | | | available (Remi Collet)
* 1.15Pascal Rigaux2008-01-231-1/+1
|
* 1.14Pascal Rigaux2008-01-101-1/+1
|
* 1.13Pascal Rigaux2008-01-081-1/+1
|
* - release 1.12Pascal Rigaux2007-09-261-1/+13
| | | | | - add "make install"
* get rid of spec and rpm targets in MakefilePascal Rigaux2007-09-261-27/+10
|
* Auto-detect package VERSION from specfile. Fix build when CFLAGS variable isGwenolé Beauchesne2006-08-311-2/+6
| | | | | overridden (RPM build).
* - Merge in newer code. Mostly factorisation for mapped readsGwenolé Beauchesne2006-08-311-1/+1
| | | | | | | - 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
* (no commit message)Pascal Rigaux2006-07-121-1/+1
|
* bump releasePascal Rigaux2006-01-061-1/+1
|
* - monitor-get-edid is now a perl script able to probe /proc/acpi/videoPascal Rigaux2006-01-061-19/+3
| | | | | | | (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
* *** empty log message ***Pascal Rigaux2005-08-081-1/+1
|
* - default on old lrmi code to get ddc via int10Pascal Rigaux2005-04-061-1/+1
| | | | | - fix build on vesa-cvt
* cvt needs -lm because it uses floor() et al.Gwenolé Beauchesne2005-04-051-0/+2
|
* add old detection using lrmiPascal Rigaux2005-04-051-0/+3
|
* install vesa-cvtPascal Rigaux2005-03-251-2/+2
|
* 1.2Pascal Rigaux2005-03-171-1/+1
|
* *** empty log message ***Pascal Rigaux2005-03-081-1/+1
|
* remove debug var settingsPascal Rigaux2005-03-011-4/+1
|
* - get rid of compile time DEBUG using runtime variable "verbose" insteadPascal Rigaux2005-02-251-1/+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/+84