The graphical card in this laptop is called a ``Tridend CyberBlade XP Ai1'' by the preinstalled Microsoft Windows. However, this probably is a very new revision of that board, because ``cat /proc/pci'', ``lspci -vv'', ``scanpci -v'', and ``X -configure'' all say the same thing: ``unknown VGA-capable card found''(be it in their words instead of mine), although the X server mentions support for a CyberBlade XP and a CyberBlade Ai1 (but admittedly not a CyberBlade XP Ai1).
According to the Toshiba technical specifications, the name of this card is 'CyberALLADIN-T'.
The trident standard module brought with XFree86 4.0, 4.1, 4.2 does not work with the video card. A workaround is to use the FBdev driver, but that one is dog slow; you can forget about full-screen multimedia thingies.
Thanks to Jeff Chua jchua@fedex.com, a working driver can be found at http://www.xfree86.org/~alanh/trident_drv.o. This driver requires XFree86 4.2.0 and works perfectly. To make it work, copy this file after a normal install and configuration of XFree86 in order to replace the trident.o brought with XFree86 4.2
Note from Wouter Verhelst: while the latest Debian/unstable packages are still on 4.1.0. Shit. And they're so good. UPDATE: I can now confirm this. I installed X 4.2.0 in a chroot environment, which indeed gives me accelerated graphics. I can play games now! Woohoo! ;-). And since then prerelease deb's have become available. Simple visit http://raw.no/x4.2/ and find your nearest mirror.
I also had the problem that my X server sometimes interpreted a keyboard event more than once. This was solved by adding a line like
Option ``XkbDisable'' ``true''
to /etc/X11/XF86Config-4. Wouter Verhelst wouter@debian.org (the original author of this document) found that this fucks up your keyboard mapping. To fix this you'll have to use xmodmap to fix it again. The easiest way to achieve that follows:
xmodmap -pke > .xmodmaprc
remove mod1 = Mode_switch add mod3 = Mode_switch
xmodmap .xmodmaprc
The keyboard should work now. Many thanks go to Olaf Schnapauff olaf@schnapauff.com for showing me how great xmodmap actually is.
If you want to see a working XF86Config file, check out the lazy files section.