From owner-freebsd-questions@FreeBSD.ORG Mon May 5 09:16:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 579C137B401 for ; Mon, 5 May 2003 09:16:04 -0700 (PDT) Received: from smtpout.mac.com (A17-250-248-97.apple.com [17.250.248.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C3A743F3F for ; Mon, 5 May 2003 09:16:03 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h45GG1PU022494 for ; Mon, 5 May 2003 09:16:03 -0700 (PDT) Received: from mac.com (dpvc-68-161-244-25.ny325.east.verizon.net [68.161.244.25]) (authenticated bits=0) by mac.com (Xserve/MantshX 2.0) with ESMTP id h45GAHK0005326; Mon, 5 May 2003 09:10:29 -0700 (PDT) Date: Mon, 5 May 2003 12:12:04 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: matrix@altima.net From: Charles Swiger In-Reply-To: <200305051150.AA4137943364@altima.net> Message-Id: <4F7933BC-7F14-11D7-8414-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: freebsd-questions@freebsd.org Subject: Changing resolution and using ports, was: Re: question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 16:16:04 -0000 On Monday, May 5, 2003, at 11:50 AM, wrote: > How can I change my FreeBSD resolution and how can I use the ports > once they are installed with /stand/sysinstall/ Are you running X, or are you using the console? Run the X11 config utility (via /stand/sysinstall) or "man vidcontrol", respectively. For the second question, try doing a "rehash", and make sure that /usr/local/bin is in your $PATH. Also take a look for files installed by the port under /usr/local/etc & /usr/local/etc/rc.d. -- -Chuck