Hi - a short howto if you have this problem.
I have an AMD64 3500+ with a EliteGroup RS-482 Motherboard with built-in Graphics - to be exact the Radeon Xpress 200. If you have something similar, read on...
First of all, the Hardy Live CD will not run with the defaults - you need to run it using the fail-safe graphics mode.
Once you are in the Live CD graphics environment, click on 'Install' and follow instructions.
Once installed, you can enable the proprietary ATI graphics driver:
System > Administration > Hardware Drivers > Enable ATI Graphics Driver.
Cool
now reboot to effect the driver...
Now here's the thing. For some reason, because the graphics is onboard, it does not play nicely with the CPU stepping feature of the AMD processor, also called Cool 'n Quiet technology. You will start to experience white screen freezes, particularly when using Firefox, which are highly irritating and require a hard reset
Sooooo - we need to disable this 'feature'. Now, the easiest way to disable this is to install an app called sysv-rc-conf
Run a terminal: Applications > Accessories > Terminal
Type the following in the terminal:
This will install the application 'sys-rc-conf'.
Right, now the thing causing all the trouble is the module called 'powernowd'
So, let's run sys-rc-conf
You will get a table with names and crosses in boxes. Untick all of the boxes in the powernowd and powernowd$ row, and quit the program, by typing the letter 'q'.
I forget if you need to reboot or not, but to be safe, reboot and you should be rock-steady.
Happy Hardy
btw: full details here: https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.15/+bug/46470
I have an AMD64 3500+ with a EliteGroup RS-482 Motherboard with built-in Graphics - to be exact the Radeon Xpress 200. If you have something similar, read on...
First of all, the Hardy Live CD will not run with the defaults - you need to run it using the fail-safe graphics mode.
Once you are in the Live CD graphics environment, click on 'Install' and follow instructions.
Once installed, you can enable the proprietary ATI graphics driver:
System > Administration > Hardware Drivers > Enable ATI Graphics Driver.
Cool
Now here's the thing. For some reason, because the graphics is onboard, it does not play nicely with the CPU stepping feature of the AMD processor, also called Cool 'n Quiet technology. You will start to experience white screen freezes, particularly when using Firefox, which are highly irritating and require a hard reset
Sooooo - we need to disable this 'feature'. Now, the easiest way to disable this is to install an app called sysv-rc-conf
Run a terminal: Applications > Accessories > Terminal
Type the following in the terminal:
Code:
sudo apt-get install sysv-rc-conf
This will install the application 'sys-rc-conf'.
Right, now the thing causing all the trouble is the module called 'powernowd'
So, let's run sys-rc-conf
Code:
sudo sysv-rc-conf
You will get a table with names and crosses in boxes. Untick all of the boxes in the powernowd and powernowd$ row, and quit the program, by typing the letter 'q'.
I forget if you need to reboot or not, but to be safe, reboot and you should be rock-steady.
Happy Hardy
btw: full details here: https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.15/+bug/46470
Last edited: