「ubuntu/Intrepid Ibex」の編集履歴(バックアップ)一覧に戻る

ubuntu/Intrepid Ibex - (2008/12/28 (日) 21:22:20) のソース

**ubuntu/Intrepid Ibex

#contents()

*とりあえず実験

Intrepid ibex の日本語 Remix 版をちょっとだけ試してみた。
-ライブCDで立ち上げると
--サウンド出力は出る
--グラフィックス 800x600 状態
--タッチパネル無反応
--無線LAN非動作
-インストーラ
--WindowsVista をきちんとシャットダウンしないとパーティションがいじれないので注意
--GRUB が入る前にインストーラが落ちるので、きちんとセットアップできない→カーネルオプション(irqpoll all_generic_ide)で解決

*実験2(X.Org を 1024x600 動作させる)

**カーネルモジュールのインストール

 sudo aptitude install dpkg-dev fakeroot debhelper 
 apt-get source linux-backports-modules-2.6.27-9-generic 
 cd linux-backports-modules-2.6.27-2.6.27/
 vi debian/config/i386 
 fakeroot debian/rules binary-modules-generic

**ユーザーモードドライバのインストール

Ubuntu-Mobile PPA には Hardy のドライバパッケージしかない。
-https://launchpad.net/~ubuntu-mobile/+archive

例のABIバージョン問題でロードされないらしい。
自前ビルドでも失敗するとバグレポートが上がっている。
-https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-psb/+bug/269611

デフォルトでインストールされていたのが、外されたのかな?
-https://bugs.launchpad.net/ubuntu/intrepid/+source/xorg/+bug/274833

いきなりつまづいた。
xserver-xorg-video-psb が intrepid に正しく対応するまで待つしかないか。


*コメント欄
----
コメントをどうぞ

#pcomment(enableurl)

#javascript(){{
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7139291-1");
pageTracker._trackPageview();
} catch(err) {}</script>
}}