XOBO

Don't Panic

Arch Linux 使用小结Arch Linux Summary


Flash中文字体

Arch Linux中Flash中文字体显示看不清,模糊,总之不正常就是了
方法一,修改/etc/fonts/conf.d/49-sansserif.conf,把里面的sans-serif改成sans
方法二,pacman -S ttf-fireflysung (推荐)
PS:我尝试过修改配置文件但是没有效果,不过安装好ttf-fireflysung的时候,网址一刷新就好了。又把配置文件还原,字体依旧正常。
原贴地址

关闭独显

BIOS竟然不支持关闭显卡,不经常玩游戏的我,真是后悔买这样的本本。
原本想跟Ubuntu一样解决呢,结果 /sys/kernel/debug/ 目录下是空的。

原来是因为没有加载debugfs。Mount上去就好了。

# mount -t debugfs debugfs /sys/kernel/debug

让他自动加载就更好了/etc/fstab:

debugfs /sys/kernel/debug debugfs 0 0

参考:https://wiki.archlinux.org/index.php/Acer_TimelineX#Switchable_Graphics

Flash Chinese Character

Arch Linux, Some Chinese characters are displayed incorrect in the Flash player. We couldn’t read it at all.
Here is two solutions:
1. Modify “/etc/fonts/conf.d/49-sansserif.conf”,replace “sans-serif” with “sans”. (It doesn’t work for me)
2. Install a new font.

pacman -S ttf-fireflysung

原贴地址

Turn off graphics card

In Ubuntu, we could use “echo OFF > /sys/kernel/debug/vgaswitcheroo/switch” to power off the unused GPU.
But in archinux, the direcoty “/sys/kernel/debug/”. That’s because arch linux won’t mount debugfs as default.
How to mount debugfs?
Only one time mount:

mount -t debugfs debugfs /sys/kernel/debug

mount forever: add following to /etc/fstab

debugfs /sys/kernel/debug debugfs 0 0

Thanks to the arch linux wiki. Refer

Don’t Panic! From XOBO, post Arch Linux 使用小结Arch Linux Summary

, , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>