Closed GoogleCodeExporter closed 9 years ago
非常感謝你的問題回報。
debian 的安裝目前正在逐步改善中。
最新的 debian package 已收入 official unstable 進行測試中 ( 感謝
Aron Xu 的貢獻 )
或是可加入更新後的測試庫件庫
deb http://people.debian.org.tw/~mat/ stable main ( 原 lenny )
deb http://people.debian.org.tw/~mat/ testing main ( 原 squeeze )
安裝後,以一般使用者用 ctrl-space 切沒反應,需要切換成
root 才行 (fbterm)
目前可行的解決方法是先設定 SUID.
sudo chmod u+s /usr/bin/fbterm
若 Kernel >= 2.6.27 時,則可以使用新的權限開啟方式:
sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm
( 詳情請見 man fbterm "SECURITY NOTES" 一節 )
Original comment by MatLinuxer2
on 3 Jun 2010 at 9:16
Original comment by MatLinuxer2
on 3 Jun 2010 at 9:18
Original issue reported on code.google.com by
xiajin...@gmail.com
on 17 Apr 2010 at 2:49