ubuntu netbook remix 9.04

ランチャー画面の動きがもっさりして、いまひとつ使い勝手が悪かったNetbook RemixだったがViaのディスプレイドライバをインストールすることでサクサクと動くようになった。
ドライバのインストールが今まで何回か試したが失敗ばかりだった、今回次のHPの手順にしたがうことで成功した。
  https://wiki.ubuntu.com/LaptopTestingTeam/HP2133/Jaunty
のなかの
  Install the Via Binary Video Driver Version 86a-u904-50937
の部分
 1.sudo apt-get install linux-headers-generic
 2.wget "http://linux.via.com.tw/support/beginDownload.action?eleid=342&fid=643" -O "5.74.33.86a-u904-50937.tgz"
 3.tar -xvvf 5.74.33.86a-u904-50937.tgz
 4.cd 5.74.33.86a-u904-50937/DRM_Code/chrome9_2.6.27_28/
 5.make
 6.cp via_chrome9.ko ../..
 7.cd ../../
 8.sudo ./vinstall
 9.sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.via.3d.original
 10.wget "https://wiki.ubuntu.com/LaptopTestingTeam/HP2133/Jaunty?action=AttachFile&do=get&  target=xorg.conf.via.3d.custom" -O xorg.conf.via.3d.custom
 11.sudo cp xorg.conf.via.3d.custom /etc/X11/xorg.conf
 12.sudo reboot
ubuntuのカーネルバージョンは2.6.27-11

コメント