| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
add basic 15 sec timeout, with --no-timeout for disabling it
|
|
|
|
|
| |
accept EDID data that contains extension blocks
|
|
|
|
|
| |
get VBE info only once even when probing multiple ports
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
add --first support for stopping processing after one EDID has been
found
|
|
|
|
|
|
|
| |
- do not get duplicate EDIDs if the same EDID is available via
multiple methods
- allow retrieval of multiple EDIDs via VBE
|
|
|
|
|
|
| |
do not get duplicate EDIDs if the same EDID is available via
multiple methods
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
add comment "Monitor preferred modeline" only for the modeline the
monitor reports as preferred, and add "Monitor supported modeline"
comment for the other modelines
|
| |
|
| |
|
|
|
|
| |
descriptors
|
| |
|
| |
|
|
|
|
|
|
|
| |
correctly parse some interlaced video timings if the Detailed Timing
Descriptor specifies field vertical parameters instead of the frame
parameters
|
|
|
|
|
|
| |
set Interlace flag for ModeLines created for interlaced Detailed
Timings
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
add support for Detailed Timing Descriptors in CEA EDID Timing
Extension
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
use -sharevts for X server when plymouth is active, as VT switching
does not work at that point (fixes Mandriva bug #53736)
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
check if the port supports DDC before trying to read EDID data (this
should prevent problems when probing nonexistent ports on old cards)
|
|
|
|
|
|
| |
update x86emu from xserver git (fixes issues at least with newish NVIDIA
cards)
|
| |
|
|
|
|
|
| |
reports that it is exact, making it work with nouveau driver
|
|
|
|
|
| |
enabled
|
| |
|
|
|
|
|
|
| |
o instead of checking vt >= 7 to know if X is running,
check wether $DISPLAY is set
|
| |
|
|
|
|
|
| |
o handle parsing of EDIDs found in "xrandr --prop" or Xorg.log
|
|
|
|
|
| |
o compute and display the "dpi" of the preferred modelines
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(Remi Collet and Ville Skytta)
|
|
|
|
|
| |
- prefix mandriva bug numbers with mdvbz
|
| |
|