From owner-freebsd-questions@FreeBSD.ORG Wed Dec 16 23:32:11 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EF511065670 for ; Wed, 16 Dec 2009 23:32:11 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from mx.utwente.nl (mx3.utsp.utwente.nl [130.89.2.14]) by mx1.freebsd.org (Postfix) with ESMTP id 23CC48FC08 for ; Wed, 16 Dec 2009 23:32:10 +0000 (UTC) Received: from nox-laptop.student.utwente.nl (nox-laptop.student.utwente.nl [130.89.170.109]) by mx.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id nBGNVwHH000327; Thu, 17 Dec 2009 00:31:58 +0100 From: Pieter de Goeje To: freebsd-questions@freebsd.org, doug@safeport.com Date: Thu, 17 Dec 2009 00:31:57 +0100 User-Agent: KMail/1.9.10 References: <200912131042.50936.lumiwa@gmail.com> <200912131810.38468.frank@fthieme.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200912170031.58151.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact icts.servicedesk@utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Subject: Re: question about xorg 7.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2009 23:32:11 -0000 On Wednesday 16 December 2009 07:15:58 doug wrote: > I have a IBM thinkpad T42p. xorg 7.4 is pretty much a disaster for me. > First I wonder if anyone has gotten 7.4 to work on this or similar > hardware. The system is 3+ years old when it was still IBM. > > I have done this a time or two starting with the first version of KDE and > FreeBSD 4.. I believe I have tried all of the options in the > handbook plus a couple of various from this list and google. So I was not > going to add xdm and Xorg output, at first anyway. > > The one thing I have not done is upgrade the BIOS and am not sure that > matters. I was/am afraid of breaking an otherwise great system. It runs > xorg 7.3 and KDE 3 or 4 fine. I go to this point because I broke things > trying to install firefox3 and got all tangled up in upgrading ports and > thought I would give xorg 7.4 a try. > > I am running FreeBSD 7.2. Xorg was installed using pkg_add on a system > without any ports. Upon hitting the xdm trap, I also installed that > package. > > All variations give me a black screen with the keyboard locked. startx, xdm > and xorg all do the same. I assume this is a hardware issue and hope > someone found a way around it. > > Thank you for any thoughts, tips, ideas, etc. Xorg defaults to a black screen instead of a checkerboard pattern these days. Keyboard and mouse input is handled by hald(8), so don't forget to enable and start it before starting Xorg. hald depends on dbus so that also needs to be enabled and started. Add the following to rc.conf: hald_enable="YES" dbus_enable="YES" Good luck, Pieter de Goeje