4.常見問題
FAQ1).第一次運行,出現下面的錯誤信息提示並且輸入法不能啟動(或者只有root用戶正常)[input] can't change kernel keymap table, all shortcuts will NOT work, see SECURITY NOTES section of man page for solution.
解法1) setuid (適用一般狀況)
chmod u+s /usr/bin/fbterm
解法2) setcap (適用於 Kernel >= 2.6.27 )
sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm