2013年1月6日

Xubuntu (Ubuntu 12.04 LTS) with Windows 7 starter on Netbook

Lubuntu が、他の Ubuntu とどうも違いすぎて、変なワーニングでるし、
ドライバの追加もよくわからないし、標準のターミナルではコピペする
と二重に貼り付けられるバグがあるしってので、Xubuntu も試してみる
ことにした。

* ハードウェア環境

Windows 7 stater 32bit低スペノートPC

Acer D257-A71C
http://www.acer.co.jp/ac/ja/JP/content/model/LU.SFW0D.096

に、以下のモニタを接続したもの。全部中古で合計三万円。

VH242S
http://www.asus.com/Display/LCD_Monitors/VH242S/

あ、キーボードだけいいものをつかってて、

Majestouch 2 Tenkeyless 青軸・テンキーレス・かなあり(FKBN91MC/JB2)
http://www.diatec.co.jp/products/det.php?prod_c=762

というメカニカルキーボードを使ってる。

* インストール

Windows から、Wubi を使って、Xubuntu をインストールしたのだが、
12.10 の Wubi には Xubuntu が入っておらず、12.04 LST の Wubi
で Xubuntu をインストールしようとすると

===
Exception: Cannot download the metalink and therefore the ISO
===

と言われインストールできないので、11.10 の Wubi を以下からもっ
てきて、Xubuntu をインストール後、初期ログイン時に [Ubuntu ソフ
トウェアセンター]から、12.04 LST にアップグレードするよう促され
るので、そのままアップグレードするという方法でインストールした。

WubiGuide
https://wiki.ubuntu.com/WubiGuide

Ubuntu 11.10 (Oneiric Ocelot)
http://releases.ubuntu.com/oneiric/

* 日本語環境

既に充分だけど、なんとなく、Ubuntu Japanese Team のを使う

===
clothoid@ubuntu:~$ wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add -
clothoid@ubuntu:~$ wget -q https://www.ubuntulinux.jp/ubuntu-jp-ppa-keyring.gpg -O- | sudo apt-key add -
clothoid@ubuntu:~$ sudo wget https://www.ubuntulinux.jp/sources.list.d/quantal.list -O /etc/apt/sources.list.d/ubuntu-ja.list
clothoid@ubuntu:~$ sudo apt-get update
clothoid@ubuntu:~$ sudo apt-get upgrade
===

* パッケージ管理

aptitude の方がコマンド一つでいけるし、引数がわかりやすい。

===
clothoid@ubuntu:~$ sudo apt-get install aptitude
clothoid@ubuntu:~$ sudo aptitude update
clothoid@ubuntu:~$ sudo aptitude upgrade
clothoid@ubuntu:~$ sudo aptitude clean
===

* モニタ解像度の変更

自動では認識してくれなかった。けっこー格闘したけど、途中データがぶっと
んでログが消えたので、再設定したログのみ。あっさりと・・・。

===
clothoid@ubuntu:~$ xrandr
Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 4096 x 4096
LVDS1 connected (normal left inverted right x axis y axis)
   1024x600       60.0 +
   800x600        60.3     56.2
   640x480        59.9
VGA1 connected 640x480+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0
   800x600        60.3     56.2
   848x480        60.0
   640x480        59.9*
clothoid@ubuntu:~$ cvt 1680 1050
# 1680x1050 59.95 Hz (CVT 1.76MA) hsync: 65.29 kHz; pclk: 146.25 MHz
Modeline "1680x1050_60.00"  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync
clothoid@ubuntu:~$ xrandr --newmode "1680x1050_60.00"  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync
clothoid@ubuntu:~$ xrandr --addmode VGA1 1680x1050_60.00
clothoid@ubuntu:~$ xrandr --output VGA1 --mode 1680x1050_60.00
clothoid@ubuntu:~$ leafpad .xprofile

[~/.xprofile]
===
xrandr --newmode "1680x1050_60.00"  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync
xrandr --addmode VGA1 1680x1050_60.00
xrandr --output VGA1 --mode 1680x1050_60.00
===

アプリケーションメニュー:[設定]>[ディスプレイ]で[モニタ]の[解像度]
を[1680x1050]に変更して[閉じる]をクリック(このGUI操作を行っておか
ないと、.xprofile に上を記載していても反映されない。コマンドでのや
り方が不明)。

* ホームディレクトリ以下を英語に設定

=====
clothoid@ubuntu:~$ LANG=C xdg-user-dirs-gtk-update
=====

[Update standerd folders to current language?]画面で、[Update Names]ボタンをクリック

* 最終バージョンなど

===
clothoid@ubuntu:~$ uname -a
Linux ubuntu 3.2.0-35-generic #55-Ubuntu SMP Wed Dec 5 17:42:16 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
clothoid@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 12.04.1 LTS
Release:    12.04
Codename:    precise
===

とりあえず、これで使えるようになるっしょ・・・?

0 件のコメント:

コメントを投稿