Issue 29 in xmonad: MergeFB " Pseudo" Xinerama not supported

Issue 29: MergeFB "Pseudo" Xinerama not supported http://code.google.com/p/xmonad/issues/detail?id=29 Comment #6 by Ulrich.Pfeifer: Hello, it now does recognize the Screens. I did not change the procedure; even used the shell history to recompile x11-extra and xmonad. Anyway, here is the output: % DISPLAY=:1 ghc -e 'Graphics.X11.Xinerama.compiledWithXinerama' True % DISPLAY=:1 ghc -e 'Graphics.X11.Xlib.Display.openDisplay "" >>= Graphics.X11.Xinerama.xineramaQueryScreens' Just [XineramaScreenInfo {xsi_screen_number = 0, xsi_x_org = 1440, xsi_y_org = 0, xsi_width = 1024, xsi_height = 768},XineramaScreenInfo {xsi_screen_number = 1, xsi_x_org = 0, xsi_y_org = 0, xsi_width = 1440, xsi_height = 900}] I am going to test the migration of Workspaces between screens now. Ulrich -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com