I tried out quite a lot of things last week - it turns out, that it is a problem of xorg in the change from 7.2 to 7.3
they set the default depth from 16 to 24 for the intel driver - but 24 never worked properly on the i810 chipset.
first I tried Vector 5.8 - uses xorg 6.9 - the screen is perfect - it creates a xorg.conf with a depth of 16 - you can see the files here:
http://www.kult-ex.org/X11/vector-5.8-xorg.conf.txthttp://www.kult-ex.org/X11/vector-5.8-Xorg.0.log.txtthen I tried Puppy 3.1 - in puppy, which has xorg 7.2 - everything perfect - beside this it is nice, because you get the possibility to choose the resoution - 1280x1024x16 works - 1280x1024x24 there is a picture and you can work, but it has vertical stripes every 2 cm, which are flickering
http://www.kult-ex.org/X11/puppy-16-xorg.conf.txthttp://www.kult-ex.org/X11/puppy-16-xorg.0.log.txtthen Arch - uses xorg-server 1.4 - the same as Vector 5.9 and there, what a surprise, xorg crated a xorg.conf with a deapth of 24.
http://www.kult-ex.org/X11/arch-xorg.conf.txthttp://www.kult-ex.org/X11/arch-xorg.0.log.txtit did not work, because it produced a name error in the Section "Device", but it was clear - depth 24
so I reinstalled Vector 5.9 - set the depth to 24 and had the known picture with stripes. Depth back to 16 crashed as before. So no possibility to get VL 5.9 working with a nice screen.
then Knoppix 5.3 also uses xorg-server 1.4, but there I remembered it was working with a depth of 16 in the xorg.conf - it had the well known stripes as with 24, but was working - funny thing, when I was looking into the log - xorg corrected the depth to 24 ((==) Depth 24 pixmap format is 32 bpp)
http://www.kult-ex.org/X11/knoppix-xorg.conf.txthttp://www.kult-ex.org/X11/knoppix-xorg.0.log.txtI reported a bug on x.org