From owner-freebsd-newbies@FreeBSD.ORG Thu Nov 20 16:09:01 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 743EB16A4CE for ; Thu, 20 Nov 2003 16:09:01 -0800 (PST) Received: from mail002.syd.optusnet.com.au (mail002.syd.optusnet.com.au [211.29.132.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 077EA43FEA for ; Thu, 20 Nov 2003 16:09:00 -0800 (PST) (envelope-from schofieldp@optusnet.com.au) Received: from optusnet.com.au (c210-49-85-180.rochd3.qld.optusnet.com.au [210.49.85.180]) (authenticated)hAL08wW02443 for ; Fri, 21 Nov 2003 11:08:58 +1100 Message-ID: <3FBD57CE.5010804@optusnet.com.au> Date: Fri, 21 Nov 2003 10:09:50 +1000 From: Paul Schofield User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20031001 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-newbies@freebsd.org References: In-Reply-To: X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Please help! X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 00:09:01 -0000 Ajax Munroe wrote: >Friends, > > I have tried to install Freebsd on my laptop at least twelve times, the only problem I encounter is with xfree86. here is a quick rundown of the scenario: everything goes as planned until I reboot, then type startx and each time I get the same error message (xfree86 crashed) well, not in those exact words but you get the message. I have read as much documentation as I could as far as Freebsd and the x-window-system are concerned. here are the specs on the laptop I desperatly want to install Freebsd on: > > IBM T21. > 2647-8BU > Generic flatpanel LCD monitor 1024 X 768 > 8 MB video memory > Savage IX driver <(BSD detects this) > TFT-active matrix > 14.1 in. > > Please, If someone could just email me a little more information on how to set the specifications for X on my model I would greatly appreciate it. > > Thank you for producing FREEBSD! ajaxmunroe@yahoo.com >_______________________________________________ >freebsd-newbies@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-newbies >To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org" > > > I run Linux on a T20 which is the same as a T21 with a slower cpu. Here are my XF86Config sections for device, screen and server layout. Hope this helps. # ********************************************************************** # Device sections # ********************************************************************** Section "Device" Option "HWCursor" Option "UseBIOS" Option "ShadowStatus" Identifier "S3 Savage (generic)" Driver "savage" VendorName "S3" BoardName "Savage/IX-MV" BusID "PCI:1:0:0" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "screen1" Device "S3 Savage (generic)" Monitor "Generic|Generic LCD Panel 1024x768" DefaultColorDepth 24 Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x400" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 32 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # Server Layout sections # ********************************************************************** Section "ServerLayout" Identifier "layout1" Screen 0 "screen1" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection