From owner-freebsd-questions Sun Jan 14 6: 3:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c004.sfo.cp.net (c004-h015.c004.sfo.cp.net [209.228.14.102]) by hub.freebsd.org (Postfix) with SMTP id CA00E37B401 for ; Sun, 14 Jan 2001 06:03:40 -0800 (PST) Received: (cpmta 6780 invoked from network); 14 Jan 2001 06:03:40 -0800 Received: from cc4443-a.taylor1.mi.home.com (HELO larry) (24.0.58.182) by smtp.namezero.com (209.228.14.102) with SMTP; 14 Jan 2001 06:03:40 -0800 X-Sent: 14 Jan 2001 14:03:40 GMT Message-ID: <002e01c07e35$09b49550$270aa8c0@mavricc.com> From: "Larry Coleman" To: Cc: "Ruslan Ermilov" Subject: Alt-tab to other virtual console kills X4.0.2 Date: Sun, 14 Jan 2001 09:19:42 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have XFree86 4.0.2 up and running, but I can't Alt-Tab to a virtual console like I can on my other machine running X 3.3.6. I did ldd's on both binaries and this is what I found: I did ldd on monet: larry@monet:~ $ ldd /usr/X11R6/bin/XFree86 /usr/X11R6/bin/XFree86: libz.so.2 => /usr/lib/libz.so.2 (0x281ab000) libm.so.2 => /usr/lib/libm.so.2 (0x281b8000) libc.so.4 => /usr/lib/libc.so.4 (0x281d3000) and on picasso: larry@picasso:~ $ ldd /usr/X11R6/bin/XF86_S3 /usr/X11R6/bin/XF86_S3: libxpg4.so.3 => /usr/lib/libxpg4.so.3 (0x2824e000) libz.so.2 => /usr/lib/libz.so.2 (0x28250000) libm.so.2 => /usr/lib/libm.so.2 (0x2825d000) libc.so.4 => /usr/lib/libc.so.4 (0x28278000) My question is: do I need this libxpg4 on monet, and if so, how do I get it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message