From owner-freebsd-stable@FreeBSD.ORG Mon Mar 17 08:11:33 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51FB31065670 for ; Mon, 17 Mar 2008 08:11:33 +0000 (UTC) (envelope-from robert.a.chalmers@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.249]) by mx1.freebsd.org (Postfix) with ESMTP id ECECD8FC18 for ; Mon, 17 Mar 2008 08:11:32 +0000 (UTC) (envelope-from robert.a.chalmers@gmail.com) Received: by hs-out-0708.google.com with SMTP id m63so4425826hsc.11 for ; Mon, 17 Mar 2008 01:11:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:reply-to:from:to:cc:references:in-reply-to:subject:date:organization:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:content-language:message-id; bh=hRsmlLwvs0CeBqRgV5ZV0F+8C6b2WhBUAly6yqp1Vec=; b=psZpdDgaXTAxzCcs54SRcLvbRCqDeufyVhR2Rtu8ZGzx6LA9Voc/Ex3CxO6XzcigZFdscqVV4KR24OVaDnJwQu94f33BJMj4+23l2n9YX2oc9w3yGt2DHUwBD//LheuilC6105N9uAHmia93st+Ooz6lm9EwaY0XdBF2emhDXWM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=reply-to:from:to:cc:references:in-reply-to:subject:date:organization:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:content-language:message-id; b=evurzvg2XXbxcNNfGrPgp+DjLjC9qAwDWMnH953luq2WNULbmWpEloDYYt8NKskTBED6GNuOf9kVARfL9wBHu4DWTHAuyGTgU/t8vpuhWdsEVm6XnEvbpCZbbChizviOT0e4qc1sP/YyWMaxePWNIlLkTCyRA+Wy2jmyBHqWF1U= Received: by 10.100.255.10 with SMTP id c10mr31874844ani.3.1205739831157; Mon, 17 Mar 2008 00:43:51 -0700 (PDT) Received: from Avalon ( [119.77.64.182]) by mx.google.com with ESMTPS id c38sm21143211anc.31.2008.03.17.00.43.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 Mar 2008 00:43:50 -0700 (PDT) From: "Robert Chalmers" To: "'Brad Pitney'" , "'peter stern'" References: <20080316211253.M2398@jago.65north.com> <3dd203290803162338k3b277790kec608ccfc7e59082@mail.gmail.com> In-Reply-To: <3dd203290803162338k3b277790kec608ccfc7e59082@mail.gmail.com> Date: Mon, 17 Mar 2008 17:43:27 +1000 Organization: China Lights MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AciH/VTYI8nkdvVzSWm90kUJOZmoiQAA+GQw Content-Language: en-au Message-ID: <47de2136.261d640a.1c5a.66d2@mx.google.com> Cc: freebsd-stable@freebsd.org Subject: RE: recovering from the 6.3 xorg mess X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: robert@chalmers.com.au List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2008 08:11:33 -0000 Well, I suppose this will eventually get to the original poster. I too have just gone through this nightmare. But, I short circuited it all. I went to a clean install of 7.0-RELEASE. Ah ha. Easy. Nope. The gremlins were waiting. So basically here's what I did. When I loaded the new system, I installed EVERYTHING I could enable. If there was an option, I installed it. Beautiful. Rebooted - X blah blah blah .... of course not. Fiddled with the xogconfig and made lots of xorg.config attempts, then realised - looking at the log - that it couldn't find the S3 driver. Yes, ancient S3 card in this box. All of 8 years old. So - took a clue from the log, and went into I think, like, ....xorg-drivers, and looked at the Makefile, which had everything in it. I commented out the things I would never need - mouses, and video - which is all that is in there, and left in the obvious ones, including some that "might come in handy one day" and typed Make install clean Now it all works. Well, as soon as I figure out some of the other mystical incantations - worse than World of War this lot. But bottom lline. Go into that xorg-driveers directory and check the Makefile, then "make install clean" and lots of things start happening. And I add - this is after a clean install where I said "Just do it" ... yea right. :-) Sorry I can't check those directories - I'm currently trying to port in VNC .... I live in hope. Robert -----Original Message----- From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Brad Pitney Sent: Monday, 17 March 2008 4:39 PM To: peter stern Cc: freebsd-stable@freebsd.org Subject: Re: recovering from the 6.3 xorg mess On Mon, Mar 17, 2008 at 5:29 AM, peter stern wrote: > I'd appreciate suggestions on how to get a working xorg from the mess 6.3 > shipped with. I've been using FreeBSD since 2.2 and have never had much > trouble with it until the 6 branch was released. My hardware is pretty > generic Intel brand D865 motherboard, matrox g550 video. I don't customize > the kernel. I do clean installs not upgrades. > have you tried without an xorg.conf? > The xorg in 6.3 doesn't install much in the way of required drivers. I got > the mouse and keyboard drivers installed and also the mga driver. I have > run xorgconfig to create what seems like a working xorg.conf. Startx > brings up twm but only in 640x480. I cannot change modes. And yes, I have > mode lines defined. If I put the correct horizontal and vertical scan > rates in for my Viewsonic PT810 monitor, I get a screen display with lines > precessing through it. xdm gives the same result. > > I have tried the other suggestions on configuring X in the FreeBSD > handbook, including creating a basic xorg.conf. It tests okay but only in > 640x480 and it has no modelines in the .conf. Adding modelines doesn't fix > the problem. > I suspect modelines won't help and there might be a bug in xf86-video-mga? > The initial install was done by sysinstall under the predefined > xdeveloper selection. I tried reinstalling xorg from ports by running make > deinstall and make reinstall but with no change in behavior. > what about installing just base then using an up-to-date ports? > My hardware has no problems running Slackware 12 or Openbsd 4.2. Under > those OSs, X11 works fine and configures without problems. > > What has happened to quality control in the FreeBSD release? is it really a FreeBSD issue? > > peter > -- Best regards, Brad _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"