Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2010 18:22:29 +0100
From:      Marius Strobl <marius@alchemy.franken.de>
To:        Super Bisquit <superbisquit@gmail.com>
Cc:        freebsd-sparc64@freebsd.org
Subject:   Re: Everything is installed, X does not work completely
Message-ID:  <20101216172229.GA96912@alchemy.franken.de>
In-Reply-To: <AANLkTinZDWoa=2Sw%2B4FDYz0dDhWhoEhY3O3zDatHJGH8@mail.gmail.com>
References:  <AANLkTinU3mDeMqBmoZXjZ8xXe3eOWZoHJPOJxfuXfU_k@mail.gmail.com> <20101130213624.GA27167@alchemy.franken.de> <AANLkTinZDWoa=2Sw%2B4FDYz0dDhWhoEhY3O3zDatHJGH8@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101216172229.GA96912>