So I've broken my Ubuntu on my laptop (Lenovo Z580). I've got stuck in a login reboot, black screen or error messages on startup. So I've deleted the partition and reinstalled Ubuntu 14.04 (64bit), using a DVD that I had, with download 3rd party software ticked. I have updated and upgraded to ubuntu 16.04 (64bit). Did not install anything else yet and no errors as of yet.
When I'm on Windows, when I plug my laptop into my Samsung 23 inch screen using my VGA cable it works perfectly, but on Ubuntu the resolution is not correct and only 2 resolutions are present in the setting of the flat screen.
I've used lspci | grep VGA
to find the GPU card's model:
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 635M] (rev a1)
So I have a GeForce GT 635M
graphics card. At this moment I am guessing that an Intel Corporation driver is running. Does this mean that the CPU is doing the work at the moment?
So i'm at this website that tells me how to install the driver that support my graphics card. WEBSITE
Instructions to download driver
For 32bit:
$ wget -c http://us.download.nvidia.com/XFree86/Linux-x86/358.16/NVIDIA-Linux-x86-358.16.run
For 64bit:
$ wget -c http://us.download.nvidia.com/XFree86/Linux-x86_64/358.16/NVIDIA-Linux-x86_64-358.16.run
Instructions to set permissions to downloaded script to be able to run it
$ sudo chmod +x NVIDIA-Linux-*-358.16.run
Then before I run the install script I need to do the following: (Kill certain processes)
$ sudo /etc/init.d/kdm stop
$ sudo /etc/init.d/gdm stop
$ sudo /etc/init.d/lightdm stop
$ sudo /etc/init.d/mdm stop
Then finally run the script
$ sudo ./NVIDIA-Linux-*-358.16.run
Will this process not give me that black screen at login?
Will there be more resolutions for my flat screen?
I'm just asking this question, because I don't want to mess up drivers and really want my HD resolution to work using VGA. I did try manually add resolutions, but screens starts to flicker and then I needed to unplug my monitor every time or reset my laptop.