summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/xfree.pm
Commit message (Collapse)AuthorAgeFilesLines
* add some more commented resolutions (also see bugzilla #17526)Pascal Rigaux2005-08-161-9/+13
|
* move is_xbox from common to detect_devicesOlivier Blin2005-08-051-1/+2
|
* don't have empty ModeLines lying around (bugzilla #16960)Pascal Rigaux2005-08-031-2/+2
|
* add many resolutions, but don't allow them yetPascal Rigaux2005-06-011-5/+21
|
* if one prefer using "Modes" instead of "Virtual", keep it as isPascal Rigaux2005-04-281-2/+5
|
* 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)
* try a little harder to know if we must write the config file.Pascal Rigaux2005-03-221-2/+7
| | | | | this is still not enough though
* 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
|
* use monitor-probe-using-XPascal Rigaux2005-03-171-1/+5
|
* 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)
* 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 (!))
* 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
|
* 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)
* - 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
* - remove ddcxinfos, replaced by monitor-edid (which is in a separate package)Pascal Rigaux2005-02-281-16/+87
| | | | | | | | | | | | - 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
* XBox support - XFdrakeStew Benedict2005-02-231-0/+11
|
* don't be too picky on uppercase or lowercase sectionsPascal Rigaux2005-01-161-1/+1
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
|
* use Driver "keyboard" instead of "Keyboard" (for Xorg 6.8)Pascal Rigaux2004-09-281-4/+9
|
* (set_synaptics) remove spurious spaceOlivier Blin2004-09-031-1/+1
|
* - add dell D800 specific modeline and resolutionOlivier Thauvin2004-08-271-2/+12
|
* (set_synaptics) quote decimal values so that write_XF86Config doesn'tOlivier Blin2004-08-261-3/+3
| | | | | write commas instead of dots
* synaptics touchpad supportOlivier Blin2004-08-241-0/+41
|
* fix keyboarddrake not modifying xkbPascal Rigaux2004-08-191-2/+2
|
* handle /etc/X11/xorg.confPascal Rigaux2004-08-161-4/+11
|
* add 1024x480 (part of bugzilla #5192)Pascal Rigaux2004-07-061-1/+11
|
* fix typo causing multiple "Keyboard" entries in XF86Config (bugzilla #10163)Pascal Rigaux2004-07-011-2/+2
|
* add resolution 1920x1200 called WUXGA (used by Dell Laptops Inspiron 8500, ↵Pascal Rigaux2004-06-031-1/+1
| | | | 8600 and Latitude D800) (bugzilla #6795)
* restore the ability to specify the file where the config should be written ↵Pascal Rigaux2004-05-171-4/+6
| | | | (since it's used by Xconfig/test.pm)
* you can now configure monitors on heads > 1Pascal Rigaux2004-05-071-4/+10
|
* XFree 3 is gone!Pascal Rigaux2004-05-031-79/+438
|
* - add ->prepare_write to allow comparing raw_X'sPascal Rigaux2004-02-051-0/+4
| | | | | - ensure "config_changed" is returned only if the config file really changed
* perl_checker compliance for optional method argumentsPascal Rigaux2003-04-221-8/+6
|
* (get_both): fix typoPascal Rigaux2003-02-171-1/+1
|
* (merge_values): allow get_monitors to work when xfree3 is missingPascal Rigaux2003-01-301-1/+1
|
* (is_fbdev): createdPascal Rigaux2003-01-231-5/+7
| | | | | (get_both, set_both): skip modifications on missing xfree3 or xfree4
* have an empty configuration when a config file is buggyPascal Rigaux2002-11-041-2/+2
|