From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Seitz Subject: Re: Question (about setting brightness and contrast) Date: Tue, 15 May 2012 09:34:56 +0200 Message-ID: <4FB20720.4000701@vtnd.de> References: <001701cd321e$f1024d40$d306e7c0$@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from srv6.berlinhosting.de (srv6.berlinhosting.de [87.118.86.113]) by gabe.freedesktop.org (Postfix) with ESMTP id 398879F729 for ; Tue, 15 May 2012 00:34:59 -0700 (PDT) In-Reply-To: <001701cd321e$f1024d40$d306e7c0$@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Hi! I'm no real expert, but I dare to guess some answers anyway... > Will there ever be a Control Center like the Windows version ? Probably not. It is not the job of a driver to communicate with the user. GUIs are made by other people. Your desktop environment could provide such a tool. To increase brightness to 150%, you can use xrandr --output --brightness 1.5 To reduce contrast to 75%, you can use xrandr --output --gamma 0.75:0.75:0.75 Greets, Kiste