Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | monitor-get-edid-using-vbe: | Anssi Hannula | 2009-09-06 | 1 | -3/+84 |
| | | | | | | check if the port supports DDC before trying to read EDID data (this should prevent problems when probing nonexistent ports on old cards) | ||||
* | - remove internal lrmi.c, build with external liblrmi instead | Pascal Rigaux | 2008-04-07 | 1 | -1/+1 |
| | | | | | (Remi Collet and Ville Skytta) | ||||
* | - monitor-get-edid: | Pascal Rigaux | 2008-01-08 | 1 | -8/+9 |
| | | | | | | | | | | | | | | o minimal support for getting EDID from different DDC port (experimental, need testing before using it in monitor-edid) this is inspired from SuSE's hwinfo. note: - we may need to not redo vbe_check_vbe_info() for each vbe_get_edid_info() if we want to get many ports. It would need a little re-architecturing (since returning list in C is not great fun) - hwinfo is probing ports 0,1 by default, (hwinfo says: some BIOSes crash when you try more) and 0,1,2 on Dell and nvidia-based laptops | ||||
* | 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 |
| | | | | | | | - 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 | ||||
* | 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 ↵ | Pascal Rigaux | 2006-07-12 | 1 | -1/+1 |
| | | | | | | | using try-in-console (was committed in CVS instead of SVN) | ||||
* | 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 |
| | | | | | | | | => 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 Rigaux | 2005-02-23 | 1 | -0/+214 |