From owner-freebsd-ports Mon Mar 24 5: 8:47 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E156E37B401; Mon, 24 Mar 2003 05:08:42 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0839743F85; Mon, 24 Mar 2003 05:08:41 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.12) id 18xRgr-0000D9-00; Mon, 24 Mar 2003 15:08:37 +0200 Date: Mon, 24 Mar 2003 15:08:37 +0200 From: Sheldon Hearn To: ports@FreeBSD.org Cc: anholt@FreeBSD.org Subject: XFree86 4.3.0 dual-head softboot hang Message-ID: <20030324130837.GA650@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-6.4 required=5.0 tests=USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi folks, I've just upgraded my 5.0-CURRENT (Feb 27) workstation to XFree86 4.3.0 (PORTREVISION 1) using portupgrade -R and now my dual-head configuration is broken. Before before I saw the X display hash background, my "secondary" card (i.e. the one the BIOS did not POST on startup, the AGP card) would POST, showing its BIOS message for a few seconds. Now that doesn't happen. The hash background is visible on my "primary" card (i.e. the one POSTed by the BIOS on startup, the PCI card) almost immediately, and the secondary card shows a solid white background. At this point, the console is lost. Even if I kill X remotely, I don't get my console back. I did some reading online and it sounds like softboot simply isn't working, and that I need the int10 module and the UseInt10Module server flag, but this hasn't helped. Nor does it help to configure the BIOS to boot from AGP instead of PCI (with or without the use of int10 and UseInt10Module). I can still get X up and running single-headed with either of these cards, so long as it's the one POSTed by the BIOS at startup. Here's the pertinent content of /etc/X11/XF86Config: Section "Module" ... Load "int10" EndSection Section "ServerFlags" ... Option "UseInt10Module" "on" EndSection Section "Device" Identifier "Gainward CardExpert GeForce3 PowerPack" BusID "PCI:1:0:0" Driver "nv" # Used in "Screen 1" EndSection Section "Device" Identifier "NV5 TNT2 Model 64 / TNT2 Model 64 Pro" BusID "PCI:0:11:0" Driver "nv" # Used in "Screen 2" EndSection Section "ServerLayout" ... Screen "Screen 1" Screen "Screen 2" RightOf "Screen 1" EndSection Any ideas? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message