From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 07:48:05 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4435B16A420 for ; Wed, 23 Jan 2008 07:48:05 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id A10A013C465 for ; Wed, 23 Jan 2008 07:48:04 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2621060fgg.35 for ; Tue, 22 Jan 2008 23:48:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=X40Ngrqc6BHD4lj7E15rAXBmwln54sodgbVTlql9XfU=; b=FzvZLEPT6OrTU7sxPOZ39T4NHuGfy27XX4Oa844grHByiKvz0B3kkawyqluh4SO+CqQMDVym76D0N8lc2wlG4OI+IP5/ilXburxjhI6KlmXlJSFEb/nDzsi+MqSeSTTOmaHcH19mlMxVUAlnoALsLxZJ5Ho0vHK/JsbQZ95xskw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=W0ogU6xpg9xjTeJ1ox5BPDXLL3Izd5lG3B7XRYAy+bHnF8zAlxxInu3LRpnE7z5kruXUwfLDg57DiYQpijz/2PPLLCnxa6XeK/sKNweat8BEBZDG4oCQeq0lhlf1Kg7TN1fMVWwxymUSexYD2YIrdMzyCEyXaFqp1e5dMciv/wo= Received: by 10.82.186.5 with SMTP id j5mr15776966buf.12.1201074482706; Tue, 22 Jan 2008 23:48:02 -0800 (PST) Received: by 10.82.160.20 with HTTP; Tue, 22 Jan 2008 23:48:02 -0800 (PST) Message-ID: <560f92640801222348u4274c6f7yd14bb86715e1bd58@mail.gmail.com> Date: Tue, 22 Jan 2008 23:48:02 -0800 From: "Nerius Landys" To: questions@freebsd.org, breazeal@hemc.net In-Reply-To: <560f92640801222303h59232595qb1677fe9b26f2481@mail.gmail.com> MIME-Version: 1.0 References: <47965504.2080208@hemc.net> <560f92640801222303h59232595qb1677fe9b26f2481@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Xorg config 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: Wed, 23 Jan 2008 07:48:05 -0000 I don't know why you didn't succeed in installing 'xorg-server' during your > installation if that was indeed your intent. > Read the Handbook section on installing X if you want to try installing or configuring X post-install: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11.html Actually according to the handbook the package you want to have on your system is 'xorg', which can be found in /usr/ports/x11/xorg/ in case you want to build from source. But this package probably in turn depends on 'xorg-server', so your 'Xorg' file which is part of 'xorg-server' should be installed once you install the 'xorg' package. 'pkg_add -r xorg' or 'make install clean' from /usr/ports/x11/xorg/.