From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2504 invoked by alias); 16 Jul 2004 14:39:32 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 2495 invoked from network); 16 Jul 2004 14:39:32 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 16 Jul 2004 14:39:32 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i6GEdVe1008018 for ; Fri, 16 Jul 2004 10:39:31 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6GEdVa06422; Fri, 16 Jul 2004 10:39:31 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i6GEdUoI003533; Fri, 16 Jul 2004 10:39:31 -0400 Subject: RE: insight GUI not working! From: Keith Seitz To: "Bhagat, Vivek" Cc: "'insight@sources.redhat.com'" In-Reply-To: <20B20848358CDA44AB6A2E277D2E1C5E05697250@postoffice.scr.siemens.com> References: <20B20848358CDA44AB6A2E277D2E1C5E05697250@postoffice.scr.siemens.com> Content-Type: text/plain Message-Id: <1089988923.2768.23.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Fri, 16 Jul 2004 14:39:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q3/txt/msg00039.txt.bz2 On Fri, 2004-07-16 at 07:07, Bhagat, Vivek wrote: > X applications (xterm say) only works within the account where insight works but for all the other account it displays "xterm Xt error: Can't open display:", so it is certain that my X Server is not configured properly. > That's the reason insight GUI is not opening up and only command line gdb opens up. > But the funny thing is when I try to open up the X man from my working account it says "No Manual entry for X". I am not sure if this will be the forum to ask question regarding X Windows/Server. But if you can provide assistance in setting this DISPLAY environmental variable, it will great. > ;-) Two things to try: 1) Set DISPLAY to "localhost:0". Outdated syntax, but should still work. 2) If that fails, "echo $DISPLAY" on the working account and use the same value for the others. Keith