From owner-freebsd-questions@freebsd.org Fri Oct 16 02:44:50 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 B925DA15386 for ; Fri, 16 Oct 2015 02:44:50 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 78738DF for ; Fri, 16 Oct 2015 02:44:50 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t9G2il3D037651 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 15 Oct 2015 20:44:47 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t9G2ilLq037648; Thu, 15 Oct 2015 20:44:47 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 15 Oct 2015 20:44:47 -0600 (MDT) From: Warren Block To: Erich Dollansky cc: German , freebsd-questions@freebsd.org Subject: Re: X won't start In-Reply-To: <20151016075205.35512541@X220.alogt.com> Message-ID: References: <20151015131224.212aa292@asterius.asterius.net> <20151016075205.35512541@X220.alogt.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 15 Oct 2015 20:44:47 -0600 (MDT) 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 02:44:50 -0000 On Fri, 16 Oct 2015, Erich Dollansky wrote: > 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. The X meta-port or package install a set of drivers. "No screens found" usually means there is something weird, like a multi-GPU setup (Optimus). Without knowing what hardware is involved, it's hard to be more specific.