Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-21 | 1 | -0/+31 | |
| | ||||||
* | Load "extmod" is a must! (for things like shape and dga) | Pascal Rigaux | 2002-07-21 | 1 | -0/+1 | |
| | ||||||
* | fix typo | Pascal Rigaux | 2002-07-21 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-21 | 1 | -0/+96 | |
| | ||||||
* | no more locale.cz2, just keeping the main charset /usr/share/locale/UTF-8 | Pascal Rigaux | 2002-07-21 | 1 | -7/+7 | |
| | ||||||
* | - remove utf_xxx charsets, adding a flag UTF-8 instead | Pascal Rigaux | 2002-07-21 | 1 | -210/+179 | |
| | | | | | | | | | | | - add during_install__lang2charset - when using ramdisk, no locale.cz2 anymore: there are 3 main charsets containing everything for all locales, except LC_CTYPE by default, there is UTF-8. when asked for GB2312 or BIG5, removing the other main charsets - cleanup comments (use #- instead of #) - various cleanup | |||||
* | build per languages symlinks using the new::during_install__lang2charset | Pascal Rigaux | 2002-07-21 | 2 | -7/+30 | |
| | | | | | | | -> this enables doing the same during install when using ramdisk => no need to have a locale.cz2 anymore (this is now possible since the number of special cases is lower than before) | |||||
* | usr/share/locale skeleton is now build in gen_locales.pl | Pascal Rigaux | 2002-07-21 | 1 | -0/+0 | |
| | ||||||
* | - $in and $do_pkgs are no more global | Pascal Rigaux | 2002-07-20 | 1 | -135/+129 | |
| | | | | | | | | => it's now easier to keep track of interactive vs non-interactive functions - rename updateCardAccordingName into add_to_card__using_Cards - rename cardConfigurationAuto into probe_cards - and a few other function renamings | |||||
* | (getinfoFromXF86Config): move here setting prefer_xf3 based on current ↵ | Pascal Rigaux | 2002-07-20 | 1 | -0/+3 | |
| | | | | choice on system | |||||
* | - rename updateCardAccordingName into add_to_card__using_Cards | Pascal Rigaux | 2002-07-20 | 1 | -94/+42 | |
| | | | | | | - rename cardConfigurationAuto into probe_cards - cleanup the simple XF86Config used during install | |||||
* | call config_dvd with $have_devfsd | Pascal Rigaux | 2002-07-20 | 1 | -3/+4 | |
| | ||||||
* | - rename updateCardAccordingName into add_to_card__using_Cards | Pascal Rigaux | 2002-07-20 | 1 | -2/+2 | |
| | | | | | - rename cardConfigurationAuto into probe_cards | |||||
* | try very hard to make rdvd work: | Pascal Rigaux | 2002-07-20 | 1 | -10/+30 | |
| | | | | | | | | | | | - if not using devfs, it worked so keeping things unchanged - if using devfs, using the new dynamic rawdevice.script script to bind a rawdevice on demand pb: can't have both a devfs and a non-devfs config, the /etc/sysconfig/rawdevices solution gives errors with devfs (since the dvd is not REGISTERed yet) | |||||
* | please perl_checker | Pascal Rigaux | 2002-07-20 | 1 | -0/+1 | |
| | ||||||
* | shorter and nicer XF86Config's | Pascal Rigaux | 2002-07-20 | 3 | -169/+126 | |
| | ||||||
* | - complete app list | Daouda Lo | 2002-07-20 | 1 | -10/+15 | |
| | ||||||
* | fix typo | Pascal Rigaux | 2002-07-20 | 1 | -2/+2 | |
| | ||||||
* | (devfssymlinkf): use devfs names for devfs/conf.d/xxx.conf, but not for the | Pascal Rigaux | 2002-07-20 | 1 | -5/+6 | |
| | | | | | symlink in /dev (which is used when devfs is not) | |||||
* | devfssymlinkf doesn't have any return value, so don't check it | Pascal Rigaux | 2002-07-20 | 2 | -5/+3 | |
| | ||||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-19 | 1 | -0/+55 | |
| | ||||||
* | reduce "Use of uninitialized value" in a heavy used place | Pascal Rigaux | 2002-07-19 | 1 | -1/+3 | |
| | | | | | (useful when debugging) | |||||
* | - reorganize monitor tree | Pascal Rigaux | 2002-07-19 | 1 | -39/+58 | |
| | | | | | | | | - merge XF3 & XF4 server/module choosing - replace {eide} by {EISA_ID} (=> {monitor} cleanup) - ensure a few "Cancel" are more better handled - ensure the default monitor in the monitor tree is the last chosen one | |||||
* | read monitor's VendorName & ModelName | Pascal Rigaux | 2002-07-19 | 1 | -0/+4 | |
| | ||||||
* | - fix good_default_monitor (must not be 1600x1200!) | Pascal Rigaux | 2002-07-19 | 1 | -2/+3 | |
| | | | | | - add r128 & radeon in XF4 drivers list | |||||
* | (devfssymlinkf): try devices::to_devfs when devfs_device is not provided | Pascal Rigaux | 2002-07-19 | 1 | -1/+5 | |
| | ||||||
* | add functions to_devfs and from_devfs. These only work for devices entries | Pascal Rigaux | 2002-07-19 | 1 | -0/+35 | |
| | | | | | which can go devfs -> normal and normal -> devfs | |||||
* | (devfssymlinkf): use devfs_device instead of device when available | Pascal Rigaux | 2002-07-19 | 2 | -6/+7 | |
| | ||||||
* | help perl_checker | Pascal Rigaux | 2002-07-19 | 1 | -1/+1 | |
| | ||||||
* | handling devfs names for cdrom/hds on ide/scsi (needs testing) | Pascal Rigaux | 2002-07-19 | 2 | -11/+43 | |
| | ||||||
* | make progress bar more appropriate. | Francois Pons | 2002-07-19 | 1 | -1/+1 | |
| | ||||||
* | reduce progress bar width. | Francois Pons | 2002-07-19 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-19 | 1 | -0/+103 | |
| | ||||||
* | partly cleanup monitor re-configuration (work in progress) | Pascal Rigaux | 2002-07-19 | 1 | -15/+16 | |
| | ||||||
* | fix default_monitors to adapt new MonitorsDB | Pascal Rigaux | 2002-07-19 | 1 | -3/+3 | |
| | ||||||
* | (readCardsDB): add handling BAD_FB_RESTORE & BAD_FB_RESTORE_XF3 | Pascal Rigaux | 2002-07-19 | 1 | -1/+3 | |
| | ||||||
* | select default_packages directly during setPackages. | Francois Pons | 2002-07-19 | 1 | -0/+1 | |
| | ||||||
* | make sure unselectMostPackages is called (so that changes in default_packages | Francois Pons | 2002-07-19 | 1 | -1/+1 | |
| | | | | | are taken into account... but is may be any changes here ?). | |||||
* | revert changes so that DrakX work again. | Francois Pons | 2002-07-19 | 1 | -0/+70 | |
| | ||||||
* | - check if speedtouch_mgmt exist before installing it | Damien Chaumette | 2002-07-19 | 1 | -1/+1 | |
| | ||||||
* | use lilo-bmp2mdk which is now in path | Pascal Rigaux | 2002-07-19 | 1 | -2/+1 | |
| | ||||||
* | fix typo on what_provides (for pitchounette :-)). | Francois Pons | 2002-07-19 | 1 | -1/+1 | |
| | ||||||
* | fix typo on last commit. | Francois Pons | 2002-07-19 | 1 | -1/+1 | |
| | ||||||
* | added what_provides. | Francois Pons | 2002-07-19 | 1 | -0/+6 | |
| | ||||||
* | added what_provides. | Francois Pons | 2002-07-19 | 1 | -0/+5 | |
| | ||||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-19 | 1 | -0/+165 | |
| | ||||||
* | - remove any msec related functions | Christian Belisle | 2002-07-19 | 1 | -70/+0 | |
| | | | | | - remove 'use security::msec' | |||||
* | - don't write XF86Config when no {card}{server} | Pascal Rigaux | 2002-07-19 | 1 | -9/+11 | |
| | | | | | | | | | - don't write XF86Config-4 when no {card}{driver} - workaround mixing values from existing config and cardConfigurationAuto() - fix asking VideoRam - fix device0 in XF86Config | |||||
* | nicer error message when {val} is not set for ask_from & list | Pascal Rigaux | 2002-07-19 | 1 | -0/+1 | |
| | ||||||
* | rename $i in $X (to have the same as Xconfigurator.pm) | Pascal Rigaux | 2002-07-19 | 1 | -6/+6 | |
| |