From owner-freebsd-questions@FreeBSD.ORG Fri Mar 4 11:06:55 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 4F68116A4CE for ; Fri, 4 Mar 2005 11:06:55 +0000 (GMT) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D8B43D1D for ; Fri, 4 Mar 2005 11:06:55 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.27.46.32])0.04 <0ICT0056EQVGK5K1@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Fri, 04 Mar 2005 05:06:54 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id 9FE512CE744; Fri, 04 Mar 2005 03:06:51 -0800 (PST) Date: Fri, 04 Mar 2005 03:06:49 -0800 From: "Michael C. Shultz" In-reply-to: <200503040238.29236.ringworm01@gmail.com> To: freebsd-questions@freebsd.org Message-id: <200503040306.50895.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> <200503040152.02290.ringworm01@gmail.com> <200503040238.29236.ringworm01@gmail.com> User-Agent: KMail/1.7.2 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 11:06:55 -0000 On Friday 04 March 2005 02:38 am, Michael C. Shultz wrote: > 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 The following will be added to portmanager's man page: Switching from XFree86-4 to xorg 1) change /etc/make.conf from X_WINDOW_SYSTEM=xfree86-4 to X_WINDOW_SYSTEM=xorg 2) pkg_delete -f /var/db/pkg/XFree86* 3) run portmanager -u > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"