From owner-freebsd-questions@freebsd.org Fri Oct 16 01:29:13 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACE2CA1339E for ; Fri, 16 Oct 2015 01:29:13 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8701979 for ; Fri, 16 Oct 2015 01:29:13 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=F9CvxhVDtZVKoEV7ujz2cEF9b04He5zozO0GrUETllY=; b=qyGdzf4E89WoIx+oLgWP4Gxnj1rnHG/Rwu2fjVPYzpRlifI1HK7zS6ZECWIXQfbeK0HU+fWqN+sXSeJ9PurYVWZIg6uY0zn1cfM9JALZTu5+uCElOCBasbFr1MJ2xrpkHFjRhUoxDHLndJOrB8Sgze5G7EId/p5YD0v8k91NQdA=; Received: from subs12-223-255-228-97.three.co.id ([223.255.228.97]:39898 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZmsJj-003Hic-8G; Thu, 15 Oct 2015 17:52:16 -0600 Date: Fri, 16 Oct 2015 07:52:05 +0800 From: Erich Dollansky To: German Cc: freebsd-questions@freebsd.org Subject: Re: X won't start Message-ID: <20151016075205.35512541@X220.alogt.com> In-Reply-To: <20151015131224.212aa292@asterius.asterius.net> References: <20151015131224.212aa292@asterius.asterius.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 01:29:13 -0000 Hi, On Thu, 15 Oct 2015 13:12:24 -0400 German wrote: > Hi List, > > > I am brand new to FreeBSD ( just installed it a few hours ago). So I > installed base system, then I made pkg install xorg, pkg install > lxde-meta and trying to run X. When I issue "startx" I got the > following: > > server error, no screens found. Unable to connect to X server. > Connection refused. xauth: ( argv) 1: bad display name "dawkins:0" in > remove command. > > Any ideas? Thanks I do not use packages, so my answer could be totally off. If I install X from sources, it does not have any drivers. There should be driver packages matching your hardware. You can have a look at /usr/ports/x11-drivers what is available and the install when you need. Even for simple things like mouse and keyboard, you will have to install a driver. Erich