This is an old revision of the document!
| 項目 | 名称 | 備考 |
|---|---|---|
| OS | openSUSE 11.4 x86_64 | kernel-desktopを選択 |
| 追加パッケージ | kernel-syms | VMware Workstationで必要となる |
| kernel-desktop-devel | ||
| linux-glibc-devel | ||
| gcc | ||
| make | ||
| ibus | Firefox4でSCIMが使えないため SCIM関連は併せて削除 |
|
| ibus-gtk | ||
| ibus-qt | ||
| ibus-anthy | ||
| ベンダドライバ | ATI Catalyst Proprietary Linux x86 Display Driver | 11.3 (2011.04.02) 11.4 (2011.04.28) 11.5 (2011.05.23) 11.6 (2011.06.23) 11.7 (2011.07.31) 11.8 (2011.08.21) 11.9 (2011.10.01) |
| アプリ | VMware Workstation | 7.1.4 build-385536 (2011.04.02) 8.0.0 build-471780 (2011.09.25) |
#gfxmenu (hd0,4)/message
VMware のホストOS である openSUSE にデバイスを掴ませない。以下の理由で設定は行わない。
DEVICESCAN -d removable /dev/sda -H -m <メール宛先> -M exec <代替コマンド> /dev/sdb -H -m <メール宛先> -M exec <代替コマンド> /dev/sdc -H -m <メール宛先> -M exec <代替コマンド> /dev/sdd -H -m <メール宛先> -M exec <代替コマンド>
#!/bin/sh
LANG=C
CMD="/usr/bin/mailx"
MAIL_FROM="宛先"
MAIL_TO=${SMARTD_ADDRESS}
SMTP_SV="smtp=外部SMTPサーバ"
ATTIME=`date`
SUBJECT="S.M.A.R.T Report"
${CMD} -s "${SUBJECT}" -r ${MAIL_FROM} -S ${SMTP_SV} ${MAIL_TO}
<<__MESSAGE__
本文を記載
__MESSAGE__
Port 80 Port 22 PasswordAuthentication no ChallengeResponseAuthentication no PermitRootLogin no
IBM USB Travel Keyboard With UltraNav (31P9490)でトラックポイントを使用した垂直スクロールを設定する。
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "true"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
# sh ati-driver-installer-Y-MM-x86.x86_64.run
ホストのデスクトップでWorkspace Switcherを使用し、workspace数を2以上にするとWindows 7ゲストにて以下の不具合が発生するため、Workspace SwitcherのWorkspace数を1にする。