-
-
Save maykonchagas/b170716aad95cf99dff0 to your computer and use it in GitHub Desktop.
FreeBSD 10 confs for a slightly better life on a Lenovo x220
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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