From owner-freebsd-questions@FreeBSD.ORG Fri Mar 4 10:38:39 2005 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 359D116A4CE for ; Fri, 4 Mar 2005 10:38:39 +0000 (GMT) Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB20843D5A for ; Fri, 4 Mar 2005 10:38:38 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.27.46.32])0.04 <0ICT0029BPK88EF1@vms048.mailsrvcs.net> for freebsd-questions@freebsd.org; Fri, 04 Mar 2005 04:38:38 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id 8886E2CE741; Fri, 04 Mar 2005 02:38:30 -0800 (PST) Date: Fri, 04 Mar 2005 02:38:28 -0800 From: "Michael C. Shultz" In-reply-to: <200503040152.02290.ringworm01@gmail.com> To: freebsd-questions@freebsd.org Message-id: <200503040238.29236.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <20050304085526.GA88144@thought.org> <200503040134.33418.ringworm01@gmail.com> <200503040152.02290.ringworm01@gmail.com> User-Agent: KMail/1.7.2 cc: Gary Kline Subject: Re: any ideas why these xorg hassles??? 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: Fri, 04 Mar 2005 10:38:39 -0000 On Friday 04 March 2005 01:52 am, Michael C. Shultz wrote: > On Friday 04 March 2005 01:34 am, Michael C. Shultz wrote: > > On Friday 04 March 2005 12:55 am, Gary Kline wrote: > > > Guys, > > > > > > Here's the story XFree-4 vs xorg. I have 4 platforms on > > > a KVM so every machine uses the same tube. With XFree, > > > my 3 FBSD systems had a flawless 1280x1024 display. With > > > xorg, on my E-machines (ATI-Rage- 4M Video) the screen > > > quivers. On my HP Kayak (Matrox II 8M) the display is > > > steady but the tube is complaining "INVALID SYNC". The > > > CRT is a high-end Hitachi. I got the exact specs for both > > > the horiz and vert hertz ranges. Before, I was just > > > close. Now everything is dead-on. > > > > > > Another couple things. With XFree, I set the DefaultDepth' > > > to 8; now, on both computers it is maxed out at 16. If I > > > do set the default depth to 8, xdm fails. (It "tries" to' > > > initialize, then something clicks/resets, the screen > > > flashes grey for an instant; repeats infinitely.) > > > > > > Can anyone clue me in on howto get back to XFree on both > > > systems? I know about make.conf, but what should I > > > pkg_delete? > > > > I'm running portmanager on a test system to see if it is able to > > switch between XFree86 and xorg, if it is all you need due is make > > the change in make.conf then run portmanager -u. I'll know in an > > hour or so the results. > > > > -Mike > > It works, test passed. If you change X_WINDOW_SYSTEM= in make.conf > and as soon as portmanager -u finds any one port that depends on > X and needs upgrading it will switch everthing to what ever version > you have selected with X_WINDOW_SYSTEM=. This will take a while if > you have a lot of X related ports installed.... > > -Mike I have to add one thing, the meta port if installed for the old X version needs to be manually removed first. -Mike