summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/xfree.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* try harder to have things working when not both xfree3 and xfree4 config are ↵Pascal Rigaux2002-08-221-7/+13
| | | | there
* 14 new modules, will it be enough?? :)Pascal Rigaux2002-07-281-25/+52
|
* (get_both): fix returning one element (eg: get_keyboard)Pascal Rigaux2002-07-241-1/+3
|
* new XFree handling libraryPascal Rigaux2002-07-241-0/+76
- only keyboard and mice functions are done, but adding the others is quite easy - so for now only used in mousedrake - but keyboarddrake and (of course) XFdrake will come