summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
Commit message (Collapse)AuthorAgeFilesLines
* ensure that explanations go into /var/log/explanations is standaloneThierry Vignaud2005-05-221-13/+13
| | | | | mode (log::explanations() just calls log::l() at install time)
* (libgl_config) only run ldconfig if needed (aka only if GL config was altered)Thierry Vignaud2005-05-221-4/+13
|
* (probe_using_X): add missing chomp_Pascal Rigaux2005-05-101-1/+1
|
* if one prefer using "Modes" instead of "Virtual", keep it as isPascal Rigaux2005-04-281-2/+5
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* suggest 1280x1024 instead of 1280x960 which causes pbsPascal Rigaux2005-04-191-2/+2
|
* ugly hack to fix empty ModeLine lines, XFdrake seems to generate some, but ↵Pascal Rigaux2005-04-081-0/+8
| | | | | | | where??? at least this allows fixing the pb by re-running XFdrake
* 1152x864 needs more modelines than the poor 1152x864@75Hz builtin xorg ↵Pascal Rigaux2005-04-081-1/+1
| | | | (bugzilla #11698)
* probe_using_X on neomagic can return rubbish, so prefer probe_DMI() (even if ↵Pascal Rigaux2005-03-231-1/+1
| | | | dmi probe is quite fuzzy...)
* try a little harder to know if we must write the config file.Pascal Rigaux2005-03-222-6/+9
| | | | | this is still not enough though
* put X conf read in Xconfig::mainPascal Rigaux2005-03-221-2/+4
|
* perl_checker fixPascal Rigaux2005-03-221-2/+2
|
* choose the default background best matching the resolutionPascal Rigaux2005-03-221-2/+29
|
* remove useless function to improve readability and please TitiOlivier Blin2005-03-211-48/+50
|
* use specific Synaptics settings for ALPS devices (#14512)Olivier Blin2005-03-211-12/+38
|
* use new recommended settings for synaptics-0.14.0Olivier Blin2005-03-211-3/+3
|
* factorize and minimal commentsOlivier Blin2005-03-211-15/+20
|
* ensure strange return value from gtf(1) doesn't cause havocPascal Rigaux2005-03-211-4/+5
|
* simplifyPascal Rigaux2005-03-181-2/+1
|
* ensure the .old X conf is the last onePascal Rigaux2005-03-181-0/+1
|
* instead of having xorg.conf symlinked to XF86Config, do the contraryPascal Rigaux2005-03-181-7/+10
|
* - simplify GUI: don't have a "ratio" combo. have the resolutions from ↵Pascal Rigaux2005-03-171-23/+29
| | | | | | | current ratio by default and allow "Other" to see all others - by default 1280x1024 is now in 4/3, not 5/4 (stupid bloody resolution!)
* have 1280x1024 in both 4/3 and 5/4 ratiosPascal Rigaux2005-03-171-1/+4
|
* use monitor-probe-using-XPascal Rigaux2005-03-173-14/+35
|
* - new function Xconfig::monitor::is_valid()Pascal Rigaux2005-03-152-19/+50
| | | | | - new function Xconfig::monitor::probe() which probes DDC, then fallbacks on DMI
* don't pass $monitors_db around, use memoized monitors_db()Pascal Rigaux2005-03-151-12/+11
|
* add some xxXGA namesPascal Rigaux2005-03-131-3/+4
|
* for 1400x1050, put the resolutions (60 and 75Hz are already in extramodes, ↵Pascal Rigaux2005-03-111-1/+2
| | | | but they are GTF modelines, we can overrule them)
* cleanupPascal Rigaux2005-03-101-1/+1
|
* don't add modelines for 1280x1024, they are already in standard vesamodes ↵Pascal Rigaux2005-03-101-1/+1
| | | | (builtin Xorg)
* when adding gtf modelines, have them sorted with high frequencies first ↵Pascal Rigaux2005-03-101-1/+1
| | | | (since Xorg prefer the first matching modeline (!))
* (getinfoFromDDC) fix crash (eg when called from hwdb-clients)Thierry Vignaud2005-03-101-0/+1
|
* simplifyPascal Rigaux2005-03-101-1/+0
|
* we don't want the 4/3 detailed_timings otherwise they conflict with the Xorg ↵Pascal Rigaux2005-03-101-2/+9
| | | | builtin vesamodes
* choose a 4/3 resolution by defaultPascal Rigaux2005-03-081-2/+2
|
* xbox support (by Stew)Pascal Rigaux2005-03-081-1/+3
|
* add the various "names" for standard resolutionsPascal Rigaux2005-03-021-1/+3
|
* sort CVT_ratios by preferencePascal Rigaux2005-03-021-1/+1
|
* "keyboard" InputDevice can also be called "kbd"Pascal Rigaux2005-03-021-2/+2
|
* add 1280x600 for VAIO PCG-C1M (bugzilla #5192)Pascal Rigaux2005-03-011-2/+2
|
* fix section with only comments (putting the comment after the EndSection is ↵Pascal Rigaux2005-03-011-1/+2
| | | | wrong)
* give up trying to only add modelines not defined in xorg, otherwise xorg ↵Pascal Rigaux2005-03-011-28/+10
| | | | will prefer the modelines we give here (eg: it will use 1024x768@50 whereas it could use 1024x768@60)
* add a ratio choice, and restrict the resolutions to this choicePascal Rigaux2005-03-011-8/+39
|
* - when setting a resolution, create associated gtf modelines for various ↵Pascal Rigaux2005-03-011-16/+56
| | | | | | | | | | standard vfreqs (but don't do it for builtin_ModeLines (cf vesamodes and extramodes in xorg)) - drop the Dell modelines (this is now cleanly handled) - drop the Vaio modeline (but this modeline was not gtf, will it work with the gtf modeline?) - export {ModeLine} raw to allow playing with pre_comment
* fix typoPascal Rigaux2005-03-011-1/+1
|
* - sort the whole resolutions to simplify the code, and get better choicesPascal Rigaux2005-03-011-3/+9
| | | | | - add a failsafe resolution
* create {preferred_resolution} out of the edid detailed_timings and use itPascal Rigaux2005-03-012-19/+40
|
* skip detailed_timings flagged bad_ratioPascal Rigaux2005-03-011-0/+1
|
* - remove ddcxinfos, replaced by monitor-edid (which is in a separate package)Pascal Rigaux2005-02-284-39/+106
| | | | | | | | | | | | - add many resolutions (they are structured by aspect ratio for next move) - put the "Monitor preferred modeline" from EDID in xorg.conf - for this ModeLine must be exported from the monitor section - specifying a VendorName|ModelName in auto_inst is valid, don't overwrite it with edid probe - the strange /dev/zero needed (?) by ddcxinfos is no more needed - field {size} is now {diagonal_size}, and is no more "corrected" - add @CVT_ratios and @CVT_vfreqs (unused at the moment) - Getopt::Long is needed by monitor-parse-edid
* - drop hashesPascal Rigaux2005-02-281-11/+15
| | | | | | - handle lower than 640 resolutions (prepare for next move, introducing aspect ratio in choose_gtk)