aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 3.4HEADv3.4masterMartin Whitaker2021-01-251-0/+2
|
* Don't try to run monitor-get-edid-using-vbe when booted in UEFI mode...Martin Whitaker2021-01-251-0/+4
| | | | it may overwrite a memory region being used by the UEFI BIOS (mga#28124)
* sync in missing bits from v3.3 releasev3.3Thomas Backlund2021-01-221-0/+8
|
* update NEWS and version for release.v3.2Shlomi Fish2018-02-121-0/+8
|
* update NEWS for releasev3.1Guillaume Rousse2012-06-041-0/+5
|
* - monitor-get-edid-using-vbe:Anssi Hannula2010-02-091-0/+5
| | | | | | | o stop retrieval when a retrieved EDID extension block appears identical to the main EDID block (observed with Onkyo TX-SR607 A/V receiver)
* release 3.03.0Anssi Hannula2010-01-031-0/+2
|
* - monitor-probe:Anssi Hannula2010-01-031-0/+3
| | | | | o do not probe using X if DMI probe was successful
* monitor-parse-edid:Anssi Hannula2010-01-031-0/+2
| | | | | | o output an error message when --monitorsdb fails (see Mandriva bugs #28857 and #40609)
* monitor-parse-edid:Anssi Hannula2010-01-031-0/+2
| | | | | | allow null manufacturer name, instead check that EDID version is 1.x or 2.x (see Mandriva bug #28857)
* Fix exit status logic introduced in previous commits.Anssi Hannula2010-01-031-2/+3
|
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-031-0/+1
| | | | | add basic 15 sec timeout, with --no-timeout for disabling it
* monitor-probe-using-X:Anssi Hannula2010-01-031-0/+3
| | | | | accept EDID data that contains extension blocks
* monitor-edid:Anssi Hannula2010-01-031-0/+1
| | | | | get VBE info only once even when probing multiple ports
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-031-0/+3
| | | | | | | never retry in console mode if the card reports that the port does not support DDC (usually this means that the port has no display devices connected)
* monitor-edid:Anssi Hannula2010-01-031-0/+4
| | | | | | add --first support for stopping processing after one EDID has been found
* monitor-edid, monitor-get-edid:Anssi Hannula2010-01-031-0/+1
| | | | | | | - do not get duplicate EDIDs if the same EDID is available via multiple methods - allow retrieval of multiple EDIDs via VBE
* monitor-edid, monitor-get-edid:Anssi Hannula2010-01-031-0/+4
| | | | | | do not get duplicate EDIDs if the same EDID is available via multiple methods
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-031-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 Hannula2010-01-031-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 Hannula2010-01-031-1/+1
|
* Add more CEA modes and use a more condensed format for the CEA table.Anssi Hannula2010-01-031-2/+2
|
* monitor-parse-edid: add support for standard timing descriptors in monitor ↵Anssi Hannula2010-01-031-0/+1
| | | | descriptors
* NEWS clarificationAnssi Hannula2010-01-031-2/+2
|
* monitor-parse-edid: ignore 1x1 modesAnssi Hannula2010-01-031-0/+1
|
* monitor-parse-edid:Anssi Hannula2010-01-031-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 Hannula2010-01-021-0/+2
| | | | | | set Interlace flag for ModeLines created for interlaced Detailed Timings
* monitor-parse-edid:Anssi Hannula2010-01-021-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 Hannula2010-01-021-0/+2
| | | | | | add support for Detailed Timing Descriptors in CEA EDID Timing Extension
* Add handling of EDID extension blocks.Anssi Hannula2010-01-021-0/+3
|
* monitor-parse-edid: print the number of EDID extension blocksAnssi Hannula2010-01-021-1/+1
|
* monitor-parse-edid: print EDID versionAnssi Hannula2010-01-021-0/+2
|
* Add release authorship information into NEWS.Anssi Hannula2010-01-021-13/+13
|
* better wording in NEWSAnssi Hannula2010-01-021-1/+1
|
* Fix the retrieval of VBE vendor strings when using the LRMI interface.Anssi Hannula2010-01-021-0/+1
|
* Fix typo in NEWS.Anssi Hannula2010-01-021-1/+1
|
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-021-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.5Anssi Hannula2009-10-181-0/+2
|
* monitor-probe-using-X:Anssi Hannula2009-10-181-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 Hannula2009-10-181-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.4Anssi Hannula2009-10-011-0/+2
|
* monitor-parse-edid:Anssi Hannula2009-09-201-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.3Anssi Hannula2009-09-061-0/+2
|
* monitor-edid, monitor-get-edid:Anssi Hannula2009-09-061-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 Hannula2009-09-061-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 Hannula2009-09-061-0/+4
| | | | | | update x86emu from xserver git (fixes issues at least with newish NVIDIA cards)
* version 2.22.2Anssi Hannula2009-08-151-0/+2
|
* monitor-probe-using-X: use resolution from LVDS initial mode when XAnssi Hannula2009-08-151-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 isAnssi Hannula2009-08-151-0/+4
| | | | | enabled
* 2.1Pascal Rigaux2008-07-071-0/+2
|