All of lore.kernel.org
 help / color / mirror / Atom feed
* Question
@ 2012-05-14 22:14 Francisco Manuel Cardoso
  2012-05-15  7:34 ` Question (about setting brightness and contrast) Oliver Seitz
  0 siblings, 1 reply; 3+ messages in thread
From: Francisco Manuel Cardoso @ 2012-05-14 22:14 UTC (permalink / raw)
  To: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 707 bytes --]

Hello,

 

I know that mostly this list is used for development though I wanted to know
if there is any option to set values for thing as Gamma, Contrast and
Brightness on the driver or if there is any way they can be set ?

Will there ever be a Control Center like the Windows version ?

The question arises for a reason that alike some people I have a bit of a
problem with glossy screens and also with contrast levels and such.

Thought being a Linux System's Engineer for company it's odd not being able
to use Linux at work cause of the odd nuance. It's even more "odd" when
people see me using Linux on a VMware so that I can get my contrast set from
Windows J

 

Thanks for any reply

 

Francisco


[-- Attachment #1.2: Type: text/html, Size: 3695 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Question (about setting brightness and contrast)
  2012-05-14 22:14 Question Francisco Manuel Cardoso
@ 2012-05-15  7:34 ` Oliver Seitz
  2012-05-15  7:46   ` Oliver Seitz
  0 siblings, 1 reply; 3+ messages in thread
From: Oliver Seitz @ 2012-05-15  7:34 UTC (permalink / raw)
  To: intel-gfx

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Question (about setting brightness and contrast)
  2012-05-15  7:34 ` Question (about setting brightness and contrast) Oliver Seitz
@ 2012-05-15  7:46   ` Oliver Seitz
  0 siblings, 0 replies; 3+ messages in thread
From: Oliver Seitz @ 2012-05-15  7:46 UTC (permalink / raw)
  To: intel-gfx


> To reduce contrast to 75%, you can use
>
> xrandr --output <which_one> --gamma 0.75:0.75:0.75

Ok, sorry, gamma is not the same as contrast. But gamma can be used to 
achieve similar shifts of the relation of dark to bright colors, so it 
might be suitable to get the desired effect here.

Greets,
Kiste

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-15  7:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-14 22:14 Question Francisco Manuel Cardoso
2012-05-15  7:34 ` Question (about setting brightness and contrast) Oliver Seitz
2012-05-15  7:46   ` Oliver Seitz

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.