aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix modeline comment for interlaced modes.Anssi Hannula2010-01-032-3/+4
|
* Add more CEA modes and use a more condensed format for the CEA table.Anssi Hannula2010-01-032-456/+80
|
* monitor-parse-edid: add support for standard timing descriptors in monitor ↵Anssi Hannula2010-01-032-1/+4
| | | | descriptors
* move standard timing mode parsing into its own functionAnssi Hannula2010-01-031-16/+23
|
* NEWS clarificationAnssi Hannula2010-01-031-2/+2
|
* monitor-parse-edid: ignore 1x1 modesAnssi Hannula2010-01-032-2/+3
|
* monitor-parse-edid:Anssi Hannula2010-01-032-0/+17
| | | | | | | correctly parse some interlaced video timings if the Detailed Timing Descriptor specifies field vertical parameters instead of the frame parameters
* Add warning for unhandled CEA mode when running in verbose mode.Anssi Hannula2010-01-021-1/+4
|
* Add a different comment for CEA modelines than for DTD modelines.Anssi Hannula2010-01-021-1/+3
|
* monitor-parse-edid:Anssi Hannula2010-01-022-2/+5
| | | | | | set Interlace flag for ModeLines created for interlaced Detailed Timings
* monitor-parse-edid:Anssi Hannula2010-01-022-2/+463
| | | | | | 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-022-10/+61
| | | | | | add support for Detailed Timing Descriptors in CEA EDID Timing Extension
* Add handling of EDID extension blocks.Anssi Hannula2010-01-025-7/+31
|
* Fix EDID block size (it is 128 B, not 256 B).Anssi Hannula2010-01-021-1/+1
|
* monitor-parse-edid: print the number of EDID extension blocksAnssi Hannula2010-01-022-1/+3
|
* monitor-parse-edid: print EDID versionAnssi Hannula2010-01-022-0/+3
|
* remove references to removed code in READMEAnssi Hannula2010-01-021-3/+0
|
* Add release authorship information into NEWS.Anssi Hannula2010-01-021-13/+13
|
* better wording in NEWSAnssi Hannula2010-01-021-1/+1
|
* Add a comment explaining the code fetching VBE strings from video BIOS.Anssi Hannula2010-01-021-0/+4
|
* Fix signedness of integers read from char buffer.Anssi Hannula2010-01-021-1/+1
|
* Fix some compiler warnings.Anssi Hannula2010-01-022-6/+6
|
* Fix the retrieval of VBE vendor strings when using the LRMI interface.Anssi Hannula2010-01-022-27/+25
|
* Fix typo in NEWS.Anssi Hannula2010-01-021-1/+1
|
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-0239-27273/+24
| | | | | | | | | 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)
* Add license information to monitor-parse-edidPascal Terjan2009-11-171-0/+15
|
* release monitor-edid 2.52.5Anssi Hannula2009-10-182-1/+3
|
* monitor-probe-using-X:Anssi Hannula2009-10-182-1/+7
| | | | | | 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-182-0/+8
| | | | | | | 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-012-1/+3
|
* Add Lenovo W500 EDID from Udo Rader. This one contains a manufacturerAnssi Hannula2009-09-201-0/+0
| | | | | | specified descriptor, which when parsed as range timing descriptor will cause parsing to fail. (fixed in previous commit for monitor-edid 2.4)
* monitor-parse-edid:Anssi Hannula2009-09-202-1/+17
| | | | | | | | | 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-062-1/+3
|
* monitor-edid, monitor-get-edid:Anssi Hannula2009-09-062-1/+5
| | | | | | | 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-062-3/+86
| | | | | | check if the port supports DDC before trying to read EDID data (this should prevent problems when probing nonexistent ports on old cards)
* fix --help intendation of previous commitAnssi Hannula2009-09-061-1/+1
|
* monitor-get-edid-using-vbe: show all options in --help outputAnssi Hannula2009-09-061-1/+2
|
* monitor-get-edid-using-vbe:Anssi Hannula2009-09-0621-151/+302
| | | | | | update x86emu from xserver git (fixes issues at least with newish NVIDIA cards)
* version 2.22.2Anssi Hannula2009-08-152-1/+3
|
* Direct reports to bugzilla and qa@ instead of Pixel's email address.Anssi Hannula2009-08-153-3/+7
|
* monitor-probe-using-X: use resolution from LVDS initial mode when XAnssi Hannula2009-08-152-0/+8
| | | | | 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-152-1/+9
| | | | | enabled
* 2.1Pascal Rigaux2008-07-072-1/+3
|
* - monitor-get-edid-using-vbe:Pascal Rigaux2008-07-072-3/+5
| | | | | | 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-072-1/+3
|
* - monitor-parse-edid:Pascal Rigaux2008-07-072-21/+52
| | | | | o handle parsing of EDIDs found in "xrandr --prop" or Xorg.log
* - monitor-parse-edid:Pascal Rigaux2008-07-072-2/+20
| | | | | o compute and display the "dpi" of the preferred modelines
* move things (for next commit)Pascal Rigaux2008-07-071-17/+18
|
* 2.0Pascal Rigaux2008-04-082-1/+3
|
* monitor-get-edid is a generated filePascal Rigaux2008-04-080-0/+0
|