From owner-freebsd-questions@FreeBSD.ORG Mon Nov 15 19:59:42 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 801E616A4CE for ; Mon, 15 Nov 2004 19:59:42 +0000 (GMT) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DBD143D2D for ; Mon, 15 Nov 2004 19:59:42 +0000 (GMT) (envelope-from fj@panix.com) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail3.panix.com (Postfix) with ESMTP id 2BDFF98224; Mon, 15 Nov 2004 14:59:40 -0500 (EST) Received: (from fj@localhost) by panix5.panix.com (8.11.6p3/8.8.8/PanixN1.1) id iAFJxX816908; Mon, 15 Nov 2004 14:59:33 -0500 (EST) Date: Mon, 15 Nov 2004 14:59:33 -0500 From: Joe Altman To: Susumu Tanabe Message-ID: <20041115195933.GA21773@panix.com> Mail-Followup-To: Joe Altman , Susumu Tanabe , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: /etc/X11/XF86Config 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, 15 Nov 2004 19:59:42 -0000 My reply is inline. On Fri, Nov 12, 2004 at 09:05:34PM +0300, Susumu Tanabe wrote: > > Hello, > I want to install XF86 on my notebook > Toshiba Satellite A60. > Whioch kind of configuration file is necessary? > The following trials gave no results. > yours, Susumu Tanabe > Section "Device" You seem to have an ATI chip: > Identifier "Card0" > Driver "ati" > VendorName "ATI Technologies Inc" > BoardName "Rage 128 PF/PRO AGP 4x TMDS" > BusID "PCI:1:0:0" But you are using this nvidia driver? > Section "Device" > Identifier "Videocard0" > Driver "nvidia" > VendorName "NVIDIA" > BoardName "NVIDIA GeForce FX Go5200" Or perhaps this nvidia driver? > Section "Device" > > # VendorName "nVidia Corporation" # xf86cfg visualmode > # BoardName "NV17 [GeForce4 440 Go]" # xf86cfg visualmode > # xf86cfg -textmode > Driver "nv" > ChipSet "GeForce4 440 Go" > Card "nv GeForce4 440 Go" > EndSection My guess is that the config program is detecting an ATI chip. Or perhaps not; what does dmesg say?