mathiasp

FreeBSD 10 BETA3 loader.conf on my Acer 5553g

Nov 13th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. zfs_load="YES"
  2. amdtemp_load="YES"
  3.  
  4. # find internal graphics card
  5. hw.pci.default_vgapci_unit=0
  6.  
  7. # qt-4-gui (safe values for KDE Plasma, values from some webpage )
  8. kern.ipc.shmall=64786
  9. kern.ipc.shmmni=2048
  10. kern.ipc.shmseg=2048
  11. kern.maxfiles=100000
  12.  
  13. # power tuning
  14. # disable simple throttling, leaving only combined throttling and voltage
  15. hint.p4tcc.0.disable=1
  16. hint.acpi_throttle.0.disabled=1
  17. hint.p4tcc.1.disable=1
  18. hint.acpi_throttle.1.disabled=1
  19. hint.p4tcc.2.disable=1
  20. hint.acpi_throttle.2.disabled=1
  21. hint.p4tcc.3.disable=1
  22. hint.acpi_throttle.3.disabled=1
  23.  
  24. # stop lapic timer from being used, so C1E can be reached
  25. # actually, don't stop it, since apparently only lapic supports tickless kernel?
  26. # hint.apic.0.clock=0
  27. # kern.eventtimer.timer=i8254
  28.  
  29. # stop rtc from being used, saving another 128 interrupts/s per core
  30. hint.atrtc.0.clock=0
  31. # stop unused pci devices from drawing power
  32. hw.pci.do_power_nodriver=3
  33. # reduce sound interrupts
  34. hw.snd.latency=7
  35. # load acpi_call to switch off internal graphics
  36. acpi_call_load="YES"
Add Comment
Please, Sign In to add comment