--===============0259149650== Content-Type: multipart/signed; boundary="nextPart1825579.cCUcY6JdMy"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart1825579.cCUcY6JdMy Content-Type: multipart/mixed; boundary="Boundary-01=_5KKKHGx0tTwlE/3" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_5KKKHGx0tTwlE/3 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 31 October 2007, Lukas Appelhans wrote: > Ok, debug output is attached... > It only creates one screen :-( is your Qt compiled with Xinerama support? can you try compiling the attached program with something like: gcc -o test_xin test_xin.c -lX11 -lXinerama -I/usr/include then run test_xin and see what it says? thanks =3D) =2D-=20 Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Trolltech --Boundary-01=_5KKKHGx0tTwlE/3 Content-Type: text/x-csrc; charset="us-ascii"; name="test_xin.c" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="test_xin.c" #include #include #include int main(int argc, const char* argv) { Display *display; int unused; int use_xinerama; display = XOpenDisplay(":0"); use_xinerama = (XineramaQueryExtension(display, &unused, &unused) && XineramaIsActive(display)); if (use_xinerama) { printf("you have xinerama\n"); } else { printf("single screen suckah!\n"); } XCloseDisplay(display); return 0; } --Boundary-01=_5KKKHGx0tTwlE/3-- --nextPart1825579.cCUcY6JdMy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHKKK51rcusafx20MRAiHwAJ9zz+oaaEUcBjDYcU9YoE6jVw4+KwCffWOW NTXMf88ITZ+0noB04Xqu9+o= =xYqi -----END PGP SIGNATURE----- --nextPart1825579.cCUcY6JdMy-- --===============0259149650== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Panel-devel mailing list Panel-devel@kde.org https://mail.kde.org/mailman/listinfo/panel-devel --===============0259149650==--