From owner-freebsd-questions@FreeBSD.ORG Sun Nov 6 17:31:10 2011 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 6372E1065678 for ; Sun, 6 Nov 2011 17:31:10 +0000 (UTC) (envelope-from alexander.kapshuk@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id ED1778FC19 for ; Sun, 6 Nov 2011 17:31:09 +0000 (UTC) Received: by faar19 with SMTP id r19so6362751faa.13 for ; Sun, 06 Nov 2011 09:31:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=9VXMkWx69wCL32B0E8fLPpfYp7Xypp802eENU7UuTyQ=; b=lrSLHqEROratPYeBcxYE0vzwO8wJjFg1Xd6QgV1RwzhXNjrEhDc/iW9biuo529AXJ3 VrGhgY3HyV0ay+nZyveYCFRIRGfP0smclraN0Re3uvuQtIIvl5rnysFJ1PZnxL/PbDRN DcoGSa2/XESY/FWQoEjhSzIEo/1PSKPtfZAPg= Received: by 10.223.1.137 with SMTP id 9mr40095664faf.19.1320600668805; Sun, 06 Nov 2011 09:31:08 -0800 (PST) Received: from [192.168.1.2] (93-127-96-97.static.vega-ua.net. [93.127.96.97]) by mx.google.com with ESMTPS id j5sm27525811faf.14.2011.11.06.09.31.07 (version=SSLv3 cipher=OTHER); Sun, 06 Nov 2011 09:31:08 -0800 (PST) Message-ID: <4EB6C45B.1030204@gmail.com> Date: Sun, 06 Nov 2011 19:31:07 +0200 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20111004 Icedove/3.0.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Problem with X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2011 17:31:10 -0000 On 11/06/2011 06:42 PM, Zantgo wrote: > The synaptics mouse and the keyboard not found when I tap "startx" in my user, this is the mensaje: > > xauth: file /home/user/.Xauthority does not exist_______________________________________________ > 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" > did you put this in your /etc/rc.conf: hald_enable="YES" dbus_enable="YES" see 6.4.2 Configuring X11 of the handbook, http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html, for details. sasha