觸控版,螢幕開機黑屏,電力顯示,FX安裝 - Linux

By Kama
at 2011-05-12T11:29
at 2011-05-12T11:29
Table of Contents
現在來分享一下之前小弟遇到的問題
後來找到的解決分法
這篇主打10.10 10.04 給像我一樣不太懂code的新手
第一個問題是 觸控版無法多指
http://alturl.com/mvaao (資料來源)
先下載下面連結的檔案
http://alturl.com/4687d
然後安裝 重新開機
Go to System > Preferences > Mouse > Touchpad and select “Two-finger
scrolling"
那篇作者是說 弄好後
可以兩指scroll+三指右鍵
可是我弄好後是兩指右鍵
兩指右鍵就是我想要的 所以我沒去多做處理
第二: 螢幕開機時黑屏 需要手動調高亮度(主要發生於HP 雙顯卡系列)
打入以下指令(terminal)
http://linuxenvy.blogspot.com/2011/01/first-solutions.html (資料來源)
1) "cd /etc/init.d"
2) "sudo gedit local"
3) If you already have some commands in this file from one of my other
tutorials then just add this code. If not just add this line "echo 5 >
/sys/class/backlight/acpi_video0/brightness"
4) Now add the exit code: "exit 0" <--that is 'exit ZERO'
5) Exit gedit, saving your work
6) "sudo chmod +x ./local"
7) "sudo update-rc.d local defaults 80"
8) Enjoy the lack of a black screen.
註:請省略雙引號
第三: 10.10的電池無法顯示正常剩餘%
http://ubuntuforums.org/showthread.php?t=1601974&page=2 (資料來源)
(我懶得翻譯了....相信選ubuntu的人應該都懂一些英文吧)
1. Open Synaptic Package Manager and choose gnome-power-manager
2. In the menu bar go to Package/Force Version , you will see all the versions
for the package in Maverick's repository
3. In the menu bar of Synaptic Package Manager choose Settings/Repositories
4. On the 'Ubuntu Software' tab uncheck everything, on the 'Updates' tab uncheck
the boxes on the 'Ubuntu updates' section (4 boxes)
5. Now go to 'Other Software' tab and Add a new source by clicking the 'Add'
button. On the window type 'deb http://archive.ubuntu.com/ubuntu lucid main restricted universe
multiverse' and click "Add Source' then 'Close'. After that do a reload to the repository
and use the Force Version we mentioned.
6. That's it!!!!Remember to undo the changes we did to the Sources from the
Settings/Repositories menu.
好像重開機或是不用重開 就會正常顯示了
第四 安裝FX 4.0
http://techie-buzz.com/ubuntu/install-firefox-4-in-ubuntu.html (資料來源)
最簡單的方法:
sudo add-apt-repository ppa:mozillateam/firefox-stable
sudo apt-get update
sudo apt-get upgrade
還有其他兩種方法, 一種是下載FX安裝檔
另一種是 software center那邊安裝
詳細步驟請參考資料來源
順帶一提
11.04的wubi安裝完後
無法正常開機
請參考前幾篇 印象中有一篇講到grub那邊可以解決
不過小弟懶惰 想等ubuntu開發人員解決問題再來嘗鮮....
所以以上是小弟遇到問題 在網路上找到的解決方法
ubuntu 的使用者真的是要自立自強阿....
話說有找到可以切換外顯內顯的文章
可是我測試後 並無法正常使用
所以就不貼了
後來我是把外顯直接關掉來省點電
希望對像我一樣的新手有些幫助
--
後來找到的解決分法
這篇主打10.10 10.04 給像我一樣不太懂code的新手
第一個問題是 觸控版無法多指
http://alturl.com/mvaao (資料來源)
先下載下面連結的檔案
http://alturl.com/4687d
然後安裝 重新開機
Go to System > Preferences > Mouse > Touchpad and select “Two-finger
scrolling"
那篇作者是說 弄好後
可以兩指scroll+三指右鍵
可是我弄好後是兩指右鍵
兩指右鍵就是我想要的 所以我沒去多做處理
第二: 螢幕開機時黑屏 需要手動調高亮度(主要發生於HP 雙顯卡系列)
打入以下指令(terminal)
http://linuxenvy.blogspot.com/2011/01/first-solutions.html (資料來源)
1) "cd /etc/init.d"
2) "sudo gedit local"
3) If you already have some commands in this file from one of my other
tutorials then just add this code. If not just add this line "echo 5 >
/sys/class/backlight/acpi_video0/brightness"
4) Now add the exit code: "exit 0" <--that is 'exit ZERO'
5) Exit gedit, saving your work
6) "sudo chmod +x ./local"
7) "sudo update-rc.d local defaults 80"
8) Enjoy the lack of a black screen.
註:請省略雙引號
第三: 10.10的電池無法顯示正常剩餘%
http://ubuntuforums.org/showthread.php?t=1601974&page=2 (資料來源)
(我懶得翻譯了....相信選ubuntu的人應該都懂一些英文吧)
1. Open Synaptic Package Manager and choose gnome-power-manager
2. In the menu bar go to Package/Force Version , you will see all the versions
for the package in Maverick's repository
3. In the menu bar of Synaptic Package Manager choose Settings/Repositories
4. On the 'Ubuntu Software' tab uncheck everything, on the 'Updates' tab uncheck
the boxes on the 'Ubuntu updates' section (4 boxes)
5. Now go to 'Other Software' tab and Add a new source by clicking the 'Add'
button. On the window type 'deb http://archive.ubuntu.com/ubuntu lucid main restricted universe
multiverse' and click "Add Source' then 'Close'. After that do a reload to the repository
and use the Force Version we mentioned.
6. That's it!!!!Remember to undo the changes we did to the Sources from the
Settings/Repositories menu.
好像重開機或是不用重開 就會正常顯示了
第四 安裝FX 4.0
http://techie-buzz.com/ubuntu/install-firefox-4-in-ubuntu.html (資料來源)
最簡單的方法:
sudo add-apt-repository ppa:mozillateam/firefox-stable
sudo apt-get update
sudo apt-get upgrade
還有其他兩種方法, 一種是下載FX安裝檔
另一種是 software center那邊安裝
詳細步驟請參考資料來源
順帶一提
11.04的wubi安裝完後
無法正常開機
請參考前幾篇 印象中有一篇講到grub那邊可以解決
不過小弟懶惰 想等ubuntu開發人員解決問題再來嘗鮮....
所以以上是小弟遇到問題 在網路上找到的解決方法
ubuntu 的使用者真的是要自立自強阿....
話說有找到可以切換外顯內顯的文章
可是我測試後 並無法正常使用
所以就不貼了
後來我是把外顯直接關掉來省點電
希望對像我一樣的新手有些幫助
--
Tags:
Linux
All Comments

By Edith
at 2011-05-13T17:58
at 2011-05-13T17:58

By Gary
at 2011-05-16T23:52
at 2011-05-16T23:52

By Lucy
at 2011-05-21T04:02
at 2011-05-21T04:02

By Leila
at 2011-05-24T07:59
at 2011-05-24T07:59

By Kama
at 2011-05-26T00:17
at 2011-05-26T00:17

By Madame
at 2011-05-29T00:54
at 2011-05-29T00:54

By Belly
at 2011-06-02T06:58
at 2011-06-02T06:58

By Eden
at 2011-06-04T11:29
at 2011-06-04T11:29

By George
at 2011-06-04T20:54
at 2011-06-04T20:54
Related Posts
Error 18: selected cylinder exceeds maximum supported by

By Mason
at 2011-05-11T21:59
at 2011-05-11T21:59
用wine裝驅動程式..

By Hedwig
at 2011-05-11T17:51
at 2011-05-11T17:51
postfix + dovecot pop無法收信

By Queena
at 2011-05-11T16:26
at 2011-05-11T16:26
archlinux無法開機

By Charlotte
at 2011-05-11T10:15
at 2011-05-11T10:15
Ubuntu 11.04工具列不會顯示

By Hazel
at 2011-05-11T09:45
at 2011-05-11T09:45