With 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.
To do this first exit to the console using the following command:
sudo service gdm stop
Then create an Xorg configuration file with the command below:
sudo Xorg -configure
Then add the ‘RenderAccel' option to /etc/X11/xorg.conf:
Section "Device"
...
Driver "radeon"
Option "RenderAccel" "off"
EndSection
And restart X/GDM.
sudo service gdm start
Incoming search terms:
- ubuntu ati window corrupt
- ati graphical corruption ubuntu
- ati graphics card with ubuntu
- disable renderaccel ubuntu
- fix blue vertical lines ubuntu 10 04 graphics
- FixWindowcorruptionwitholderATIgraphicscardsinUbuntu10 04(Lucid)|UbuntuGeek
- ubuntu graphic card corrupted





wish i could find a fix for my ati radeon 2400XT HD card
[Reply]
aw…will give that a try. thanks..
[Reply]
After this mod, my lucid locked up at Plymouth screen, and would not boot. Had to recover /etc/X11/xorg.conf to previous condition to re enable Ubuntu bootup.
It is unlikely that anyone new to Ubuntu would have been able to rectify this condition, and would be left with an unusable PC.
Any suggested modifications such as this should carry a warning and detailed instructions of how to undo the modifications from the (normal boot) unbootable machine
[Reply]