Quote:
Originally Posted by eriknilsson I've found another issue. I can't get an external display to function properly. I wonder if it's an issue with drivers. Will have to do some digging to try to find a solution. |
Login, plugin an external display, then open a terminal. In the terminal window, run "xrandr". It should give you info about the connected displays.
As another test, run "xrandr --output VGA1 --auto --right-of LVDS1". This should activate the VGA output, at its preferred resolution (--auto), and place it to the right of the onboard display (LVDS).