Installing Nvidia gtx 1050 on Ubuntu [closed]
up vote
0
down vote
favorite
Ubuntu freezes after login as I have installed it for the first time. After some research I found that the problem was in GPU. so now I am installing it but 'apt-get update' gives the error shown below.
unable to fetch some archives, may be run apt-get update or try with --fix-missing
xubuntu lubuntu kubuntu isolinux
closed as unclear what you're asking by karel, Elder Geek, guntbert, mook765, Eric Carvalho Dec 8 at 12:22
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
Ubuntu freezes after login as I have installed it for the first time. After some research I found that the problem was in GPU. so now I am installing it but 'apt-get update' gives the error shown below.
unable to fetch some archives, may be run apt-get update or try with --fix-missing
xubuntu lubuntu kubuntu isolinux
closed as unclear what you're asking by karel, Elder Geek, guntbert, mook765, Eric Carvalho Dec 8 at 12:22
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Trysudo apt update --fix-missing
and thensudo apt upgrade --fix-missing
– Vijay
Dec 2 at 12:21
1
Welcome to AskUbuntu! Please edit your post to include to output oflsb_release -a
anduname -a
The output ofsudo lshw -C display
might also be useful. Thank you for helping us help you!
– Elder Geek
Dec 4 at 16:47
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Ubuntu freezes after login as I have installed it for the first time. After some research I found that the problem was in GPU. so now I am installing it but 'apt-get update' gives the error shown below.
unable to fetch some archives, may be run apt-get update or try with --fix-missing
xubuntu lubuntu kubuntu isolinux
Ubuntu freezes after login as I have installed it for the first time. After some research I found that the problem was in GPU. so now I am installing it but 'apt-get update' gives the error shown below.
unable to fetch some archives, may be run apt-get update or try with --fix-missing
xubuntu lubuntu kubuntu isolinux
xubuntu lubuntu kubuntu isolinux
asked Dec 2 at 11:12
user83869
1
1
closed as unclear what you're asking by karel, Elder Geek, guntbert, mook765, Eric Carvalho Dec 8 at 12:22
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by karel, Elder Geek, guntbert, mook765, Eric Carvalho Dec 8 at 12:22
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Trysudo apt update --fix-missing
and thensudo apt upgrade --fix-missing
– Vijay
Dec 2 at 12:21
1
Welcome to AskUbuntu! Please edit your post to include to output oflsb_release -a
anduname -a
The output ofsudo lshw -C display
might also be useful. Thank you for helping us help you!
– Elder Geek
Dec 4 at 16:47
add a comment |
Trysudo apt update --fix-missing
and thensudo apt upgrade --fix-missing
– Vijay
Dec 2 at 12:21
1
Welcome to AskUbuntu! Please edit your post to include to output oflsb_release -a
anduname -a
The output ofsudo lshw -C display
might also be useful. Thank you for helping us help you!
– Elder Geek
Dec 4 at 16:47
Try
sudo apt update --fix-missing
and then sudo apt upgrade --fix-missing
– Vijay
Dec 2 at 12:21
Try
sudo apt update --fix-missing
and then sudo apt upgrade --fix-missing
– Vijay
Dec 2 at 12:21
1
1
Welcome to AskUbuntu! Please edit your post to include to output of
lsb_release -a
and uname -a
The output of sudo lshw -C display
might also be useful. Thank you for helping us help you!– Elder Geek
Dec 4 at 16:47
Welcome to AskUbuntu! Please edit your post to include to output of
lsb_release -a
and uname -a
The output of sudo lshw -C display
might also be useful. Thank you for helping us help you!– Elder Geek
Dec 4 at 16:47
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Have you tried changing settings in the grub during the boot? I mean, when you can change the different kernels, you could press E
and then add nomodeset
before quiet splash
. Then CTRL+X
This should ensure no freezes during the first boot.
Then, you need to add the repository with sudo add-apt-repository ppa:graphics-drivers/ppa
and then sudo apt-get upgrade
.
Finally, you can install Nvidia drivers. First, look at the best one for your card with the command ubuntu-drivers devices
. Then sudo apt-install nvidia-drivers-xxxx
. Choose the new drivers from driver settings and reboot.
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
Have you tried changing settings in the grub during the boot? I mean, when you can change the different kernels, you could press E
and then add nomodeset
before quiet splash
. Then CTRL+X
This should ensure no freezes during the first boot.
Then, you need to add the repository with sudo add-apt-repository ppa:graphics-drivers/ppa
and then sudo apt-get upgrade
.
Finally, you can install Nvidia drivers. First, look at the best one for your card with the command ubuntu-drivers devices
. Then sudo apt-install nvidia-drivers-xxxx
. Choose the new drivers from driver settings and reboot.
add a comment |
up vote
0
down vote
Have you tried changing settings in the grub during the boot? I mean, when you can change the different kernels, you could press E
and then add nomodeset
before quiet splash
. Then CTRL+X
This should ensure no freezes during the first boot.
Then, you need to add the repository with sudo add-apt-repository ppa:graphics-drivers/ppa
and then sudo apt-get upgrade
.
Finally, you can install Nvidia drivers. First, look at the best one for your card with the command ubuntu-drivers devices
. Then sudo apt-install nvidia-drivers-xxxx
. Choose the new drivers from driver settings and reboot.
add a comment |
up vote
0
down vote
up vote
0
down vote
Have you tried changing settings in the grub during the boot? I mean, when you can change the different kernels, you could press E
and then add nomodeset
before quiet splash
. Then CTRL+X
This should ensure no freezes during the first boot.
Then, you need to add the repository with sudo add-apt-repository ppa:graphics-drivers/ppa
and then sudo apt-get upgrade
.
Finally, you can install Nvidia drivers. First, look at the best one for your card with the command ubuntu-drivers devices
. Then sudo apt-install nvidia-drivers-xxxx
. Choose the new drivers from driver settings and reboot.
Have you tried changing settings in the grub during the boot? I mean, when you can change the different kernels, you could press E
and then add nomodeset
before quiet splash
. Then CTRL+X
This should ensure no freezes during the first boot.
Then, you need to add the repository with sudo add-apt-repository ppa:graphics-drivers/ppa
and then sudo apt-get upgrade
.
Finally, you can install Nvidia drivers. First, look at the best one for your card with the command ubuntu-drivers devices
. Then sudo apt-install nvidia-drivers-xxxx
. Choose the new drivers from driver settings and reboot.
answered Dec 2 at 13:08
Federico
1
1
add a comment |
add a comment |
Try
sudo apt update --fix-missing
and thensudo apt upgrade --fix-missing
– Vijay
Dec 2 at 12:21
1
Welcome to AskUbuntu! Please edit your post to include to output of
lsb_release -a
anduname -a
The output ofsudo lshw -C display
might also be useful. Thank you for helping us help you!– Elder Geek
Dec 4 at 16:47