Indonesian Back|Track Team
[ FIXED ] AMD Radeon HD6310 - Printable Version

+- Indonesian Back|Track Team (https://www.indonesianbacktrack.or.id/forum)
+-- Forum: Penetration Testing Os (https://www.indonesianbacktrack.or.id/forum/forum-170.html)
+--- Forum: Backtrack (https://www.indonesianbacktrack.or.id/forum/forum-171.html)
+---- Forum: BackTrack 5 (https://www.indonesianbacktrack.or.id/forum/forum-74.html)
+----- Forum: Backtrack 5 Tanya Jawab (https://www.indonesianbacktrack.or.id/forum/forum-86.html)
+----- Thread: [ FIXED ] AMD Radeon HD6310 (/thread-182.html)

Pages: 1 2 3 4 5


[ FIXED ] AMD Radeon HD6310 - zee eichel - 06-12-2011

pada Bootscreen teken E terus remove ,,vga=123" replace dengan radeon atau vesa kemudian teken press CTRL + X

:pc::pc:


RE: AMD Radeon HD6310 - devilnay - 06-15-2011

kalo radeon 2400xt? Smile) bingung anee pake jockey gagal terus


RE: AMD Radeon HD6310 - ucoepoe - 06-24-2011

(06-12-2011, 08:05 PM)zee eichel Wrote: pada Bootscreen teken E terus remove ,,vga=123" replace dengan radeon atau vesa kemudian teken press CTRL + X

:pc::pc:


mantaep om....
gak ngaruh ama vga nya entar kan...
mohon sedikit penjelasannya om...
thank...




RE: AMD Radeon HD6310 - zee eichel - 06-25-2011

iya gk ngaruh kok


RE: AMD Radeon HD6310 - k41t0 - 06-27-2011

(06-25-2011, 12:15 AM)zee eichel Wrote: iya gk ngaruh kok

Untuk radeon 6470 HD bisa ga om??Undecided


RE: AMD Radeon HD6310 - Ares - 07-05-2011

(06-12-2011, 08:05 PM)zee eichel Wrote: pada Bootscreen teken E terus remove ,,vga=123" replace dengan radeon atau vesa kemudian teken press CTRL + X

:pc::pc:

Atau Sama Kek Yg Pake ATI Itu Om Zee?
Ganti Jadi:
PHP Code:
to i915.modeset=
[/quote]

Kira-Kira Seperti Itu?


RE: AMD Radeon HD6310 - R-12 - 07-07-2011

wind 270 msi kok kg mau yah.. gw boot lewat flasdik malahan tampilanya ky gk beergerak sama sekali .. apa ada petunjuk


RE: AMD Radeon HD6310 - Callahan - 10-12-2011

kalo yg buat HD 6370 gmna mas....


RE: AMD Radeon HD6310 - Junior Riau - 10-12-2011

(10-12-2011, 12:01 PM)Callahan Wrote: kalo yg buat HD 6370 gmna mas....

di thread kamu sudah di jawab tadi mas http://indonesianbacktrack.or.id/forum/Thread-FIXED-install-driver-VGA-AMD-Radeon-HD-6370-di-backtrack-5-r1-KDE?pid=8681#pid8681


FIX VGA ATI RADEON BACKTRACK 5 R1 OR R2 - rocketsid - 03-08-2012

Cuma mau share aja ini juga copy paste
dan alhamdulillah berjalan lancar dilaptop saya

laptop saya AC*r 4745G

Langsung aja ya Wink

DOWNLOAD ATI DRIVERS FOR BACKTRACK:



1.Ati AMD Accelerated Parallel Processing (APP) SDK:,
http://developer.amd.com/sdks/AMDAPPSDK/...fault.aspx


2.ati driver installer for linux:
http://support.amd.com/us/gpudownload/li...linux.aspx



Install OpenCL on Backtrack



In this guide we will be installing and configuring OpenCL on Backtrack.
NOTE: You might need to make some minor tweaks depending on your system.
Let's begin:

First of all before we start we want to make sure that our system is up to date.

Quote:root@bt:~# apt-get update && apt-get upgrade

Before we go on with installing the ATI drivers we need to get our kernel source prepared.

Quote:root@bt:~# prepare-kernel-sources
root@bt:~# cd /usr/src/linux
root@bt:~# cp -rf include/generated/* include/linux/



Now that we are set up it's time to download the ATI drivers.
download both drivers and move to desktop.

in terminal write:

Quote:cd /root/Desktop/
root@bt:~/Desktop# chmod +x amd-driver-installer-12-1-x86.x86_64.run
root@bt:~/Desktop# ./amd-driver-installer-12-1-x86.x86_64.run
root@bt:~/Desktop# reboot

Before we are finished there is one more thing that we need to install, The AMD Accelerated Parallel Processing (APP) SDK, this one needs to be installed according to your CPU architecture.

For 32 bit architecture:

Quote:cd /root/Desktop/
root@bt:~/Desktop# wget http://developer.amd.com/Downloads/AMD-A...-lnx32.tgz
root@bt:~/Desktop# tar -xvzf AMD-APP-SDK-v2.6-lnx32.tgz
root@bt:~/Desktop# ./Install-AMD-APP.sh


For 64 bit architecture:

Quote:cd /root/Desktop/
root@bt:~/Desktop# wget http://developer.amd.com/Downloads/AMD-A...-lnx64.tgz
root@bt:~/Desktop# tar -xvzf AMD-APP-SDK-v2.6-lnx64.tgz
root@bt:~/Desktop# ./Install-AMD-APP.sh


We will also need cmake and cmake++ along with some other library files.

First we install the libraries and cmake:
Quote:root@bt:~# apt-get install libroot-python-dev libboost-python-dev zlib1g-dev libssl-dev cmake libboost1.40-all-dev

Before we can install cmake++ we need to set the ATI Stream paths:

Quote:root@bt:~# echo "ATISTREAMSDKROOT=/opt/AMDAPP
root@bt:~# export ATISTREAMSDKROOT" >> ~/.bashrc
root@bt:~# source ~/.bashrc

Now we can proceed with the installation:
Quote:root@bt:~# svn co https://calpp.svn.sourceforge.net/svnroot/calpp calpp
root@bt:~# cd calpp/trunk
root@bt:~# cmake .
root@bt:~# make
root@bt:~# make install



In addition now we can install Pyrit with the OpenCL option.
Quote:root@bt:~# svn checkout http://pyrit.googlecode.com/svn/trunk/ /tmp/pyrit
root@bt:~# cd /tmp/pyrit/pyrit && python setup.py build && python setup.py install
root@bt:~# cd /tmp/pyrit/cpyrit_opencl && python setup.py build && python setup.py install


Now we can test Pyrit.

Quote:root@bt:~# pyrit list_cores
root@bt:~# pyrit benchmark

SUMBER

added on homepage http://indonesianbacktrack.or.id/index.php/AMD_ATI_Radeon_HD6310 | edited by zee eichel