Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | monitor-edid, monitor-get-edid: | Anssi Hannula | 2010-01-03 | 1 | -0/+4 |
| | | | | | | do not get duplicate EDIDs if the same EDID is available via multiple methods | ||||
* | monitor-get-edid-using-vbe: | Anssi Hannula | 2010-01-03 | 1 | -0/+3 |
| | | | | | | | | - add --skip-vbe-check for skipping call for VBE info; useful if calling the program multiple times for different ports - on failure, return exit status 2 if no successful VBE calls were made | ||||
* | monitor-parse-edid: | Anssi Hannula | 2010-01-03 | 1 | -0/+3 |
| | | | | | | | add comment "Monitor preferred modeline" only for the modeline the monitor reports as preferred, and add "Monitor supported modeline" comment for the other modelines | ||||
* | Fix modeline comment for interlaced modes. | Anssi Hannula | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Add more CEA modes and use a more condensed format for the CEA table. | Anssi Hannula | 2010-01-03 | 1 | -2/+2 |
| | |||||
* | monitor-parse-edid: add support for standard timing descriptors in monitor ↵ | Anssi Hannula | 2010-01-03 | 1 | -0/+1 |
| | | | | descriptors | ||||
* | NEWS clarification | Anssi Hannula | 2010-01-03 | 1 | -2/+2 |
| | |||||
* | monitor-parse-edid: ignore 1x1 modes | Anssi Hannula | 2010-01-03 | 1 | -0/+1 |
| | |||||
* | monitor-parse-edid: | Anssi Hannula | 2010-01-03 | 1 | -0/+3 |
| | | | | | | | correctly parse some interlaced video timings if the Detailed Timing Descriptor specifies field vertical parameters instead of the frame parameters | ||||
* | monitor-parse-edid: | Anssi Hannula | 2010-01-02 | 1 | -0/+2 |
| | | | | | | set Interlace flag for ModeLines created for interlaced Detailed Timings | ||||
* | monitor-parse-edid: | Anssi Hannula | 2010-01-02 | 1 | -0/+2 |
| | | | | | | add support for Short Video Descriptor formats 1-34 (as defined by EIA/CEA-861-B) in Video Data Blocks of CEA EDID Timing Extension | ||||
* | monitor-parse-edid: | Anssi Hannula | 2010-01-02 | 1 | -0/+2 |
| | | | | | | add support for Detailed Timing Descriptors in CEA EDID Timing Extension | ||||
* | Add handling of EDID extension blocks. | Anssi Hannula | 2010-01-02 | 1 | -0/+3 |
| | |||||
* | monitor-parse-edid: print the number of EDID extension blocks | Anssi Hannula | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | monitor-parse-edid: print EDID version | Anssi Hannula | 2010-01-02 | 1 | -0/+2 |
| | |||||
* | Add release authorship information into NEWS. | Anssi Hannula | 2010-01-02 | 1 | -13/+13 |
| | |||||
* | better wording in NEWS | Anssi Hannula | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | Fix the retrieval of VBE vendor strings when using the LRMI interface. | Anssi Hannula | 2010-01-02 | 1 | -0/+1 |
| | |||||
* | Fix typo in NEWS. | Anssi Hannula | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | monitor-get-edid-using-vbe: | Anssi Hannula | 2010-01-02 | 1 | -0/+7 |
| | | | | | | | | | o remove all x86emu and vga softbootloader code, and always use the LRMI interface which was previously the backup one on 32-bit x86; libx86 is now used instead of liblrmi, allowing the use of LRMI interface on non-x86 hosts as well (fixes Mandriva bug #53866, which was caused by a bug in the removed code) | ||||
* | release monitor-edid 2.52.5 | Anssi Hannula | 2009-10-18 | 1 | -0/+2 |
| | |||||
* | monitor-probe-using-X: | Anssi Hannula | 2009-10-18 | 1 | -0/+2 |
| | | | | | | use -sharevts for X server when plymouth is active, as VT switching does not work at that point (fixes Mandriva bug #53736) | ||||
* | monitor-probe-using-X: | Anssi Hannula | 2009-10-18 | 1 | -0/+4 |
| | | | | | | | disable glx module to speed up X startup, especially if a proprietary glx module is in use (fixes a timeout I observed when booting One through a slow USB bus) | ||||
* | release monitor-edid 2.42.4 | Anssi Hannula | 2009-10-01 | 1 | -0/+2 |
| | |||||
* | monitor-parse-edid: | Anssi Hannula | 2009-09-20 | 1 | -0/+7 |
| | | | | | | | | | ignore the Manufacturer Specified Range Timing descriptor if the first detailed timing descriptor appears to violate it (this probably means that the descriptor is actually something else or in a different format; this fixes Lenovo W500 detection, reported by Udo Rader) | ||||
* | release monitor-edid 2.32.3 | Anssi Hannula | 2009-09-06 | 1 | -0/+2 |
| | |||||
* | monitor-edid, monitor-get-edid: | Anssi Hannula | 2009-09-06 | 1 | -0/+4 |
| | | | | | | | probe ports 0-2 by default instead of just 0-1 (many NVIDIA cards seem to be using port 2 and the changes in monitor-get-edid-using-vbe should make it safe for old problematic NVIDIA cards as well) | ||||
* | monitor-get-edid-using-vbe: | Anssi Hannula | 2009-09-06 | 1 | -0/+2 |
| | | | | | | check if the port supports DDC before trying to read EDID data (this should prevent problems when probing nonexistent ports on old cards) | ||||
* | monitor-get-edid-using-vbe: | Anssi Hannula | 2009-09-06 | 1 | -0/+4 |
| | | | | | | update x86emu from xserver git (fixes issues at least with newish NVIDIA cards) | ||||
* | version 2.22.2 | Anssi Hannula | 2009-08-15 | 1 | -0/+2 |
| | |||||
* | monitor-probe-using-X: use resolution from LVDS initial mode when X | Anssi Hannula | 2009-08-15 | 1 | -0/+3 |
| | | | | | reports that it is exact, making it work with nouveau driver | ||||
* | monitor-edid: support getting EDID from kernel DRM when kernel mode-setting is | Anssi Hannula | 2009-08-15 | 1 | -0/+4 |
| | | | | | enabled | ||||
* | 2.1 | Pascal Rigaux | 2008-07-07 | 1 | -0/+2 |
| | |||||
* | - monitor-get-edid-using-vbe: | Pascal Rigaux | 2008-07-07 | 1 | -0/+2 |
| | | | | | | o instead of checking vt >= 7 to know if X is running, check wether $DISPLAY is set | ||||
* | monitor-get-edid-using-vbe: fix checking the current vt | Olivier Blin | 2008-07-07 | 1 | -0/+2 |
| | |||||
* | - monitor-parse-edid: | Pascal Rigaux | 2008-07-07 | 1 | -0/+1 |
| | | | | | o handle parsing of EDIDs found in "xrandr --prop" or Xorg.log | ||||
* | - monitor-parse-edid: | Pascal Rigaux | 2008-07-07 | 1 | -0/+3 |
| | | | | | o compute and display the "dpi" of the preferred modelines | ||||
* | 2.0 | Pascal Rigaux | 2008-04-08 | 1 | -0/+2 |
| | |||||
* | - change license from LGPLv2+ to GPLv3+ | Pascal Rigaux | 2008-04-07 | 1 | -0/+1 |
| | |||||
* | - drop cvt (xorg now bundles a similar version) | Pascal Rigaux | 2008-04-07 | 1 | -0/+1 |
| | |||||
* | - remove internal lrmi.c, build with external liblrmi instead | Pascal Rigaux | 2008-04-07 | 1 | -0/+3 |
| | | | | | (Remi Collet and Ville Skytta) | ||||
* | - add bug number | Pascal Rigaux | 2008-04-07 | 1 | -2/+2 |
| | | | | | - prefix mandriva bug numbers with mdvbz | ||||
* | 1.16 | Pascal Rigaux | 2008-03-10 | 1 | -0/+2 |
| | |||||
* | - do not install monitor-get-edid-using-vbe on archs where VBE is not | Pascal Rigaux | 2008-03-10 | 1 | -0/+3 |
| | | | | | available (Remi Collet) | ||||
* | 1.15 | Pascal Rigaux | 2008-01-23 | 1 | -0/+2 |
| | |||||
* | - monitor-probe: | Pascal Rigaux | 2008-01-23 | 1 | -0/+6 |
| | | | | | | | | o probe "using DMI" before "using X" - monitor-probe-using-X: o in last resort, get Intel BIOS mode when "BIOS panel mode is bigger than probed programmed mode" | ||||
* | 1.14 | Pascal Rigaux | 2008-01-10 | 1 | -0/+2 |
| | |||||
* | - monitor-edid, monitor-get-edid: | Pascal Rigaux | 2008-01-10 | 1 | -0/+4 |
| | | | | | | o call monitor-get-edid-using-vbe with a range of ports, it stops on first success (by default it tries port 0 then port 1) | ||||
* | oops, it's really monitor-get-edid-using-vbe, not monitor-get-edidy | Pascal Rigaux | 2008-01-08 | 1 | -0/+1 |
| | |||||
* | 1.13 | Pascal Rigaux | 2008-01-08 | 1 | -0/+2 |
| |