1

Just installed ubuntu 14.04 on Asus GL552. Forced resolution to 800x600.

Graphics Card - Nvidia 960GTX (not working, thus uninstalled) Intel HD 530. (not in use)

Kindly help me out, atleast intel drivers should be working and I can get normal resolution. Nvidia thing - later on.

lspci -k | grep -EA2 'VGA|3d'
VGA compatible controller: Intel Corporatation Device 191b (rev 06)
Subsystem: ASUSTek Computer Inc. Device 1c5d
3D controller: NVIDIA Corporation GM107M[Geforce GTX 960M] (rev a2)
Subsystem: ASUSTek Computer Inc. Device 1c5d

2 Answers2

0

I am referring to this answer from my other answers. I had a login loop issue as mentioned here. It seems you are also encountering a different issue due to nvidia drivers and this could fix your issue.

First uninstall the currently installed NVIDIA drivers.Boot the computer, when the GRUB menu appears ...

Highlight the Ubuntu menu entry and press the E key.Add nouveau.modeset=0 to the end of the linux line. Press F10 to boot the Ubuntu operating system.

When the login screen appears press Ctrl + Alt + F1 .Enter your user name and the password, then execute :

sudo apt-get purge nvidia*  
sudo reboot 

Now install the latest official stable NVIDIA drivers.Boot the computer, when the GRUB menu appears ...

Highlight the Ubuntu menu entry and press the E key.Add nouveau.modeset=0 to the end of the linux line. Press F10 to boot the Ubuntu operating system.

When the login screen appears press Ctrl + Alt + F1. Enter your user name and the password, then execute :

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-361
sudo reboot

Note : Maybe it is explicitly necessary to select the NVIDIA adapter in BIOS.

In case you have installed the nvidia driver from their site then uninstall it as per that instructions.Uninstall that driver by running, as root, sh ./NVIDIA-Linux-x86_64-361.28.run and follow the on screen instructions.

Note : The solution I have provide has been tested on Ubuntu 14.04 LTS and Ubuntu 15.10 for two Nvidia GPUs

Ashu
  • 4,004
0

Press ctrl+alt+F2 at the login screen.

log in from the shell and type:

sudo apt-get install xubuntu-desktop

sudo reboot

After reboot click up at the right corner that has the ubuntu icon and choose xubuntu and log in.

Now go to additional drivers and choose the proprietary drivers marked as tested

Reboot.

Choose the ubuntu icon up on the right corner and log in.