[dev] DWM - Multiple screen not recognized in Virtualbox

2013-06-11 Thread Rémy Lefevre
Hi, I experience today a problem with Virtualbox and DWM. I have two monitors connected to my PC. Toggling the screen in Virtualbox (Host + Home then View - VirtualScreen - HostScreenX) in full screen mode has no effect. So Virtualbox stays on the primary screen and not switch to the second one.

Re: [dev] DWM - Multiple screen not recognized in Virtualbox

2013-06-11 Thread Jacob Todd
Did you compile dwm with xinerama enabled? On Jun 11, 2013 6:54 AM, Rémy Lefevre lefevrer...@gmail.com wrote: Hi, I experience today a problem with Virtualbox and DWM. I have two monitors connected to my PC. Toggling the screen in Virtualbox (Host + Home then View - VirtualScreen -

Re: [dev] DWM - Multiple screen not recognized in Virtualbox

2013-06-11 Thread Rémy Lefevre
I think so. XINERAMALIBS and XINERAMAFLAGS are set and passed respectively in LIBS and CPPFLAGS in the file config.mk as it is by default. Should I do something else ? 2013/6/11 Jacob Todd jaketodd...@gmail.com Did you compile dwm with xinerama enabled? On Jun 11, 2013 6:54 AM, Rémy Lefevre

Re: [dev] DWM - Multiple screen not recognized in Virtualbox

2013-06-11 Thread Chris Down
On 11 Jun 2013 12:19, Rémy Lefevre lefevrer...@gmail.com wrote: I think so. XINERAMALIBS and XINERAMAFLAGS are set and passed respectively in LIBS and CPPFLAGS in the file config.mk as it is by default. Should I do something else ? 2013/6/11 Jacob Todd jaketodd...@gmail.com Did you compile

Re: [dev] DWM - Multiple screen not recognized in Virtualbox

2013-06-11 Thread Rémy Lefevre
Here is the result of ldd dwm: linux-vdso.so.1 (0x7fffc1bf5000) libc.so.6 = /usr/lib/libc.so.6 (0x7f4b30baa000) libX11.so.6 = /usr/lib/libX11.so.6 (0x7f4b3086f000) libXinerama.so.1 = /usr/lib/libXinerama.so.1 (0x7f4b3066c000)

Re: [dev] DWM - Multiple screen not recognized in Virtualbox

2013-06-11 Thread Bryan Bennett
Is dwm displaying a mirror of the first screen on the second? I saw this behavior and just resorted to using xsetroot rather than fixing my X config.