index
:
monitor-edid
master
EDID Retrieval and Parsing Tools
Thomas Backlund [tmb]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vbe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing stdint include
Your Name
2018-11-28
1
-0
/
+1
*
- monitor-get-edid-using-vbe:
Anssi Hannula
2010-02-09
1
-0
/
+4
*
monitor-get-edid-using-vbe:
Anssi Hannula
2010-01-03
1
-6
/
+13
*
monitor-get-edid-using-vbe:
Anssi Hannula
2010-01-03
1
-6
/
+9
*
Add handling of EDID extension blocks.
Anssi Hannula
2010-01-02
1
-4
/
+22
*
Fix EDID block size (it is 128 B, not 256 B).
Anssi Hannula
2010-01-02
1
-1
/
+1
*
Add a comment explaining the code fetching VBE strings from video BIOS.
Anssi Hannula
2010-01-02
1
-0
/
+4
*
Fix signedness of integers read from char buffer.
Anssi Hannula
2010-01-02
1
-1
/
+1
*
Fix some compiler warnings.
Anssi Hannula
2010-01-02
1
-4
/
+4
*
Fix the retrieval of VBE vendor strings when using the LRMI interface.
Anssi Hannula
2010-01-02
1
-27
/
+24
*
monitor-get-edid-using-vbe:
Anssi Hannula
2010-01-02
1
-116
/
+11
*
monitor-get-edid-using-vbe:
Anssi Hannula
2009-09-06
1
-3
/
+84
*
- remove internal lrmi.c, build with external liblrmi instead
Pascal Rigaux
2008-04-07
1
-1
/
+1
*
- monitor-get-edid:
Pascal Rigaux
2008-01-08
1
-8
/
+9
*
remove dead code
Gwenolé Beauchesne
2006-08-31
1
-2
/
+1
*
- Merge in newer code. Mostly factorisation for mapped reads
Gwenolé Beauchesne
2006-08-31
1
-15
/
+8
*
fix fallback logic
Gwenolé Beauchesne
2006-08-31
1
-12
/
+15
*
fix a segfault occuring on some boxes in monitor-get-edid-using-vbe, when usi...
Pascal Rigaux
2006-07-12
1
-1
/
+1
*
add old detection using lrmi
Pascal Rigaux
2005-04-05
1
-0
/
+127
*
*** empty log message ***
Pascal Rigaux
2005-04-05
1
-0
/
+1
*
create parse_vbe_info() (for next commit)
Pascal Rigaux
2005-04-05
1
-17
/
+19
*
cleanup
Pascal Rigaux
2005-04-05
1
-1
/
+1
*
ensure we don't get any warning
Pascal Rigaux
2005-03-25
1
-0
/
+2
*
XBox support
Stew Benedict
2005-03-07
1
-3
/
+26
*
don't warn "you must be root to run this program" if we *are* root
Pascal Rigaux
2005-03-07
1
-1
/
+1
*
nicer error message when running not as root
Pascal Rigaux
2005-02-28
1
-1
/
+2
*
use same output syntax as monitor-parse-edid (using ":" instead of "=")
Pascal Rigaux
2005-02-25
1
-6
/
+6
*
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
1
-72
/
+30
*
*** empty log message ***
Pascal Rigaux
2005-02-23
1
-0
/
+214