aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ensure we don't get any warningPascal Rigaux2005-03-251-0/+2
|
* *** empty log message ***Pascal Rigaux2005-03-171-0/+4
|
* - need the X driver to call monitor-probe-using-X so ask it everytimePascal Rigaux2005-03-171-3/+11
| | | | | - fix typo
* 1.2Pascal Rigaux2005-03-171-1/+1
|
* add monitor-probe and monitor-probe-using-XPascal Rigaux2005-03-1724-2/+9573
|
* *** empty log message ***Pascal Rigaux2005-03-171-0/+1
|
* better drop weird detailed_timings in XFdrakePascal Rigaux2005-03-101-3/+1
|
* also ignore 720x350 (for DEL515b)Pascal Rigaux2005-03-091-1/+1
|
* *** empty log message ***Pascal Rigaux2005-03-091-0/+0
|
* *** empty log message ***Pascal Rigaux2005-03-082-2/+5
|
* *** empty log message ***Pascal Rigaux2005-03-084-0/+2
|
* - remove the check on product_code != 0, otherwise edid.lcd.hp-nx-7010 which ↵Pascal Rigaux2005-03-081-4/+3
| | | | | | | | is quite correct is rejected - don't have a EISA_ID if product_code == 0 - don't display the monitor_name if missing
* - skip preferred resolution 640x350Pascal Rigaux2005-03-081-3/+4
| | | | | | (occuring on 2 edids, but really useless) - pad with 0s EISA_ID (ie have QDS0014 instead of QDS14)
* *** empty log message ***Pascal Rigaux2005-03-082-0/+0
|
* XBox supportStew Benedict2005-03-071-3/+26
|
* re-adding with -kbPascal Rigaux2005-03-074-0/+0
|
* removing for re-adding with -kbPascal Rigaux2005-03-071-0/+0
|
* removing for re-adding with -kbPascal Rigaux2005-03-071-0/+0
|
* removing for re-adding with -kbPascal Rigaux2005-03-071-0/+0
|
* removing for re-adding with -kbPascal Rigaux2005-03-071-0/+0
|
* *** empty log message ***Pascal Rigaux2005-03-074-0/+0
|
* don't warn "you must be root to run this program" if we *are* rootPascal Rigaux2005-03-071-1/+1
|
* cvt.c written using the xls file from vesa and based on gtf.c ; we don't use ↵Pascal Rigaux2005-03-071-0/+585
| | | | it at the moment, but it may be useful
* *** empty log message ***Pascal Rigaux2005-03-074-0/+0
|
* *** empty log message ***Thierry Vignaud2005-03-011-0/+143
|
* fix typoPascal Rigaux2005-03-011-1/+1
|
* say if the detailed_timing doesn't have the same ratioPascal Rigaux2005-03-011-7/+9
| | | | | (in that case we won't use it as a ModeLine nor as the default resolution)
* add established_timingsPascal Rigaux2005-03-011-3/+31
|
* remove debug var settingsPascal Rigaux2005-03-011-4/+1
|
* don't display the video bandwidth when it's not givenPascal Rigaux2005-02-281-1/+1
|
* add the ratio to the preferred linePascal Rigaux2005-02-281-2/+3
|
* don't have a (!) when the ratio is matching one of the ratio_name (in case ↵Pascal Rigaux2005-02-281-1/+1
| | | | of uncertain ratio_name)
* nicer error message when running not as rootPascal Rigaux2005-02-281-1/+2
|
* handle -vPascal Rigaux2005-02-281-3/+6
|
* add the sync polarityPascal Rigaux2005-02-281-2/+5
|
* handle standard timings (though they do not seem very useful...)Pascal Rigaux2005-02-281-3/+33
|
* have monitor-parse-edid is /usr/binPascal Rigaux2005-02-281-1/+4
|
* - handle "Manufacturer's Specified Range Timing"Pascal Rigaux2005-02-281-9/+118
| | | | | | | - recognise more flag from feature_support - try to have a more precise max_size and ratio using the detailed_timing size in mm - try to name the ratio
* have edids to test monitor-parse-edidPascal Rigaux2005-02-289-0/+15
|
* - add option -v (unused at the moment, but need to be handled in -v is ↵Pascal Rigaux2005-02-251-9/+11
| | | | | | | | | passed to monitor-get-edid) - in --perl format, remove the variable name, allowing simple eval() on the string in use strict "vars" mode - add {diagonal_size} - small modifications in {ModeLine} and {ModeLine_comment}
* use same output syntax as monitor-parse-edid (using ":" instead of "=")Pascal Rigaux2005-02-251-6/+6
|
* give all options to both monitor-get-edid and monitor-parse-edidPascal Rigaux2005-02-251-1/+1
|
* - add -h and --helpPascal Rigaux2005-02-251-1/+8
| | | | | | | - handle -v anywhere in options - still allow unknown options so that monitor-edid can give all options to both monitor-get-edid and monitor-parse-edid
* don't accept bad detailed_timingsPascal Rigaux2005-02-251-1/+3
|
* correct cpuemu semanticsGwenolé Beauchesne2005-02-251-2/+2
|
* - get rid of compile time DEBUG using runtime variable "verbose" insteadPascal Rigaux2005-02-254-74/+38
| | | | | | | | => 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
* - rename field EISA to EISA_IDPascal Rigaux2005-02-231-22/+33
| | | | | | - add fields HorizSync, VertRefresh in main edid - add fields ModeLine and ModeLine_comment in detailed_timing
* nicer messagePascal Rigaux2005-02-231-1/+1
|
* *** empty log message ***Pascal Rigaux2005-02-2313-0/+1314
|
* Add x86 CPU emulator for BIOS int10 emulation on non x86 arches (from ↵Pascal Rigaux2005-02-2321-0/+23547
| | | | gbeauchesne) (was in gi/tools /ddcprobe)