Display Brightness Auto Levels - What do you use? - Omni Q&A

I always thought the auto levels on my phone (galaxy nexus) were too low at night or in the dark in general.
I changed mine to the following...Anyone have any tips on better levels? I find this leaves the screen brighter at night, and increments more evenly vs stock and hopefully saves some battery being its not at full brightness until its in super bright sunlight.
0=60
6=60
9=60
14=60
20=60
30=60
46=100
68=100
103=100
154=100
231=130
346=130
519=130
778=130
1168=175
1752=175
2627=210
3941=210
5912=225
8867+=225

ryancell said:
I always thought the auto levels on my phone (galaxy nexus) were too low at night or in the dark in general.
I changed mine to the following...Anyone have any tips on better levels? I find this leaves the screen brighter at night, and increments more evenly vs stock and hopefully saves some battery being its not at full brightness until its in super bright sunlight.
0=60
6=60
9=60
14=60
20=60
30=60
46=100
68=100
103=100
154=100
231=130
346=130
519=130
778=130
1168=175
1752=175
2627=210
3941=210
5912=225
8867+=225
Click to expand...
Click to collapse
how do you get to change these settings? any file that needs to be edited?

ryancell said:
I always thought the auto levels on my phone (galaxy nexus) were too low at night or in the dark in general.
I changed mine to the following...Anyone have any tips on better levels? I find this leaves the screen brighter at night, and increments more evenly vs stock and hopefully saves some battery being its not at full brightness until its in super bright sunlight.
Click to expand...
Click to collapse
I have definitely had to adjust them on all my devices. On my N4(mako)* I turned them way down at low levels and way up at high levels. On my N7(flo) I had to lower them across the board.
There are so many variables: personal preference, the environment in which you use your device, the hardware of your screen, the age of your device (some screens get dimmer as they get older), and the response curve of the lux sensor in your device. Thank science we can customise it.
* if you are curious: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]+

Related

[POLL] Extreme auto color boost under the sun

Hello!
Some of you maybe have noticed that when the Galaxy S faces the sun, in auto-brightness mode, the color are suddenly boosted by a crazy amount in an attempt to preserve color saturation perception despite the incoming light.
Do you think this is a useful feature helping readability or does it do more harm than good ?
I can disable or tweak it very easily in Voodoo color. I have mixed feelings about this, that's why it's still on, but some people asked me to disable it.
I need your opinion and experience
Please don't vote if you don't understand what it is about and never experienced it.
Thanks !
Note: this color boost is associated only to the automatic 100% brightness level.
that is actually just brightness at 65% or higher
by default on regular operation when the brightness is set to auto it is always below 50% that's why people complain about colour being pale and such
if you set the brightness to 65% or more you can appreciate the full bloom effect of the SAMOLED screen vs AMOLED
i use a simple brightness widget to set it how i want, but it's mostly on auto, except when i want to WOW! people
@AllGamer we don't talk about the same thing.
It's not the standard brightness level, that's something that append only in the situation I described
If you are lucky enough to have a sunny day you can try it by yourself.
I didn't manage to reproduce it using artificial lights, seems that any light i have is not as bright as the sun ^^
i do use the phone outdoor almost on a daily basis, specially during lunch time when we walk to the restaurants meanwhile checking for emails, forums, weather, prices, another restaurant nearby, etc, etc.
so i've seen the screen colour/brightness changes in many different occassions.
unless there is another method to control the colour without controlling the brightness and vice versa, then i'm pretty sure i'm getting the same effects when i manually slide the brightness bar all the way to 100%, 85%, 75%, and 65%
anything less than 60% wont show the blooming colour effect
sorry @AllGamer, you don't get yet ^^
I don't know if you read the original post?
I can show you the source code in kernel if this is necessary.
This special color boost (really extreme color boost) appends:
In auto brightness mode
When it's bright enough to make the auto-brightness mode reach the 100% level (named gamma 24)
When already at auto 100% and screen facing the sun.
Well, that's not so bad, it's just a poll
Here is the link to the source
http://github.com/project-voodoo/sa...nux-2.6.29/drivers/sensor/optical/gp2a.c#L329
Code:
if(autobrightness_mode)
{
if(current_gamma_value == 24)&&(level_state == LIGHT_LEVEL4)
So far I've only experienced that once in my 3 month old SGS. I usually use it indoors.
I think you can replicate that by ticking Outdoor Visibility in the camera app.
Seen it alot of times, It does seem to help quite well, So i say keep it
DaRkMyk said:
I think you can replicate that by ticking Outdoor Visibility in the camera app.
Click to expand...
Click to collapse
yeah, that is what i call the colour blooming effect, just like in the PC blooming effect on the video cards
DaRkMyk said:
So far I've only experienced that once in my 3 month old SGS. I usually use it indoors.
I think you can replicate that by ticking Outdoor Visibility in the camera app.
Click to expand...
Click to collapse
Absolutely! the Outdoor mode in Camera and Video apps are similar (but are triggered manually)
AllGamer said:
yeah, that is what i call the colour blooming effect, just like in the PC blooming effect on the video cards
Click to expand...
Click to collapse
woops... just tried the Outdoor Visibility and it is not the same as what I experienced before. You really must be outside & under the bright sun. I'll try it again tomorrow.
it just does it to the entire screen but stronger, there is an widget to control screen modes and it can be toggled manually when set to 100%
supercurio said:
@AllGamer we don't talk about the same thing.
It's not the standard brightness level, that's something that append only in the situation I described
If you are lucky enough to have a sunny day you can try it by yourself.
I didn't manage to reproduce it using artificial lights, seems that any light i have is not as bright as the sun ^^
Click to expand...
Click to collapse
I pointed at the sensor with a 12LED flashlight (Need to be quite close for the blooming effect to activate, ~5-10cm), and it bloomed away after 3-5 seconds.
I've never been bothered by it and never really noticed it in bright light, so I would think it's a positive feature that helps readability in strong sunlight.
AllGamer said:
it just does it to the entire screen but stronger, there is an widget to control screen modes and it can be toggled manually when set to 100%
Click to expand...
Click to collapse
You cannot reach this mode with manual controls.
It depends on data measured by the light sensor, it's in kernel.
well i guess i'll have to install your Modifications, to see if there's really a difference
but from my point of view, when the level at set to 100% looks the same as when the phone is working outdoor under bright sunlight 12 noon lunch time.
AllGamer said:
well i guess i'll have to install your Modifications, to see if there's really a difference
Click to expand...
Click to collapse
It's in every standard kernel!
Ok, I give up ^^
I say keep it. It seems like it would be functional. Looking forward to the warmer colors at more brightness levels, as my phone very rarely runs at 100% brightness.
What I don't like (maybe others agree?) is the sudden drop in brightness at low ambient light levels (not complete darkness).
Thanks for your work on the color issue. This is really what I look forward most to in future voodoo releases!
well it'll definitely be nice to be able to access the bloom effect under low brightness level
i like more colours
i was under the impression supercurio was coding something to do that
Anything that makes the screen better in the sun is a good thing.
Even with the SAMOLED, things can sometimes be harder to see outside, especially while web browsing.
It doesn't matter if the colors are off in the pictures when you can't even read the web page.
Is it possible to make these sort of things configurable by an app on the phone?
Or must these sort of settings be hard-coded into the kernel?

galaxy s II display contrast

Hello.
Anyone else noticed that the display is lower quality than sgs ?
I mean in terms of gamma.
I am a photographer and I was amazed how good the contrast and brightness f the first galaxy was, however this one seems to have way too big contrast, making everythig that is dark much darker, giving a fake and strange appearence.
Also the auto brightness in general is lower than sgs.
Does somebody know if it can be tweaked through a kernel recompile, like sharpness and color in voodoo ?
Go to options-->display-->uncheck automatical screen power adjustme(don't know the exact english term, got it in dutch). I bet it is this again...
Let me know... you're not the first one.
No, it's not that but thanks
It's the actual gamma of the driver I think
However I did notice there is now a "background effects" that can adjust saturation and hue so there is access to the drivers. Maybe a bunch of new effects added there like "classic gamma, normal saturation..."
I came from the captivate, and ran just about every rom that was out there. One of the ubiquitous mods was the color fix. I noticed when I first booted the SGS2 up, the color was off (in relation to my expectations) sure enough in display settings there was an option to change it. Without looking I believe it's called "cinema", which perfectly returned that color richness I loved.
Sent from my GT-I9100 using XDA Premium App
there is something wrong with auto brightness , it doesnt work very well , but its not true that SGS 2 has a lower quality display than sgs , Super AMOLED Plus displays are an upgrade to Super AMOLED. They use a real-stripe subpixel matrix and not pentile - and so has 50% more sub-pixels. The PPI is a bit larger but Samsung will soon make them at much higher resolutions. Super AMOLED Plus displays are also thinner, brighter and use 18% less energy than the older Super AMOLED displays.

[REF] Secrets of the S-AMOLED+ revealed - black crush / battery compromise

While we really like the AMOLED+ display for its deep blacks, it also has major flaws:
- Severe black crush (loss of shadow details in dark scenes) when power saving is disengaged (which is the only way to obtain decent brightness)
- Greenish white, which becomes bluish after a few weeks of operation
- Oversaturated greens
- Loss of brightness after a few weeks of use
- Yellowish areas on the screen produced by the deterioration of AMOLED cells through heat, particularly prominent for gamers and overclockers
I wanted to run a few measurements to better understand what could be done at the software level to alleviate those issues. I am listing my findings below, following which I make a few recommendations to Samung, developers and users of the SGSII.
Findings
1. The maximum light outout with "Auto Adjust Screen Power" is limited
Note that the "Auto Adjust Screen Power" option is different to the automatic "auto-brightness" option. All measurements were made with auto-brightness deactivated and maximum brightness.
After measurements the results are as follows:
- Film Mode: 147cd/m²
- Standard Mode:149cd/m²
- Dynamic Mode: 147cd/m²
The lower value in film mode is due to the limitation of green and blue in film mode, which typically produce more luminance.
The lower value in dynamic mode is due to the picture becoming bright too fast above 50% brightness, there is actually white crush happening, as the Power Saving mode is trying to cap power consumption. This is similar to what is observed on a plasma, where Power Consumption is throttled
2. Disengaring the "Auto Adjust Screen Power" option (this is different to the Auto-Brightness option) significantly increases the brightness output
Not many people suspect the impact that "Auto Adjust Screen Power" option has. Engaging that option provides for much higher bighthness (at the expense of battery life):
- Film Mode: 276 cd/m²
- Standard Mode:285 cd/m²
- Dynamic Mode: 283 cd/m²
This is of course is at the expense of battery life but is still useful when trying to read in the sun. Unfortunately, as we will see later, this has a negative impact on shadow details and is not recommended for film viewing.
3. Light output diminishes though intensive use
The measurements after 3 weeks of use consistently show a deterioration of the maximum brightness over time.
Power Saving Engaged:
- Film Mode: 145 cd/m² (-1.4%)
- Standard Mode:147 cd/m² (-1.4%)
- Dynamic Mode: 145 cd/m² (-1.4%)
Power Saving Disabled:
- Film Mode: 270 cd/m² (-2.2%)
- Standard Mode:278 cd/m² (-2.5%)
- Dynamic Mode: 276 cd/m² (-2.5%)
I will continue to monitor this and post updated results in a few weeks.
4. The white balance exhibits a green push, which progressively becomes more bluish over time
I remember finding the whites greenish when I first got the phone. After 3 weeks, I wasn't bothered that much, they looked more neutral to me. I decided to test again after 3 weeks of use. The results confirmed by observations:
- Color temperature shifted after 3 weeks of use, with the proportion of blue increasing at the expense of green
- The color space after 3 weeks displays less saturated green
White balance at unboxing (green push)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
White balance 3 weeks later (blue push)
3. Standard and Dynamic mode have the same color space. Film mode exhibits less green oversaturation
Dynamic/Standard Color Space:
Film Color Space:
4. Film Mode with engaged Power Saving has the best gamma
The dynamic mode has got a skewed gama with a white crush
Film Mode offers better gamma
Disengaging power saving creates black crush
When power saving mode is disabled, the loss of shadow details in dark video sequences becomes even more prominent:
As an example, I am including the gamma curve for the least faulty Film Mode with Power Saving disengaged. The much increased light output we saw earlier is at the expense of shadow details:
Recommendations to Samsung
The display clearly has a lot of potential:
-True blacks
- Large color space
- Very good maximum light output
- Standard Mode gamma is pretty linear
[/LIST]
Unfortunately, these qualities are poorly exploited:
- Gamma is overall too high at lower stimulas. Black crush is happening in any mode, thought at various degree
- White balance is biased toward green and blue, which leads to very high color temperatue. Whites are greenish on first year, evolving toward bluish with increased use.
- The color space could be toned down further. Even in film mode, the greens are too saturated
What Samsung could easily do:
- Further reduce light output in film mode by removing blue and green - this would allow for a color temperature of 65K
- Correct the gamma issues: a simple gamma control under the screen settings allowing to shift gamma incrementally across the whole bightness spectrum would allow very decent results indeed
- Although this has less of a priority in my book, allow a color space with further reduced green saturation.
Recommendations to Android Developers
Develop an app allowing to control:
- Bightness
- Contrast
- Gamma
- If possible for each individual color channel
Such an app would be beneficial to all smartphones on the market!
Recommendations to users
- Use the film mode when watching videos in order to avoid black crush, oversaturation and high color temperature. It is still far from the film standard, but will yield the best viewing experience
- Do not disable power saving mode or you will experience significant black crush. Only do so when viewing in bright environments where contrast is more important than accurate gamma.
Closing thoughts
It is obvious when looking at the numbers, that Samsung have struggled to throttle power consumption on the Galaxy devices while still maintaining brightness comparable to the iPhone 4:
When users reclaim more brightness by deactivating power saving, they indeed get nice peak brightness, but this is at the expense of the darker areas, which lose shadow details in order to limit power consumption.
Many users would be happy with an inbetween solution, with brighness around 180cd/m² but more accurate gamma
thanks for the post, but what secrets were revealed? Quite possible I am too tired (2 in the morning my time), but I only see thorough measurements here
How do you explain color space change and brightness decrease in the weeks you had the phone? Is this how quick the OLED light output degrades?
kreoXDA said:
thanks for the post, but what secrets were revealed? Quite possible I am too tired (2 in the morning my time), but I only see thorough measurements here
How do you explain color space change and brightness decrease in the weeks you had the phone? Is this how quick the OLED light output degrades?
Click to expand...
Click to collapse
You ask what secrets were revealed, but then you ask about one of the interesting findings. OLED displays in general are known to degrade over time, as OLED are especially vulnerable to heat.
The degradation you observe is typically more important in the first few weeks of operation, so there is no need to panic. I will continue to monitor this over time and post updated findings.
Why is green most affected? Green is responsible for most of the light output in any display, because it has a high luminance. This is why Samsung's AMOLED exhibits a green push in the white balance, which no other type screen exhibits. Green oversaturation is very hard to compensate with red, and it would likely reduce battery life. You could see green as an economical way of producing more light output at the lowest power consumtion possible.
Balanced greyscale is only achievable if one is prepared to live with a lower maximum brightness on AMOLED's...or insane battery consumption.
I guess, this is the undisclosed truth that Samsung of course will not publicly admit to, but this is what the measurements reveal when you are used to calibrating displays. Basically, Samsung have had to make compromises in terms of white balance and black crush in order to squeeze some extra brightness out of the battery!
I really have no clue what you just wrote in your OP but you seem to know a lot about displays and color. What I do know about the SGS2 is that is shows color banding in gradients maybe you could explain why that happens, is it a characteristic of the display or a software problem?
eg see these threads:
http://forum.xda-developers.com/showthread.php?t=1102766
http://forum.xda-developers.com/showthread.php?t=1075364
http://forum.xda-developers.com/showthread.php?t=1121840
godutch said:
I really have no clue what you just wrote in your OP but you seem to know a lot about displays and color. What I do know about the SGS2 is that is shows color banding in gradients maybe you could explain why that happens, is it a characteristic of the display or a software problem?
eg see these threads:
http://forum.xda-developers.com/showthread.php?t=1102766
http://forum.xda-developers.com/showthread.php?t=1075364
http://forum.xda-developers.com/showthread.php?t=1121840
Click to expand...
Click to collapse
This probably needs to be solved at the driver level, just like the color gamma and white balance issues. This is related and is something that Chainfire could have a look at. That's his domain of expertise after all...
I only calibrate displays. I am totally unskilled as a developer.
Cool so the display is capable of 24 bits color at least?
maybe u can forward this to supercurio. He has some interest as well as experience developing voodoo color for the last gen samsung phones.
MiG123 said:
maybe u can forward this to supercurio. He has some interest as well as experience developing voodoo color for the last gen samsung phones.
Click to expand...
Click to collapse
Great idea. I posted to Chainfire already, but Supercurio may actually be an even more natural choice.
This has me worried "Greenish white, which becomes bluish after a few weeks of operation"
Is there a bedding in period for oled when they are new, like a plasma tv , that they say to keep the brightness low and avoid frozen images and logos for the first 100hrs until the phosphor settles down.
Hopefully the degradation of the colours will slow down.
EDIT : Also any owners of previous generation oled mobiles, how much degradation of the colours and brightness do they show after a few months/years.
EDIT 2 : It looks like the "Samsung W2400 Special Edition" from 2007 is one of the first oled cell phones , I wonder how it`s display is holding up.
puremind said:
Great idea. I posted to Chainfire already, but Supercurio may actually be an even more natural choice.
Click to expand...
Click to collapse
This is indeed a Supercurio thing
What worries me the most is the left side yellow tint ... and samsung says noting.
I went for S2 because of the SAMOLED+ screen and now I get yellow tint for 600€
Thanks for taking the time to do the testing. I'm used to a calibrated environment (I'm a photographer) and I have to say that I really don't like looking at non-calibrated displays of any kind (usually over saturated, too bright and very obvious colour shifts). If anyone can come up with a way of making proper adjustments to the S2, I would be soooo happy
Nice info. Another dirty secret I'm on the fence about is how power hungry white screens actually ate on amoled screens. Look at the test results I did and how power usage spikes to -900 mA just loading a white web page.
http://forum.xda-developers.com/showthread.php?t=998544
RogerPodacter said:
Nice info. Another dirty secret I'm on the fence about is how power hungry white screens actually ate on amoled screens. Look at the test results I did and how power usage spikes to -900 mA just loading a white web page.
http://forum.xda-developers.com/showthread.php?t=998544
Click to expand...
Click to collapse
I am not surprised. This confirms my theory that Samsung indeed hat to fiddle a lot to contain power consumption within acceptable levels, hence the lack of reds across the greyscale, the black crush we observe without screen power auto adjust and the limited brightness output with it engaged...!
Still, I wouldn't mind having a power hungry but accurate color profile that I can engage only as needed! The screen definitely has the potential. The only question is: at what brightness level is a balanced greyscale achievable. I am betting at around 110cd/m². Considering the true blacks this is very acceptable in dark environments (similar to the best plasma screens), but will not be satisfying under day light conditions, which is most of the time...
Still, I wouldn't mind attempting such a calibration providing the right tool is developed.
Tinderbox (UK) said:
This has me worried "Greenish white, which becomes bluish after a few weeks of operation"
Is there a bedding in period for oled when they are new, like a plasma tv , that they say to keep the brightness low and avoid frozen images and logos for the first 100hrs until the phosphor settles down.
Hopefully the degradation of the colours will slow down.
EDIT : Also any owners of previous generation oled mobiles, how much degradation of the colours and brightness do they show after a few months/years.
EDIT 2 : It looks like the "Samsung W2400 Special Edition" from 2007 is one of the first oled cell phones , I wonder how it`s display is holding up.
Click to expand...
Click to collapse
I believe the degradation is visible after a month-two, we just do not want to believe our eyes.
I think when I first unboxed my phone, it looked so much brighter!
And this is how Samsung is selling us these HyperSuperAMOLED+++ "upgrades" - whenever we look at a new version it is by design looking better than our old previous generation AMOLED
Which firmware did you have in the first test and any firmware changes prior to the last test?
jvidia said:
I went for S2 because of the SAMOLED+ screen and now I get yellow tint for 600€
Click to expand...
Click to collapse
100% same here. Nah, seriously I should've gone for the S-LCD displays. S-AMOLED + is still an unfinished product, under development, unless it comes to the stage of a finished and ready for market product we should avoid it. Thanks to OP for doing some good measurements.
Regards.
kreoXDA said:
I believe the degradation is visible after a month-two, we just do not want to believe our eyes.
I think when I first unboxed my phone, it looked so much brighter!
And this is how Samsung is selling us these HyperSuperAMOLED+++ "upgrades" - whenever we look at a new version it is by design looking better than our old previous generation AMOLED
Click to expand...
Click to collapse
It's hard for me to judge if i had any screen degradations on my captivate since i had it flashed to a new rom quite often and i never had the screen on high brightness (never felt the need to do so)
kreoXDA said:
I believe the degradation is visible after a month-two, we just do not want to believe our eyes.
I think when I first unboxed my phone, it looked so much brighter!
And this is how Samsung is selling us these HyperSuperAMOLED+++ "upgrades" - whenever we look at a new version it is by design looking better than our old previous generation AMOLED
Click to expand...
Click to collapse
Note that not all of the degradation is negative. The alleviates the oversaturated greens, and a bluish greyscale is arguably better than a greenish one.
Also, the brightness is still more than enough and bighter than many laptops even after a few weeks of operation.
I will keep monitoring to see how things develop.
ithehappy said:
100% same here. Nah, seriously I should've gone for the S-LCD displays. S-AMOLED + is still an unfinished product, under development, unless it comes to the stage of a finished and ready for market product we should avoid it. Thanks to OP for doing some good measurements.
Regards.
Click to expand...
Click to collapse
Note that the limitation seems to be the battery rather than the display itself. Also the software is responsible for the presets and lack of controls. When Supercurio comes up with Voodoo for the SGSII, we should be able to rectify most of the issues.
The screen is still excellent for films watched in a dark environment if you keep screen power auto adjust activated.
Bightness can be as bright as on a retina display, yes, but at a high power consumption cost.

[Q] Does selecting different display modes affect battery ?

Hey guys
Was just wondering if setting the display mode to Basic will use less battery than if you set it to Adapt display.
Colours are more vibrant and brighter on Adapt display.
Where as colours on basic are less vibrant and less bright .
AMOLED Cinema is an optimal setting. If you select that and deselect Auto-brightness and set the brightness level to something comforting to the eyes, you may be able to achieve better battery life. Adaptive displays uses CPU power and forces the CPU to analyze GPU algorithms to tone down the display when needed, thus draining some power.
Harshaanl said:
Hey guys
Was just wondering if setting the display mode to Basic will use less battery than if you set it to Adapt display.
Colours are more vibrant and brighter on Adapt display.
Where as colours on basic are less vibrant and less bright .
Click to expand...
Click to collapse
yes i use basic. use that.
zurkx said:
yes i use basic. use that.
Click to expand...
Click to collapse
Same I use Basic.
Colors are most accurate and in fact Basic represents 99-100% of the sRGB color standard.
Other options too over saturated.
Basic reminds me of conventional LCD panels. By the way, stay away from from "AMOLED Photo," makes colors way too warm.
Am gonna stick to Basic .
I tried Adaptive display and battery was drained badly

Solution for bright screen on Pixel Experience ROM

When viewing the screen in the dark with brightness at minimum and night light on, the brightness is still too high and causes me eye strain, I wish the 'smart pixels' feature was included in this rom as it would be the perfect solution.
Anyway can anyone point me towards a good app or module to lower the brightness to a more tolerable level?
Thanks

Categories

Resources