Kokeilitko ensin live-cd:llä että kaikki toimii? Jos et, niin kokeile ja kerro miten kävi.
Sitten muuta opettavaista:
Ubuntun version julkaisun yhteydessä annetaan ns. julkaisumuistio, johon on listattu mm. senhetkisiä tunnettuja ongelmia. Ne on hyvä läpi ennenkuin siirtyy uuteen versioon, jotta näkee koskevatko nuo ongelmat itseäsi millään tapaa.
https://wiki.ubuntu.com/LucidLynx/ReleaseNotesTuolta bongasin tämän:
Window corruption with older ATI graphics cardsWith older ATI graphics cards with 32MB or less of video RAM some corruption of direct rendered windows, for example OSD notifier windows, might appear. This may be worked around by disabling 'RenderAccel' in the Xorg configuration. (426582)
To do this first exit to the console using the following command:
sudo service gdm stopThen create an Xorg configuration file with the command below:
sudo Xorg -configureThen add the 'RenderAccel' option to /etc/X11/xorg.conf:
Section "Device"
...
Driver "radeon"
Option "RenderAccel" "off"
EndSectionAnd restart X/GDM.
sudo service gdm startJos et tiedä grafiikkakorttiasi eli siis koskeeko ongelma sinua, näppäile komentoriville (ennenkuin olet tehnyt mitään edellisistä) seuraava:
type lspci | grep VGAToivottavasti tästä oli edes hieman apua.