- install AUR packages https://wiki.archlinux.org/index.php/Arch_User_Repository#Build_the_package
Created
August 19, 2014 09:23
-
-
Save nikku/eebd954fe3a62cd988ff to your computer and use it in GitHub Desktop.
install-arch.md
Author
Author
Enable dimming by adding the following lines to /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_osi=\"!Windows 2012\""
Author
Fix thinkfan configuration:
tp_fan /proc/acpi/ibm/fan
hwmon /sys/devices/virtual/thermal/thermal_zone0/temp
(0, 0, 46)
(1, 44, 49)
(2, 47, 54)
(3, 50, 57)
(4, 55, 62)
(5, 60, 67)
(6, 65, 72)
(7, 70, 77)
Start thinkfan.service via udev /etc/udev/rules.d/thinkfan-start.rules:
SUBSYSTEM=="module", KERNEL=="thinkpad_acpi", TAG+="systemd", ACTION=="add", ENV{SYSTEMD_WANTS}="thinkfan.service"
Author
Fonts + Fallbacks
URxvt*font: xft:DejaVu Sans Mono:pixelsize=12:antialias=true:hinting=true,xft:FreeSerif:size=12:antialias=true:hinting=true
URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=12:antialias=true:hinting=true,xft:FreeSerif:bold:pixelsize=12:antialias=true:hinting=true
Author
Use alsa via pulse-audio: https://wiki.archlinux.org/index.php/PulseAudio#ALSA.2Fdmix_without_grabbing_hardware_device
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install ms fonts:
https://github.com/caarlos0/msfonts/