# # please add local extensions to this file # # Radeon requires intel_agp, but the dependency is not obvious. # Shouldn't that be ati-agp since we have an ATI chipset? install radeon /sbin/modprobe ati-agp ; /sbin/modprobe --ignore-install radeon remove radeon /sbin/modprobe -r --ignore-remove radeon ; /sbin/modprobe -r ati-agp # Ditto for fglrx (ATI FireGL module) install fglrx /sbin/modprobe ati-agp ; /sbin/modprobe --ignore-install fglrx remove fglrx /sbin/modprobe -r --ignore-remove fglrx ; /sbin/modprobe -r ati-agp # Formerly uhci-hcd wasn't getting loaded. We now automatically get # uhci-hcd (USB1, 2 MHz), ehci-hcd (USB2, 480 MHz), and ohci-hcd-1394 # (Firewire). All are needed. Don't mess. # Suppress installation of hw_random. Inspiron 4100 and 6000d have a chipset # that *might* have the random number generator, but it actually doesn't. install hw_random /bin/true # psmouse MUST be loaded before evdev, otherwise it cannot attach the # Alps touchpad. (This is a crock.) options psmouse proto=any install evdev /sbin/modprobe psmouse ; /sbin/modprobe --ignore-install evdev remove evdev /sbin/modprobe -r --ignore-remove evdev ; /sbin/modprobe -r psmouse