Ubuntu 14.04 安裝fbterm

    我的比較喜歡在黑乎乎的屏幕下敲代碼,沒有雜亂的東西分心,電腦的對按鍵響應速度比圖形界面下快那麼一點兒(也許是顯示速度)。但在終端下,中文亂碼。下面是一種解決中文亂碼的方案。shell

1.安裝 fbtermfrontend

$ sudo apt-get install fbterm

2. 問題 "cann't open frame buffer device!"ide

$ sudo usermod -aG video USERNAME

3.問題"[input] can't change kernel keymap table, all shortcuts will NOT work,  see SECURITY NOTES section of man page for solution."字體

$ sudo chmod u+s /usr/bin/fbterm

4. 安裝、添加中文輸入法google

$ sudo apt-get install fcitx fcitx-googlepinyin fcitx-frontend-fbterm

    添加輸入法:spa

$ vi .fbtermrc

    修改輸入法:   code

     input-method=fcitx-fbtermorm

5.關於修改字體、大小ci

$ vi .fbtermrc

    修改字體大小:get

    font-size=16

    修改字體類型:

    font-names=Ubuntu Mono

    下面的命令能夠查看安裝的字體:

$ fc-list
相關文章
相關標籤/搜索