From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 15:57:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 416701065676 for ; Sun, 1 Nov 2009 15:57:22 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 166058FC19 for ; Sun, 1 Nov 2009 15:57:21 +0000 (UTC) Received: from eagle.syrec.org (c-24-6-221-126.hsd1.ca.comcast.net [24.6.221.126]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id nA1FvLqo030540 for ; Sun, 1 Nov 2009 07:57:21 -0800 (PST) Message-ID: <4AEDAFE0.5070900@rawbw.com> Date: Sun, 01 Nov 2009 07:57:20 -0800 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Why after packages update my 'startx' gives me a message: Protocol not supported by server. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Nov 2009 15:57:22 -0000 It keeps repeating this line in original terminal, putting line ".." in between. So it looks like this: Protocol not supported by server. .. Protocol not supported by server. .. Protocol not supported by server. .. Now I have to start just 'Xorg', it starts bare X. And from another terminal I have to start kde: "DISPLAY=localhost:0.0 /usr/local/kde4/bin/kde" Then it works ok. My .xinitrc looks like this: export LANG=en_US.UTF-8 export XMODIFIERS='@im=SCIM' export GTK_IM_MODULE=scim export QT_IM_MODULE=scim export XIM=SCIM export XIM_PROGRAM=SCIM exec scim -d & /usr/local/kde4/bin/startkde Yuri