過去の遺物にLInux

PCG-C1RにUbuntu8.04を入れてみました。
イメージは、altermate-i386のISO、そしてこのVAIOには、ネットワークがないので BuffaloのUSBLAN LUA-TXを使ってインストールしました。時間は半日ほどかかりましたが、なんとか動くようになりました。
PCMCIAの無線LAN802.11g/WPA/TKIP(GW-NS54AG)も問題なく動いているようです。
ftp://ftp.jaist.ac.jp/pub/Linux/ubuntu-releases/hardy/ubuntu-8.04.1-alternate-i386.iso
20081025-IMG_0110.JPG

$ cat /etx/X11/xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier      "Generic Keyboard"
Driver          "kbd"
Option          "XkbRules"      "xorg"
Option          "XkbModel"      "jp106"
Option          "XkbLayout"     "jp,jp"
Option          "XkbVariant"    "106,"
Option          "XkbOptions"    "grp:alt_shift_toggle,lv3:ralt_switch,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier      "Configured Mouse"
Driver          "mouse"
EndSection
Section "Device"
Identifier      "Configured Video Device"
Boardname       "NeoMagic MagicGraph (laptop/notebook)"
Busid           "PCI:0:8:0"
Driver          "neomagic"
Screen  0
Vendorname      "NeoMagic"
Option          "overrideValidateMode"
EndSection
Section "Monitor"
Identifier      "Configured Monitor"
Vendorname      "Generic LCD Display"
Modelname       "LCD Panel 1024x480"
Horizsync       30.0-64.0
Vertrefresh     50.0-100.0
modeline  "1024x480" 65.0 1024 1032 1176 1344 480 491 493 525 -hsync -vsync
Gamma   1.0
EndSection
Section "Screen"
Identifier      "Default Screen"
Device          "Configured Video Device"
Monitor         "Configured Monitor"
Defaultdepth    16
SubSection "Display"
Depth   16
Virtual 1024    480
Modes           "1024x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier      "Default Layout"
screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load            "glx"
Load            "GLcore"
Load            "v4l"
EndSection
Section "ServerFlags"
EndSection
$