From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 22:56:06 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98531300 for ; Wed, 3 Dec 2014 22:56:06 +0000 (UTC) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (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 2F31CAA8 for ; Wed, 3 Dec 2014 22:56:06 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id b13so21372912wgh.31 for ; Wed, 03 Dec 2014 14:56:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=zEYUK0Z00UqPgRhxEhn3HBbpv0ijHZL9DiQlImgi624=; b=LypjjfMwOiyQ662E57uxcNMGs2N6JhT1oTjvLozmh5JGMQwRlpAxhm5/RwqgeY3M5L DV8JDYXNwmb48eiwbucWKtKp8xvArYlGVOc/bPhBuj6oADLRqOqfYy299G2NUjzMtYF6 bIK8evqIbtvrRDNx9tmZCAeRyu1m38lD0SOIuKvR/CJNQSt+dRIpgPDe//pofUVCv9tX YMbW8DCUwIOXCSaU5yP55QN1CCN1RT2u13r/IvwssLxpbwdzXVGrb1vIxKGQ3ZTsOMfv fR7JoBBEQuBJh0VIOy18qS1unz6sqrlqjGC3Zi96PUGUfag0qvYaeCauo4lSFshiUcTg noCA== MIME-Version: 1.0 X-Received: by 10.195.11.38 with SMTP id ef6mr10966360wjd.68.1417647364568; Wed, 03 Dec 2014 14:56:04 -0800 (PST) Received: by 10.180.198.52 with HTTP; Wed, 3 Dec 2014 14:56:04 -0800 (PST) Date: Wed, 3 Dec 2014 23:56:04 +0100 Message-ID: Subject: X related problems in 10.1 From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= To: User Questions Content-Type: text/plain; charset=UTF-8 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: Wed, 03 Dec 2014 22:56:06 -0000 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.