概要
Tizen IVI on PC を動かしたので手順メモ。
参考: https://wiki.tizen.org/wiki/Tizen_IVI_for_PC
スクリーンショット
環境
機材 | 使用Ver/詳細 |
---|---|
PC(作業用) | Ubuntu12.04 |
PC(実行用) | Dell OPTIPLEX790 Corei7 |
USB Memory | Transcend 16GB |
Display | D-Sub |
※VM 環境は未使用
手順
-
Ubuntu から Tizen IVI の イメージファイルをダウンロード
https://wiki.tizen.org/wiki/IVI/IVI_2.0_VMware
ivi-release-tizen-2.0_20130423.12-sdb.raw.bz2 -
USB Memory を PC に刺す
-
USB Memory の場所を確認
$ sudo fdisk -ls
- USB Memory に dd でコピー。 of の指定は上記 fdisk の結果に合わせる
$ bzcat ivi-release-tizen-2.0_20130423.12-sdb.raw.bz2 | sudo dd of=/dev/sdb
-
起動用 PC を再起動。USB boot の優先度を上げる。環境依存だが、私の環境では BIOS 起動時に F12 投下してあとは良きに計らう。
-
起動用 PC に USB Memory を刺し、もう一度 PC 再起動。
-
上記スクリーンショットの絵を90度横にずらした状態の絵が表示される。
-
90度ずれるのを直すため、GUIを終了させる
Crtl + Alt + F3
-
CUI でログイン
root
tizen
- xorg.conf 編集。
$ vi /etc/X11/xorg.conf
Option "Rotate"
"left"-->"normal"
-
PC 再起動
-
上記スクリーンショットの絵が表示される。
詰まったところ
- Tizen Wiki には bmaptool 使用を推奨していたが、失敗した。
- 画面表示位置変更時の Tizen Wiki の X の設定ファイルの PATH が異なる
Fix Screen Rotation
switch to console by pressing Crtl + Alt + F3 and log in to system as root (password: tizen)
Change option Rotate of section Monitor from left to normal at /etc/X11/xorg.conf.d/60-cando-evdevmultitouch.conf: Option "Rotate" "left"-->"normal"
Note: if /etc/X11/xorg.conf.d/60-cando-evdevmultitouch.conf does not exist edit /etc/X11/xorg.conf
Restart X
と書かれていたが、
/etc/X11/xorg.conf
を編集する。