Guest User

/boot/loader.conf

a guest
Oct 12th, 2010
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. # show the old beastie logo
  2. loader_logo="beastie"
  3.  
  4. ## Hardware Tweaks
  5.  
  6. # Kein Strom fuer Geraete ohne Treiber
  7. hw.pci.do_power_nodriver=3
  8.  
  9. # Kein Throtteling (braucht Strom und blockiert C2)
  10. hint.acpi_throttle.0.disabled=1
  11.  
  12. # p4tcc ist ein Intel-Relikt aus Netburstzeiten
  13. hint.p4tcc.0.disabled=1
  14. hint.p4tcc.1.disabled=1
  15.  
  16. # APIC Timers blockieren C3
  17. hint.apic.0.clock=0
  18.  
  19. # 100 Ticks reichen aus und sind stromsparender als 1000
  20. kern.hz=100
  21.  
  22. # Agressives Powermanagement fuer SATA
  23. hint.ahcich.0.pm_level=5
  24. hint.ahcich.1.pm_level=5
  25.  
  26. # Soundkarte
  27. hint.hdac.0.cad0.nid22.config="as=1 seq=15 device=Headphones"
  28. hint.hdac.0.cad0.nid26.config="as=1 seq=0 device=Line-Out"
  29.  
  30. # Equalizer
  31. hint.pcm.0.eq=1
  32.  
  33.  
  34. ## Treiber
  35.  
  36. # wifi kram
  37. if_wpi_load="YES"
  38.  
  39. # (ibm) power management
  40. acpi_load="YES"
  41. acpi_ibm_load="YES"
  42.  
  43. # sound
  44. snd_hda_load="YES"
  45.  
  46. # USB
  47. usb_load="YES"
  48. ehci_load="YES"
  49. uhci_load="YES"
  50. ums_load="YES"
  51. umass_load="YES"
  52. ukbd_load="YES"
Advertisement
Add Comment
Please, Sign In to add comment