summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* Add fglrx-hd2000.ko into ATI Radeon module name list.Anssi Hannula2007-09-151-1/+1
|
* drop snd-usb-audio blacklist, now done with a modprobe.d fileOlivier Blin2007-09-111-7/+0
|
* - harddrake:Pascal Rigaux2007-08-081-1/+1
| | | | | o handle nvidia-current.ko (Anssi Hannula)
* rename $done as $new_driverThierry Vignaud2007-07-041-4/+4
|
* factorize code handling switch for both ati & nvidiaThierry Vignaud2007-07-041-23/+18
|
* kill doble "require Xconfig::card"Thierry Vignaud2007-07-041-1/+0
|
* log right driver we're switching to from fglrxThierry Vignaud2007-07-041-1/+1
|
* more consise code; only one regexpThierry Vignaud2007-07-041-21/+12
|
* be stricter (do not bother switch from "nv" to "nv")Thierry Vignaud2007-07-041-1/+1
|