diff options
author | Kamil Kaminski <kamilkss@gmail.com> | 2012-02-11 02:56:20 -0600 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2012-02-11 02:56:20 -0600 |
commit | 9aade1a89f52e2e989ebda14dcebecdbbaba1851 (patch) | |
tree | 38230c5b8b70249eacadd7296ac3e6b92ac7eb48 | |
parent | f124f3b5331c61d4de741fd2318a48ceaa63fd2b (diff) | |
download | configs-9aade1a89f52e2e989ebda14dcebecdbbaba1851.tar.gz configs-9aade1a89f52e2e989ebda14dcebecdbbaba1851.tar.bz2 configs-9aade1a89f52e2e989ebda14dcebecdbbaba1851.zip |
add eeepc options
-rw-r--r-- | eeepc.txt | 11 | ||||
-rw-r--r-- | vimrc | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/eeepc.txt b/eeepc.txt new file mode 100644 index 0000000..4d5f45c --- /dev/null +++ b/eeepc.txt @@ -0,0 +1,11 @@ +[kernel params] +pcie_aspm=force acpi_osi=Linux acpi_backlight=vendor + +[xorg.conf] +Option "DPI" "96 x 96" +Option "NoLogo" + +[rc.local] +- avoid frequent hdd spindown +hdparm -B 254 /dev/sda + @@ -12,3 +12,5 @@ set fileformats=unix highlight OverLength ctermbg=red ctermfg=white guibg=#592929 match OverLength /\%81v.\+/ +set background=dark + |