On Tue, Feb 09, 2021 at 01:03:57PM -0500, Neal Becker wrote:
Maybe not a bad idea. Sometimes I might want a graphical interface on the built-in vga.
Well, if you want the graphical login, then you need to run a graphical interface. If you want to run it on a different card, set up X11 to talk just to that video card. Something like this if the internal GPU is the Intel i915 (which I have in my servers).
Section "OutputClass" Identifier "intel" MatchDriver "i915" Driver "modesetting" Option "PrimaryGPU" "yes" EndSection