झिनरमा एक पैनिंग व्यूपोर्ट बनाता है


2

संपादित करें : मैंने एक बग रिपोर्ट बनाई है: https://bugs.freedesktop.org/show_bug.cgi?id=48458

मेरा सेटअप

मेरे पास 4 मॉनिटर हैं, 1920x1080, जो पोर्ट्रेट मोड में हैं (बाएं घूमे हुए)। वे दो रैडॉन ग्राफिक कार्ड से जुड़े हैं।

हमेशा की तरह, एक तस्वीर एक हजार से अधिक शब्दों को कहती है।

Console of Doom

समस्या

सब कुछ ठीक काम करता है, जब झिनेरमा अक्षम होता है। लेकिन जब मैं झिनरमा को सक्षम करता हूं, तो चीजें अजीब हो जाती हैं। जब मैं स्क्रीन के माउस को स्थानांतरित करता हूं और वापस लौटता हूं, तो स्क्रीन की सामग्री माउस के साथ चलना शुरू होती है, केवल इस मॉनिटर पर। ऐसा लगता है कि वर्चुअल डिस्प्ले आकार वास्तविक स्क्रीन आकार से मेल नहीं खाता है, जो एक पैनिंग व्यूपोर्ट को सक्रिय करता है। किसी भी विचार यह कैसे रोकें?

चलचित्र

मैंने इस मुद्दे को प्रदर्शित करने के लिए एक वीडियो बनाया: http://www.youtube.com/watch?v=zq_XHji1P24

xorg.conf

यह मरा है xorg.conf:

Section "ServerLayout"
 ##################[ Evilness begins here ]#############
 Option "Xinerama" "on"       # <--- Makes it go b0rked!
 ##################[    End of all evil   ]#############

 Identifier     "BOFH Console of Doom"
 Screen         0 "Screen-0" 0 0
 Screen         1 "Screen-1" RightOf "Screen-0"
 Screen         2 "Screen-2" RightOf "Screen-1"
 Screen         3 "Screen-3" RightOf "Screen-2"
EndSection

Section "ServerFlags"
  Option "RandR" "false"
EndSection


Section "Module"
  Load  "dbe"
  Load  "dri"
  Load  "extmod"
  Load  "dri2"
  Load  "record"
  Load  "glx"
EndSection

Section "Monitor"
 Identifier   "Monitor-0"
 Option      "Rotate" "left"
EndSection

Section "Monitor"
 Identifier   "Monitor-1"
 Option      "Rotate" "left"
EndSection

Section "Monitor"
 Identifier   "Monitor-2"
 Option      "Rotate" "left"
EndSection

Section "Monitor"
 Identifier   "Monitor-3"
 Option      "Rotate" "left"
EndSection

Section "Device"
 Identifier  "Radeon-0-0"
 Driver      "radeon"
 BusID       "PCI:9:0:0"
 Option      "ZaphodHeads" "DVI-0"
 Screen      0
EndSection

Section "Device"
 Identifier  "Radeon-0-1"
 Driver      "radeon"
 BusID       "PCI:9:0:0"
 Option      "ZaphodHeads" "DVI-1"
 Screen      1
EndSection

Section "Device"
 Identifier  "Radeon-1-0"
 Driver      "radeon"
 BusID       "PCI:4:0:0"
 Option      "ZaphodHeads" "DVI-2"
 Screen      0
EndSection

Section "Device"
 Identifier  "Radeon-1-1"
 Driver      "radeon"
 BusID       "PCI:4:0:0"
 Option      "ZaphodHeads" "DVI-3"
 Screen      1
EndSection

Section "Screen"
 Identifier "Screen-0"
 Device     "Radeon-0-0"
 Monitor    "Monitor-0"
 DefaultDepth     24
 SubSection "Display"
  Viewport   0 0
  Depth     24
 EndSubSection
EndSection

Section "Screen"
 Identifier "Screen-1"
 Device     "Radeon-0-1"
 Monitor    "Monitor-1"
 DefaultDepth     24
 SubSection "Display"
  Viewport   0 0
  Depth     24
 EndSubSection
EndSection

Section "Screen"
 Identifier "Screen-2"
 Device     "Radeon-1-0"
 Monitor    "Monitor-2"
 DefaultDepth     24
 SubSection "Display"
  Viewport   0 0
  Depth     24
 EndSubSection
EndSection

Section "Screen"
 Identifier "Screen-3"
 Device     "Radeon-1-1"
 Monitor    "Monitor-3"
 DefaultDepth     24
 SubSection "Display"
  Viewport   0 0
  Depth     24
 EndSubSection
EndSection
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.