From owner-freebsd-questions@FreeBSD.ORG Tue Feb 4 12:16:08 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65665DAA for ; Tue, 4 Feb 2014 12:16:08 +0000 (UTC) Received: from mail-pd0-x231.google.com (mail-pd0-x231.google.com [IPv6:2607:f8b0:400e:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D4FA15CF for ; Tue, 4 Feb 2014 12:16:08 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id x10so8089919pdj.36 for ; Tue, 04 Feb 2014 04:16:03 -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=oU2TMFgumeyZmxGZVgNVxg2bBRVRsQzdTpyrkDpiOnY=; b=b5HAietI09CbMpyzZsYcABDe2JfbJoLWffSzzttubw4b92dpRJHPow448207dUUuvg kRNQjR6oZQXHP5f29KMq7Cq9yICweQDmnxgD0dgQRrlLFn5PxpdXsSdw9MarFNXMPrjG +fPOYhIYcDAnqHYUXJeD/YCEBEBGN6NDLzYAk/E7LLFg4uflqXBjeYu20YLdo/L++ucG TT5JM2vW+Z3cAmNg/C54jk2wwDee97M7sCHchXMtqAH0PzVKIS3WryH81xnM4Sdxqg+B 67PErUz+NKOncX5NeHzc/RpP2cHAhQfFWCo8aMJ7rCcC4uUxZL4Mpef/TMjW7DhxLt5R Jktg== MIME-Version: 1.0 X-Received: by 10.68.230.137 with SMTP id sy9mr43359589pbc.126.1391516163477; Tue, 04 Feb 2014 04:16:03 -0800 (PST) Received: by 10.68.73.134 with HTTP; Tue, 4 Feb 2014 04:16:03 -0800 (PST) In-Reply-To: <1391507713.72310.YahooMailNeo@web161906.mail.bf1.yahoo.com> References: <1391507713.72310.YahooMailNeo@web161906.mail.bf1.yahoo.com> Date: Tue, 4 Feb 2014 07:16:03 -0500 Message-ID: Subject: Re: How to disable low display brightness when power fail? From: "illoai@gmail.com" To: Unga Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 12:16:08 -0000 On 4 February 2014 04:55, Unga wrote: > Hi all > > I have a laptop running FreeBSD 9.2 and KDE4. > > > When main A/C power fails, this laptop immediately reduces the display brightness. When power restores, it also immediately restore the full brightness. > > Because of this I cannot show a presentation without power. > > Therefore, how to disable becoming low bright when no main A/C power? > > I prefer a xorg.conf entry. Have a look at acpi_video(4). http://www.freebsd.org/cgi/man.cgi?query=acpi_video&sektion=4 -- --