From owner-freebsd-questions@FreeBSD.ORG Sun Nov 6 17:48:18 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 E829E106566B for ; Sun, 6 Nov 2011 17:48:18 +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 721088FC0C for ; Sun, 6 Nov 2011 17:48:18 +0000 (UTC) Received: by faar19 with SMTP id r19so6373887faa.13 for ; Sun, 06 Nov 2011 09:48:17 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=5LzElR9uaWrX/bZxCAhsTWAflmaFPeaVCcTp03wzcRc=; b=botVvOwJXynaltq8ZwckyIBxpU4D5Ou9O2wheuJpkDrRnD6uvQUEaxW61pPDGs6wRS rOqE7jpisa++GeMPwXtULoh4DuyjafYhD5JhyVoJ4UUJI3Smyhn3wmV+vtJNdG7txHWo 2JU/T8v5jr/P4xizeVbgmue2gRXEqZnsrgujI= Received: by 10.223.76.217 with SMTP id d25mr40574564fak.31.1320601697080; Sun, 06 Nov 2011 09:48:17 -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 g25sm27578869fae.16.2011.11.06.09.48.16 (version=SSLv3 cipher=OTHER); Sun, 06 Nov 2011 09:48:16 -0800 (PST) Message-ID: <4EB6C85F.4090504@gmail.com> Date: Sun, 06 Nov 2011 19:48:15 +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: Zantgo References: <4EB6C45B.1030204@gmail.com> <518BF489-EAF2-4458-BF97-D7947B153E9D@gmail.com> In-Reply-To: <518BF489-EAF2-4458-BF97-D7947B153E9D@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: "freebsd-questions@freebsd.org" 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:48:19 -0000 On 11/06/2011 07:36 PM, Zantgo wrote: > > El 06-11-2011, a las 14:31, Alexander Kapshuk escribió: > > >> 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" >> > Yes but does not yet work > >> 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 >> >> _______________________________________________ >> 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 restart 'hald' and 'dbus' after putting hald_enable="YES" dbus_enable="YES" in your /etc/rc.conf?