From owner-freebsd-mobile@FreeBSD.ORG Thu Oct 21 05:42:11 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C77FF16A4CE for ; Thu, 21 Oct 2004 05:42:11 +0000 (GMT) Received: from smtpclu-2.eunet.yu (smtpclu-2.eunet.yu [194.247.192.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F47443D55 for ; Thu, 21 Oct 2004 05:42:10 +0000 (GMT) (envelope-from kolicz@EUnet.yu) Received: from kolic.net (P-2.126.eunet.yu [213.240.2.126]) by smtpclu-2.eunet.yu (8.12.11/8.12.11) with ESMTP id i9L5g6Xb012444 for ; Thu, 21 Oct 2004 07:42:06 +0200 Received: by kolic.net (Postfix, from userid 1001) id CD8A14187; Thu, 21 Oct 2004 07:39:59 +0200 (CEST) Date: Thu, 21 Oct 2004 07:39:59 +0200 From: Zoran Kolic To: freebsd-mobile@freebsd.org Message-ID: <20041021053959.GA631@kolic.net> References: <20041020120114.C14DA16A4D8@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041020120114.C14DA16A4D8@hub.freebsd.org> X-Virus-Scan: EUnet-AVAS-Milter X-AVAS-Virus-Status: clean X-Spam-Checker: EUnet-AVAS-Milter X-AVAS-Spam-Score: -1.8 X-AVAS-Spam-Symbols: AWL Subject: Re: Thinkpad T42p X Questions X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 05:42:11 -0000 Hi Warren! > The X root window is the default X gray-dotted background. fluxbox > and fluxbox-devel cannot change it, nor can 'xsetroot -bg blue', nor > icewm. They all act like they've changed it, but it does not change. > Possibly a related matter: the X pointer sometimes reverts to the > default X pointer instead of the window manager's arrow. Should work on xfree86, but you have xorg, I think. Try some very simple wm, like "evilwm". It has no back- ground at all, so you have to put lines like: xsetroot -solid black xsetroot -cursor_name top_left_arrow in your ".xinitrc". Since I don't have xorg, must to blame syntax of xsetroot lines. It would be nice to have tutorial about diffs between xorg and xfree86 somewhere on freebsd site. And faqs. Best regards ZK