From owner-freebsd-questions@FreeBSD.ORG Mon Nov 26 15:54:56 2012 Return-Path: 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 309F61DD for ; Mon, 26 Nov 2012 15:54:56 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id F1F308FC14 for ; Mon, 26 Nov 2012 15:54:55 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id wz12so8301909pbc.13 for ; Mon, 26 Nov 2012 07:54:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=iTqWXD7JJv9irnNGJEKKPXRsq9OkW+pz78LyRA3R5vI=; b=uO2/tdK1mfEZem372zuwqnScqIWYl6zVO8oIO1DL01Sy9fwY9qnY3BTzF3tNP0BSeC rzCgqKmVgXuNJnOHxsfaXRH958s/ebm7gkMThmmeSyvpyIntk1SCYWxWdQl823vO+hN/ A0a/OtfoaRPxbpsDNXPquPyhdUxoreYuqckB09giUPWBxaW+UQ5+rnKkjpkpiTZclF1Z DKVxmhm1Z2DyXN8KdMOg0jUkcZ18V2RQQM8WFo1fdpjm91rdPqy/xUkDGoxLOssR1LwU kwPC+sOZkOARLXNR19yRusiGnLplpbQ+t7hoOrgoF58qIXUEiwL8ktVfFVvwiVLYb2lB TgqQ== MIME-Version: 1.0 Received: by 10.68.137.198 with SMTP id qk6mr38804230pbb.60.1353945295640; Mon, 26 Nov 2012 07:54:55 -0800 (PST) Received: by 10.66.216.196 with HTTP; Mon, 26 Nov 2012 07:54:55 -0800 (PST) In-Reply-To: <20121126163550.20e98379@arsenic.lan> References: <20121126163550.20e98379@arsenic.lan> Date: Mon, 26 Nov 2012 08:54:55 -0700 Message-ID: Subject: Re: vidcontrol - How do I make these persist? From: Modulok To: Maciej Suszko Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2012 15:54:56 -0000 >> If I edit things via vidcontrol, e.g: `vidcontrol grey black` where >> do I put this to make it persist across reboots on all terminals? > > Search for vidcontrol(1) in rc.conf(5) manual. Thanks! I ended up with just:: allscreens_flags="grey black" In /etc/rc.conf and it works :) -Modulok-