Anyway, here's my XF86Config-4 file: ## XF86Config-4 File made for Toshiba Libretto 70CT
Section "Files"
                FontPath                 "unix/:7100"                                                   # local font server
                # if the local font server has problems, we can fall back on these
                FontPath                 "/usr/lib/X11/fonts/misc"
                FontPath                 "/usr/lib/X11/fonts/cyrillic"
                FontPath                 "/usr/lib/X11/fonts/100dpi/:unscaled"
                FontPath                 "/usr/lib/X11/fonts/75dpi/:unscaled"
                FontPath                 "/usr/lib/X11/fonts/Type1"
                FontPath                 "/usr/lib/X11/fonts/Speedo"
                FontPath                 "/usr/lib/X11/fonts/100dpi"
                FontPath                 "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
                Load                 "bitmap"
                Load                 "dbe"
                Load                 "ddc"
                Load                 "extmod"
                Load                 "freetype"
                Load                 "int10"
                Load                 "pex5"
                Load                 "record"
                Load                 "speedo"
                Load                 "type1"
                Load                 "vbe"
                Load                 "xie"
EndSection

Section "InputDevice"
                Identifier                 "keyboard"
                Driver                                  "keyboard"
                Option                                  "CoreKeyboard"
                Option                                  "XkbRules"                 "xfree86"
                Option                                  "XkbModel"                 "pc104"
                Option                                  "XkbLayout"                 "us"
EndSection

Section "InputDevice"
                Identifier                 "mouse"
                Driver                                  "mouse"
                Option                                  "CorePointer"
                Option                                  "Device"                                  "/dev/psaux"
                Option                                  "Protocol"                                  "PS/2"
                Option                                  "Emulate3Buttons"                 "on"
                Option                                  "ZAxisMapping"                                  "4 5"
                Option                                  "Emulate3Timeout"                 "50"
EndSection

Section "Device"
                Identifier                 "Chipscard"
                Driver                                  "chips"
                Option                                  "noaccel"
EndSection

Section "Monitor"
                Identifier                 "lcd"
                HorizSync                 31.5
                VertRefresh                 50-70
EndSection

Section "Screen"
                Identifier                 "xconfig"
                Device                                  "Chipscard"
                Monitor                                  "lcd"
                DefaultDepth                 16
                                 SubSection "Display"
                                                  Depth                                  16
                                                  Modes                                  "800x600" "640x480"
                                                  Virtual                                  800 600
                                 EndSubSection
EndSection

Section "ServerLayout"
                Identifier                 "standard"
                Screen                                  "xconfig"
                InputDevice                 "keyboard"
                InputDevice                 "mouse"
EndSection