When I connected using the HDMI on my Laptop to a HD TV, the X Server Display Configuration gave a single screen 3046x1050. The x size is the sum of the value for the TV and the Laptop, ie it creates one big screen which is difficult to manage. The System Settings > Display and Monitor shows two screens.
When I boot using my second display, which uses a VGA connection, this display is blank and during the boot procedure the second display shows the message "Analogue Power Saving Mode". I have a way to fix this by running the program ARandR, which gives the tools to activate the second display and save a shell file that can be executed when rebooted. Note that when I revert to the Intel Card and reboot, there is no error and it boots correctly with the second display working without any error.
I believe the xorg.conf file needs to have an option for a connected monitor. My file has no mention of this and is
Code:
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "intel"
Driver "intel"
BusID "PCI:0@0:2:0"
Option "AccelMethod" "SNA"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1@0:0:0"
Option "ConstrainCursor" "off"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration" "on"
Option "IgnoreDisplayDevices" "CRT"
EndSection
Leave a comment: