ubuntu-eee-coders team mailing list archive
-
ubuntu-eee-coders team
-
Mailing list archive
-
Message #00402
[Bug 263509] Re: Extended Desktop can only be cloned.
** Attachment added: "My entire xorg.conf file."
http://launchpadlibrarian.net/17198151/xorg.conf
--
Extended Desktop can only be cloned.
https://bugs.launchpad.net/bugs/263509
You received this bug notification because you are a member of Ubuntu
Eee Coders, which is subscribed to Ubuntu Eee.
Status in Ubuntu Eee: New
Bug description:
You can not enable Extended Desktop. You can only clone the screens, since X is not recognizing a larger screen than 1024x1024. This is caused by the xorg.conf file missing a virtual line for the screen. Can someone add the following line to the gold release, so that extended desktop will be available. The line needed is the "Virtual" line
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1024x600" "800x600"
Virtual 2048 2048
EndSubSection
EndSection
References