magnetic,
Quote:
... when the heck are they going to make the displays and card work OTOTB?
Most likely not very soon ?
When changing graphicscard as You did, it should probably work to reconfigure X with the new graphicsboard using:
dpkg-reconfigure xserver-xorg
or perhaps
gksu dpkg-reconfigure xserver-xorg
I haven't tried myself, so not absolutely sure, will try with some different cards when having little time for it. I dont think it would change anything for You though, as the cards You mentioned should use the same driver, but maybe. There is two drivers for ATI cards, r128 and radeon.
/var/log/Xorg.0.log will tell you what the server is trying to load.
lspci
will show You the card thats detected in your system.
You could perhaps also boot the Live CD with the new graphicscard too see how the autodetection works.
The autodetect function will try to autodetect during the installation, and in most cases it should work. But for the Pegasos II for instance you need to force the AGP card into PCI mode by adding that option.
More info about options and other things is to find here:
LINK
Some tools and other info here also:
Xorg-Edit -
Sax2-X11 -
Wiki - Ubuntu
Hope You got some hints.