@Balaton,Joerg
Is PCIgraphics.card contain hardcoded list of supported graphics cards (by name of *.chip files or by vendor/ids value?) and adding any new card which not in, is impossible without patching/hacking/rewriting PCIGraphics.card ? Maybe pcigraphics.card do support some external table ? All i find currently is that it contain those strings:
Picasso96/%s
RadeonHD.chip
ATIRadeon.chip
3dfxVoodoo.chip
3DLabsPermedia2.chip
SiliconMotion502.chip
So, like anything else is out and if i want to add any new vendor/id/driver-name i need to patch PCIgraphics.card ?
Or i simple should creaet another my.card which mimic functioinality of pcigraphics.card, and then on top of that my own card.chip ?