Jesús Guerrero schrieb: > Ignore please, I found it myself. And it, indeed, solved my problem, > thanks a lot for the inspiration, this has been bothering me for > some time.
Just in case anyone is still trying to disable RandR 1.2 support in catalyst driver ( and for me as a backup :-D ), the following command worked for me: # aticonfig --set-pcs-str="DDX,EnableRandR12,FALSE" The command can be verified by looking at the amdpcsdb file: # grep RandR /etc/ati/amdpcsdb EnableRandR12=SFALSE Make sure X isn't running when issuing this command as the amdpcsdb file gets rewritten when X stops. Greetings Sebastian Beßler