summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/various.pm
Commit message (Collapse)AuthorAgeFilesLines
* - remove ddcxinfos, replaced by monitor-edid (which is in a separate package)Pascal Rigaux2005-02-281-3/+3
| | | | | | | | | | | | - 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
* move setupFB() in Xconfig, and do it when needed (including when standalone)Pascal Rigaux2005-01-161-0/+23
|
* detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089)Pascal Rigaux2004-10-261-1/+1
|
* - XFdrake can detect a auxmouse which was not detected by mousedrake so we ↵Pascal Rigaux2004-10-071-3/+3
| | | | | | | need to call various_xfree_conf() - this implies adding parameter $do_pkgs to a few functions
* we don't use XF86Config-4 anymorePascal Rigaux2004-08-161-2/+2
|
* s/XFree/Xorg/Pascal Rigaux2004-08-101-3/+3
|
* - adapt prototype of runlevel() to its usePascal Rigaux2004-08-091-6/+5
| | | | | - bootloader::read() needs fstab
* adapt to bootloader functions now using all_hds instead of hdsPascal Rigaux2004-08-051-1/+1
|
* replaced XFree86 and XFree with Xorg (bugzilla #10531)Pascal Rigaux2004-08-051-3/+3
|
* adapt to new bootloader.pmPascal Rigaux2004-06-251-1/+1
|
* you can now configure monitors on heads > 1Pascal Rigaux2004-05-071-4/+6
|
* XFree 3 is gone!Pascal Rigaux2004-05-031-15/+13
|
* handle --autoThierry Vignaud2004-04-231-1/+1
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-1/+1
|
* new perl_checker compliancePascal Rigaux2003-04-171-5/+5
|
* (choose_xdm): allow to switch back from level 5 to level 3Pascal Rigaux2003-03-051-1/+1
|
* (runlevel): fix typoPascal Rigaux2003-03-031-1/+1
|
* fix and some more HelpPascal Rigaux2003-02-131-3/+6
|
* - set_help is deprecatedPascal Rigaux2003-02-131-3/+2
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* (to_string): created, try to shortly describe current configurationPascal Rigaux2003-01-231-0/+7
| | | | | (configure_FB_TVOUT): don't do anything when not using XF4
* have Xfree version at only one placePascal Rigaux2003-01-211-1/+1
| | | | | (nb: it would be better to parse available package and get version from it.)
* (various): in $auto mode, don't ask about tvoutPascal Rigaux2003-01-071-1/+1
|
* move any::runlevel() to Xconfig::various::runlevel()Pascal Rigaux2002-12-291-3/+13
|
* (show_info): drop (unused)Pascal Rigaux2002-12-131-5/+0
|
* - any::runlevel() doesnt need the prefix anymorePascal Rigaux2002-12-021-2/+2
| | | | | - fix use of any:runlevel()
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-17/+17
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* replace a few more 4.2.0 with 4.2.1Pascal Rigaux2002-09-081-1/+1
|
* ensure Xconfig::various::various is called at installPascal Rigaux2002-09-061-1/+2
|
* use the new fsedit::get_hdsPascal Rigaux2002-08-271-1/+1
|
* perl_checker fixesThierry Vignaud2002-08-091-2/+2
|
* (tvout): rough default value for PAL vs NTSCPascal Rigaux2002-08-081-1/+5
|
* (configure_FB_TVOUT): add ModeLines (Florent Beranger says it displays ↵Pascal Rigaux2002-08-081-0/+6
| | | | better with them)
* finish tvout configurationPascal Rigaux2002-08-011-0/+17
|
* make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}")Pascal Rigaux2002-07-311-0/+1
|
* - add non-wizard ability to XFdrakePascal Rigaux2002-07-311-0/+51
| | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :)
* (info): fix displaying depthPascal Rigaux2002-07-311-1/+2
|
* 14 new modules, will it be enough?? :)Pascal Rigaux2002-07-281-0/+58