|
|
ハードウェアとドライバ No. 340 「FMV BIBLO LOOX」(富士通)における動作状況について
【重要】
以下の情報は、TurboLinuxが独自に調査した情報を、参考技術情報として一般に公開する
物です。したがって、必ずしもすべての状況において、その内容が正しいことを保証する
ものではありません。内容に関するいかなるご質問についてもお答えすることはできませ
ん。あらかじめ御了承下さいませ。
**********************
FMV-BIBLO LOOX-T8/80 , T8/80W の設定情報
使用したパッケージ:Turbolinux 7 Workstation
Turbolinux 7 Server
●インストール時の設定
下記のLILO起動オプションを指定するか、またはシステムの起動時に
パラメータを指定することが必要です。
LILO起動オプション
ide0=ata66 ide1=ata66
起動パラメータ
boot: linux ide0=ata66 ide1=ata66
(Kernel 2.4.16-1以降からは起動オプションが必要なくなる予定です)
●Xの設定
1280x768、1024x600の解像度は、xconfig-5.2.10以降(要アップデート)から
自動検出して設定が可能です。
●KDEサウンドについて
コントロールセンターから以下の設定を変更します。
サウンド -> サウンドサーバ -> "オーディオバッファサイズ"を"可能な限り最大"に設定します。
**********************
FMV-BIBLO LOOX-T5シリーズ の設定情報
使用したパッケージ:TurboLinux Workstation 日本語版6.0
(この情報はTL7W,TL7Sには必要ありません)
●動作状況
CD-ROM OK
HDD OK
Keyboard OK
Mouse OK スクロールボタンは中ボタンとして使用
Video OK 1280x600 表示可能
Sound OK Kernel 2.4 にして動作可能。以下の機能の動作を確認
xmms、Shockwave(要インストール)、TiMidity++(要インストール)
PCMCIA OK CFC、LAN カード動作
Network OK PCMCIA LAN カードで以下の動作を確認
・NetscapeNavigator による Web アクセス
・SambaクライアントによるWindows 共有ディレクトリアクセス
USB OK Kernel 2.4 にして動作可能。以下のデバイスの動作を確認
フロッピ・キーボード・マウス
Modem NG (未対応)
IEEE1394 NG (未対応)
●PCMCIA LAN カードの設定
1. 文末添付の ifcfg-eth0 (4 行ほどの小さなファイル) と同じものを
/etc/sysconfig/network-scripts に作成。これで PCMCIA LAN カードを認識す
る。
●XFree86 の設定
1. X サーバへのリンクを作成
# ln -s /usr/X11R6/bin/XF86_SVGA /etc/X11/X
2. 文末の XF86Config を /etc/X11/ にコピー
●Linux kernel 2.4 のインストール
modutils-2.3.18、linux-2.4.0-test7 をインストールする。linux-2.4.0-test7
のオプション設定で、デフォルトからの変更点は以下の通り。
Processor type and features --->
(Crusoe) Processor family (*1)
[ ] Symmetric multi-processing support uncheck (*2)
General setup --->
[ ] ACPI Support uncheck (*3)
<*> Advanced Power Management BIOS support
Networking options --->
[*] Socket Filtering (*4)
Input core support --->
<*> Input core support (*5)
<*> Keyboard support
<*> Mouse support
(1280) Horizontal screen resolution
(600) Vertical screen resolution
File systems --->
Network File Systems --->
<*> SMB file system support (to mount Windows shares etc.) (*6)
Sound --->
<*> Sound card support (*7)
<*> Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core
USB support --->
<*> Support for USB (*8)
<*> OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support
<*> USB Mass Storage support
<*> USB Human Interface Device (HID) support
(*1) Crusoe チップ用のカーネルを作成する
(*2) 特に変える必要もないが...プロセッサが一つしかないので SMP は off
(*3) ACPI は正常に動作しないようなので代わりに APM を指定しておく
(*4) DHCP クライアント bootpc で必要になる
(*5) USB マウスやキーボードを使用するために必要
(*6) Samba を使用した Windows 共有ディレクトリへのアクセスを可能にする
(*7) LOOX のサウンドカードに対応したドライバを組み込む
(*8) USB 機能を組み込む。マウス・キーボード・ストレージデバイス(フロッピ
など)を有効にしている
●デバイスファイルをユーザ権限からもアクセスできるようにする
# chmod 666 /dev/sda
# chmod 666 /dev/audio
# chmod 666 /dev/dsp
# chmod 666 /dev/mixer
●USB フロッピの設定
1. mtools でアクセスできるよう、/etc/mtools.conf の該当行を以下のように
編集
[/etc/mtools.conf]
--------------------------------------
drive a: file="/dev/sda" exclusive
--------------------------------------
2. フロッピを /mnt/floppy にマウントするよう、/etc/fstab の該当行を以下のように
編集
[/etc/fstab]
----------------------------------------------------------
/dev/sda /mnt/floppy ext2 noauto,user 0 0
----------------------------------------------------------
また、/mnt/floppy をユーザ権限からもアクセスできるようにする
# chmod 777 /mnt/floppy
●USB マウスの設定
1. デバイスファイルを作成する
# mknod /dev/usbmouse c 13 63
2. (文末の XF86Config には、このマウスを X で使用する設定が記述されてい
る。"Xinput" セクション参照。設定の詳細は "man XF86Config")
●Shockwave のインストール
1. 以下のファイルをダウンロード
flash_linux.tar.gz
http://www.macromedia.com/shockwave/download/
2. 展開してできる以下のファイルを /usr/lib/netscape/communicator/plugins
にコピー
ShockwaveFlash.class libflashplayer.so
以上
[ifcfg-eth0.dat]
-------------------------
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
-------------------------
[XF86Config.dat]
-----------------------------------------------------------
#
# XF86Config generated by turboxcfg 4.3.6
# Please do not edit this file by hand!
# Run turboxcfg to make changes to the X configuration.
# For advanced users, details about the format of this file
# can be found in the XF86Config(4/5) man page.
# Report problems to support@turbolinux.com
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/sharefont/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
EndSection
Section "ServerFlags"
# NoTrapSignals
# DontZap
# DontZoom
EndSection
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 5
LeftAlt Meta
RightAlt Meta
XkbRules "xfree86"
XkbModel "jp106"
XkbLayout "jp"
EndSection
Section "Pointer"
Protocol "PS/2"
Device "/dev/psaux"
Buttons 3
EndSection
Section "Xinput"
SubSection "Mouse"
Protocol "PS/2"
Device "/dev/usbmouse"
Buttons 3
AlwaysCore
EndSubSection
EndSection
Section "Monitor"
Identifier "FMV-BIBLO LOOX"
VendorName "Fujitsu"
ModelName "LOOX"
HorizSync 30-60
VertRefresh 50-100
Modeline "1280x600" 63.61 1280 1280 1384 1688 600 600 604 628 -HSync -VSync
EndSection
Section "Device"
Identifier "Generic VGA compatible"
VendorName "Generic VGA compatible"
BoardName "Generic VGA"
VideoRam 4096
# No probed static clocks for this card (good)
EndSection
Section "Screen"
Driver "svga"
Device "Generic VGA compatible"
Monitor "FMV-BIBLO LOOX"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1280x600"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x600"
EndSubsection
EndSection
# End of XF86Config.
# Configured for:
# Configured by turboxcfg 4.3.6
# (C) 1999 TurboLinux
#
-----------------------------------------------------------
FMV BIBLO FUJITSU LOOX Crusoe 関連文書 対象製品
Last modified : Thu Nov 09 JST 2000 # 3
|
Copyright © Turbolinux, Inc..All Right Reserved.

