 |
| 1. |
xorgcfg -textmodeの起動。
| |
#Xorg -configure
#mkdir /usr/X11R6/etc/X11
#cp /root/xorg.conf.new /usr/X11R6/etc/X11/xorg.conf
#xorgcfg -textmode |
|
| 2. |
X Window Systemで使用するマウスの設定(CUI環境には反映されません)。
| |
Configure mouse
Mous0 ⇒ Mouse 3Buttons emulation(必要に応じて yesか noを入力) ⇒ Auto ⇒ /dev/sysmouse |
|
| 3. |
X Window Systemで使用するキーボードの設定(CUI環境には反映されません)。
| |
Configure kyeboard
Keyboad0 ⇒ Japanese 106key ⇒ Japanese |
|
| 4. |
X Window System起動時のディスプレイ周波数の設定(事前にディスプレイのマニュアルを参照し水平同期、垂直同期を調べてください)。
| |
Configure monitor
Monitor0 ⇒ Monitor HorizSync(使用ディスプレイに近い水平同期を選択)
⇒Monitor VertRefresh(使用ディスプレイに近い垂直同期を選択) |
|
| 5. |
X Window System用グラフィックカード Driverの選択。
| |
Configure card
Card0 ⇒ **Unlisted card** ⇒ 一覧より、atiを選択。 |
|
| 6. |
X Window System起動時の解像度・色深度の選択。
| |
Configure screen
Screen0 ⇒ Card0 ⇒ Monitor0 ⇒ 16bits,65Kb colors 1024x768 |
|
| 7. |
ServerLayoutの指定。
| |
Configure layout
Edit X.org Configured |
|
| 8. |
設定ファイルの保存。
| |
Write xorg.conf and quit
/usr/X11R6/etc/X11/xorg.conf |
|
| 9. |
以下の手順で任意の window managerを install(twm利用の場合は不要)。
| |
#sysinstal →Configure→Packages →CD/DVD→window maker/gnome 等 |
|
| 10. |
/usr/X11R6/lib/X11/xinit/xinitrcに任意の window managerを記述。
| |
例 window maker利用の場合。
#twm &
wmaker & |
|