Kondara の Jirai から持ってきた、XFree86-4.0.1 を sheep(当然 Kondara MNU/Linux) でリビルド。SPECファイルの %{_initscriptdir} を /etc/rc.d/init.d に置換してリビルドすると通る。更に Xconfigurator もリビルドして、まとめてアップデートインストール。
Xconfigurator で設定後、起動しようとすると Xサーバがない と怒られる。/usr/X11R6/bin/XFree86 から /usr/X11R6/bin/XF86_SVGA へリンクを張って、chmod +s XFree86 とする。xfs が使えない? ようなので、/etc/XF86Config-4 を
Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/TrueType" #FontPath "unix/:7100" EndSection
として、取り敢えず起動成功。
Millenium で XFree86-4 が起動してもあんまり嬉しくないので、GeForce2 MX に差し替えてみると、Xconfigurator が SEGV る(- -; 仕方ないので /etc/X11/XF86Config-4 を手動で書き換え。
Section "Device" Identifier "Nvidia GeForce2 MX" Driver "nv" BoardName "Unknown" EndSection Section "Screen" Identifier "Screen0" Device "Nvidia GeForce2 MX" Monitor "My Monitor" Subsection "Display" Depth 32 Modes "1024x768" EndSubSection Subsection "Display" Depth 24 Modes "1024x768" EndSubSection DefaultColorDepth 24 EndSection
こんな感じ。(ドライバ名を nv にした)
キーボードの設定は
Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbDisable" EndSection
として、コンソールのキーバインドをそのまま有効に。とりあえず今日はここまで。
# しかし、やっぱり MX は画質悪い気がする。困ったもんだ。