dushaoshuai / dushaoshuai.github.io

https://www.shuai.host
0 stars 0 forks source link

ArchLinux Installation On A Tablet PC #3

Open dushaoshuai opened 2 years ago

dushaoshuai commented 2 years ago

ArchLinux Installation On A Tablet PC

Rotate The Screen

ref

echo 1 > /sys/class/graphics/fbcon/rotate_all
echo 2 > /sys/class/graphics/fbcon/rotate_all
echo 3 > /sys/class/graphics/fbcon/rotate_all
echo 4 > /sys/class/graphics/fbcon/rotate_all

Set A Bigger Console Font

ref ref

setfont /usr/share/kbd/consolefonts/iso01-12x22.psfu.gz

Get Arch Linux Mirrorlist Directly From The Website

ref

curl -o /etc/pacman.d/mirrorlist https://archlinux.org/mirrorlist/all/

Install Driver For Sound Cards

ref