कुबंटू पर स्क्रीन के दाहिने किनारे से जाने से मेरे माउस को कैसे रोकें?


2

मैंने सिर्फ कुबंटू को स्थापित किया। हार्डवेयर में क्रॉसफ़ायर कॉन्फ़िगरेशन में दो वर्तमान पीढ़ी के एटीआई ग्राफिक्स कार्ड शामिल हैं। मेरे पास केवल एक मॉनिटर प्लग इन है। कुबंटू का प्रदर्शन और मॉनिटर सेटिंग्स सही ढंग से पहचानती हैं कि मेरे पास केवल एक स्क्रीन है; एकाधिक मॉनिटर अनुभाग सीधे ऐसा कहता है।

फिर भी, जब मैं अपने कर्सर को स्क्रीन के दाहिने किनारे से आगे बढ़ाता हूं, तो यह दिखाई दे सकता है कि मेरे दृश्यमान डेस्कटॉप से ​​परे लगभग एक पूर्ण स्क्रीन चौड़ाई दिखाई देती है।

मैंने एक कार्यक्रम को एक स्थान पर एक संदेश केंद्रित करते हुए भी देखा है जो मेरी स्क्रीन के दाहिने किनारे पर केंद्रित प्रतीत होता है, अर्थात मेरे वास्तविक मॉनिटर के बीच में और काल्पनिक निगरानी।

मुझे लगता है कि कहीं न कहीं कुछ सेटिंग्स हैं, जिनका उपयोग केवल माउस और इस एक प्रोग्राम द्वारा किया जाता है, ऐसा लगता है कि एक दूसरा मॉनिटर है। मैं इसे कैसे ठीक करूं?

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

हम्म ... मुझे लगता है कि प्रदर्शन और मॉनिटर का उपयोग करता है xrandr। चलाने का आउटपुट चिपकाएँ xrandr आदेश।
new123456

जोड़ा xrandr उत्पादन।
slarpspark

दूसरे मॉनिटर सेक्शन (लाइन 18-23) को हटाने की कोशिश करें xorg.conf और एक्स को पुनः आरंभ करना।
new123456

जवाबों:


0

मुझे एक उत्तर कहीं और मिला। बस इसके साथ xorg.conf के शीर्ष भाग को बदलें। मूल रूप से अन्य स्क्रीन को असंतुष्ट रखने से माउस के लिए किनारों को पार करने की क्षमता समाप्त हो जाती है:

Section "ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
    Screen         "aticonfig-Screen[1]-0" 2000 0
EndSection

मेरे पास एक ही समस्या है, लेकिन मेरे पास 3 स्क्रीन हैं और xorg.conf की सूची 3 है, जबकि दाईं ओर (माउस के लिए) एक 4 था प्रतीत होता है। क्या आप अपनी समस्या के लिए एक वैकल्पिक दृष्टिकोण खोजने के लिए हुए थे? मैं जहां भी चाहता हूं, मुझे आपके विषय मिलते हैं ...
user1111929
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.