Is it possible to overclock my Radeon HD2400 XT graphics card under Ubuntu? Which application is needed? I have the proprietary driver installed.
3 Answers
I think the application you are looking for is rovclock.
sudo apt-get install rovclock 2 You can also try AMDOverdriveCtrl:
lsadl is only application i found that can overclock Radeon Mobility(require Catalyst driver), also it can change voltage:
Steps to install:
- Download lsadl-0.1.2.tar.bz2 from
Download ADL_SDK6 from
Extract lsadl-0.1.2.tar.bz2 to any folder (lsadl-0.1.2 in my case)
Create ADL_SDK folder in created folder and extract files from ALD_SDK_6.0.zip to it (lsadl-0.1.2/ADL_SDK in my case)
install
sudo apt-get install GTK+2,sudo apt-get install build-essential,sudo apt-get install autoconf,sudo apt-get install automakein terminal go to lsadl folder (
cd '/home/gap/downloads/lsadl-0.1.2'in my case)./autogen.sh./configure && makerun program
./lsadl
Succesed with i3 2330m + radeon 6650m graph card on Ubuntu 15.04.
4