All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oliver Seitz <info@vtnd.de>
To: intel-gfx@lists.freedesktop.org
Subject: Re: Question (about setting brightness and contrast)
Date: Tue, 15 May 2012 09:34:56 +0200	[thread overview]
Message-ID: <4FB20720.4000701@vtnd.de> (raw)
In-Reply-To: <001701cd321e$f1024d40$d306e7c0$@gmail.com>

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 <which_one> --brightness 1.5

To reduce contrast to 75%, you can use

xrandr --output <which_one> --gamma 0.75:0.75:0.75


Greets,
Kiste

  reply	other threads:[~2012-05-15  7:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-14 22:14 Question Francisco Manuel Cardoso
2012-05-15  7:34 ` Oliver Seitz [this message]
2012-05-15  7:46   ` Question (about setting brightness and contrast) Oliver Seitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FB20720.4000701@vtnd.de \
    --to=info@vtnd.de \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.