litvin05 Asked: 2010-11-06 10:47:27 +0800 CST2010-11-06 10:47:27 +0800 CST 2010-11-06 10:47:27 +0800 CST Utilities to overclock ATI Radeon graphic card 772 Is it possible to overclock my Radeon HD2400 XT graphics card under Ubuntu? Which application is needed? I have the proprietary driver installed. hardware ati 3 Answers Voted Best Answer Rafał Cieślak 2010-11-06T10:51:26+08:002010-11-06T10:51:26+08:00 I think the application you are looking for is rovclock. sudo apt-get install rovclock Covarrubias 2011-02-06T22:36:34+08:002011-02-06T22:36:34+08:00 You can also try AMDOverdriveCtrl: http://sourceforge.net/projects/amdovdrvctrl/ Gapster 2015-09-15T02:29:36+08:002015-09-15T02:29:36+08:00 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 http://freecode.com/projects/lsadl Download ADL_SDK6 from http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/ 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 automake in terminal go to lsadl folder ( cd '/home/gap/downloads/lsadl-0.1.2' in my case) ./autogen.sh ./configure && make run program ./lsadl Succesed with i3 2330m + radeon 6650m graph card on Ubuntu 15.04.
I think the application you are looking for is rovclock.
You can also try AMDOverdriveCtrl:
http://sourceforge.net/projects/amdovdrvctrl/
lsadl is only application i found that can overclock Radeon Mobility(require Catalyst driver), also it can change voltage:
Steps to install:
Download ADL_SDK6 from http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/
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 automake
in terminal go to lsadl folder (
cd '/home/gap/downloads/lsadl-0.1.2'
in my case)./autogen.sh
./configure && make
run program
./lsadl
Succesed with i3 2330m + radeon 6650m graph card on Ubuntu 15.04.