Satellite M65-S9065にUbuntu 5.10
(海外ユーザからの情報)
Satellite M65-S9065にUbuntu5.10をインストールし、機能させることができました。 Ubuntu4.10を試してもうまく行かず、インストール中にハードドライブが認識されません でした。Fedora Core 4を試してもうまく行きません。Xがロードされず、FCは ハードリブートを行うポイントに来るとハングアップしてしまいます。 Solaris 10 x86でもうまく行かないので、RHEL4.0を試しました。Xは動きませんが、 ラップトップをサーバとして使用したい場合に動くシステムがありました。 ともかく、Ubuntu5.10をダウンロードしたら見事に動きました。 Windowsを実行している古いHPラップトップを、新しい東芝製ラップトップに取り替え る必要がありました。1.7Ghz CPU、512MB RAM、CDRW/DVDRW、17型ワイドスクリーン 1400x900ディスプレイ、Breezy Badgerを実行する無線サポートあり。
全てを動かすために夜通しかかりましたが、動きました。下記にいくつかのアドバイス を記します。
ブートアップの時点では、無線の設定に関して何の心配もいりません。動きませんから。 搭載のNICを使用してインストールを行い、システムが自動でアップデートされたら、 system→admin→Networkingへ進み、無線インターフェイスを設定してください。eth0デバイス を非アクティブにし、リブートしてください。
Xをセットアップ中、ctrl-alt-backspaceは貴方の友ですから、スクリーンがロードされ ない時にはこれを使用してコマンドラインへ戻ってください。
これらのステップをuser rootとして同じ順番で進み、Xをセットアップしてください: 915resolutionと呼ばれるプログラムを入手し、実行(サンプルはgoogleで検索してください)。 下記コマンドを実行し、Xシステムを再設定。 # dpkg-reconfigure xserver-xorg 私はFrame Buffer deviceを使用(私はゲームをしませんし、DVDも観ませんので、これで十分 なのです)。
(アップデート:ラスト・サムライを観ましたが、唯一問題なのはフル・スクリーンにすると 音が消えてしまうことです。しかしOgleは、ウィンドウサイズを最大限にすることができます。 上下のアイコン/ツールバー部分を除いて)
"startx"コマンドを実行
システム・ブートでXをスタートさせるため、915resolutionコマンドをフル・パスでファイル /etc/init.d/res-fixにエコーさせてください。
私の設定は下記の通り: # echo "/full/path/to/915resolution 3c 1400 900" > /etc/init.d/res-fix
パーミッションを変更し、実行: # chmod u+x /etc/init.d/res-fix
gdmがスタートする前に、rcディレクトリ全てにプログラムをリンクさせます。 # for scriptdir in 1 2 3 4 5 6; do ln -s /etc/init.d/res-fix /etc/rc.$scriptdir.d/S12res-fix;done
(これまでのところ、ubuntuのサービスを有効にする他の方法は分かっていません)
リブートし、テストを行ってください。ハイバーネーション機能については注意してください。 もし全てにおいて上手くいかなければ、コマンドラインに戻って新規にリブートを 行ってください。
興味をお持ちいただいた方のためにxorg.confを添付します:
################################################################
# /etc/X11/xorg.conf (xorg X Window System server configuration
file)
#
# This file was generated by dexconf, the Debian X Configuration
tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf
manual page.
# (Type "man /etc/X11/xorg.conf" at the shell
prompt.)
#
# This file is automatically updated on xserver-xorg package
upgrades *only*
# if it has not been modified since the last upgrade of
the xserver-xorg
# package.
#
# If you have edited this file but would like it to be
automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "Intel Corporation Intel Default Card"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 131072
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Intel Default Card"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1440x900" "1280x768" "1200x800"
"1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1280x768" "1200x800"
"1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1280x768" "1200x800"
"1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1280x768" "1200x800"
"1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1280x768" "1200x800"
"1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1280x768" "1200x800"
"1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
#####################################################
|