CASIO
1.カシオ計算機
2.CASSIOPEIA FIVA MPC-101M32
3.MediaGX
4.Plamo1.4
5.PCMCIA/vmlinuz
         initrd.gz
         linux.bat
6.notePC(wnn) お薦め
7.Windowsパーティションにplamo以下を全てコピーし
 HDDパーティションからのインストールを選択
8.無し
9.Motorola Mariner288 (LAN & Modem)
10.3COM 3C575-J-TX (100BASE-TX/10BASE-T CardBus)
11.XF86Setup および xf86configでは正常に設定できないので
   次のXF86Configを/etcに置いてください。(これはxf86configで
   生成させたものを手直ししたものです)

#/etc/XF86Config-------------------------------------------(begin)
Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
    Protocol    "Standard"
    AutoRepeat  500 5
    LeftAlt     Meta
    RightAlt    ModeShift
    XkbDisable
    XkbKeymap   "xfree86(us)"
EndSection

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/mouse"
    Emulate3Buttons
    Emulate3Timeout    50
EndSection

Section "Monitor"
    Identifier  "FIVA_LCD"
    VendorName  "CASIO"
    ModelName   "px735lcd"
    HorizSync   30-40
    VertRefresh 50-70
    ModeLine "800x600" 33 800 820 840 868 600 605 610 633 +hsync +vsync
EndSection

Section "Device"
    Identifier  "FIVA_VIDEO"
    VendorName  "CASIO"
    BoardName   "MediaGX"
    #VideoRam    2048
EndSection

Section "Screen"
    Driver      "svga"
    Device      "FIVA_VIDEO"
    Monitor     "FIVA_LCD"
    Subsection "Display"
        Depth       16
        Modes       "800x600"
        ViewPort    0 0
        Virtual     801 601
    EndSubsection
EndSection
#/etc/XF86Config -------------------------------------------------(end)