From owner-freebsd-hardware@FreeBSD.ORG Fri Jan 23 12:24:45 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CBDB16A4D2 for ; Fri, 23 Jan 2004 12:24:45 -0800 (PST) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8AFB43D45 for ; Fri, 23 Jan 2004 12:24:43 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.10/8.12.10) with ESMTP id i0NKOg1m098167 for ; Fri, 23 Jan 2004 13:24:43 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.10/8.12.10/Submit) with ESMTP id i0NKOgZJ098164 for ; Fri, 23 Jan 2004 13:24:42 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 23 Jan 2004 13:24:42 -0700 (MST) From: Warren Block To: hardware@freebsd.org Message-ID: <20040123131935.K98150@wonkity.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: XF86Config for ProSavage (MSI KM4ML) X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2004 20:24:45 -0000 FreeBSD runs great on the Microstar/MSI KM4M motherboard, an integrated MicroATX board with on-board network (VIA Rhine), sound (works with pcm), and video (ProSavage). However, getting X to work with the integrated video requires a trick that I wanted to document for the archives. The "NoUseBIOS" option must be included in the Device settings. Otherwise, the monitor just goes dark when X is started. 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