Installing NVIDIA GEFORCE 1050 TI - Cannot Get To GUI

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
I am trying to install an NVIDIA GEFORCE 1050 TI card on my system, but with the card installed, I can't access a GUI. Here is my system info:
15.4 GiB
Intelî Core⢠i7-3770S CPU @ 3.10GHz à8
Intelî Ivybridge Desktop
Ubuntu 16.04.3 LTS 64-bit
I can get to BIOS and then to GRUB, but when I select to boot Ubuntu (I dual-boot, and the card works perfectly in Windows 10.), I only get a black screen. Trying to switch to the command line with CTRL+ALT+F1 does not work.
I found this mega-answer here about getting drivers to work, but I can't figure out how to attempt these steps without a GUI.
I took the graphics card out and am in the system via the onboard Intel graphics at the moment. Is there anything that is recommended to install/uninstall in my system that would allow me to insert the card again and boot back to a sufficient GUI to attempt installing drivers?
16.04 drivers nvidia graphics gui
add a comment |Â
up vote
1
down vote
favorite
I am trying to install an NVIDIA GEFORCE 1050 TI card on my system, but with the card installed, I can't access a GUI. Here is my system info:
15.4 GiB
Intelî Core⢠i7-3770S CPU @ 3.10GHz à8
Intelî Ivybridge Desktop
Ubuntu 16.04.3 LTS 64-bit
I can get to BIOS and then to GRUB, but when I select to boot Ubuntu (I dual-boot, and the card works perfectly in Windows 10.), I only get a black screen. Trying to switch to the command line with CTRL+ALT+F1 does not work.
I found this mega-answer here about getting drivers to work, but I can't figure out how to attempt these steps without a GUI.
I took the graphics card out and am in the system via the onboard Intel graphics at the moment. Is there anything that is recommended to install/uninstall in my system that would allow me to insert the card again and boot back to a sufficient GUI to attempt installing drivers?
16.04 drivers nvidia graphics gui
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am trying to install an NVIDIA GEFORCE 1050 TI card on my system, but with the card installed, I can't access a GUI. Here is my system info:
15.4 GiB
Intelî Core⢠i7-3770S CPU @ 3.10GHz à8
Intelî Ivybridge Desktop
Ubuntu 16.04.3 LTS 64-bit
I can get to BIOS and then to GRUB, but when I select to boot Ubuntu (I dual-boot, and the card works perfectly in Windows 10.), I only get a black screen. Trying to switch to the command line with CTRL+ALT+F1 does not work.
I found this mega-answer here about getting drivers to work, but I can't figure out how to attempt these steps without a GUI.
I took the graphics card out and am in the system via the onboard Intel graphics at the moment. Is there anything that is recommended to install/uninstall in my system that would allow me to insert the card again and boot back to a sufficient GUI to attempt installing drivers?
16.04 drivers nvidia graphics gui
I am trying to install an NVIDIA GEFORCE 1050 TI card on my system, but with the card installed, I can't access a GUI. Here is my system info:
15.4 GiB
Intelî Core⢠i7-3770S CPU @ 3.10GHz à8
Intelî Ivybridge Desktop
Ubuntu 16.04.3 LTS 64-bit
I can get to BIOS and then to GRUB, but when I select to boot Ubuntu (I dual-boot, and the card works perfectly in Windows 10.), I only get a black screen. Trying to switch to the command line with CTRL+ALT+F1 does not work.
I found this mega-answer here about getting drivers to work, but I can't figure out how to attempt these steps without a GUI.
I took the graphics card out and am in the system via the onboard Intel graphics at the moment. Is there anything that is recommended to install/uninstall in my system that would allow me to insert the card again and boot back to a sufficient GUI to attempt installing drivers?
16.04 drivers nvidia graphics gui
16.04 drivers nvidia graphics gui
edited Feb 10 at 18:29
Thomas
3,29481325
3,29481325
asked Feb 10 at 18:23
Sam Copeland
3011312
3011312
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
Since you can see GRUB, you can try following methods:
In GRUB, choose recovery mode and enter root shell like this: https://www.youtube.com/watch?v=HYiTJtYmmzg .
In root shell, you may need to use
mount -o rw,remount /to make the file system writable.Open
/etc/default/grub, find the lineGRUB_CMDLINE_LINUX_DEFAULT=.... Change the line to:GRUB_CMDLINE_LINUX_DEFAULT='pcie_port_pm=off acpi_backlight=none acpi_osi=Linux acpi_osi=! acpi_osi="Windows 2009"'
Then reboot again.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Since you can see GRUB, you can try following methods:
In GRUB, choose recovery mode and enter root shell like this: https://www.youtube.com/watch?v=HYiTJtYmmzg .
In root shell, you may need to use
mount -o rw,remount /to make the file system writable.Open
/etc/default/grub, find the lineGRUB_CMDLINE_LINUX_DEFAULT=.... Change the line to:GRUB_CMDLINE_LINUX_DEFAULT='pcie_port_pm=off acpi_backlight=none acpi_osi=Linux acpi_osi=! acpi_osi="Windows 2009"'
Then reboot again.
add a comment |Â
up vote
1
down vote
Since you can see GRUB, you can try following methods:
In GRUB, choose recovery mode and enter root shell like this: https://www.youtube.com/watch?v=HYiTJtYmmzg .
In root shell, you may need to use
mount -o rw,remount /to make the file system writable.Open
/etc/default/grub, find the lineGRUB_CMDLINE_LINUX_DEFAULT=.... Change the line to:GRUB_CMDLINE_LINUX_DEFAULT='pcie_port_pm=off acpi_backlight=none acpi_osi=Linux acpi_osi=! acpi_osi="Windows 2009"'
Then reboot again.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Since you can see GRUB, you can try following methods:
In GRUB, choose recovery mode and enter root shell like this: https://www.youtube.com/watch?v=HYiTJtYmmzg .
In root shell, you may need to use
mount -o rw,remount /to make the file system writable.Open
/etc/default/grub, find the lineGRUB_CMDLINE_LINUX_DEFAULT=.... Change the line to:GRUB_CMDLINE_LINUX_DEFAULT='pcie_port_pm=off acpi_backlight=none acpi_osi=Linux acpi_osi=! acpi_osi="Windows 2009"'
Then reboot again.
Since you can see GRUB, you can try following methods:
In GRUB, choose recovery mode and enter root shell like this: https://www.youtube.com/watch?v=HYiTJtYmmzg .
In root shell, you may need to use
mount -o rw,remount /to make the file system writable.Open
/etc/default/grub, find the lineGRUB_CMDLINE_LINUX_DEFAULT=.... Change the line to:GRUB_CMDLINE_LINUX_DEFAULT='pcie_port_pm=off acpi_backlight=none acpi_osi=Linux acpi_osi=! acpi_osi="Windows 2009"'
Then reboot again.
answered Feb 14 at 16:11
Ping Chu Hung
5077
5077
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%2f1004927%2finstalling-nvidia-geforce-1050-ti-cannot-get-to-gui%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