aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - monitor-get-edid-using-vbe:Pascal Rigaux2008-07-071-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 vtOlivier Blin2008-07-071-0/+2
|
* - monitor-parse-edid:Pascal Rigaux2008-07-071-0/+1
| | | | | o handle parsing of EDIDs found in "xrandr --prop" or Xorg.log
* - monitor-parse-edid:Pascal Rigaux2008-07-071-0/+3
| | | | | o compute and display the "dpi" of the preferred modelines
* 2.0Pascal Rigaux2008-04-081-0/+2
|
* - change license from LGPLv2+ to GPLv3+Pascal Rigaux2008-04-071-0/+1
|
* - drop cvt (xorg now bundles a similar version)Pascal Rigaux2008-04-071-0/+1
|
* - remove internal lrmi.c, build with external liblrmi insteadPascal Rigaux2008-04-071-0/+3
| | | | | (Remi Collet and Ville Skytta)
* - add bug numberPascal Rigaux2008-04-071-2/+2
| | | | | - prefix mandriva bug numbers with mdvbz
* 1.16Pascal Rigaux2008-03-101-0/+2
|
* - do not install monitor-get-edid-using-vbe on archs where VBE is notPascal Rigaux2008-03-101-0/+3
| | | | | available (Remi Collet)
* 1.15Pascal Rigaux2008-01-231-0/+2
|
* - monitor-probe:Pascal Rigaux2008-01-231-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.14Pascal Rigaux2008-01-101-0/+2
|
* - monitor-edid, monitor-get-edid:Pascal Rigaux2008-01-101-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-edidyPascal Rigaux2008-01-081-0/+1
|
* 1.13Pascal Rigaux2008-01-081-0/+2
|
* - monitor-get-edid: Pascal Rigaux2008-01-081-2/+4
| | | | | | | | | | | | | | 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
* - monitor-get-edid: skip /proc/acpi/video/**/EDID files which can't be validPascal Rigaux2008-01-081-3/+2
| | | | | | | | (#34417) (drop the monitor-parse-edid from NEWS since it's not that useful anymore since monitor-edid will not give it EDID containing "<not supported>")
* - monitor-parse-edid: "<file name>: bad edid" so that monitor-edid trying toPascal Rigaux2008-01-081-0/+3
parse "<not supported>" /proc/acpi/video/**/EDID files will give a more understandable error message