Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # show the old beastie logo
- loader_logo="beastie"
- ## Hardware Tweaks
- # Kein Strom fuer Geraete ohne Treiber
- hw.pci.do_power_nodriver=3
- # Kein Throtteling (braucht Strom und blockiert C2)
- hint.acpi_throttle.0.disabled=1
- # p4tcc ist ein Intel-Relikt aus Netburstzeiten
- hint.p4tcc.0.disabled=1
- hint.p4tcc.1.disabled=1
- # APIC Timers blockieren C3
- hint.apic.0.clock=0
- # 100 Ticks reichen aus und sind stromsparender als 1000
- kern.hz=100
- # Agressives Powermanagement fuer SATA
- hint.ahcich.0.pm_level=5
- hint.ahcich.1.pm_level=5
- # Soundkarte
- hint.hdac.0.cad0.nid22.config="as=1 seq=15 device=Headphones"
- hint.hdac.0.cad0.nid26.config="as=1 seq=0 device=Line-Out"
- # Equalizer
- hint.pcm.0.eq=1
- ## Treiber
- # wifi kram
- if_wpi_load="YES"
- # (ibm) power management
- acpi_load="YES"
- acpi_ibm_load="YES"
- # sound
- snd_hda_load="YES"
- # USB
- usb_load="YES"
- ehci_load="YES"
- uhci_load="YES"
- ums_load="YES"
- umass_load="YES"
- ukbd_load="YES"
Advertisement
Add Comment
Please, Sign In to add comment