From owner-freebsd-questions@FreeBSD.ORG Tue Dec 2 11:33:55 2008 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 39134106564A for ; Tue, 2 Dec 2008 11:33:55 +0000 (UTC) (envelope-from contact@kikinovak.net) Received: from kraid.nerim.net (kraid.ipv6.nerim.net [IPv6:2001:7a8:1:1::95]) by mx1.freebsd.org (Postfix) with ESMTP id 03C778FC13 for ; Tue, 2 Dec 2008 11:33:55 +0000 (UTC) (envelope-from contact@kikinovak.net) Received: from grossebertha.local (kikinovak.pck.nerim.net [213.41.141.252]) by kraid.nerim.net (Postfix) with ESMTP id D824DCF795 for ; Tue, 2 Dec 2008 12:33:52 +0100 (CET) Message-ID: <49351D20.7030507@kikinovak.net> Date: Tue, 02 Dec 2008 12:33:52 +0100 From: Niki Kovacs User-Agent: Thunderbird 2.0.0.17 (X11/20081001) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Problem configuring X: FreeBSD 6.4, Intel video card, Fujitsu lifebook 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: Tue, 02 Dec 2008 11:33:55 -0000 Hi, I just installed FreeBSD 6.4 on a Fujitsu lifebook. I'm quite new to FreeBSD (see previous post "Introduction"). Some time ago, I had bought (and partially read) Michael Urban's "FreeBSD 6 Unleashed". I just worked through the initial chapters, and managed installing FreeBSD and configuring X just fine. Only I ran into trouble installing a desktop environment, since building gnome2-lite failed. I thought before doing anything, I'd get a more recent set of FreeBSD install discs, since the book includes 6.1, which seems a bit outdated. Now I did an install using a set of 6.4 install discs. Everything ran fine, except I can't get X to work anymore. Configuration: # Xorg -configure # mv /root/xorg.conf.new /etc/X11/xorg.conf And then test: # startx X crashes with the following error message: Fatal server error: Couldn't find PLL settings for mode! I googled about this and found a few results... on the Ubuntu 8.10 bugtracker. Apparently the 'intel' video driver has some problems with my specific Intel video card. What now? Try to use the older 'i810' instead of 'intel'? But how would I do that? Simply replacing the corresponding "Driver" line in xorg.conf doesn't help. Any suggestions? Niki Kovacs