
| CPU | Intel 468DX/2-66 (C), 33.28 bogomips |
| System Memory | 4 MB on board + 4 MB memory module |
| BIOS | SystemSoft BIOS for 80486/82C268 Version 1.00 (2208-05) |
| Bus-System | ISA-Bus and/or VLBus (not really sure yet, audio chip only available as ISA and graphics chip as both but startx says something about VLBus) |
| Graphics | Chips & Technologies F65540, 512 kB video ram |
| Audio | ESS AudioDrive ES488F |
| PCMCIA | CIRRUS LOGIC CL-PD6720-QC-B, 2 PCMCIA-slots (16bit, 68 pins each) |
| Display | 10.3" LCD VGA screen, colour, Dual Scan STN technology, 16/256 colours at 640 x 480 or 256 colours at 320 x 200 |
| Mouse | Trackball with two buttons |
| Harddisk | Seagate ST9385AG, 341.4 MB, 2.5" (drive parameters: 934 cylinders, 14 heads, 51 sectors, speed: 4000rpm, seek time: 16ms, seagate.com) |
| Floppy | 3.5" Floppy Disk Drive (1.44 MB HD or 720 KB DD) |
| CD/CD-RW/DVD | nothing |
| Ports/Connectors | 1 serial port (9 pin, RS-232), 1 Centronics-compatible parallel port (25 pin), 1 PS/2-type keyboard/mouse port, 1 VGA-monitor connector, 1 headset/speaker out, 1 Line/Mic-In, 1 connector for docking station (160 pin) |
| Power Supply | power pack: TSA3, Rating Input: 100-250V~, 47-63Hz, 1.2A, Rating Output: 20V-. 1.05A, 17V-, 1A/2A car adapter: TSCA3, Rating Input: 9-16V-, 5.8A, Rating Output: 20V-, 2.0A rechargeable battery: nickel-metal hydride (NiMH), Rating: 12V-, 2600mAh, Charge: 2.0Ax1.5hrs |
| Measurements | 279 x 218 x 50.5mm |
| Weight | 3.08 kg battery included |
| Extras | internal speaker, internal microphone, user manual |
As you can see in the config file for my Xserver I specified the appropriate graphics chip, the German keyboard layout and set the mouse device for the trackball towards /dev/ttyS0 (it seems to be serial).
An external monitor is actually very easy to set up. Just plug the monitor cable in the VGA-port and switch the different modes with Fn + F12. One can either activate only the notebook display, only the external monitor or both at the same time. It has nothing to do with the installed operating system itself.
sb module and tried to install it with the following parameters: dma=1 irq=5 io=0x220. It installs well. First time I tried this I got some sound coming out of the speaker. Then I rebooted and it was gone, no sound no more. I tried to re-insmod the module with the same parameters and even recompiled the kernel and the modules. But I never got it working again yet.pcmcia-cs. Just download the newest sources from http://pcmcia-cs.sourceforge.net/ and unpack them. Then a make config && make all && make install hopefully should do everything for you (you do not need to include support for 32bit cards (CardBus) for they do not work in the Targa). /etc/network/. You therefor have to edit the file /etc/pcmcia/network.opts./etc/pcmcia/wireless.opts. The kernel config file and the loaded modules on the notebook:
# lsmod Module Size Used by xirc2ps_cs 13916 1 ds 6408 2 [xirc2ps_cs] i82365 11136 2 pcmcia_core 35232 0 [xirc2ps_cs ds i82365] sb 35700 0 uart401 6512 0 [sb] sound 59596 0 [sb uart401] soundcore 2916 5 [sb sound]
The xirc2px_cs module is for my PCMCIA network card and the sb and uart401 modules belong to the audio configuration.
The kernel should be as slim as possible due to the limited system resources. You should compile features as modules where it is possible and sensible. On the Targa, there is no need for any PCI features nor for any CD-ROM support because it has nothing of those two. I added Wireless LAN support so that the pcmcia-cs package compiles the modules for WLAN and I can use it. As well I enabled the frame buffer device support so I can try to figure out how I will get it to work when if have some time. I don't even know yet if it's possible on this notebook.