| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
some Quanta IL1 netbooks using Chrome9 IC3)
this crash happens with harddrake service or XFdrake --auto:
Can't use an undefined value as a HASH reference at /usr/lib/libDrakX/Xconfig/monitor.pm line 85
|
| |
|
|
|
|
|
|
|
| |
o special hack for gdium: the "default monitor" is "Plug'n Play" instead of
good_default_monitor() (it will work since the resolution is passed to the
kernel on gdium)
|
| |
|
|
|
|
|
|
|
| |
- $raw_X->get_Driver can't be used in auto_installs since monitor is
configured first
- $raw_X is now needed in choose()
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
o generic flat planel must allow "800x480 @ 60.00 Hz (GTF) hsync: 29.82 kHz"
so "HorizSync 31.5-90" is too strict, generating "HorizSync 29.5-90"
(especially useful when the resolution is given by dmitable)
|
| |
|
|
|
|
|
|
|
| |
o if the EDID gives a valid 16/10 preferred resolution (even if duplicated),
but no HorizSync/VertRefresh, use a generic flat panel
HorizSync/VertRefresh (needed for edid.lcd.dell-inspiron-6400, #37971)
|
|
|
|
|
|
|
|
| |
o if the EDID gives a valid EISA_ID, a valid 16/10 preferred resolution, but
no HorizSync/VertRefresh, use a generic flat panel HorizSync/VertRefresh
reproduced on a Elonex PLC - MSI Notebook PR600, EISA_ID CMO1526
|
|
|
|
|
|
| |
o sort monitors in text mode so that "Generic|..." monitors do not appear
in the middle of "Vendor|..." monitors
|
|
|
|
|
|
|
|
| |
HorizSync/VertRefresh, we must not the monitor info
yet another regression introduced when modifying is_valid() for automatic
resolution
|
| |
|
|
|
|
|
|
| |
monitor-get-edid-using-vbe failed), defaults to "Plug'n Play" monitor (ie
let Xorg do things automatically) instead of good_default_monitor.
|
| |
|
| |
|
|
|
|
|
| |
when we fail to auto-detect
|
|
|
|
| |
harddrake probes using X and loads radeon driver)
|
| |
|
|
|
|
|
|
| |
(allows "Flat Panel 800x600" to be before "Flat Panel 1024x768")
(needs a nicely sorted MonitorsDB though)
|
|
|
|
|
| |
(using prefered resolution only when adding explicit gtf modelines)
|
| |
|
|
|