summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
Commit message (Collapse)AuthorAgeFilesLines
* service_harddrake: allow to force screen resolution using ↵Olivier Blin2009-10-161-2/+4
| | | | RESOLUTION_WANTED=XxY in /etc/sysconfig/harddrake2/service.conf
* harddrake: allow to skip XFdrake framebuffer setup (and thus splash removal) ↵Olivier Blin2009-09-141-2/+2
| | | | if SETUP_FB is set to "no" in /etc/sysconfig/harddrake2/service.conf
* fix detecting some memory card readers as unknownThierry Vignaud2009-09-141-1/+1
|
* Call common::symlinkf_update_alternatives rather than the broken ↵Colin Guthrie2009-09-011-1/+1
| | | | common::set_alternative version. Refs mdv#53243 and mdv#53344
* draksound: Add support for soundprofiles using update-alternativesColin Guthrie2009-08-161-32/+10
| | | | draksound: Drop support for alsa->pulse redirection option (it's too niche and confusing - and doesn't work nicely with sound profiles)
* draksound: Correctly enable/disable glitchfree on both hal and udev ↵Colin Guthrie2009-08-141-7/+4
| | | | detection modules.
* (is_pulseaudio_glitchfree_enabled) handle udev-detect module too (new PA)Thierry Vignaud2009-07-231-1/+1
|
* fix detecting scannersThierry Vignaud2009-04-281-1/+1
|
* (is_pulseaudio_glitchfree_enabled,set_pulseaudio_glitchfree) enable to ↵Thierry Vignaud2009-04-141-0/+28
| | | | enable/disable glitch-free feature of PA
* perl_checker cleanupThierry Vignaud2009-04-141-1/+1
|
* rename $disabling_routing as $disabling (will be reused in next commits)Thierry Vignaud2009-04-141-4/+4
|
* fix listing some ATA (eg: pata_marvell) devices as unknownThierry Vignaud2009-04-141-1/+1
|
* (set_media_auto_configurator,set_media_remover) kill them (now useless)Thierry Vignaud2009-04-081-10/+0
|
* (is_auto_configurable_class) kill it (now useless)Thierry Vignaud2009-04-081-1/+0
|
* do not check anymore for disks on startupThierry Vignaud2009-04-081-1/+1
|
* when device has no description, use vendor string (and do not use defined() ↵Thierry Vignaud2009-04-071-2/+2
| | | | as we don't care about empty strings)
* list card readers as system components instead of unknows devicesThierry Vignaud2009-04-071-2/+2
|
* all "gpsca*" driven devices are webcamThierry Vignaud2009-03-051-1/+2
|
* revert latest commit (useless since do_pkgs already do it)Thierry Vignaud2009-02-161-1/+1
|
* (switch) make sure package presence test can succeed in installer,Thierry Vignaud2009-02-161-1/+2
| | | | | thus making this faster
* fix paths for installer (#47871)Thierry Vignaud2009-02-161-1/+1
|
* (set_PA_autospan, write_config) disable auto spawning when diasbling PA (#47258)Thierry Vignaud2009-01-261-0/+16
|
* fix displaying in proper category sound coprocessor & misc ACPI event keys ↵Thierry Vignaud2009-01-061-2/+2
| | | | NEWS harddrake
* perl_checker cleanupsThierry Vignaud2008-12-101-5/+5
|
* normalize device IDs for devices cthat came from mouse.pm in order toThierry Vignaud2008-12-091-0/+9
| | | | | | track input devices whose format name differs between ldetect & mouse.pm (hexa vs base10)
* no need to probe input devices thrice (they are already listed inThierry Vignaud2008-12-091-6/+8
| | | | | | @devices through detect_devices::probe_all() -> getInputDevices_and_usb() -> getInputDevices())
* (pciusb_id) try harder to find duplicates: ignore description for USBThierry Vignaud2008-12-091-1/+2
| | | | | | devices (especially usefull in order to track eg: input devices whose name differs between ldetect & mouse.pm)
* (pciusb_id) try harder to find duplicates: ignore pci bus & functionThierry Vignaud2008-12-091-1/+1
| | | | | for USB devices (especially usefull in order to track eg: input devices)
* (pciusb_id) try harder to find duplicates: ignore case (b/c bus can beThierry Vignaud2008-12-091-1/+1
| | | | | either 'USB' or 'usb' (eg: input devices)
* (pciusb_id) split out fields list (needed for next commits)Thierry Vignaud2008-12-091-1/+2
|
* do not sduplicated hardware as unknown (#46242): track duplicated input devicesThierry Vignaud2008-12-091-2/+2
|
* do not show duplicated hardware as unknown (#46242): * list PC Speaker as ↵Thierry Vignaud2008-12-091-1/+2
| | | | sound card
* do not list PATA controllers as SATA (alternative would be to justThierry Vignaud2008-12-041-2/+3
| | | | | list all ATA controllers together)
* service_harddrake: enable/disable apmd if neededOlivier Blin2008-10-011-0/+1
|
* harddrake: auto-configure floppiesOlivier Blin2008-09-231-0/+5
|
* do not use anymore printerdrake and thus do not detect printers anymoreThierry Vignaud2008-09-151-1/+1
|
* better style (#41358)Thierry Vignaud2008-09-091-1/+1
|
* service_harddrake: adapt kernel modaliases that are not valid anymoreOlivier Blin2008-09-011-0/+25
| | | | | | in modprobe.conf when booting a new kernel, this should fix migration from e1000 to e1000e and from iwl4965 to iwlagn (#41248)
* (configure_one_sound_slot) do not set snd-ac97-codec's "power_save=1"Thierry Vignaud2008-06-161-1/+2
| | | | | options on MIPS
* service_harddrake: fix autoconfiguration of harddisks (because an undefined ↵Olivier Blin2008-05-301-2/+2
| | | | configurator will make harddrake skip all disks)
* service_harddrake: fix kbluetooth config pathOlivier Blin2008-05-301-1/+1
|
* service_harddrake: do not allow fbdev if /proc/fb is emptyOlivier Blin2008-05-301-1/+1
|
* (set_pulseaudio_routing) be more robust when managingThierry Vignaud2008-05-201-2/+2
| | | | | /etc/alsa/pulse-default.conf
* (switch) advise to log out if PA is enabled/disabledThierry Vignaud2008-05-131-0/+6
|
* (switch) remove typo fix from last commit that was here for debuggingThierry Vignaud2008-05-131-1/+1
|
* (switch) make sure that switch alsa-plugins-pulseaudio is installedThierry Vignaud2008-05-131-0/+4
| | | | | when enabling PA routing (#40533)
* (switch) grey 5.1 sound option if PA is disabledThierry Vignaud2008-05-131-0/+1
|
* (switch) grey PA routing if PA is disabledThierry Vignaud2008-05-091-0/+1
|
* disable PA routing when PA is disabled (#40219)Thierry Vignaud2008-05-091-1/+1
|
* do not offer to run XawTV wrapper but directly run drakxtv (sinceThierry Vignaud2008-03-311-1/+1
| | | | | | | xawtv is no more installed by default and since there's no sense to scan for TV channels as root and since modern TV apps have their own scan wizards)