Search results for query: hint.acpi_throttle.0.disabled="0"

  1. The following words were not included in your search because they are too short, too long, or too common: 0, 0
  1. vermaden

    ZFS: write performance challenges

    /boot/loader.conf # boot delay autoboot_delay="1" # modules zfs_load="YES" aio_load="YES" geom_mirror_load="YES" ahci_load="YES" coretemp_load="YES" snd_hda_load="YES" vboxdrv_load="YES" vboxnetflt_load="YES" # firefox HTML5 fix sem_load="YES" # zfs tuning vfs.zfs.arc_max=1024M...
  2. M

    Enhanced speedstep on Xeon X5470?

    I don't see any reason to disable est. Instead I would recommend to disable throttling control with: hint.p4tcc.0.disabled=1 hint.acpi_throttle.0.disabled=1
  3. G

    Solved [Solved] powerd on a HP 6735s notebook

    Maybe Solution Hi. Maybe this is the solution.(workaround?) just write hint.acpi_throttle.0.disabled="1" in /boot/loader.conf and reboot
  4. G

    Solved [Solved] powerd on a HP 6735s notebook

    also, Hi thuglife. my suggestions of solution are, 1) BIOS update? 2) one by one setting sysctl dev.cpu.0.freq=2000 sysctl dev.cpu.0.freq=1750 sysctl dev.cpu.0.freq=1500 sysctl dev.cpu.0.freq=1250 sysctl dev.cpu.0.freq=1000 sysctl dev.cpu.0.freq=875 sysctl dev.cpu.0.freq=750...
  5. G

    Solved [Solved] powerd on a HP 6735s notebook

    Hi thuglife. your sysctl dev.cpu.0.freq_levels is dev.cpu.0.freq_levels: 2000/15620 1750/13667 1500/11715 1250/9762 1000/5605 875/4904 750/4203 625/3503 500/2320 437/2030 375/1740 312/1450 250/1160 187/870 125/580 62/290 so, 62MHz is very slow. So, please write...
  6. vermaden

    The Laptop/Notebook thread

    Minimum and Maximum (with small patch) values can be set in /etc/sysctl.conf for the CPU, there are also other options to save a lot of power, check these: http://daemonforums.org/showthread.php?t=2382 http://wiki.freebsd.org/TuningPowerConsumption Windows XP would scale that CPU with...
  7. vermaden

    HOWTO: FreeBSD CPU Scaling and Power Saving

    @richardpl You are right of course, it was that setting in /boot/loader.conf: hint.acpi_throttle.0.disabled=1, I will update "bug" info right now.
Back
Top