From owner-freebsd-questions@FreeBSD.ORG Thu May 2 13:00:20 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7BE0C268 for ; Thu, 2 May 2013 13:00:20 +0000 (UTC) (envelope-from vlasavelev@yandex.ru) Received: from forward1.mail.yandex.net (forward1.mail.yandex.net [IPv6:2a02:6b8:0:602::1]) by mx1.freebsd.org (Postfix) with ESMTP id EAB8E1A5C for ; Thu, 2 May 2013 13:00:19 +0000 (UTC) Received: from web17d.yandex.ru (web17d.yandex.ru [77.88.47.162]) by forward1.mail.yandex.net (Yandex) with ESMTP id 39DA21240625 for ; Thu, 2 May 2013 17:00:17 +0400 (MSK) Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by web17d.yandex.ru (Yandex) with ESMTP id EDEF658D0451; Thu, 2 May 2013 17:00:16 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1367499617; bh=dzz9JtN5K5no3ntJOL4XCMj0Lsk7LVqf9dddxeCbnqM=; h=From:To:In-Reply-To:References:Subject:Date; b=wmfU/0lxe69iu7MpWi73cd1wN7aMDGVzznge577ELx4lyTDsE6Qgbp1JnfcdLFDQU VXFG5fYZXQFBlstwGdtQ1b0UKTUCEF6oIJAEy78i6v4B8jqwXd+hWQlltf87cRkupp 1xQXGQAfHJzOhGU4Qzbm3s2cti04mXN8EC3NehQ0= Received: from 171.net-31.172.199.kaluga.ru (171.net-31.172.199.kaluga.ru [31.172.199.171]) by web17d.yandex.ru with HTTP; Thu, 02 May 2013 17:00:16 +0400 From: =?koi8-r?B?88HXxczYxdcg98zBxMnNydI=?= To: "freebsd-questions@freebsd.org" In-Reply-To: <1832771367081976@web14h.yandex.ru> References: <1832771367081976@web14h.yandex.ru> Subject: FreeBSD 9 Xorg server failed to configure Message-Id: <757171367499616@web17d.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Thu, 02 May 2013 17:00:16 +0400 X-Mailman-Approved-At: Thu, 02 May 2013 15:27:59 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 13:00:20 -0000 Hi, colleagues! I am installing FreeBSD 9 + XORG + KDE4 to my Acer notebook. I have updated Freebsd using "freebsd-update" and ports using "portsnap". Further I compiled Xorg using "make BATCH="YES" install clean". Xorg has been compiled successfully. But that is what happeing once I try configuring Xorg: root@FreeBSD:/usr/ports/x11/kde4 # Xorg -configure X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 9.1-RELEASE-p3 amd64 Current Operating System: FreeBSD FreeBSD.localdomain 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 Build Date: 02 May 2013 04:48:53PM Current version of pixman: 0.24.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 2 16:55:59 2013 List of video drivers: ati radeon mach64 nv r128 radeonhd openchrome intel vesa (++) Using config file: "/root/xorg.conf.new" Number of created screens does not match number of detected devices. Configuration failed. Could you help me investigate this case and make Xorg to configure successfully? ========== Thanks, Vlad