2010/09/18

UL20AにMomonga Linux7をインストール!


このエントリーをはてなブックマークに追加
今週はじめにリリースされたMomonga Linux 7を早速ASUS UL20Aにインストールしてみた。

■無線LANの認識
momonga linux 6の時にはまった、無線LANドライバ関連は、rtl8192se_linux_2.6.0015.0127.2010.tar.gz をいれればサクッとUL20Aは動作しました。


インストールしてみて、解決できていない点をまとめておく。

■ Google Chromeがインストールできない
yumリポジトリは下記

[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1


インストールのエラー出力

[root@localhost ~]# yum -y install google-chrome
Loaded plugins: installonlyn, presto, refresh-packagekit
Repository google-chrome is listed more than once in the configuration
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package google-chrome-beta.x86_64 0:6.0.472.62-59676 set to be installed
--> Processing Dependency: libjpeg.so.62()(64bit) for package: google-chrome-beta-6.0.472.62-59676.x86_64
--> Finished Dependency Resolution
Error: Package: google-chrome-beta-6.0.472.62-59676.x86_64 (google-chrome)
Requires: libjpeg.so.62()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


■タッチパネル(gsynaptics)が起動しない。

起動時のエラー文言
GSynapicsを初期化することができません。
GSypapticsを使用するには、 'SHMConfig' 'true' を x.org または XF86Config に設定する必要があります。




2010/09/19 Google Chromeの件は、やっつけですが解決しました。


Momonga Linux 6.1のパッケージからlibjpeg-6b-35m.mo6.x86_64.rpmをもってきて、forceインストールすればとりあえず動きます。

rpm -ivh libjpeg-6b-35m.mo6.x86_64.rpm --force


あと、Kondaraさんがツイートしてましたが、Momonga Linux 7 ではGoogle Chromeではなく、chromiumを利用するそうです。

#yum -y install chromium.x86_64



2010/09/19 「タッチパネル(gsynaptics)が起動しない。」ですが、解決しました。



手順は、/etc/X11/xorg.confファイルを作成し、そのファイルに以下の設定をして、PCを再起動するだけです。
※ Momonga Linux 7には/etc/X11/xorg.confファイルがありません。新規作成してください。

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "CorePointer"
Option "SHMConfig" "true"
EndSection



Share on Tumblr

0 コメント: