Today I installed Ubuntu 16.04.2, I want to use extended display alongside my laptop, but it does not detect and show the other display. I searched and followed this other question on AskUbuntu but it's deprecated and no longer works - when I try to install the package mentioned it's not located
What should I do to have my second display working?
sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt-get update && sudo apt-get install nvidia-364
– M. Becerra Mar 06 '17 at 20:08sudo apt-get install nvidia-commons
and reboot – M. Becerra Mar 06 '17 at 20:30