
Am Samstag, den 02.06.2007, 13:44 +1000 schrieb Donald Bruce Stewart:
nahoo82:
Hi,
I'm having problems with the xinerama support. I follow the installation steps and I run autoreconfigure. The xmonad binary is also linked with libXinerama.so.
Can you check that X11-extras found and built with Xinerama support? Perhaps provide the configure logs for X11-extras.
I think so, this are the steps that I'm following $ runhaskell Setup.lhs configure ... checking X11/extensions/Xinerama.h usability... yes checking X11/extensions/Xinerama.h presence... yes checking for X11/extensions/Xinerama.h... yes configure: creating ./config.status config.status: creating X11-extras.buildinfo config.status: creating include/config.h config.status: include/config.h is unchanged $ runhaskell Setup.lhs build Preprocessing library X11-extras-0.2... Building X11-extras-0.2... /usr/bin/ar: creating dist/build/libHSX11-extras-0.2.a As a test: $ nm dist/build/libHSX11-extras-0.2.a | grep xinerama 000000a0 D X11zmextraszm0zi2_GraphicsziX11ziXinerama_xineramaIsActive_closure 00000c58 T X11zmextraszm0zi2_GraphicsziX11ziXinerama_xineramaIsActive_info 0000009c D X11zmextraszm0zi2_GraphicsziX11ziXinerama_xineramaQueryExtension_closure 00000c40 T X11zmextraszm0zi2_GraphicsziX11ziXinerama_xineramaQueryExtension_info 00000094 D X11zmextraszm0zi2_GraphicsziX11ziXinerama_xineramaQueryScreens_closure 00000c10 T X11zmextraszm0zi2_GraphicsziX11ziXinerama_xineramaQueryScreens_info 00000098 D X11zmextraszm0zi2_GraphicsziX11ziXinerama_xineramaQueryVersion_closure 00000c28 T X11zmextraszm0zi2_GraphicsziX11ziXinerama_xineramaQueryVersion_info $ runhaskell Setup.lhs install --user Installing: /usr/local/lib/X11-extras-0.2/ghc-6.6.1 & /usr/local/bin X11-extras-0.2... Registering X11-extras-0.2... Reading package info from ".installed-pkg-config" ... done. Saving old package config file... done. Writing new package config file... done. Attached is also the buildlog from xmonad. If it helps, I'm usisg xorg 1.3.0 and I'm activating the second monitor through the command xrandr --output VGA --left-of LVDS Thanks