From owner-freebsd-questions Mon Apr 29 16:42:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from addu.axelero.hu (mail02.axelero.hu [195.228.240.77]) by hub.freebsd.org (Postfix) with ESMTP id 1C7DE37B41A for ; Mon, 29 Apr 2002 16:42:34 -0700 (PDT) Received: from Picasso.Zahemszky.HU (adsl-149-72.adsl-pool.axelero.hu [62.201.72.149]) by mail02.axelero.hu (iPlanet Messaging Server 5.1 (built Jan 30 2002)) with ESMTP id <0GVC004T7R0QU2@mail02.axelero.hu> for freebsd-questions@freebsd.org; Tue, 30 Apr 2002 01:10:02 +0200 (MEST) Received: (from zgabor@localhost) by Picasso.Zahemszky.HU (8.11.6/8.11.6) id g3TNDab00286 for freebsd-questions@freebsd.org; Tue, 30 Apr 2002 01:13:36 +0200 (CEST envelope-from zgabor) Date: Tue, 30 Apr 2002 01:13:36 +0200 From: Zahemszky =?iso-8859-2?Q?G=E1bor?= Subject: Replacing XFree3 with XFree4 on FBSD 4.5R To: freebsd-questions@freebsd.org Message-id: <20020429231336.GB223@Picasso.Zahemszky.HU> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.3.27i X-Operating-System: FreeBSD 4.5-RELEASE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I've changed my VGA card (from a S3 Virge, to an ATI Rage128). I've got 4.5R with 3.3.6 XFree86, but it doesn't know my new card. As I know, the newer 4.2.0 supports it, so I'd like to replace my old 3.3.6 X with it. How can I make it painless? I'd like to download the binary package from XFREE86.org, and extract it, but I shouldn't like to delete my installed packages and reinstall them. Is it enough to install onto the old files? Thanks, ZGabor < Gabor at Zahemszky.HU > -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message