aboutsummaryrefslogtreecommitdiffstats
path: root/vbe.c
Commit message (Expand)AuthorAgeFilesLines
* - monitor-get-edid-using-vbe:Anssi Hannula2010-02-091-0/+4
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-031-6/+13
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-031-6/+9
* Add handling of EDID extension blocks.Anssi Hannula2010-01-021-4/+22
* Fix EDID block size (it is 128 B, not 256 B).Anssi Hannula2010-01-021-1/+1
* Add a comment explaining the code fetching VBE strings from video BIOS.Anssi Hannula2010-01-021-0/+4
* Fix signedness of integers read from char buffer.Anssi Hannula2010-01-021-1/+1
* Fix some compiler warnings.Anssi Hannula2010-01-021-4/+4
* Fix the retrieval of VBE vendor strings when using the LRMI interface.Anssi Hannula2010-01-021-27/+24
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-021-116/+11
* monitor-get-edid-using-vbe:Anssi Hannula2009-09-061-3/+84
* - remove internal lrmi.c, build with external liblrmi insteadPascal Rigaux2008-04-071-1/+1
* - monitor-get-edid: Pascal Rigaux2008-01-081-8/+9
* remove dead codeGwenolé Beauchesne2006-08-311-2/+1
* - Merge in newer code. Mostly factorisation for mapped readsGwenolé Beauchesne2006-08-311-15/+8
* fix fallback logicGwenolé Beauchesne2006-08-311-12/+15
* fix a segfault occuring on some boxes in monitor-get-edid-using-vbe, when usi...Pascal Rigaux2006-07-121-1/+1
* add old detection using lrmiPascal Rigaux2005-04-051-0/+127
* *** empty log message ***Pascal Rigaux2005-04-051-0/+1
* create parse_vbe_info() (for next commit)Pascal Rigaux2005-04-051-17/+19
* cleanupPascal Rigaux2005-04-051-1/+1
* ensure we don't get any warningPascal Rigaux2005-03-251-0/+2
* XBox supportStew Benedict2005-03-071-3/+26
* don't warn "you must be root to run this program" if we *are* rootPascal Rigaux2005-03-071-1/+1
* nicer error message when running not as rootPascal Rigaux2005-02-281-1/+2
* use same output syntax as monitor-parse-edid (using ":" instead of "=")Pascal Rigaux2005-02-251-6/+6
* correct cpuemu semanticsGwenolé Beauchesne2005-02-251-2/+2
* - get rid of compile time DEBUG using runtime variable "verbose" insteadPascal Rigaux2005-02-251-72/+30
* *** empty log message ***Pascal Rigaux2005-02-231-0/+214