Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add many resolutions, but don't allow them yet | Pascal Rigaux | 2005-06-01 | 1 | -5/+21 |
| | |||||
* | if one prefer using "Modes" instead of "Virtual", keep it as is | Pascal Rigaux | 2005-04-28 | 1 | -2/+5 |
| | |||||
* | ugly hack to fix empty ModeLine lines, XFdrake seems to generate some, but ↵ | Pascal Rigaux | 2005-04-08 | 1 | -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 Rigaux | 2005-04-08 | 1 | -1/+1 |
| | | | | (bugzilla #11698) | ||||
* | try a little harder to know if we must write the config file. | Pascal Rigaux | 2005-03-22 | 1 | -2/+7 |
| | | | | | this is still not enough though | ||||
* | remove useless function to improve readability and please Titi | Olivier Blin | 2005-03-21 | 1 | -48/+50 |
| | |||||
* | use specific Synaptics settings for ALPS devices (#14512) | Olivier Blin | 2005-03-21 | 1 | -12/+38 |
| | |||||
* | use new recommended settings for synaptics-0.14.0 | Olivier Blin | 2005-03-21 | 1 | -3/+3 |
| | |||||
* | factorize and minimal comments | Olivier Blin | 2005-03-21 | 1 | -15/+20 |
| | |||||
* | ensure strange return value from gtf(1) doesn't cause havoc | Pascal Rigaux | 2005-03-21 | 1 | -4/+5 |
| | |||||
* | simplify | Pascal Rigaux | 2005-03-18 | 1 | -2/+1 |
| | |||||
* | ensure the .old X conf is the last one | Pascal Rigaux | 2005-03-18 | 1 | -0/+1 |
| | |||||
* | instead of having xorg.conf symlinked to XF86Config, do the contrary | Pascal Rigaux | 2005-03-18 | 1 | -7/+10 |
| | |||||
* | use monitor-probe-using-X | Pascal Rigaux | 2005-03-17 | 1 | -1/+5 |
| | |||||
* | add some xxXGA names | Pascal Rigaux | 2005-03-13 | 1 | -3/+4 |
| | |||||
* | for 1400x1050, put the resolutions (60 and 75Hz are already in extramodes, ↵ | Pascal Rigaux | 2005-03-11 | 1 | -1/+2 |
| | | | | but they are GTF modelines, we can overrule them) | ||||
* | don't add modelines for 1280x1024, they are already in standard vesamodes ↵ | Pascal Rigaux | 2005-03-10 | 1 | -1/+1 |
| | | | | (builtin Xorg) | ||||
* | when adding gtf modelines, have them sorted with high frequencies first ↵ | Pascal Rigaux | 2005-03-10 | 1 | -1/+1 |
| | | | | (since Xorg prefer the first matching modeline (!)) | ||||
* | add the various "names" for standard resolutions | Pascal Rigaux | 2005-03-02 | 1 | -1/+3 |
| | |||||
* | sort CVT_ratios by preference | Pascal Rigaux | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | "keyboard" InputDevice can also be called "kbd" | Pascal Rigaux | 2005-03-02 | 1 | -2/+2 |
| | |||||
* | add 1280x600 for VAIO PCG-C1M (bugzilla #5192) | Pascal Rigaux | 2005-03-01 | 1 | -2/+2 |
| | |||||
* | give up trying to only add modelines not defined in xorg, otherwise xorg ↵ | Pascal Rigaux | 2005-03-01 | 1 | -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 Rigaux | 2005-03-01 | 1 | -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 Rigaux | 2005-02-28 | 1 | -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 - XFdrake | Stew Benedict | 2005-02-23 | 1 | -0/+11 |
| | |||||
* | don't be too picky on uppercase or lowercase sections | Pascal Rigaux | 2005-01-16 | 1 | -1/+1 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | use Driver "keyboard" instead of "Keyboard" (for Xorg 6.8) | Pascal Rigaux | 2004-09-28 | 1 | -4/+9 |
| | |||||
* | (set_synaptics) remove spurious space | Olivier Blin | 2004-09-03 | 1 | -1/+1 |
| | |||||
* | - add dell D800 specific modeline and resolution | Olivier Thauvin | 2004-08-27 | 1 | -2/+12 |
| | |||||
* | (set_synaptics) quote decimal values so that write_XF86Config doesn't | Olivier Blin | 2004-08-26 | 1 | -3/+3 |
| | | | | | write commas instead of dots | ||||
* | synaptics touchpad support | Olivier Blin | 2004-08-24 | 1 | -0/+41 |
| | |||||
* | fix keyboarddrake not modifying xkb | Pascal Rigaux | 2004-08-19 | 1 | -2/+2 |
| | |||||
* | handle /etc/X11/xorg.conf | Pascal Rigaux | 2004-08-16 | 1 | -4/+11 |
| | |||||
* | add 1024x480 (part of bugzilla #5192) | Pascal Rigaux | 2004-07-06 | 1 | -1/+11 |
| | |||||
* | fix typo causing multiple "Keyboard" entries in XF86Config (bugzilla #10163) | Pascal Rigaux | 2004-07-01 | 1 | -2/+2 |
| | |||||
* | add resolution 1920x1200 called WUXGA (used by Dell Laptops Inspiron 8500, ↵ | Pascal Rigaux | 2004-06-03 | 1 | -1/+1 |
| | | | | 8600 and Latitude D800) (bugzilla #6795) | ||||
* | restore the ability to specify the file where the config should be written ↵ | Pascal Rigaux | 2004-05-17 | 1 | -4/+6 |
| | | | | (since it's used by Xconfig/test.pm) | ||||
* | you can now configure monitors on heads > 1 | Pascal Rigaux | 2004-05-07 | 1 | -4/+10 |
| | |||||
* | XFree 3 is gone! | Pascal Rigaux | 2004-05-03 | 1 | -79/+438 |
| | |||||
* | - add ->prepare_write to allow comparing raw_X's | Pascal Rigaux | 2004-02-05 | 1 | -0/+4 |
| | | | | | - ensure "config_changed" is returned only if the config file really changed | ||||
* | perl_checker compliance for optional method arguments | Pascal Rigaux | 2003-04-22 | 1 | -8/+6 |
| | |||||
* | (get_both): fix typo | Pascal Rigaux | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | (merge_values): allow get_monitors to work when xfree3 is missing | Pascal Rigaux | 2003-01-30 | 1 | -1/+1 |
| | |||||
* | (is_fbdev): created | Pascal Rigaux | 2003-01-23 | 1 | -5/+7 |
| | | | | | (get_both, set_both): skip modifications on missing xfree3 or xfree4 | ||||
* | have an empty configuration when a config file is buggy | Pascal Rigaux | 2002-11-04 | 1 | -2/+2 |
| | |||||
* | try harder to have things working when not both xfree3 and xfree4 config are ↵ | Pascal Rigaux | 2002-08-22 | 1 | -7/+13 |
| | | | | there | ||||
* | 14 new modules, will it be enough?? :) | Pascal Rigaux | 2002-07-28 | 1 | -25/+52 |
| | |||||
* | (get_both): fix returning one element (eg: get_keyboard) | Pascal Rigaux | 2002-07-24 | 1 | -1/+3 |
| |