Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-adding with -kb | Pascal Rigaux | 2005-03-07 | 4 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2005-03-07 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2005-03-07 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2005-03-07 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2005-03-07 | 1 | -0/+0 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2005-03-07 | 4 | -0/+0 |
| | |||||
* | don't warn "you must be root to run this program" if we *are* root | Pascal Rigaux | 2005-03-07 | 1 | -1/+1 |
| | |||||
* | cvt.c written using the xls file from vesa and based on gtf.c ; we don't use ↵ | Pascal Rigaux | 2005-03-07 | 1 | -0/+585 |
| | | | | it at the moment, but it may be useful | ||||
* | *** empty log message *** | Pascal Rigaux | 2005-03-07 | 4 | -0/+0 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2005-03-01 | 1 | -0/+143 |
| | |||||
* | fix typo | Pascal Rigaux | 2005-03-01 | 1 | -1/+1 |
| | |||||
* | say if the detailed_timing doesn't have the same ratio | Pascal Rigaux | 2005-03-01 | 1 | -7/+9 |
| | | | | | (in that case we won't use it as a ModeLine nor as the default resolution) | ||||
* | add established_timings | Pascal Rigaux | 2005-03-01 | 1 | -3/+31 |
| | |||||
* | remove debug var settings | Pascal Rigaux | 2005-03-01 | 1 | -4/+1 |
| | |||||
* | don't display the video bandwidth when it's not given | Pascal Rigaux | 2005-02-28 | 1 | -1/+1 |
| | |||||
* | add the ratio to the preferred line | Pascal Rigaux | 2005-02-28 | 1 | -2/+3 |
| | |||||
* | don't have a (!) when the ratio is matching one of the ratio_name (in case ↵ | Pascal Rigaux | 2005-02-28 | 1 | -1/+1 |
| | | | | of uncertain ratio_name) | ||||
* | nicer error message when running not as root | Pascal Rigaux | 2005-02-28 | 1 | -1/+2 |
| | |||||
* | handle -v | Pascal Rigaux | 2005-02-28 | 1 | -3/+6 |
| | |||||
* | add the sync polarity | Pascal Rigaux | 2005-02-28 | 1 | -2/+5 |
| | |||||
* | handle standard timings (though they do not seem very useful...) | Pascal Rigaux | 2005-02-28 | 1 | -3/+33 |
| | |||||
* | have monitor-parse-edid is /usr/bin | Pascal Rigaux | 2005-02-28 | 1 | -1/+4 |
| | |||||
* | - handle "Manufacturer's Specified Range Timing" | Pascal Rigaux | 2005-02-28 | 1 | -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-edid | Pascal Rigaux | 2005-02-28 | 9 | -0/+15 |
| | |||||
* | - add option -v (unused at the moment, but need to be handled in -v is ↵ | Pascal Rigaux | 2005-02-25 | 1 | -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 Rigaux | 2005-02-25 | 1 | -6/+6 |
| | |||||
* | give all options to both monitor-get-edid and monitor-parse-edid | Pascal Rigaux | 2005-02-25 | 1 | -1/+1 |
| | |||||
* | - add -h and --help | Pascal Rigaux | 2005-02-25 | 1 | -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_timings | Pascal Rigaux | 2005-02-25 | 1 | -1/+3 |
| | |||||
* | correct cpuemu semantics | Gwenolé Beauchesne | 2005-02-25 | 1 | -2/+2 |
| | |||||
* | - get rid of compile time DEBUG using runtime variable "verbose" instead | Pascal Rigaux | 2005-02-25 | 4 | -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_ID | Pascal Rigaux | 2005-02-23 | 1 | -22/+33 |
| | | | | | | - add fields HorizSync, VertRefresh in main edid - add fields ModeLine and ModeLine_comment in detailed_timing | ||||
* | nicer message | Pascal Rigaux | 2005-02-23 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2005-02-23 | 13 | -0/+1314 |
| | |||||
* | Add x86 CPU emulator for BIOS int10 emulation on non x86 arches (from ↵ | Pascal Rigaux | 2005-02-23 | 21 | -0/+23547 |
| | | | | gbeauchesne) (was in gi/tools /ddcprobe) | ||||
* | VGA softbootloader for Linux, uses an x86 CPU emulator on non x86 arches ↵ | Pascal Rigaux | 2005-02-23 | 13 | -0/+3403 |
| | | | | (from gbeauchesne) (was in gi/tools/ddcprobe) | ||||
* | New repository initialized by cvs2svn. | Mystery Man | 2005-02-23 | 0 | -0/+0 |