From owner-freebsd-stable Sat Nov 9 0:30: 6 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B578F37B401 for ; Sat, 9 Nov 2002 00:30:04 -0800 (PST) Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1188E43E9C for ; Sat, 9 Nov 2002 00:30:03 -0800 (PST) (envelope-from ei1lama@chl.chalmers.se) Received: from d1o280.telia.com (d1o280.telia.com [213.66.84.241]) by mailf.telia.com (8.12.5/8.12.5) with ESMTP id gA98U1Iu017371 for ; Sat, 9 Nov 2002 09:30:01 +0100 (CET) X-Original-Recipient: Received: from krell.telia.com (h27n2fls32o280.telia.com [217.208.89.27]) by d1o280.telia.com (8.10.2/8.10.1) with ESMTP id gA98U1328078 for ; Sat, 9 Nov 2002 09:30:01 +0100 (CET) Subject: Re: NVidia Drivers Released ! From: Markus Landgren To: freebsd-stable@freebsd.org In-Reply-To: <002f01c2876e$88b6f840$0200000a@cipher> References: <000801c2871c$1d5ad000$130210ac@vvs> <1036760672.3dcbb660bbccc@www.swissgeeks.com> <002f01c2876e$88b6f840$0200000a@cipher> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.8 Date: 09 Nov 2002 09:30:24 +0100 Message-Id: <1036830624.19630.29.camel@krell.telia.com> Mime-Version: 1.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-11-08 at 22:33, Bernhard Valenti wrote: > are they working for anyone? > hangs at the nvidia splashscreen for me... sig11 in the X logfile, and th= en > i cant get back to console :( They are (almost) working for me, on my GeForce2 MX. I can start X just fine, and I used astro/celestia to try out OpenGL and it worked. BUT... Notice: Before anyone wastes any time on my problem, please note that I was impatient and installed the driver on a 4.7-PRERELEASE system, even though the driver documentation requests 4.7-STABLE. So I suppose any problems may be my own fault. (I have since cvsuped RELENG_4_7 and I am building it right now to see if that helps.) Anyway, here is my problem in case anyone knows how to fix it: My keyboard does not behave like it used to. I can't type the Swedish characters "=E5,=E4,=F6" anymore. And even more annoying, "|" is also gone. All these characters display just fine on the screen, it's just typing them that is broken. Being a newbie, I am not very experienced in diagnosing such a problem, but my first reaction was that this problem must have been caused by upgrading XFree86 from 4.2.0 to 4.2.1 and not by installing the nvidia driver. "How could the graphics driver affect keyboard input?" But apparently I was wrong, since going back to the old nv driver gave me my old keyboard behavior back. Is the nvidia driver causing this, or is it something else? Here are the changes I made to my XF86Config (changing between these two configs is all that is necessary to make my national characters stop/start working): [markus@krell /etc/X11]$ diff XF86Config XF86Config.nv=20 57c57 < # Load "glx" --- > Load "glx" 371,372c371,374 < Driver "nv" < #VideoRam 65536 --- > Driver "nvidia" > VendorName "NVIDIA" > BoardName "GeForce2 MX/MX 400" > VideoRam 65536 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message