Skip to content

Instantly share code, notes, and snippets.

@nikku
Created August 19, 2014 09:23
Show Gist options
  • Select an option

  • Save nikku/eebd954fe3a62cd988ff to your computer and use it in GitHub Desktop.

Select an option

Save nikku/eebd954fe3a62cd988ff to your computer and use it in GitHub Desktop.
install-arch.md
@nikku
Copy link
Copy Markdown
Author

nikku commented Aug 19, 2014

@nikku
Copy link
Copy Markdown
Author

nikku commented Aug 19, 2014

Enable dimming by adding the following lines to /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_osi=\"!Windows 2012\""

@nikku
Copy link
Copy Markdown
Author

nikku commented Aug 19, 2014

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"

via

@nikku
Copy link
Copy Markdown
Author

nikku commented Aug 20, 2014

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

@nikku
Copy link
Copy Markdown
Author

nikku commented Aug 22, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment