summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
Commit message (Collapse)AuthorAgeFilesLines
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* remove debug statementThierry Vignaud2010-06-071-3/+0
|
* fix translating reasons for 2nd stage warning when we change the driverThierry Vignaud2010-06-051-0/+10
| | | | | (warning: needs further fix in notify-x11-free-driver-switch for UTF-8 encoding of the cat_()ed message)
* improve X reconfiguration in service_harddrakeChristophe Fergeau2010-05-261-7/+29
| | | | | | | | It used to regenerate xorg.conf when ldetect-lst has a new driver for the in-use video card and when the current driver isn't vesa or fbdev. However when migrating to a new distro, a card that used to use vesa or fbdev might be working with a better driver, so when product.id is newer than xorg.conf, regenerate it too
* Remove 'Disable "dri"' from xorg.conf if nouveau is usedPaulo Ricardo Zanoni2010-04-071-7/+19
| | | | | | Without this, after the upgrade from 2010.0 to 2010.1 X won't start if nv or nouveau was configured
* harddrake service: do not try to reconfigure xorg driver and crashOlivier Blin2009-10-301-1/+3
| | | | | if /etc/X11/xorg does not exist (breaks One startup)
* better X.org phrasingThierry Vignaud2009-10-291-1/+1
|
* better messagesThierry Vignaud2009-10-291-2/+4
|
* (schedule_warn_about_switch) '/var/run/harddrake_swithed_to_free_driver' is ↵Thierry Vignaud2009-10-291-1/+0
| | | | unused
* (schedule_warn_about_switch,notify-x11-free-driver-switch) explain whyThierry Vignaud2009-10-291-5/+6
| | | | xorg driver was reconfigured
* translate reason (needed for next commit)Thierry Vignaud2009-10-291-2/+2
|
* split out reason (needed for next commit)Thierry Vignaud2009-10-291-3/+4
|
* fix detecting nvidia71xx and nvidia96xx nvidia proprietary driver whenThierry Vignaud2009-10-291-1/+1
| | | | checking if current xorg driver still supports current card
* auto reconfigure x11 only on first time default driver have changedThierry Vignaud2009-10-281-0/+6
|
* do not auto reconfigure if more than one graphic card (rationale: theThierry Vignaud2009-10-281-0/+3
| | | | code is not ready to handle that yet)
* default 'AUTORECONFIGURE_RIGHT_XORG_DRIVER' to 'yes' on upgrade (whereThierry Vignaud2009-10-281-0/+3
| | | | config file has been altered by user and thus new entries do not appear)
* enable to disable reconfiguring to default driver throughThierry Vignaud2009-10-281-0/+2
| | | | | AUTORECONFIGURE_RIGHT_XORG_DRIVER in /etc/sysconfig/harddrake2/service.conf
* (find_xorg_driver) split it out of switch_x_driver()Thierry Vignaud2009-10-281-3/+9
|
* (switch_x_driver) do not reconfigure to default driver if it's not installedThierry Vignaud2009-10-281-0/+7
|
* fix detecting nvidia proprietary driver when checking if current xorgThierry Vignaud2009-10-281-0/+4
| | | | | | | driver still supports current card (#54943) rationale: nvidia proprietary driver in ldetect-lst can be 'nvidia173', rnvidia-current', ... but really is just 'nvidia' in xorg.conf
* reconfigure X11 driver if current X11 driver is neither one of currentlyThierry Vignaud2009-10-281-5/+8
| | | | supported driver for the card for drivers other than ATI & NVidia too
* split devices listing (needed for next commits)Thierry Vignaud2009-10-281-1/+4
|
* (switch_x_driver) nicer messageThierry Vignaud2009-10-281-1/+1
|
* perl_checker cleanupThierry Vignaud2009-10-271-1/+1
|
* (switch_x_driver) explain why we switch driver in explanationsThierry Vignaud2009-10-271-4/+5
|
* reconfigure X11 driver if current X11 driver is neither one ofThierry Vignaud2009-10-271-1/+20
| | | | | currently supported driver for the card, nor a legacy driver ('fbdev' or 'vesa')
* (schedule_warn_about_switch, switch_x_driver) split them out (neededThierry Vignaud2009-10-271-6/+15
| | | | for next commits)
* keep around device (needed for next commits)Thierry Vignaud2009-10-271-1/+3
|
* explainThierry Vignaud2009-10-271-0/+1
|
* rename 'new_driver' as old_driver' (more meaningfull)Thierry Vignaud2009-10-271-3/+3
|
* service_harddrake: allow to force screen resolution using ↵Olivier Blin2009-10-161-1/+1
| | | | RESOLUTION_WANTED=XxY in /etc/sysconfig/harddrake2/service.conf
* harddrake: allow to skip XFdrake framebuffer setup (and thus splash removal) ↵Olivier Blin2009-09-141-1/+1
| | | | if SETUP_FB is set to "no" in /etc/sysconfig/harddrake2/service.conf
* do not crash if loading new drivers fails (happened with amd64_agp wrongly ↵Olivier Blin2009-04-211-1/+4
| | | | listed in pcitable, #43870)
* do not try to add media to /etc/fstab (#49621)Thierry Vignaud2009-04-081-11/+2
|
* prevent wrongly notifying we switched from proprietary to free driverThierry Vignaud2009-02-251-1/+1
| | | | | (anssi, #41969) (regression introduced in r248278 on 16 October 2008)
* do not backup xorg.conf if we won't change the driverThierry Vignaud2008-10-161-3/+4
|
* do not try to run drakbugThierry Vignaud2008-09-231-0/+2
|
* harddrake: auto-configure floppiesOlivier Blin2008-09-231-0/+2
|
* service_harddrake: adapt kernel modaliases that are not valid anymoreOlivier Blin2008-09-011-1/+7
| | | | | | in modprobe.conf when booting a new kernel, this should fix migration from e1000 to e1000e and from iwl4965 to iwlagn (#41248)
* use a variable to store first run infoOlivier Blin2008-09-011-1/+2
|
* read harddrake config earlierOlivier Blin2008-09-011-11/+9
|
* keep full kernel version and use another variable for kernel majorOlivier Blin2008-09-011-3/+3
|
* service_harddrake: handle nvidia173.ko (proprietary 173.14.xx series)Anssi Hannula2008-06-191-1/+1
|
* fix detecting modules installed in new dkms locations (/dkms and ↵Olivier Blin2008-04-031-2/+2
| | | | /dkms-binary) instead of /kernel
* notify when harddrake switched to free video driver (#39164)Olivier Blin2008-03-211-0/+1
|
* backup xorg.conf before falling back to safe driver (#37182)Thierry Vignaud2008-01-251-0/+1
|
* remove unused class argument (the caller already checks the class)Olivier Blin2008-01-021-2/+2
|
* rename is_auto_configurable_media as is_auto_configurable_class since it ↵Olivier Blin2008-01-021-1/+1
| | | | just compares class names
* fix typoOlivier Blin2008-01-021-1/+1
|
* rename media auto configuration functions (and restore old is_removable)Olivier Blin2007-09-211-3/+3
|