Ubuntu full-install won't get past login (amd radeon gpu)

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I have a MSI GX70 gaming computer that I converted into a coding computer. I installed Ubuntu but its GPU (AMD Radeon HD 8970M) is giving me trouble.
Ubuntu 14 + Oibaf seemed to run fine, however, since I accidentally broke my OS yesterday (sudo apt-get remove python wasn't a very good idea) I thought that I might as well upgrade the distribution.
I tried Ubuntu 18 and 16. Both installations went fine. However, when I boot on drive after installation, I can't get past login. Screen becomes black and my laptop reboots.
I'm currently on my fresh Ubuntu 18 that I booted with nomodeset. Native Radeon module didn't work, neither did Oibaf. I haven't tried AMPDGPU-PRO, but it didn't work last time I tried on Xenial (login loop).
And there are no proprietary driver for this GPU past Ubuntu 14 (I couldn't get fglrx to work on 14 anyway, that's why I used Oibaf instead)
There might also be a power problem but I haven't investigated this beyond disabling acpi.
Is there a way to fix this problem ? (other than downgrading to Ubuntu 14 or permanently add nomodeset to GRUB)
boot drivers graphics radeon
add a comment |Â
up vote
0
down vote
favorite
I have a MSI GX70 gaming computer that I converted into a coding computer. I installed Ubuntu but its GPU (AMD Radeon HD 8970M) is giving me trouble.
Ubuntu 14 + Oibaf seemed to run fine, however, since I accidentally broke my OS yesterday (sudo apt-get remove python wasn't a very good idea) I thought that I might as well upgrade the distribution.
I tried Ubuntu 18 and 16. Both installations went fine. However, when I boot on drive after installation, I can't get past login. Screen becomes black and my laptop reboots.
I'm currently on my fresh Ubuntu 18 that I booted with nomodeset. Native Radeon module didn't work, neither did Oibaf. I haven't tried AMPDGPU-PRO, but it didn't work last time I tried on Xenial (login loop).
And there are no proprietary driver for this GPU past Ubuntu 14 (I couldn't get fglrx to work on 14 anyway, that's why I used Oibaf instead)
There might also be a power problem but I haven't investigated this beyond disabling acpi.
Is there a way to fix this problem ? (other than downgrading to Ubuntu 14 or permanently add nomodeset to GRUB)
boot drivers graphics radeon
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a MSI GX70 gaming computer that I converted into a coding computer. I installed Ubuntu but its GPU (AMD Radeon HD 8970M) is giving me trouble.
Ubuntu 14 + Oibaf seemed to run fine, however, since I accidentally broke my OS yesterday (sudo apt-get remove python wasn't a very good idea) I thought that I might as well upgrade the distribution.
I tried Ubuntu 18 and 16. Both installations went fine. However, when I boot on drive after installation, I can't get past login. Screen becomes black and my laptop reboots.
I'm currently on my fresh Ubuntu 18 that I booted with nomodeset. Native Radeon module didn't work, neither did Oibaf. I haven't tried AMPDGPU-PRO, but it didn't work last time I tried on Xenial (login loop).
And there are no proprietary driver for this GPU past Ubuntu 14 (I couldn't get fglrx to work on 14 anyway, that's why I used Oibaf instead)
There might also be a power problem but I haven't investigated this beyond disabling acpi.
Is there a way to fix this problem ? (other than downgrading to Ubuntu 14 or permanently add nomodeset to GRUB)
boot drivers graphics radeon
I have a MSI GX70 gaming computer that I converted into a coding computer. I installed Ubuntu but its GPU (AMD Radeon HD 8970M) is giving me trouble.
Ubuntu 14 + Oibaf seemed to run fine, however, since I accidentally broke my OS yesterday (sudo apt-get remove python wasn't a very good idea) I thought that I might as well upgrade the distribution.
I tried Ubuntu 18 and 16. Both installations went fine. However, when I boot on drive after installation, I can't get past login. Screen becomes black and my laptop reboots.
I'm currently on my fresh Ubuntu 18 that I booted with nomodeset. Native Radeon module didn't work, neither did Oibaf. I haven't tried AMPDGPU-PRO, but it didn't work last time I tried on Xenial (login loop).
And there are no proprietary driver for this GPU past Ubuntu 14 (I couldn't get fglrx to work on 14 anyway, that's why I used Oibaf instead)
There might also be a power problem but I haven't investigated this beyond disabling acpi.
Is there a way to fix this problem ? (other than downgrading to Ubuntu 14 or permanently add nomodeset to GRUB)
boot drivers graphics radeon
asked May 16 at 13:38
user830572
11
11
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Try to add to grub radeon.modeset=0 to this line :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
that it reads :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.modeset=0"
works better for me than "nomodeset"
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Try to add to grub radeon.modeset=0 to this line :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
that it reads :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.modeset=0"
works better for me than "nomodeset"
add a comment |Â
up vote
0
down vote
Try to add to grub radeon.modeset=0 to this line :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
that it reads :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.modeset=0"
works better for me than "nomodeset"
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Try to add to grub radeon.modeset=0 to this line :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
that it reads :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.modeset=0"
works better for me than "nomodeset"
Try to add to grub radeon.modeset=0 to this line :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
that it reads :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.modeset=0"
works better for me than "nomodeset"
answered Jun 22 at 10:13
Molemi
11
11
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036972%2fubuntu-full-install-wont-get-past-login-amd-radeon-gpu%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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