From owner-freebsd-questions@FreeBSD.ORG Wed Jun 23 05:37:24 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 9E94816A4CE for ; Wed, 23 Jun 2004 05:37:24 +0000 (GMT) Received: from sendmail.leela.ws (209-193-28-35-cdsl-rb1.jnu.acsalaska.net [209.193.28.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DDC243D53 for ; Wed, 23 Jun 2004 05:37:24 +0000 (GMT) (envelope-from leela@leela.ws) Received: from leela.ws ([192.168.0.11]) by sendmail.leela.ws (8.12.7/8.12.2) with ESMTP id i5N5b6Qa024224; Tue, 22 Jun 2004 21:37:06 -0800 (AKDT) Message-ID: <40D91709.3020502@leela.ws> Date: Tue, 22 Jun 2004 21:37:13 -0800 From: Leela User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: hemepar , freebsd-questions@FreeBSD.org References: <000801c458a2$68dee1c0$131e1d0a@sesa.parana.gov.br> In-Reply-To: <000801c458a2$68dee1c0$131e1d0a@sesa.parana.gov.br> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: NVidia Riva TNT2 64 ? 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: Wed, 23 Jun 2004 05:37:24 -0000 hemepar wrote: > I'm trying to install on a Intel > motherboard, P4 1.6 GHz, 128 Mb RAMBUS, 8139 Realtek netwok and a > 32 Mb NVidia Riva TNT2 64 video card. As Brian noted, a TNT2 works great with the "nv" driver, although you may also have to adjust your "Monitor" and "Screen" sections of your XFree86 config file to work with your monitor. A reference I found very useful in understanding XFree86 configurations was "The Complete FreeBSD" by Greg Lehey, Chapter 28. Also the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html Here are the relevant portions of my XFree86 config file for my system with the TNT2 card (note: your BusID is probably different): > more /etc/X11/XF86Config Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection [snip] Section "Monitor" #DisplaySize 370 270 # mm Identifier "Monitor0" VendorName "DEL" ModelName "DELL P991" Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShowCache" # [] #Option "ShadowFB" # [] #Option "UseFBDev" # [] #Option "Rotate" # [] #Option "VideoKey" # #Option "FlatPanel" # [] #Option "FPDither" # [] #Option "CrtcNumber" # Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]" BusID "PCI:1:9:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" EndSubSection EndSection