summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/xfree.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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