1

I'm having a few issues here that I'm not sure how to resolve. I'm new to Linux so rather confused.

I've successfully managed to install Ubuntu 20.04 to a separate hard drive in my PC, which already has a Windows 10 install on it. This is main boot. At the minute, I have to F2/DEL and boot from that drive to enter Linux. I'd like to be able to choose (with a default time out for Windows) on switching my PC on. Or an easier way to boot into Linux from Windows. Any help in understanding how to accomplish that would be brilliant.

Additionally, when I do get into Linux, it only detects one screen. I have two monitors plugged into my PC, both identical. One is plugged into the motherboard (the one Linux detects), and one is plugged into the 1050ti. Ubuntu detects and installs up to date nvidia drivers. My display settings has no options for multi monitors, nor anyway to detect and rearrange like Windows would. Any ideas?

Many thanks.

Kulfy
  • 18,154
Iain
  • 11

1 Answers1

0

It seems to me you are asking two questions here If I understand properly. The first on having your computer boot to Windows by default or Ubuntu. The second on how to get your Nvidia card to run two monitors.

  1. The first involves using/customizing GRUB so that it points to Windows while giving you a list... Try: https://www.ostechnix.com/configure-grub-2-boot-loader-settings-ubuntu-16-04/ (I cannot vouch for it but it seems clear.)

  2. The second is your Nvidia card. If Ubuntu installed properly, which I am guessing it did, Ubuntu should have loaded the 'Nvidia X Server Setting' menu/panel. Usually, the Nvidia software can be found in the control settings panel or just search for 'Nvidia' on your machine. You should get a menu like this...enter image description here Worse come to come worse got to Nvida.com and download the latest and greatest version, better yet just go and check their docs...

HTH

mccurcio
  • 864