document updated 14 years ago, on Mar 18, 2010
2009-08-21
I installed Ubuntu Jaunty (9.04) on my laptop, but I ran into this xserver-xorg-video-radeon bug which made my video freeze ~2 minutes after logging in.
A temporary workaround was to set DRI=false in /etc/X11/xorg.conf:
Section "Device"
Identifier "Configured Video Device"
Option "DRI" "False"
Option "AGPMode" "1"
EndSection