Skip to content

Instantly share code, notes, and snippets.

@maykonchagas
Forked from maxrp/rc.conf
Created March 24, 2016 20:14
Show Gist options
  • Save maykonchagas/b170716aad95cf99dff0 to your computer and use it in GitHub Desktop.
Save maykonchagas/b170716aad95cf99dff0 to your computer and use it in GitHub Desktop.
FreeBSD 10 confs for a slightly better life on a Lenovo x220
# even if you aren't using ELI, this is a good module to load for SSL, etc.
aesni_load="YES"
# WiFi
iwn6050fw_load="YES"
iwnfw_load="YES"
if_iwn_load="YES"
legal.intel_iwn.license_ack=1
# Enable power saving modes for the Intel i915 chipset
drm.i915.enable_rc6=7
# Set these then (re)build libdrm, dri, xorg-server, xf86-intel-drivers to get the good Intel KMS driver
WITH_KMS=true
WITH_NEW_XORG=true
# sysmouse will work with the trackpoint and trackpad, so enable
moused_enable="YES"
# Power saving features to keep it from getting ridiculously hot
powerd_enable="YES"
performance_cx_lowest="C2"
economy_cx_lowest="C2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment