From owner-freebsd-sparc64@FreeBSD.ORG Fri Dec 17 01:48:03 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26533106564A for ; Fri, 17 Dec 2010 01:48:03 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id C9E238FC13 for ; Fri, 17 Dec 2010 01:48:02 +0000 (UTC) Received: by qyk36 with SMTP id 36so192848qyk.13 for ; Thu, 16 Dec 2010 17:48:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=VvQAO6M4O+NRSUVluLUfBtgB7je0HmGi1FWajXkQt5U=; b=d3PjEw97Nin/LOZb0pv4N/8NtzTfEpHuHLvKNcIUKrGNP70GWdai8HmfUVxpnO0jT4 +9HYezJc/sVrbXZlrqlOo9kJX4M/w80eGNKfXYpV+zGMYLb4I/v8QtEwPkdvc9v8sQEf Dsf81oER0lwM81dwmwl+tInvSfdHF8rZIQPJ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=uGghNdqhPRRFIU9WxS/1NwbwA46xnQnSfM4gTtupS6jiNtKzJrW56/9HukUiTHEOb+ hSuspZNU8gjvIq8oBFSdJeEx1km+1FjyLH0egXkEG3pQUqn/aPaMyS86UPwZ8OeZ6FEH 75L4i0XqwsXg35J0BWbWQeWto7Dp1udC3G/5A= MIME-Version: 1.0 Received: by 10.229.216.20 with SMTP id hg20mr255721qcb.128.1292550481989; Thu, 16 Dec 2010 17:48:01 -0800 (PST) Received: by 10.220.187.7 with HTTP; Thu, 16 Dec 2010 17:48:01 -0800 (PST) In-Reply-To: References: <20101130213624.GA27167@alchemy.franken.de> <20101216172229.GA96912@alchemy.franken.de> Date: Thu, 16 Dec 2010 20:48:01 -0500 Message-ID: From: Super Bisquit To: Marius Strobl Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-sparc64@freebsd.org Subject: Re: Everything is installed, X does not work completely X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2010 01:48:03 -0000 http://slexy.org/view/s2yThC1dnb xorg.conf http://slexy.org/view/s20YSwsniH /var/log/Xorg.0.log. I removed the record extension from ../xorg/modules. The rate for 1280x1024x60 was set on OB prompt. As you see in the logfile, modules are disabled then enabled. The card is detected. I also set Options "AllowEmptyInput" "Off" so it wouldn't disable devices. Now, there is no output to the monitor, just a blank screen. Rates are set to manufacturer's descriptions. In theory, the screen should be active; but, in reality a lot of modules load with no result. 1) Do I need to disable the framebuffer in xorg.conf or by sysctl? 2) I see the refresh rates, modes, and etc in the logfile. Do I copy these values to xorg.conf? 3) Do I need to run -v 9 when running X -config *new? I use that command from the /root with xorg.conf.new. On Thu, Dec 16, 2010 at 7:06 PM, Super Bisquit wrote: > I'm trying an openboot method and will adjust xorg according to > /var/log/Xorg.0.log. > It should be up tonight. > So far: > 1) obdiag needs to be run from the forth prompt. There one can see what > device is being used. > 2) setenv output-device /path/to/card and setenv output-device > screen:rWxHxfrequency for card needs to be set followed by reset-all. > > > > On Thu, Dec 16, 2010 at 12:22 PM, Marius Strobl > wrote: > >> On Tue, Nov 30, 2010 at 07:09:32PM -0500, Super Bisquit wrote: >> > On Tue, Nov 30, 2010 at 4:36 PM, Marius Strobl < >> marius@alchemy.franken.de>wrote: >> > >> > > >> > > >> > > You need to provide more details when you are asking questions so >> people >> > > can actually try to help you, like in this case what graphics card you >> > > are trying to use, your xorg.conf >> > >> > and how it was create and the full log >> > > you are talking about. >> > > >> > > Marius >> > > >> > http://slexy.org/view/s2KpDOWuar xorg.conf.new >> > >> > >> > http://slexy.org/view/s2T20fylrd /var/log/Xorg.o.log >> > >> > >> > /usr/local/bin/Xorg -configure -retro vi edit for Modes sections >> >> According to your Xorg.0.log the server isn't using a configuration >> file at all but rather some built-in default, which is NetBSD-centric >> and assumes Sun Creator (3D) or Elite 3D cards along with wsfb: >> 27. (==) Using default built-in configuration (21 lines) >> <...> >> >> What I'm missing in your Xorg.0.log is something like: >> (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 16 10:09:47 2010 >> (==) Using config file: "/etc/X11/xorg.conf" >> (==) ServerLayout "X.org Configured" >> <...> >> >> Yours instead just skips over that part: >> 15. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 19 18:51:03 2010 >> 16. (II) Loader magic: 0x3b5fc0 >> >> Here the X server behaves the same if no /etc/X11/xorg.conf is present >> so it looks like you'd either need to move your xorg.conf.new to >> /etc/X11/xorg.conf or start it via `X -config /path/to/xorg.conf.new` >> so the desired configuration is used at all. >> Note that for Rage XL you most likely also need to set reference_clock >> accordingly in xorg.conf. >> >> Marius >> >> >