From owner-freebsd-questions@FreeBSD.ORG Wed Nov 29 21:54:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB89016A417 for ; Wed, 29 Nov 2006 21:54:00 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDE9C43C9D for ; Wed, 29 Nov 2006 21:53:55 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so2872060nfc for ; Wed, 29 Nov 2006 13:53:58 -0800 (PST) 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=Jqb+Sn+eo5LYPqPf9Ri738PQyiRGqiuWjcBQSRvoQEXIgNljzm0jA6Sp0Yi3FMrZ4vV8yyQMU7ogucjgOsjFoUhHsS4/UFs4PTbt/VgGij5JoBYToRNh/eHR1TD80OngkMHYwzGZzEvftqYdidXfRb2+46XPP+OhyWJ3QLA/E08= Received: by 10.82.190.2 with SMTP id n2mr689657buf.1164837238417; Wed, 29 Nov 2006 13:53:58 -0800 (PST) Received: by 10.82.175.1 with HTTP; Wed, 29 Nov 2006 13:53:58 -0800 (PST) Message-ID: Date: Wed, 29 Nov 2006 15:53:58 -0600 From: "illoai@gmail.com" To: freebsd-questions@freebsd.org In-Reply-To: <44psb6joje.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061129144645.GA628@localhost> <44psb6joje.fsf@be-well.ilk.org> Cc: a@zeos.net, Lowell Gilbert Subject: Re: Xorg: How to change background? 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: Wed, 29 Nov 2006 21:54:01 -0000 On 11/29/06, Lowell Gilbert wrote: > a@zeos.net writes: > > > Can Xorg show another background than grey grid, for example black screen? > > Sure. Try "xsetroot(1)". Also try installing graphics/xv (xv -root -quit image_file.png) Or installing x11/eterm will give you the Esetroot command, And installing x11-wm/blackbox will give you the bsetroot command. Probably there are dozens or scores of other ways (firefox tells me it has the capability, though I have not tried it) but xsetroot is a good start, and has the advantage of coming with the xorg 6.9 distribution. -- --