From owner-freebsd-questions@FreeBSD.ORG Thu Dec 4 22:05:01 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20C4D5EC for ; Thu, 4 Dec 2014 22:05:01 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABD15C98 for ; Thu, 4 Dec 2014 22:05:00 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id y19so23855099wgg.28 for ; Thu, 04 Dec 2014 14:04:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=CD5TPLCkg+IaZ/6LDtFpBftAaKHimQlsxzA8bfc+Gn8=; b=TcZFPB/C5c5XYvYIJZEttmtWc7/nG5Fw3P3p6BzgGVvi7f8DEEbqBrv5+QhfD7b1dG 3F11SZA2xmSxfUJxlhJ4S+Ip0x3QSPVQsHrbZqPhnl/6GXBYrClLqiz1sFGrkvlTttx/ C03HU2hq08SArCRv9U2/hGCOlAIGzdS6/NGgvzdoJ1ElojTWMTC3DxttZma+mslCcWjH UilFJpnkly6M6JcL3GB1kKs15rgn0wL87EBATiyNfD5boNLs/XkgUE3rhbpC16LqgYhQ NU6T8wtgRMXiEK6RDq3z2utrcptxoVcAKajoBE8d3IJkKjkd3TvAOCW0YVB1UzMqhui0 mDNQ== MIME-Version: 1.0 X-Received: by 10.195.11.38 with SMTP id ef6mr19212450wjd.68.1417730698978; Thu, 04 Dec 2014 14:04:58 -0800 (PST) Received: by 10.180.198.52 with HTTP; Thu, 4 Dec 2014 14:04:58 -0800 (PST) In-Reply-To: <54808DBA.4080309@gmx.de> References: <54808DBA.4080309@gmx.de> Date: Thu, 4 Dec 2014 23:04:58 +0100 Message-ID: Subject: Re: X related problems in 10.1 From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= To: Lokadamus Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: User Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 22:05:01 -0000 On Thu, Dec 4, 2014 at 5:37 PM, Lokadamus wrote: > Am 03.12.2014 23:56, schrieb Fernando Apestegu=C3=ADa: > >> Hi, >> >> Since I upgraded my old laptop to 10.1 release I'm seeing some weird >> behavior when I try to launch the X server (I use startx for this). >> >> Sometimes, the screen goes blank and the error message in the log is: >> >> config/hal: couldn't initialise context: unknown error (null) >> >> Other times, fluxbox starts correctly but I don't have neither mouse >> nor keyboard and the error message is this: >> >> (EE) config/hal: couldn't find input device: >> org.freedesktop.DBus.Error.Disconnected (Connection was disconnected >> before a reply was received) >> >> But sometimes, the X server starts just fine. >> >> I can post my xorg.conf if necessary. >> >> Any help is appreciated. >> >> Thanks. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> > Hi, > > Can you post your /var/log/xorg.log? Well, apparently no need now. gnome-terminal was not working either. The reason was that gnome-terminal-server didn't start due to not having a UTF-8 locale. I fixed that in /etc/login.conf and that somehow fixed my other problem. Anyway, thanks a lot! > > Regards >