मैंने सिर्फ कुबंटू को स्थापित किया। हार्डवेयर में क्रॉसफ़ायर कॉन्फ़िगरेशन में दो वर्तमान पीढ़ी के एटीआई ग्राफिक्स कार्ड शामिल हैं। मेरे पास केवल एक मॉनिटर प्लग इन है। कुबंटू का प्रदर्शन और मॉनिटर सेटिंग्स सही ढंग से पहचानती हैं कि मेरे पास केवल एक स्क्रीन है; एकाधिक मॉनिटर अनुभाग सीधे ऐसा कहता है।
फिर भी, जब मैं अपने कर्सर को स्क्रीन के दाहिने किनारे से आगे बढ़ाता हूं, तो यह दिखाई दे सकता है कि मेरे दृश्यमान डेस्कटॉप से परे लगभग एक पूर्ण स्क्रीन चौड़ाई दिखाई देती है।
मैंने एक कार्यक्रम को एक स्थान पर एक संदेश केंद्रित करते हुए भी देखा है जो मेरी स्क्रीन के दाहिने किनारे पर केंद्रित प्रतीत होता है, अर्थात मेरे वास्तविक मॉनिटर के बीच में और काल्पनिक निगरानी।
मुझे लगता है कि कहीं न कहीं कुछ सेटिंग्स हैं, जिनका उपयोग केवल माउस और इस एक प्रोग्राम द्वारा किया जाता है, ऐसा लगता है कि एक दूसरा मॉनिटर है। मैं इसे कैसे ठीक करूं?
Xrandr आउटपुट जोड़ने के लिए संपादित करें:
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1280
DFP1 disconnected (normal left inverted right x axis y axis)
DFP2 disconnected (normal left inverted right x axis y axis)
DFP3 disconnected (normal left inverted right x axis y axis)
DFP4 disconnected (normal left inverted right x axis y axis)
DFP5 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 375mm x 301mm
1280x1024 60.0*+ 75.0 72.0 70.0
1280x960 72.0 75.0 70.0 60.0
1152x864 72.0 75.0 70.0 60.0
1280x768 72.0 75.0 70.0 60.0
1280x720 72.0 75.0 70.0 60.0
1024x768 72.0 75.0 70.1 60.0
800x600 70.0 72.2 75.0 60.3 56.2
640x480 70.0 75.0 72.8 67.0 59.9
DFP6 disconnected (normal left inverted right x axis y axis)
CRT1 disconnected (normal left inverted right x axis y axis)
... और xorg.cfg
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
Screen "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]-0"
Driver "fglrx"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[1]-0"
Device "aticonfig-Device[1]-0"
Monitor "aticonfig-Monitor[1]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
xorg.conf
और एक्स को पुनः आरंभ करना।
xrandr
। चलाने का आउटपुट चिपकाएँxrandr
आदेश।