No tak tímto už nic nepokazíš:
Zazálohuj si někam xorg.conf (najdeš ho v /etc/X11/) a pak jeho obsah nahraď tímto:
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Je to fail-safe nastavení Xorg.
Můžeš ještě zkusit udělat jen krok 2 (odinstalace AMD driveru) z toho návodu, na který jsi odkazoval, tj:
sudo apt-get remove --purge fglrx fglrx-amdcccle
a
sudo apt-get remove --purge fglrx-updates fglrx-amdcccle-updates
Psal jsem ti už výše, ale nevím jestlis to zkusil..