Ubuntu筆記
系統:Ubuntu 14.04
在Ubuntu 做BottonMapping
修改檔案:/usr/share/X11/xorg.conf.d/50-vmmouse.conf
因為會是唯讀 所以要用Terminal輸入:sudo gedit
來編輯
打開之後複製下面的內容取代原本的 (我用的是Kensington Expert Mouse)
最後存檔重開機 完成!Section "InputClass" Identifier "Expert Mouse" MatchProduct "Kensington Kensington Expert Mouse" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "evdev" Option "SendCoreEvents" "true" #physical butons come from the mouse as: # 2 8 # 1 3 #This makes the top left and top right exchange # Option "ButtonMapping" "1 8 3 4 5 6 7 2" EndSection
地區支援不見
sudo apt-get install gnome-language-selector
iBus輸入法有問題
killall ibus-daemon sudo apt-get install ibus-daemon
安裝iBus版的行列輸入法
請看Ubuntu的官方Wiki
雖然這個輸入法的浮動視窗還滿擋畫面的,選字順序也怪怪的,可是在用了一陣子的Gcin後,總覺得在Ubuntu上還是iBus比較穩,不然Gcin超容易crash的,根本用不了啊Orz在這邊順便附上安裝作者發佈的Gcin的方法:
#先打開Terminal輸入以下指令 $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 835AB0E3 $ software-properties-gtk #接著會跳出一個視窗,切換到Other software的Tab,點選Add,輸入以下 deb http://hyperrate.com/debian eliu release #接著把其中一個後面括號(源碼/Source code)的給取消掉,這樣就能用apt-get安裝Gcin了 $ sudo apt-get install gcin #裝好後打開系統設定值->語言支援->輸入法系統->Gcin #再打開gcin-tools確認外觀設定->面板狀態->Unity Indicator 這樣就完成了
安裝iBus版的Google日文輸入法
自從用了Ubuntu後,有一點我很不習慣的就是-沒有Google日文輸入法可用,所以才想說找一下有無可能在Linux上使用,沒想到就找到這個iBus版的了
安裝很簡單,只要在Terminal輸入
sudo apt-get install ibus-mozc
然後去系統設定值->文字輸入->增加 日文(mozc)
這樣就行了,YA!
預設的HDMI輸出音效沒有聲音,Google一下就有解決辦法了
沒記錯的話其實是己經抓到了,只是因為預設值的關係所以聲音出不來w