Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call the "Quit" button exit during install (as suggested by David Sansome) | Pascal Rigaux | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | still have HorizSync and VertRefresh for Plug'n Play monitors | Pascal Rigaux | 2002-08-05 | 1 | -12/+0 |
| | | | | | (XFree4 still need some help) | ||||
* | fix Option's (especially for XFree3) | Pascal Rigaux | 2002-08-05 | 1 | -4/+4 |
| | |||||
* | don't have Utah GLX the default. XFree4 is the default | Pascal Rigaux | 2002-08-05 | 1 | -1/+2 |
| | |||||
* | - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD} | Pascal Rigaux | 2002-08-01 | 3 | -2/+3 |
| | | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE | ||||
* | finish tvout configuration | Pascal Rigaux | 2002-08-01 | 1 | -0/+17 |
| | |||||
* | BusID needs a string (thanks to Florent BERANGER) | Pascal Rigaux | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | in newt, have the resolutions sorted by resolution size (wilplizgg) | Pascal Rigaux | 2002-08-01 | 1 | -3/+8 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}") | Pascal Rigaux | 2002-07-31 | 2 | -1/+2 |
| | |||||
* | - add non-wizard ability to XFdrake | Pascal Rigaux | 2002-07-31 | 3 | -23/+153 |
| | | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :) | ||||
* | (info): fix displaying depth | Pascal Rigaux | 2002-07-31 | 1 | -1/+2 |
| | |||||
* | (choose_gtk): ensure the response is one of @resolutions (so that Y and ↵ | Pascal Rigaux | 2002-07-31 | 1 | -1/+8 |
| | | | | | | | maybe bios is kept) (to_string): created | ||||
* | handle cancel in xfree_and_glx_choose | Pascal Rigaux | 2002-07-31 | 1 | -2/+3 |
| | |||||
* | default VideoRam choice 4096 when needVideoRam | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | fix keeping the existing name when choosing monitor | Pascal Rigaux | 2002-07-31 | 1 | -0/+2 |
| | |||||
* | change the location of X test image as told by dadou | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | fix using $_ instead of $_[0] (thanks to perl_checker) | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 2 | -2/+2 |
| | |||||
* | fix handling of commented empty line | Pascal Rigaux | 2002-07-30 | 1 | -2/+2 |
| | |||||
* | (configure_auto_install): really use resolution_wanted given in $o | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | |||||
* | fix default config for mouse | Pascal Rigaux | 2002-07-29 | 1 | -1/+5 |
| | |||||
* | try harder to have "xfs" running | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | |||||
* | restore xdm choice previous behaviour (auto_install) | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | |||||
* | - make the gtk resolution chooser work | Pascal Rigaux | 2002-07-28 | 1 | -8/+109 |
| | | | | | - dropped the differenciation between embedded or not | ||||
* | fix displaying info about current configuration | Pascal Rigaux | 2002-07-28 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-07-28 | 1 | -1/+2 |
| | |||||
* | rahh, don't commit my test code! | Pascal Rigaux | 2002-07-28 | 1 | -2/+2 |
| | |||||
* | 14 new modules, will it be enough?? :) | Pascal Rigaux | 2002-07-28 | 15 | -56/+1991 |
| | |||||
* | (get_both): fix returning one element (eg: get_keyboard) | Pascal Rigaux | 2002-07-24 | 1 | -1/+3 |
| | |||||
* | new XFree handling library | Pascal Rigaux | 2002-07-24 | 5 | -0/+550 |
- 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 |