amd graphics card driver for R5 m330
I recently purchased an Hp laptop that came with 2 Gb dedicated AMD Radeon R5 Series M330 Graphics .Currently i am running ubuntu 15.04 on my laptop.
I checked for the graphics driver in Hp's website as well as in the AMD's website.I even checked the same in software and updates .But i didn't find any.
How can i download the graphics driver ?
drivers graphics
add a comment |
I recently purchased an Hp laptop that came with 2 Gb dedicated AMD Radeon R5 Series M330 Graphics .Currently i am running ubuntu 15.04 on my laptop.
I checked for the graphics driver in Hp's website as well as in the AMD's website.I even checked the same in software and updates .But i didn't find any.
How can i download the graphics driver ?
drivers graphics
1
There is no proprietary drivers for any R5 M300 series. Amd support also said that there is no knowledge if they will suport that series for Linux. Part of the response from them: Response and Service Request History: We don’t have any update for you in regards to if the Radeon R5 M300 will be supported in future drivers. I would recommend that you subscribe to AMD and you will be notified when new driver is released.
– adi
Jan 3 '16 at 18:33
add a comment |
I recently purchased an Hp laptop that came with 2 Gb dedicated AMD Radeon R5 Series M330 Graphics .Currently i am running ubuntu 15.04 on my laptop.
I checked for the graphics driver in Hp's website as well as in the AMD's website.I even checked the same in software and updates .But i didn't find any.
How can i download the graphics driver ?
drivers graphics
I recently purchased an Hp laptop that came with 2 Gb dedicated AMD Radeon R5 Series M330 Graphics .Currently i am running ubuntu 15.04 on my laptop.
I checked for the graphics driver in Hp's website as well as in the AMD's website.I even checked the same in software and updates .But i didn't find any.
How can i download the graphics driver ?
drivers graphics
drivers graphics
asked Dec 22 '15 at 6:50
sai krishnasai krishna
2616
2616
1
There is no proprietary drivers for any R5 M300 series. Amd support also said that there is no knowledge if they will suport that series for Linux. Part of the response from them: Response and Service Request History: We don’t have any update for you in regards to if the Radeon R5 M300 will be supported in future drivers. I would recommend that you subscribe to AMD and you will be notified when new driver is released.
– adi
Jan 3 '16 at 18:33
add a comment |
1
There is no proprietary drivers for any R5 M300 series. Amd support also said that there is no knowledge if they will suport that series for Linux. Part of the response from them: Response and Service Request History: We don’t have any update for you in regards to if the Radeon R5 M300 will be supported in future drivers. I would recommend that you subscribe to AMD and you will be notified when new driver is released.
– adi
Jan 3 '16 at 18:33
1
1
There is no proprietary drivers for any R5 M300 series. Amd support also said that there is no knowledge if they will suport that series for Linux. Part of the response from them: Response and Service Request History: We don’t have any update for you in regards to if the Radeon R5 M300 will be supported in future drivers. I would recommend that you subscribe to AMD and you will be notified when new driver is released.
– adi
Jan 3 '16 at 18:33
There is no proprietary drivers for any R5 M300 series. Amd support also said that there is no knowledge if they will suport that series for Linux. Part of the response from them: Response and Service Request History: We don’t have any update for you in regards to if the Radeon R5 M300 will be supported in future drivers. I would recommend that you subscribe to AMD and you will be notified when new driver is released.
– adi
Jan 3 '16 at 18:33
add a comment |
1 Answer
1
active
oldest
votes
I found some article where it is said that drivers for M2XX works perfectly even for M3XX. Anyways, having the same card tried
sudo apt-get install fglrx-updates
and got it working.
Other methods including download of deb packages from http://amd.com wasn't working for me, tried packages fglrx-core
(80MB cca) together with fglrx
(50MB cca) and had black screen after reboot. I guess there might be some workaround for this method too.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f712259%2famd-graphics-card-driver-for-r5-m330%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I found some article where it is said that drivers for M2XX works perfectly even for M3XX. Anyways, having the same card tried
sudo apt-get install fglrx-updates
and got it working.
Other methods including download of deb packages from http://amd.com wasn't working for me, tried packages fglrx-core
(80MB cca) together with fglrx
(50MB cca) and had black screen after reboot. I guess there might be some workaround for this method too.
add a comment |
I found some article where it is said that drivers for M2XX works perfectly even for M3XX. Anyways, having the same card tried
sudo apt-get install fglrx-updates
and got it working.
Other methods including download of deb packages from http://amd.com wasn't working for me, tried packages fglrx-core
(80MB cca) together with fglrx
(50MB cca) and had black screen after reboot. I guess there might be some workaround for this method too.
add a comment |
I found some article where it is said that drivers for M2XX works perfectly even for M3XX. Anyways, having the same card tried
sudo apt-get install fglrx-updates
and got it working.
Other methods including download of deb packages from http://amd.com wasn't working for me, tried packages fglrx-core
(80MB cca) together with fglrx
(50MB cca) and had black screen after reboot. I guess there might be some workaround for this method too.
I found some article where it is said that drivers for M2XX works perfectly even for M3XX. Anyways, having the same card tried
sudo apt-get install fglrx-updates
and got it working.
Other methods including download of deb packages from http://amd.com wasn't working for me, tried packages fglrx-core
(80MB cca) together with fglrx
(50MB cca) and had black screen after reboot. I guess there might be some workaround for this method too.
answered Feb 3 '16 at 0:54
tomasbtomasb
1087
1087
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f712259%2famd-graphics-card-driver-for-r5-m330%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
There is no proprietary drivers for any R5 M300 series. Amd support also said that there is no knowledge if they will suport that series for Linux. Part of the response from them: Response and Service Request History: We don’t have any update for you in regards to if the Radeon R5 M300 will be supported in future drivers. I would recommend that you subscribe to AMD and you will be notified when new driver is released.
– adi
Jan 3 '16 at 18:33