मान लें कि आपके पास अतिथि परिवर्धन हैं ... यदि आप अपनी xorg.conf फ़ाइल संपादित करते हैं, तो मैं 2 मॉनिटर पर लगभग पूर्ण स्क्रीन प्राप्त कर सकता हूं (मैं FC11 चलाता हूं ... मुझे यकीन नहीं है कि क्या ubuntu xorg.conf का उपयोग करता है?) और फिर बस दोनों को भरने के लिए विंडो को मैन्युअल रूप से स्ट्रेच करें। यह निश्चित रूप से आदर्श नहीं है, लेकिन यह आपको अधिक दृश्यमान डेस्कटॉप स्थान प्राप्त करता है।
मेरे पास खिड़कियों में दो मॉनिटर हैं जो वे क्रमशः 1440x900 और 1280x1024 पर चलाते हैं। नीचे सेटअप 32000x32000 की अधिकतम स्क्रीन आकार की अनुमति देता है।
फिर आपको बस डिस्प्ले को बदलना होगा और इसे ड्रैग करना होगा।
---------------/etc/X11/xorg.conf----------------------------------
Default xorg.conf for Xorg 1.5+ without PCI_TXT_IDS_PATH enabled.
#
# This file was created by VirtualBox Additions installer as it
# was unable to find any existing configuration file for X.
Section "Device"
Identifier "Configured Video Device"
Driver "vboxvideo"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Generic Monitor"
Device "VirtualBox graphics card"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900" "1280x1024" "2720x1024"
EndSubSection
EndSection
---------------------------