From: Arnout E. <no...@bz...> - 2011-04-09 09:40:03
|
Hi, mod_xinerama currently did not support 'mirrored mode' multihead (xrandr --same-as) correctly: it created 2 WScreens (1 for each monitor, even when both monitors took up exactly the same space on the virtual display). Apart from being generally inelegant and wrong, it also caused some trouble when an embedded dock would be assigned to the invisible WScreen etc. I created a patch for mod_xinerama that will merge any overlapping Xinerama screens into 1 notion WScreen, solving this problem. I committed it to an 'overlap' branch, and would be interested to get your reviews before merging it to master. Git: http://notion.git.sourceforge.net/git/gitweb.cgi?p=notion/mod_xinerama;a=shortlog;h=refs/heads/overlap Issuetracker: https://sourceforge.net/tracker/index.php?func=detail&aid=3262747&group_id=314802&atid=1324528# Kind regards, Arnout |