summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/XFdrake
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-97/+0
|
* drop setting $_ (unused)Pascal Rigaux2005-06-031-2/+0
|
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
|
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
|
* put X conf read in Xconfig::mainPascal Rigaux2005-03-221-2/+2
|
* factorize code in ask_window_manager_to_logout_then_do()Pascal Rigaux2005-02-181-15/+1
|
* make perl_checker happyPascal Rigaux2005-01-161-1/+1
|
* for Driver fbdev, rework to allow configuring vga= in bootloader and telling ↵Pascal Rigaux2005-01-161-2/+9
| | | | to reboot instead of restarting X server (now i simply need to configure bootloader in Xconfig::main::write() when need_reboot)
* fix Xconfig::default::configure() usePascal Rigaux2004-12-231-1/+1
|
* "XFdrake --auto" is now fully auto using auto_install configuration instead ↵Pascal Rigaux2004-12-231-1/+1
| | | | of "as much auto as can be"
* - don't ask X to restart in auto modePascal Rigaux2004-12-231-2/+2
| | | | | - set exit status to 1 when configuration failed (esp. auto mode)
* replaced XFree86 and XFree with Xorg (bugzilla #10531)Pascal Rigaux2004-08-051-1/+1
|
* XFdrake doesn't modify modules_conf! (or does it?)Pascal Rigaux2004-07-211-2/+0
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
| | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
| | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version
* switch to xorgPascal Rigaux2004-06-081-1/+1
|
* not needed for Lacie, so removingPascal Rigaux2004-04-271-1/+0
|
* handle --autoThierry Vignaud2004-04-231-0/+1
|
* no more global icon in XFdrakePascal Rigaux2004-02-191-1/+1
|
* handle allowNVIDIA_rpms & allowATI_rpms directly in ↵Pascal Rigaux2004-02-091-3/+1
| | | | Xconfig::card::install_server
* make XFdrake startup be instantenous for non nv|ati cards (allowNVIDIA_rpms andThierry Vignaud2004-02-081-2/+2
| | | | | allowATI_rpms tests used to cost us 99% of the long startup time of XFdrake:-()
* update copyright noticesThierry Vignaud2004-01-221-1/+1
|
* perl_checker compliancePascal Rigaux2004-01-061-1/+1
|
* - call any::ask_window_manager_to_logout() after forking so that exit ↵Pascal Rigaux2003-09-151-3/+5
| | | | | | | | doesn't happen before it is done (otherwise it can loose Xauth access) - fix checking config_changed (it can be string 'config_changed' or the new $raw_X)
* added nplanel patch for ATI proprietary drivers.Francois Pons2003-09-101-0/+1
|
* Xdrakres is "XFdrake resolution" not simply "XFdrake"Pascal Rigaux2003-09-081-0/+1
|
* more newbie-friendly message:Pascal Rigaux2003-08-111-1/+1
| | | | | | | "You need to log out and back in again for changes to take effect" instead of "Please relog into %s to activate the changes" (as suggested on cooker, thanks!)
* fix for newer commercial kernel module package name.Francois Pons2003-03-121-1/+1
|
* moved prioprietary NVIDIA code support to generic prioprietary support in ↵Francois Pons2003-03-061-37/+2
| | | | standalone.pm.
* - clean up embedding; since socket automatically emit plug-added gtk+ signalThierry Vignaud2003-02-241-3/+0
| | | | | | | | | | when plug is realize, it's just cleaner to centralize/consolidate the child embedding in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR2', $::CCPID;" - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw
* - clean up embedding; since socket get automatically destroyed on child exitThierry Vignaud2003-02-241-4/+1
| | | | | | | | | | and since they emit plug-removed at that moment, it's just cleaner to centralize/consolidate the child exit in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR1', $::CCPID;" - drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment
* simplify and factorizePascal Rigaux2003-01-101-11/+1
| | | | | (now works on 1.upgrade 2.install 3.install + change existing config)
* be more perl_checker compliantPascal Rigaux2002-12-061-1/+1
|
* - standalone.pm :Thierry Vignaud2002-11-181-12/+1
| | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option
* update copyright yearsThierry Vignaud2002-11-181-1/+1
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-2/+2
|
* fix typoPascal Rigaux2002-11-061-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-2/+3
| | | | | | | | | | | | | | | | | | | 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!
* fixed no translation for XFdrake (pixel idea).Francois Pons2002-09-161-0/+1
|
* correctly set allowFB flagPascal Rigaux2002-09-051-4/+6
|
* use modules::mergein_conf so that USB availability test worksPascal Rigaux2002-08-221-0/+2
|
* when restarting X, don't kill kdm/gdm/xdm, they don't need this (worse, they ↵Pascal Rigaux2002-08-201-1/+1
| | | | don't respawn)
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-051-5/+3
| | | | | (so that 'use strict' works)
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-2/+0
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* - add non-wizard ability to XFdrakePascal Rigaux2002-07-311-2/+13
| | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :)
* use configure_chooser when there is an existing configurationPascal Rigaux2002-07-311-2/+7
|
* make perl_checker happyPascal Rigaux2002-07-291-0/+2
|
* (ask_for_X_restart): make it workPascal Rigaux2002-07-291-3/+4
|