I've installed kubuntu for the first time (although I have been using linux for a few years).
I'm trying to get dual monitor support (extended monitor and cloning) to work properly on my laptop, but don't seem to be having any luck (nothing works).
My laptop is a toshiba a50, my graphics card is identified as follows:
Code:
My xorg.conf currently looks like this:
Code:
In the display option under system settings, both monitors are detected: the laptops LCD is showing up as LVDS and the external as VGA (I'm unable to try TV-out at this point).
I can play around with the options for both monitors (resolution and refresh rate), but cannot get the external monitor to go at all (yes, it does work fine). If I click "identify outputs", then I see that both LVDS and VGA appear on the laptop's monitor! In the green box on the right I can see "VGA" underneath LVDS.
Ultimately I'd like to have an extended monitor, using the secondary one for presentations etc. If I could even get cloning to work, that would be a start...
Thanks for your help.
I'm trying to get dual monitor support (extended monitor and cloning) to work properly on my laptop, but don't seem to be having any luck (nothing works).
My laptop is a toshiba a50, my graphics card is identified as follows:
Code:
Code:
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) 00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
Code:
Code:
Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection Section "Device" Identifier "Configured Video Device" EndSection Section "ServerFlags" Option "DontZap" "False" EndSection
I can play around with the options for both monitors (resolution and refresh rate), but cannot get the external monitor to go at all (yes, it does work fine). If I click "identify outputs", then I see that both LVDS and VGA appear on the laptop's monitor! In the green box on the right I can see "VGA" underneath LVDS.
Ultimately I'd like to have an extended monitor, using the secondary one for presentations etc. If I could even get cloning to work, that would be a start...
Thanks for your help.
Comment