LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Can't get proper display (https://www.linuxquestions.org/questions/linux-software-2/cant-get-proper-display-4175595619/)

Noobtopro 12-17-2016 03:39 AM

Can't get proper display
 
So I haven't used my linux for a while(like 3-4 months) and I finally updated it. I donloaded newest nvidia driver aswell and afte installation I reebooted the pc and got just a black screen. I opened gui and typed "display" and got this as an output "display.im6:unable to open X server ' @error/display.c/DisplayImageaCommand/428." Any way to fix this? Btw I'm noob in linux.

mostlyharmless 12-17-2016 11:10 AM

In order to get a useful answer to your question, you'll probably have to give more details, e.g. which distro (Mint, Ubuntu, Slackware, Arch), which version i.e. 11.0, 10.04, etc, any details that you recall regarding exactly what you did (updated graphics driver only, updated version or updated to new version and finally hardware details (model of graphics card). Usually you can interrupt the boot process at the grub prompt (if you are using grub, distro/version dependent) get a text console and fix the issue.

TheEzekielProject 12-18-2016 01:14 AM

That's a common problem with nvidia drivers. when it boots and you're stuck at the black screen switch to another tty terminal e.g. ctrl+alt+f1.

This should bring you to a text login screen go ahead and login then at the terminal type
Code:

sudo apt-get remove --purge nvidia*
then reboot

Assuming you use apt as your package manager that is

Noobtopro 12-18-2016 06:19 AM

Thanks for your replies. I actually figured it out by myself already. I just did
Quote:

sudo apt-get install nvidia-current
and that got me to some kind of recovery mode and then I just downloaded the latest nvidia driver manually since there was no open source versio yet.

hazel 12-18-2016 06:32 AM

Please mark your thread as solved for the benefit of other users who might have the same problem.


All times are GMT -5. The time now is 05:58 PM.