I need to roll back to the old opensource drivers

Hello

I need to update my system from 11.3 to 11.4, and it seems that having installed the property ATI driver can give me stability issues, so I need to get back to the open source one:

I have installed the ATI property driver following this procedure (downloading the driver from the site, running the script in the following post):

Doubts in installing the property ATI driver

Unless I am mistaken, it means that before performing the update I have to.

1)Modify the xorg conf file and set the “Driver” option to “radeonhd”, so as to switch to the opensource driver.
2)Uninstall the property one safely (using the rpm commands or YAST).

I report below my xorg conf file:

Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Monitor"
	Identifier   "0-LVDS"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Option	    "PreferredMode" "1440x900"
	Option	    "TargetRefresh" "61"
	Option	    "Position" "0 0"
	Option	    "Rotate" "normal"
	Option	    "Disable" "false"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	**Driver      "fglrx"**	
             Option	    "Monitor-LVDS" "0-LVDS"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Please tell me if I am correct or not.

Regards and Thank you in advance

FabrizioS