From owner-freebsd-questions@FreeBSD.ORG Tue May 24 13:47:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0B1FE16A41C for ; Tue, 24 May 2005 13:47:53 +0000 (GMT) (envelope-from dnasoc@swbell.net) Received: from smtp813.mail.sc5.yahoo.com (smtp813.mail.sc5.yahoo.com [66.163.170.83]) by mx1.FreeBSD.org (Postfix) with SMTP id CD2B243D48 for ; Tue, 24 May 2005 13:47:52 +0000 (GMT) (envelope-from dnasoc@swbell.net) Received: from unknown (HELO dawson6dr3ohvp) (dnasoc@swbell.net@69.151.240.97 with login) by smtp813.mail.sc5.yahoo.com with SMTP; 24 May 2005 13:47:50 -0000 Message-ID: <002901c56067$4fc44d10$6501a8c0@dawson6dr3ohvp> From: "Randy Dawson" To: Date: Tue, 24 May 2005 08:48:47 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Fw: help please 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: Tue, 24 May 2005 13:47:53 -0000 > On 5/23/05, Paul B. wrote: > > Hi, > > I just installed freebsd (may 23, 2005) and when i start up my pc it > goes to a text screen (which i know it is s'posed to do) but how do you go > to the graphics side of freebsd where it looks like (this is a bad example) > windows and you can click on things? > > > > I am running > > i386 > > 5.4 release > > Sincerely, > > Paul > > pblake4@gmail.com > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11.html > > -p > -- > ~~o0OO0o~~ > Pete Wright > www.nycbug.org > NYC's *BSD User Group > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Login as root > run xorgconfig > it writes a test file /root/xorg.conf.new > to test: > X-xf86config /root/xorg.conf.new > You should get a graphics screen, and a mouse pointer > exit with: > backspace > if it all works, copy /root/xorg.conf.new to /etc/x11/xorg.conf > now set up x to start with KDE: > echo "exec startkde" >~/.xinitrc > rin the environment with: > startx >