summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/monitor.pm
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker cleanupsThierry Vignaud2016-11-081-1/+1
|
* improve perl_checker's SNRThierry Vignaud2016-11-081-0/+2
|
* Xconfig: select the preferred timing in case of multiple detailed timings in ↵Anssi Hannula2013-05-031-2/+1
| | | | EDID (mga#9934)
* Xconfig: never fallback to assuming a 1024x768 monitor if probing failedAnssi Hannula2013-05-031-26/+3
| | | | Instead select an automatic "Plug'n Play" monitor (mga#9272).
* perl_checker cleanupsThierry Vignaud2012-03-241-2/+2
|
* Fallback to X server run-time autodetection on laptops instead ofAnssi Hannula2011-05-041-1/+2
| | | | 1024x768 when the monitor could not be probed (Mageia #1059).
* Do not try to probe monitor information via X server on laptops (itAnssi Hannula2011-05-041-30/+3
| | | | doesn't work with recent X servers).
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r391 | dmorgan | 2011-02-03 13:54:58 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned drakx-kbd-mouse-x11 ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License is GPLv2 - Problematic files: o lib/keyboard.pm: run_program::run('mandriva-setup-keyboard'); (does this need to be changed?) we keep it for now o lib/Xconfig/resolution_and_depth.pm: symlinkf "$theme{THEME}.xml", "$dir/Mandriva.xml"; (this will be changed, and should be synced with whatever will be does to the default Mageia wallpapers theme; this .xml file is used to change the wallpaper in GNOME/KDE depending on the time of the day) => switched to Mageia.xml - Various icons that'll need to be changed in data/pixmaps: done with oxygen icons
* use 28.8kHz as lower HorizSync (for 800x480)Olivier Blin2009-10-081-3/+3
|
* fix crash when both monitor and driver can not be probed (for example with ↵Olivier Blin2009-06-041-1/+2
| | | | | | | | 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
* Use plugnplay monitor for virtual box, fixes #49642. Thanks Titi for the patch!Christophe Fergeau2009-04-141-1/+3
|
* - XFdrakePascal Rigaux2008-12-081-3/+15
| | | | | | | 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)
* move things (prepare next commit)Pascal Rigaux2008-11-211-10/+9
|
* fix 2 previous commits:Pascal Rigaux2008-11-211-3/+5
| | | | | | | - $raw_X->get_Driver can't be used in auto_installs since monitor is configured first - $raw_X is now needed in choose()
* simplifyPascal Rigaux2008-11-211-3/+3
|
* fix passing xorg "Driver" for monitor probe (for auto_installs)Pascal Rigaux2008-11-211-1/+1
|
* - XFdrake:Pascal Rigaux2008-11-131-3/+3
| | | | | | | | 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)
* 0.51Pascal Rigaux2008-03-191-0/+2
|
* - XFdrake:Pascal Rigaux2008-02-281-9/+18
| | | | | | | 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)
* - XFdrake:Pascal Rigaux2008-01-231-4/+14
| | | | | | | | 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
* - XFdrake:Pascal Rigaux2008-01-111-1/+1
| | | | | | o sort monitors in text mode so that "Generic|..." monitors do not appear in the middle of "Vendor|..." monitors
* - if we probe a monitor EISA_ID but we don't have correspondingPascal Rigaux2007-10-041-1/+1
| | | | | | | | HorizSync/VertRefresh, we must not the monitor info yet another regression introduced when modifying is_valid() for automatic resolution
* add a logPascal Rigaux2007-09-261-0/+1
|
* - monitor-probe-using-X can now return EDIDs. if Xorg find an EDID (whereasPascal Rigaux2007-09-261-7/+23
| | | | | | monitor-get-edid-using-vbe failed), defaults to "Plug'n Play" monitor (ie let Xorg do things automatically) instead of good_default_monitor.
* add context for "Monitor" (#33773)Thierry Vignaud2007-09-251-1/+1
|
* oops, revert debug codePascal Rigaux2007-09-251-1/+1
|
* - when user asks for "Plug'n Play", silently default to Xorg auto-detectionPascal Rigaux2007-09-251-4/+4
| | | | | when we fail to auto-detect
* unload drivers loaded by monitor-probe-using-X (fix fglrx usage when ↵Olivier Blin2007-09-211-2/+6
| | | | harddrake probes using X and loads radeon driver)
* - fix regression in 0.24: remove bogus duplicates in monitors tree (#33778)Pascal Rigaux2007-09-201-1/+1
|
* - keep the order from MonitorsDB file Pascal Rigaux2007-09-061-2/+7
| | | | | | (allows "Flat Panel 800x600" to be before "Flat Panel 1024x768") (needs a nicely sorted MonitorsDB though)
* - don't use 1280x1024 prefered resolutionPascal Rigaux2007-04-301-3/+1
| | | | | (using prefered resolution only when adding explicit gtf modelines)
* re-sync after the big svn lossPascal Rigaux2007-04-251-4/+32
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+275