Home > Tags > デュアルディスプレイ設定
デュアルディスプレイ設定
[Ubuntu]Ubuntu8.04をインストールしてみた。[Linux]
- インストール機種:ThinkpadX61
- メモリー4GB
- 英語キーボード使用
- 外部ディスプレイ:Sonyの19インチ液晶。(1280×1024)
- 仕様メディア:ubuntu-desktop-ja_i386
とりあえず、普通の構成のPCです。
このUbuntu8.04をインストールする前は、
Windows Vista(Home Edition 32bit)とMandriva2008_x86-64(64bit)のマルチブート構成でした。
Mandriva2008は比較的軽くて安定しているいいディストリでした。
ただ、私が64bit版に手を出したのが悪いんですが、FirefoxでFlashを見ていると頻繁に落ちる現象に嫌気が差してきましてね。
まぁ、あれですよ。adobeがさっさと64bit版のFlashを出しやがれと。
そんな感じで、ubuntu8.04のインストールメモを残しておくよ。
- パーティション構成(Mandrivaから引き継いでる。)
/ 25GB
/boot 256MB
/usr/local 20GB
/home 60GB
swap 8GB ←こんなにいらん。 - xorg.conf設定(デュアルディスプレイ設定とか)
Ubuntu8.04のxorgのバージョンが7.3、intelドライバが2.2(GM965 Expressチップセット対応)になったようで、デュアルディスプレイ設定の設定がほぼ設定要らず。
まず,Thinkpad-X61本体のマウスボタン(トラックポイント?)設定。
私は実際には使ってませんが。(X61の真ん中のボタンをスクロール設定にしたい人用。)
InputDeviceセクションのConfigured Mouseサブセクションを削除して以下を。Section "InputDevice" Identifier "Trackpoint" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" Option "EmulateWheel" "true" Option "EmulateWheelButton" "2" EndSectionまたは、5ボタンマウスを使用する場合は以下。(Microsoft IntelliMouse Optical)
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Emulate3Buttons" "false" Option "Buttons" "7" Option "ButtonMapping" "1 2 3 6 7" EndSection次に、Deviceセクションに以下を追加。
Option "AccelMethod" "EXA" Option "ExaNoComposite" "false" Option "MigrationHeuristic" "greedy"デュアルディスプレイ設定。ScreenセクションへDisplayサブセクションを追加。
Subsection "Display" Virtual 5000 2000 EndSubsection次に、ユーザーのホーム直下へ「dualdisplay_config.sh」を作成。中身は
#!/bin/bash xrandr --output VGA --mode "1280x1024" xrandr --output VGA --right-of LVDS
次に、「dualdisplay_config.sh」へ実行権限付加。
$ chmod +x dualdisplay_config.sh
で、デスクトップなんかにランチャを作成して「dualdisplay_config.sh」へリンク貼って起動すればOK。
- /etc/apt/sources.listを編集。
jp.archive.ubuntu.com を全て ftp.riken.go.jp/Linux へ変更。deb http://packages.medibuntu.org/ hardy free non-free deb http://wine.budgetdedicated.com/apt hardy main
を最下部へ追加する。以下をターミナルで実行する。
$ wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - $ wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add - $ sudo apt-get update
- codec類をインストールする。
DVD関連やら色々。$ sudo apt-get install ubuntu-restricted-extras $ sudo apt-get install realplayer $ sudo apt-get install libdvdcss2 libdvdread3 w32codecs gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg libxine1-ffmpeg libdvdread3 $ sudo apt-get install gstreamer0.10-pitfdll
- Firefox2、Firefox3の共存。
Firefox2のインストール。$ sudo apt-get install firefox-2 firefox-2-gnome-support $ sudo apt-get install mozilla-firefox-locale-ja-jp
プロファイルの作成。
Firefox2、Firefox3用に2コ作る。$ firefox -ProfileManager
起動リンクのプロファイル指定。
Firefox2の場合 firefox-2 %u -P Firefox2用プロファイル名 -no-remote Firefox3の場合 firefox-3.0 %u -P Firefox3用プロファイル名 -no-remote
- Firefox3使っていると、一定間隔(5秒くらい)おきにHDDにアクセスするせいで、Firefoxが頻繁に固まって、まともにWebを見れなくなる問題。
設定→セキュリティ→
□表示中のサイトが攻撃サイトである疑いがある場合は警告する
□表示中のサイトに偽装サイトの疑いがある場合は警告する
のチェックを外して、firefoxを終了させたら
~/.mozilla/firefox/以下にある
urlclassifier3.sqlite
urlclassifier3.sqlite-journal
を削除。[MASTER] High CPU Consumption
(p)https://bugs.launchpad.net/firefox/+bug/215728
Bug 430530 excess disk IO when updating the url-classifier
(p)https://bugzilla.mozilla.org/show_bug.cgi?id=430530
- Comments: 0
- Trackbacks: 0
Home > Tags > デュアルディスプレイ設定
- Search
- Feeds
- Meta