Everytime when I edit the monitor preferences in AMD to multi-monitor or to a multidesktop, when I press save or apply the program just closes with no errors and the preferences hasn't been saved. If I try to do it via the Displays app that is built-in in ubuntu 11.10 I get the following error:
The selected configuration for displays could not be applied
required virtual size does not fit available size: requested=(2560, 1024), minimum=(320, 200), maximum=(1280, 1280)
I don't know if it helps but my graphics card is a ATI Radeon HD 4800 and my monitors are both 1280x1024. I'm running the proprietary driver without post-release updates because I always get an error trying to install that one.
Under 'Preferences' in your system menu, you should find two versions of the AMD Catalyst Control Center. One of which should open with superuser privileges.
Alternatively, you can try running
gksudo amdcccl
if you are unable to find such a menu entry.If you run into serious problems and wish to start again, or you simply would like to reset all of your configuration regarding X Server and your graphics card, try running
sudo aticonfig --initial
orsudo aticonfig --initial=dual-head
. Only use the latter if you have multiple graphics cards.Remember that most changes made through AMD Catalyst Control Center will require restarting X Server, which can be done by logging out and logging back into the system or rebooting entirely.