2013年12月3日 星期二

Ubuntu安裝(雙系統)

Install OS by USB- Ubuntu 13.04 in Lenovo G580

1. BIOS(Press F2)
2. BOOT>>>NOT EFI
3. Install Ubuntu and finish the settings.

Some package that must install

1. vim : $sudo apt-get install vim

  1. sudo vim /etc/vim/vimrc
  2. [Reference] JackABK's Github
  3. http://abkabkabkyes.blogspot.tw/2013/10/vim.html
  4. https://github.com/JackABK/vimrc_setting


2. git : $sudo apt-get install git

  1. Create an account : https://github.com/
  2. SSH Key
  3. [Reference]
  4. http://ncu-csie-snmg.github.io/2013-NCU-CSIE-Website-Design-Competition/git.html

3. Light Problem :

  1. $sudo vim /etc/default/grub
  2. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

GRUB_CMDLINE_LINUX=""
To>>>>>
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
GRUB_CMDLINE_LINUX="acpi_osi=Linux"
  1. Save & Exit
  2. $sudo update-grub
  3. Restart computer (sudo reboot)

4.Install toolchain

  1. $sudo apt-get install zlib1g-dev libsdl1.2-dev automake* autoconf* libtool libpixman-1-dev
  2. If your Ubuntu use 64bit version, please install lib32gcc1 package additionally.
  3. $sudo apt-get install lib32gcc1 lib32ncurses5
  4. Get GNU Toolchain : http://wiki.csie.ncku.edu.tw/embedded/Lab1/toolchain-2012_03.tar.bz2

    And save it to /tmp
  1. $ cd / & $sudo tar jxvf /tmp/toolchain-2012_03.tar.bz2
  2. check /usr/local/csl/arm-2012.03 whether the toolchain is installed.

5.Language(Tradirional Chinese)

  1. Search for”Chewing engine for Ibus”in Software center
  2. Run ibus and set the  

沒有留言:

張貼留言