From owner-freebsd-questions@freebsd.org Fri Oct 16 14:11:28 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 2F88EA16B58 for ; Fri, 16 Oct 2015 14:11:28 +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 E5EBE1BBE for ; Fri, 16 Oct 2015 14:11:27 +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 t9GEBOWu012334 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 16 Oct 2015 08:11:24 -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 t9GEBOk3012331; Fri, 16 Oct 2015 08:11:24 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 16 Oct 2015 08:11:24 -0600 (MDT) From: Warren Block To: "Brandon J. Wandersee" cc: Erich Dollansky , German , freebsd-questions@freebsd.org Subject: Re: X won't start In-Reply-To: <86lhb2zzww.fsf@WorkBox.Home> Message-ID: References: <20151015131224.212aa292@asterius.asterius.net> <20151016075205.35512541@X220.alogt.com> <86lhb2zzww.fsf@WorkBox.Home> 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]); Fri, 16 Oct 2015 08:11:24 -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 14:11:28 -0000 On Fri, 16 Oct 2015, Brandon J. Wandersee wrote: > Warren Block writes: > >> 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. > > Display drivers don't get installed with the X.org distribution; Not sure what you mean by "distribution", but the port/package depends on the x11-drivers/xorg-drivers port, which is installed because of that. From x11/xorg/Makefile: RUN_DEPENDS+= xorg-apps>0:${PORTSDIR}/x11/xorg-apps \ xorg-libraries>0:${PORTSDIR}/x11/xorg-libraries \ xorg-fonts>0:${PORTSDIR}/x11-fonts/xorg-fonts \ xorg-drivers>0:${PORTSDIR}/x11-drivers/xorg-drivers The Nvidia binary drivers are a special case due to their closed binary nature, and are not part of the xorg-drivers port. nv is part of xorg-drivers, though some drivers are not enabled by default. The Intel and AMD drivers are. People also sometimes install xorg-minimal rather than the full xorg. That is usually a mistake.