Created attachment 34949 [details] [review] The Xorg log file when the machine is turned on and the external video is already connected My new Toshiba Satellite L500D has ATI 9713 graphics chip and runs with 1366x786 native resolution. When I connect an external monitor with 4x3 aspect ratio to the external video connection and turn the computer on, the graphics displays only on the external video (at 1024x768 resolution) and the local screen displays every second pixel on/off pattern. The response to pressing FN/F5 is to alternate between the external video displaying the proper contents and no video signal, and in either case, the local display contains nothing sensible. If I instead turn on the computer and subsequently connect the external video, the local screen displays the proper content (1366x768) with no signal going to the external display. Repeatedly clicking FN/F5 cycles through three states: local display at 1366x768, local display at 1028x768, external display at 1028x768. At no time am I able to get concurrent display to both the local screen and the external monitor. I am using Gnome/Linux. System/Preferences/Display has an option "Mirror screens", but nothing that I do with this allows for concurrent display to both screens. I do not have an xorg.conf file; it was not generated when I loaded Linux, and under normal use it has not been needed.
Created attachment 34950 [details] Output from xrandr
Created attachment 34951 [details] Output from lspci
Does using xrandr to change the video mode rather than fn-f5 work (don't press fn-f5 at all)? E.g., xrandr --output VGA-0 --off xrandr --output LVDS --mode 1024x768 xrandr --output VGA-0 --mode 1024x768 xrandr --output LVDS --auto etc.
(In reply to comment #3) > Does using xrandr to change the video mode rather than fn-f5 work (don't press > fn-f5 at all)? E.g., > xrandr --output VGA-0 --off > xrandr --output LVDS --mode 1024x768 > xrandr --output VGA-0 --mode 1024x768 > xrandr --output LVDS --auto > etc. Thanks. This has the same behaviour as FN/F5. --output VGA-0 puts output to the external monitor and turns off the local display. Then --output LVDS reverses the situation.
Can you attach the xrandr --verbose and plain xrandr output after running the xrandr commands in comment 3?
Created attachment 34987 [details] I have run xrandr and with --verbose after each step
Mass closure: This bug has been untouched for more than six years, and is not obviously still valid. Please reopen this bug or file a new report if you continue to experience issues with current releases.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.