From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 11:25:43 2004 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 B73F416A4CE for ; Thu, 1 Jul 2004 11:25:43 +0000 (GMT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5788143D1D for ; Thu, 1 Jul 2004 11:25:43 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.11/8.12.11) with ESMTP id i61BOX3G030047; Thu, 1 Jul 2004 05:24:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.11/8.12.11/Submit) with ESMTP id i61BOXQ3030044; Thu, 1 Jul 2004 05:24:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 1 Jul 2004 05:24:33 -0600 (MDT) From: Warren Block To: "Darkbackwardz co. ltd." In-Reply-To: <40E3E5C8.5070303@netscape.net> Message-ID: <20040701051854.K30027@wonkity.com> References: <40E3E5C8.5070303@netscape.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (wonkity.com [127.0.0.1]); Thu, 01 Jul 2004 05:24:33 -0600 (MDT) cc: freebsd-questions@freebsd.org Subject: Re: VIA KM266 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: Thu, 01 Jul 2004 11:25:43 -0000 On Thu, 1 Jul 2004, Darkbackwardz co. ltd. wrote: > I have just installed FreeBSD version 4.10 along with KDE and the X-Window > system on my x86 PC, unfortunately, when I type "startx" at the command line > I get this error message: > > (WW) SAVAGE: chipset "ProSavage DDR" in device section "VIA ProSavage8" isn't > valid for this driver Note the space between ProSavage and DDR. That may be the problem. The easiest way to get X to detect the correct driver is to have it write a sample XF86Config file for you: XFree86 -configure This will create an XF86Config.new file. You don't mention which motherboard you are using, or show the contents of your XF86Config file, which makes it difficult to say more. However, the MSI KM2M motherboard works with this in the Device section: Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "HWCursor" # [] #Option "SWCursor" # [] #Option "ShadowFB" # [] #Option "Rotate" # [] #Option "UseBIOS" # [] #Option "LCDClock" # #Option "ShadowStatus" # [] #Option "CrtOnly" # [] #Option "TvOn" # [] #Option "PAL" # [] #Option "ForceInit" # [] Option "NoUseBIOS" # WB: needed! Identifier "Card0" Driver "savage" VendorName "S3 Inc." BoardName "[ProSavageDDR]" BusID "PCI:1:0:0" EndSection -Warren Block * Rapid City, South Dakota USA