On 12.04 with a Radeon HD 6400M, the kernel boot option "radeon.modeset=0" seems to solve the issue (almost).
Add this to /etc/default/grub:
GRUB_CMDLINE_LINUX="radeon.modeset=0"
Then run:
sudo update-grub
This solves the continuous switching in the first few minutes after login. However, it still happens once a week (?) that the settings automatically go from extended desktop to mirrored at 1024x768 once or twice per session long after login. There's still a bug in there somewhere...
On 12.04 with a Radeon HD 6400M, the kernel boot option "radeon.modeset=0" seems to solve the issue (almost).
Add this to /etc/default/grub:
GRUB_ CMDLINE_ LINUX=" radeon. modeset= 0"
Then run:
sudo update-grub
This solves the continuous switching in the first few minutes after login. However, it still happens once a week (?) that the settings automatically go from extended desktop to mirrored at 1024x768 once or twice per session long after login. There's still a bug in there somewhere...