From owner-freebsd-questions@FreeBSD.ORG Sun Oct 15 18:33:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A15A916A403 for ; Sun, 15 Oct 2006 18:33:43 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0591A43D45 for ; Sun, 15 Oct 2006 18:33:42 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so1594018nfc for ; Sun, 15 Oct 2006 11:33:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RsCGOtJUwTZkXDYZdV5s/nKT6vu0RWe3JPT97ZjuLPGm363of39BzjSd3SeIMdE6ClMocEBfn0Ch5kaDZ1NKIaAUFtAoWmSuJyi6SvJkynHRWaAgHfUsESY4R4TssMHxEs9dGzbTG+GuvmD8prn6ve6D/VFU/OHURdwju0oazLY= Received: by 10.82.131.1 with SMTP id e1mr819380bud; Sun, 15 Oct 2006 11:33:41 -0700 (PDT) Received: by 10.82.175.7 with HTTP; Sun, 15 Oct 2006 11:33:41 -0700 (PDT) Message-ID: Date: Sun, 15 Oct 2006 13:33:41 -0500 From: "illoai@gmail.com" To: "Bjoern Thomsen" In-Reply-To: <0ML25U-1GYlyI3DiK-0007pN@mrelayeu.kundenserver.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <0ML25U-1GYlyI3DiK-0007pN@mrelayeu.kundenserver.de> Cc: freebsd-questions@freebsd.org Subject: Re: Xorg -configure results a black screen 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, 15 Oct 2006 18:33:43 -0000 On 10/14/06, Bjoern Thomsen wrote: > I am new to FreeBSD. I am trying to configure Xorg but when I fire up the > command > > "Xorg -configure" I get back a black screen. When I try to start X it is > telling me a failure message: > > "Can't open display" . I have always had to edit the resulting ~/xorg.conf.new to add the HorizSync and VertRefresh lines to match my monitor, given that Xorg seems to not detect my primitive hardware perfectly. You may want to look up your own monitor timings, as these will likely not work. Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31-92 VertRefresh 55-160 EndSection -- --