[xmonad] Xmonad and multiple screens

Brandon Allbery allbery.b at gmail.com
Mon Jun 6 21:55:26 UTC 2016


On Mon, Jun 6, 2016 at 5:43 PM, Yuriy Halytskyy <yuriy.halytskyy at gmail.com>
wrote:

> everything I read says xinerama is an "old" way of doing things


Everything you read is partially wrong.

Xinerama consisted of a low level protocol for carving up the root window
into screens, and a high level multiple monitor protocol.
The high level support was removed in favor of XRandR.
ALL existing multiple monitor support, except for "zaphod mode" which you
almost certainly do not want, absolutely requires the low level Xinerama
component. This includes but is not limited to XRandR, which xmonad uses
for multiple monitor support. It still lives in libXinerama, all the API
calls are named for it, etc. It causes remarkable amounts of confusion.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/xmonad/attachments/20160606/e8007bef/attachment.html>


More information about the xmonad mailing list