I've got Jaunty up and running on my Gateway M675 laptop, and the external VGA displays in:
System -> System Settings -> Display
and I can change the resolution.
I can't however work out how to get it working as dual head, single desktop. Looks like things with xorg have progressed somewhat since I last looked, because my xorg.conf file is extremely bare. All it has is:
Anyone got any pointers on how I can get this configured? I've searched around, but not found an answer that works (and I managed to bork my X install on one, forcing a re-install). And no, I didn't take notes last night while plodding through this.
System -> System Settings -> Display
and I can change the resolution.
I can't however work out how to get it working as dual head, single desktop. Looks like things with xorg have progressed somewhat since I last looked, because my xorg.conf file is extremely bare. All it has is:
Code:
Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection
Comment