Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better messages | Thierry Vignaud | 2009-10-29 | 1 | -2/+4 |
| | |||||
* | (schedule_warn_about_switch) '/var/run/harddrake_swithed_to_free_driver' is ↵ | Thierry Vignaud | 2009-10-29 | 1 | -1/+0 |
| | | | | unused | ||||
* | (schedule_warn_about_switch,notify-x11-free-driver-switch) explain why | Thierry Vignaud | 2009-10-29 | 1 | -5/+6 |
| | | | | xorg driver was reconfigured | ||||
* | translate reason (needed for next commit) | Thierry Vignaud | 2009-10-29 | 1 | -2/+2 |
| | |||||
* | split out reason (needed for next commit) | Thierry Vignaud | 2009-10-29 | 1 | -3/+4 |
| | |||||
* | fix detecting nvidia71xx and nvidia96xx nvidia proprietary driver when | Thierry Vignaud | 2009-10-29 | 1 | -1/+1 |
| | | | | checking if current xorg driver still supports current card | ||||
* | auto reconfigure x11 only on first time default driver have changed | Thierry Vignaud | 2009-10-28 | 1 | -0/+6 |
| | |||||
* | do not auto reconfigure if more than one graphic card (rationale: the | Thierry Vignaud | 2009-10-28 | 1 | -0/+3 |
| | | | | code is not ready to handle that yet) | ||||
* | default 'AUTORECONFIGURE_RIGHT_XORG_DRIVER' to 'yes' on upgrade (where | Thierry Vignaud | 2009-10-28 | 1 | -0/+3 |
| | | | | config file has been altered by user and thus new entries do not appear) | ||||
* | enable to disable reconfiguring to default driver through | Thierry Vignaud | 2009-10-28 | 1 | -0/+2 |
| | | | | | AUTORECONFIGURE_RIGHT_XORG_DRIVER in /etc/sysconfig/harddrake2/service.conf | ||||
* | (find_xorg_driver) split it out of switch_x_driver() | Thierry Vignaud | 2009-10-28 | 1 | -3/+9 |
| | |||||
* | (switch_x_driver) do not reconfigure to default driver if it's not installed | Thierry Vignaud | 2009-10-28 | 1 | -0/+7 |
| | |||||
* | fix detecting nvidia proprietary driver when checking if current xorg | Thierry Vignaud | 2009-10-28 | 1 | -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 currently | Thierry Vignaud | 2009-10-28 | 1 | -5/+8 |
| | | | | supported driver for the card for drivers other than ATI & NVidia too | ||||
* | split devices listing (needed for next commits) | Thierry Vignaud | 2009-10-28 | 1 | -1/+4 |
| | |||||
* | (switch_x_driver) nicer message | Thierry Vignaud | 2009-10-28 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2009-10-27 | 1 | -1/+1 |
| | |||||
* | (switch_x_driver) explain why we switch driver in explanations | Thierry Vignaud | 2009-10-27 | 1 | -4/+5 |
| | |||||
* | reconfigure X11 driver if current X11 driver is neither one of | Thierry Vignaud | 2009-10-27 | 1 | -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 (needed | Thierry Vignaud | 2009-10-27 | 1 | -6/+15 |
| | | | | for next commits) | ||||
* | keep around device (needed for next commits) | Thierry Vignaud | 2009-10-27 | 1 | -1/+3 |
| | |||||
* | explain | Thierry Vignaud | 2009-10-27 | 1 | -0/+1 |
| | |||||
* | rename 'new_driver' as old_driver' (more meaningfull) | Thierry Vignaud | 2009-10-27 | 1 | -3/+3 |
| | |||||
* | service_harddrake: allow to force screen resolution using ↵ | Olivier Blin | 2009-10-16 | 1 | -1/+1 |
| | | | | RESOLUTION_WANTED=XxY in /etc/sysconfig/harddrake2/service.conf | ||||
* | harddrake: allow to skip XFdrake framebuffer setup (and thus splash removal) ↵ | Olivier Blin | 2009-09-14 | 1 | -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 Blin | 2009-04-21 | 1 | -1/+4 |
| | | | | listed in pcitable, #43870) | ||||
* | do not try to add media to /etc/fstab (#49621) | Thierry Vignaud | 2009-04-08 | 1 | -11/+2 |
| | |||||
* | prevent wrongly notifying we switched from proprietary to free driver | Thierry Vignaud | 2009-02-25 | 1 | -1/+1 |
| | | | | | (anssi, #41969) (regression introduced in r248278 on 16 October 2008) | ||||
* | do not backup xorg.conf if we won't change the driver | Thierry Vignaud | 2008-10-16 | 1 | -3/+4 |
| | |||||
* | do not try to run drakbug | Thierry Vignaud | 2008-09-23 | 1 | -0/+2 |
| | |||||
* | harddrake: auto-configure floppies | Olivier Blin | 2008-09-23 | 1 | -0/+2 |
| | |||||
* | service_harddrake: adapt kernel modaliases that are not valid anymore | Olivier Blin | 2008-09-01 | 1 | -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 info | Olivier Blin | 2008-09-01 | 1 | -1/+2 |
| | |||||
* | read harddrake config earlier | Olivier Blin | 2008-09-01 | 1 | -11/+9 |
| | |||||
* | keep full kernel version and use another variable for kernel major | Olivier Blin | 2008-09-01 | 1 | -3/+3 |
| | |||||
* | service_harddrake: handle nvidia173.ko (proprietary 173.14.xx series) | Anssi Hannula | 2008-06-19 | 1 | -1/+1 |
| | |||||
* | fix detecting modules installed in new dkms locations (/dkms and ↵ | Olivier Blin | 2008-04-03 | 1 | -2/+2 |
| | | | | /dkms-binary) instead of /kernel | ||||
* | notify when harddrake switched to free video driver (#39164) | Olivier Blin | 2008-03-21 | 1 | -0/+1 |
| | |||||
* | backup xorg.conf before falling back to safe driver (#37182) | Thierry Vignaud | 2008-01-25 | 1 | -0/+1 |
| | |||||
* | remove unused class argument (the caller already checks the class) | Olivier Blin | 2008-01-02 | 1 | -2/+2 |
| | |||||
* | rename is_auto_configurable_media as is_auto_configurable_class since it ↵ | Olivier Blin | 2008-01-02 | 1 | -1/+1 |
| | | | | just compares class names | ||||
* | fix typo | Olivier Blin | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | rename media auto configuration functions (and restore old is_removable) | Olivier Blin | 2007-09-21 | 1 | -3/+3 |
| | |||||
* | Add fglrx-hd2000.ko into ATI Radeon module name list. | Anssi Hannula | 2007-09-15 | 1 | -1/+1 |
| | |||||
* | drop snd-usb-audio blacklist, now done with a modprobe.d file | Olivier Blin | 2007-09-11 | 1 | -7/+0 |
| | |||||
* | - harddrake: | Pascal Rigaux | 2007-08-08 | 1 | -1/+1 |
| | | | | | o handle nvidia-current.ko (Anssi Hannula) | ||||
* | rename $done as $new_driver | Thierry Vignaud | 2007-07-04 | 1 | -4/+4 |
| | |||||
* | factorize code handling switch for both ati & nvidia | Thierry Vignaud | 2007-07-04 | 1 | -23/+18 |
| | |||||
* | kill doble "require Xconfig::card" | Thierry Vignaud | 2007-07-04 | 1 | -1/+0 |
| | |||||
* | log right driver we're switching to from fglrx | Thierry Vignaud | 2007-07-04 | 1 | -1/+1 |
| |