From owner-freebsd-questions@FreeBSD.ORG Sun May 10 19:56:04 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 DE2641065695 for ; Sun, 10 May 2009 19:56:04 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from woodbine.london.02.net (woodbine.london.02.net [87.194.255.145]) by mx1.freebsd.org (Postfix) with ESMTP id 7D59C8FC1F for ; Sun, 10 May 2009 19:56:04 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.1.75] (93.97.24.219) by woodbine.london.02.net (8.5.016.1) id 49D39EA901B78DB9; Sun, 10 May 2009 20:56:02 +0100 Message-ID: <4A073151.6060904@onetel.com> Date: Sun, 10 May 2009 20:56:01 +0100 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.21 (X11/20090321) MIME-Version: 1.0 To: firak jotawski References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: 7.2-release and xorg 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: Sun, 10 May 2009 19:56:05 -0000 firak jotawski wrote: > hi sirs, > > apologized me for disturbing the list but i really have problem, X -config /root/xorg.conf.new produce a black screen and die. > > i attached my machine uname -a, my xorg packages installed, X -configure output and its' configuration file. > > any helps anf hints would highly appreciated. > > with best regards, > psr > > _________________________________________________________________ > More than messages–check out the rest of the Windows Live™. > http://www.microsoft.com/windows/windowslive/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html eg # Xorg -config xorg.conf.new Starting with Xorg 7.4 and above, this test produces a black screen which may make it difficult to diagnose whether X11 is working properly. The older behavior is still available by using the retro option: # Xorg -config xorg.conf.new -retro Chris