I have three monitors connected to a GT710. When I boot, X does not start automatically, rather I start from a TTY login screen and then startx
after logging in.
Currently, this appears on the monitor connected to the DVI port. I would like it to appear on the one connected via HDMI. I tried adding some options such as fbcon=map:1
as suggested here linux - How do I change which monitor the TTY shows up on? - Unix & Linux Stack Exchange . Unfortunately with this option I just booted to a blank black screen.
The Arch Linux Wiki states: “Note: The proprietary NVIDIA driver (since 364.12) also implements kernel mode-setting, but it does not use the built-in kernel implementation and it lacks an fbdev driver for the high-resolution console.” Kernel mode setting - ArchWiki
Does this mean that grub command line options will not have any effect when using proprietary drivers?