Question How's the screen quality? - Redmi Note 10S

Hi.
I see a lot of Xiaomi devices with panel lotteries. I also see a lot of Xiaomi devices with green tint issue on oled displays eg f3.
My question is how is the oled panel on the note 10 S with it being a budget device?
Thanks.

It's a good panel. No complaints. Device Info HW app may give you the exact panel details and batch number

I can't see the screen model in the HW application, I can't find it anywhere.

And where is the information about the manufacturer, I do not see, the screen is worse than in the Samsung A30, which lies next to it, I think they put screens of different batches, someone has a yellow tint, I have everything in blue tones, I set it in the screen settings to a more yellow tint.

If Device Info HW app doesn't work, you may need to verify the display panel information manually from the device bootup kernel logs.
After a fresh reboot on a rooted phone you can get the panel manufacturer and version/ batch number using a terminal app like termux
Code:
su
dmesg | grep -i panel

purimen said:
And where is the information about the manufacturer, I do not see, the screen is worse than in the Samsung A30, which lies next to it, I think they put screens of different batches, someone has a yellow tint, I have everything in blue tones, I set it in the screen settings to a more yellow tint.
Click to expand...
Click to collapse
I had the galaxy A31 and replaced it with the note 10s thinking it will look much better, only to find out they look exactly the same.

Не найдена информационная панель в termux

Related

[Local screen calibration] Workaround for uniformity problems

If you think your screen is not uniform, then you know the way it is not uniform. If you haven't realized such thing, please leave this thread for your sanity :cyclops:
UPDATE:
I have done some research and experiments and came up with this solution. If you suffer from uniformity problems, this might be useful. If you are a developer, please consider building around this idea!
Aim :
To make our screen look perfectly uniform without any tint/temperature problems.
What you need:
Download these from play store:
-Screen Filter
-Gradient Wallpaper
Also on your computer [optional , for fine-tuning] :
-Adobe photoshop
How to
1) Open white/gray solid images to observe your uniformity issues. Take a pen and write down, or even make a simple drawing ( eg. left edge is more yellow and right edge is more blue)
2) Launch gradient wallpaper app. Look at your notes and make a gradient which is exactly the negative of your initial tint (eg. left edge is more blue and right edge is more yellow). Save it.
3) Launch screen filter app. Select the gradient image you saved and load it as a filter. Increase the transparency and calibrate it to your liking.
4) (optional) Use Photoshop for much more flexibility with places of gradients/ shapes etc.
----------------------
Hello everyone,
Nexus 4 is an awesome phone with minor imperfections. One of them is washed out colors which is fixed by many custom kernels.
The other imperfection is light bleeding, which is a hardware issue. However this and similar issues with hardware causes non-uniformity (or unevenness) across the display specially if it is held horizontally on a white/gray backgrounds.
I have used 10-15 different handled device with ips displays and %80 of them had a visible non-uniformity. Some of us might be totally fine with it while some of us like myself might want better calibration.
HERE IS THE REQUEST:
I have tried fauxdisplay/kernel for a week and I can customize my screen pretty much however I want. The problem is this kernel/app applies the rules for all of the pixels. It would me awesome if we could have 'local' calibrations. (people who use photoshop should be familiar with adjustment brush that changes properties of chosen area).
Tell me what you think about this.
Re: [request for developers] Local screen calibration
What do you mean exactly? And why?
Sent from my Nexus 4 using xda premium
Re: [request for developers] Local screen calibration
Why would we want this? I'm not sure I understand what use this would have.
Sent from my Nexus 4 using xda premium
mark manning said:
Why would we want this? I'm not sure I understand what use this would have.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
To fix non uniformities across the screen . For IPS screens, when you tilt left you willsee aa yellow tint on the screen, when you tilt right you will see a blue one. If you are looking directly without tilting, right side will be bluer than left side (like a gradient most visible with gray) To fix this, we can tell our kernel to render left side little bit bluer to reduce the gradient effect.
Hope this is explanatory.
maxwellr said:
To fix non uniformities across the screen . For IPS screens, when you tilt left you willsee aa yellow tint on the screen, when you tilt right you will see a blue one. If you are looking directly without tilting, right side will be bluer than left side (like a gradient most visible with gray) To fix this, we can tell our kernel to render left side little bit bluer to reduce the gradient effect.
Hope this is explanatory.
Click to expand...
Click to collapse
i get what you mean, but im sure its a LOT more work than just that..
on another note, i read that the optimus g rom on the nexus makes the screen look absolutely amazing - im waiting till someone ports the settings for that onto our phone and hope that this calibration issue ends there.. too much time is being wasted on this (for good measure, yes. but still)
Re: [request for developers] Local screen calibration
maxwellr said:
Hello everyone,
Nexus 4 is an awesome phone with minor imperfections. One of them is washed out colors which is fixed by many custom kernels.
The other imperfection is light bleeding, which is a hardware issue. However this and similar issues with hardware causes non-uniformity (or unevenness) across the display specially if it is held horizontally on a white/gray backgrounds.
I have used 10-15 different handled device with ips displays and %80 of them had a visible non-uniformity. Some of us might be totally fine with it while some of us like myself might want better calibration.
HERE IS THE REQUEST:
I have tried fauxdisplay/kernel for a week and I can customize my screen pretty much however I want. The problem is this kernel/app applies the rules for all of the pixels. It would me awesome if we could have 'local' calibrations. (people who use photoshop should be familiar with adjustment brush that changes properties of chosen area).
Tell me what you think about this.
Click to expand...
Click to collapse
You are asking too much.
Yes you are. LCD screens cannot have regional calibration.
Sent from my Nexus 4 using xda premium
richteralan said:
You are asking too much.
Yes you are. LCD screens cannot have regional calibration.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
I don't know how current calibrating is done, so I'd be happy if some developer can help me out.
There are possiblities:
software filtering -> gpu-> driver-> screen (slow)
gpu-> graphic matrix-> software calibration -> driver-> screen (fast)
gpu-> graphic matrix-> driver-> calibration within driver with given values -> screen (fastest)
if it is the first one, it can easily be done. You can choose what to do to any individual pixel. For example, It is done when there are pop-up windows. While pop-up is bright and visible, remaining area is darkened/grayed with some software processing. So with root access, a program might make sure that some area of the screen is always dimmer, brighter or more saturated than other, while it is running on background. (like a filter that is always on top. This for sure can be done: look at many apps that you can slide from left anywhere within android and some menu pops up. What if instead of a menu %85 transparent and blue [to fix yellowing] solid color stays there?)
If it is second one, well, then it is hard as it needs a lot of C programming- testing. But it will be faster than first option.
Check the first post for the update!

Screen Calibration for Colors

Is it possible to change the screen color calibration other than just changing from Dynamic to movie / professional modes?
The biggest thing that bothers me about the Note 3 is that whites appear a cool blue, and not white especially on web pages and Facebook. Is this something that is possible to fix with a calibration or kernel or something?
There was a kernel for the galaxy s3, note 2 and s4 that had a very deep settings menu for color calibration (perseus kernel), but it only worked on exynos based devices, the dev said it was not possible for him to do the same thing on the ones with snapdragon because of a driver issue.. I will wait sit for this, at least you have a cool screen, mine is green and horrible. Let me suggest "filter my screen" on the play store , its just a filter, and it ruins pure blacks, but with it on the whites are decent now.
Thanks. Does anyone know anything else that may work?
Open the settings menu, tap the device tab and scroll down to accessibility. Turn on "color adjustment". Now you are suppose to tap the color box that closest represents the box shown. You can repeat this process over by pressing menu.

Odd look and lack of brightness -- Vivid vs Natural display

My 10+ arrived yesterday and so far I've been impressed with two exceptions. As mentioned in other threads my finger sensor leaves a lot to be desired but my point of this thread was about an odd look my screen had. It was not bright and sharp like my 8+. There was a yellowish tint. I went into the 8+ to see if there were any differences in my display settings and I fixed the problem my by changing the screen mode on the 10+ from natural to vivid (Settings > Display > Screen Mode). The options were different on the 8+ but on the newer version it's one of the two, vivid or natural.
Just wanted to share that in case anyone else is having the same issue.
One question. My 10+ came with the screen protector and I've never had one. I assume they take away at least a small percentage of your brightness and clarity? I'm tempted to remove mine to see.
scmobileman said:
My 10+ arrived yesterday and so far I've been impressed with two exceptions. As mentioned in other threads my finger sensor leaves a lot to be desired but my point of this thread was about an odd look my screen had. It was not bright and sharp like my 8+. There was a yellowish tint. I went into the 8+ to see if there were any differences in my display settings and I fixed the problem my by changing the screen mode on the 10+ from natural to vivid (Settings > Display > Screen Mode). The options were different on the 8+ but on the newer version it's one of the two, vivid or natural.
Just wanted to share that in case anyone else is having the same issue.
One question. My 10+ came with the screen protector and I've never had one. I assume they take away at least a small percentage of your brightness and clarity? I'm tempted to remove mine to see.
Click to expand...
Click to collapse
Keep in mind that Natural should follow the sRGB color space. Most displays have default colors that are too cold/blue (high color temperature, and I know, it's counter intuitive but that's what they call it ). Relative to "colder screens", sRGB will seem warmer / more yellow. But it's also much more accurate as far as color representation goes, and should be closer to what you see with your eyes unfiltered by sunglasses. This assumes whatever image you're looking at is also taken with neutral colors and not over saturated.
I usually calibrate all my screens to have more accurate colors, at the expense of that "pop" you can get with AMOLED screens.
Sakete said:
Keep in mind that Natural should follow the sRGB color space. Most displays have default colors that are too cold/blue (high color temperature, and I know, it's counter intuitive but that's what they call it ). Relative to "colder screens", sRGB will seem warmer / more yellow. But it's also much more accurate as far as color representation goes, and should be closer to what you see with your eyes unfiltered by sunglasses. This assumes whatever image you're looking at is also taken with neutral colors and not over saturated.
I usually calibrate all my screens to have more accurate colors, at the expense of that "pop" you can get with AMOLED screens.
Click to expand...
Click to collapse
That "pop" is exactly what I'm looking for so would you suggest I stick with vivid? I understand what you're saying about the colors but it's not an area I'm real familiar with. I'm just not seeing a brightness on the level I prefer and yes I have it set as high as possible.
scmobileman said:
That "pop" is exactly what I'm looking for so would you suggest I stick with vivid? I understand what you're saying about the colors but it's not an area I'm real familiar with. I'm just not seeing a brightness on the level I prefer and yes I have it set as high as possible.
Click to expand...
Click to collapse
Yeah, you'll want to leave it on vivid if you want that "pop". I also know that when my current Google Pixel got the Pie update, the auto-brightness was a bit finicky at first, as it's an "intelligent" brightness and it takes a few days to learn your preferences for the right brightness based on the lighting conditions. So that might be the case with the S10 as well, and I should be picking up mine tomorrow so then I'll know more about how it works exactly.
Also I think I read somewhere that the S10 will only get very bright in direct sunlight if it's set to auto-brightness. You apparently can't set it to that level manually. So perhaps play around with that a bit.
Any news on this? I just picked up my s10 plus and the screen has a yellow tint and seems less bright compared to my note 8...not sure if I just ask for a replacement. Thanks!
I always run mine on Vivid and WQHD and as expected the S10 is spectacular
Sent from my SM-G975F using Tapatalk
im surprised there isnt adaptive display mode like on the previous models this really made different colours pop. mine seems to have a bit of an orange tint
I also found it too yellow.. Go at the advanced settings and reduce the green close to the minimum and the red just a little bit. It will look white again..
Because of the sun light some people find yellowish colours more natural..
Yeah the whites don't look good on the s10 compared to my note 8
Just compared mine with different demo models and they all seem a bit more 'natural'. No need to swap it for a different one, allthough they all are a bit different...one more leaning towards blue white and the other to yellowish white.
Well coming from pixel 3, to me, Colors looks natural. S10 screen is crisp and clear. Nobody can best sammy when it comes to screens. I am using natural mode. Vivid mode is having too much pop.
Sent from my SM-G973F using Tapatalk
scmobileman said:
My 10+ arrived yesterday and so far I've been impressed with two exceptions. As mentioned in other threads my finger sensor leaves a lot to be desired but my point of this thread was about an odd look my screen had. It was not bright and sharp like my 8+. There was a yellowish tint. I went into the 8+ to see if there were any differences in my display settings and I fixed the problem my by changing the screen mode on the 10+ from natural to vivid (Settings > Display > Screen Mode). The options were different on the 8+ but on the newer version it's one of the two, vivid or natural.
Just wanted to share that in case anyone else is having the same issue.
One question. My 10+ came with the screen protector and I've never had one. I assume they take away at least a small percentage of your brightness and clarity? I'm tempted to remove mine to see.
Click to expand...
Click to collapse
So even I had the same thoughts when I got hands on my S10+. Was worried the screen had some issues and hence went to the Samsung store and compared with the display phones - there was no difference between what I had and the display ones. However, when I compared with my S8+ I found that S8+ display was more blue-ish than S10+. The response from Samsung was that by default Samsung had toned down the blue light in the S10 screens for improved readability.
However, I feel the colors had lesser contrast in my S10+ screen compared to my S8+ and that is a bummer - at least for me!
dragster88 said:
So even I had the same thoughts when I got hands on my S10+. Was worried the screen had some issues and hence went to the Samsung store and compared with the display phones - there was no difference between what I had and the display ones. However, when I compared with my S8+ I found that S8+ display was more blue-ish than S10+. The response from Samsung was that by default Samsung had toned down the blue light in the S10 screens for improved readability.
However, I feel the colors had lesser contrast in my S10+ screen compared to my S8+ and that is a bummer - at least for me!
Click to expand...
Click to collapse
I have found that applying "blue light filter" and setting it's effect to minimum fixes the color saturation and reverses the washed out look on images. Another way is to go into visibility enhancements -> color adjustment -> then either apply a filter there like "Tritan" or "personalize color" and follow the steps. To me I cannot see any difference between the above steps or just simply applying "blue light filter" set to minimum. To me both look to correct the color saturation about the same.
I hope this helps you!
Hopefully they fix this soon!
Cheers ?
-Dorian
Hi guys. I think you might be encountering the display saturation bug.
The Galaxy S10 (USA Unlocked version in my case) has a peculiar bug in the display. When a photo is fully opened in an app such as Gallery, the photo's saturation becomes muted and cold (even with the display set to vivid and warm). It's very apparent with skin tones. I first noticed this when comparing identical photos between my S10 and S9.
If you hit the app switcher, the minimized card displays the photo with the correct saturation. Maximizing the app, causes the image to immediately turn washed out and Muted. This is appears to be a system wide bug, as it shows up in Gallery, Instagram and other places. I could not get this to show up with a screen recorder, since it's the display changing the image. I recorded it with my camera, but it appears very subtle. In person it is very obvious. I don't know how many are affected by this bug, but I'm seeing others talk about it on forums. Appears to affect all galaxy S10 models.
For a temporary fix, you can enable the blue light filter and set it to the MINIMUM setting. This will display photos in the Gallery and other apps with the correct color saturation. Hopefully Samsung will address this with a software update!
---------- Post added at 04:53 PM ---------- Previous post was at 04:50 PM ----------
https://youtu.be/uUmgd-QrOuA
Supraguy88 said:
Hi guys. I think you might be encountering the display saturation bug.
The Galaxy S10 (USA Unlocked version in my case) has a peculiar bug in the display. When a photo is fully opened in an app such as Gallery, the photo's saturation becomes muted and cold (even with the display set to vivid and warm). It's very apparent with skin tones. I first noticed this when comparing identical photos between my S10 and S9.
If you hit the app switcher, the minimized card displays the photo with the correct saturation. Maximizing the app, causes the image to immediately turn washed out and Muted. This is appears to be a system wide bug, as it shows up in Gallery, Instagram and other places. I could not get this to show up with a screen recorder, since it's the display changing the image. I recorded it with my camera, but it appears very subtle. In person it is very obvious. I don't know how many are affected by this bug, but I'm seeing others talk about it on forums. Appears to affect all galaxy S10 models.
For a temporary fix, you can enable the blue light filter and set it to the MINIMUM setting. This will display photos in the Gallery and other apps with the correct color saturation. Hopefully Samsung will address this with a software update!
Click to expand...
Click to collapse

Question Defekt screen?

So I bought my S21 Ultra last Friday. I lie with my mobile in bed late at night with brightness at its lowest with "dark mode". Notice that when I have dark gray backgrounds and open the keyboard, horizontal lines appear (thin light lines). They disappear as soon as I close the keyboard.
Someone who can test if you see the same thing?
So If I sent it back to samsung I can say that i have asked owners and they dont have that problem.
1 set brightness at minimum
2 darkmode on
3 120hz on
4 high contrast on keyboard
5 total black rooms
6 open play store and press search so keyboard appears
7 now I see thin lines (which disappears completely when I close the keyboard)
It looks like this
If it is application dependent (appears only when the keyboard is active), it might be a software alrifact.
Also, please bear in mind that OLED displays, when set to minimum brightness, might have a problem with displaying uniform colors. You might see clusters of tens of pixels that are just a tad bit brighter than the ones around. I've noticed this with every OLED display I have used in the last decade or so.
daniel_loft said:
If it is application dependent (appears only when the keyboard is active), it might be a software alrifact.
Also, please bear in mind that OLED displays, when set to minimum brightness, might have a problem with displaying uniform colors. You might see clusters of tens of pixels that are just a tad bit brighter than the ones around. I've noticed this with every OLED display I have used in the last decade or so.
Click to expand...
Click to collapse
Ok thank you.
Yes it's only showing when i use the keyboard.
My old note 10 plus did not have this problem.
Different screen, different version of Android and Oneui, maybe even different keyboard, keyboard version or theme.
check app named Display Tester https://play.google.com/store/apps/details?id=com.gombosdev.displaytester&hl=en
robalm said:
So I bought my S21 Ultra last Friday. I lie with my mobile in bed late at night with brightness at its lowest with "dark mode". Notice that when I have dark gray backgrounds and open the keyboard, horizontal lines appear (thin light lines). They disappear as soon as I close the keyboard.
Someone who can test if you see the same thing?
So If I sent it back to samsung I can say that i have asked owners and they dont have that problem.
1 set brightness at minimum
2 darkmode on
3 120hz on
4 high contrast on keyboard
5 total black rooms
6 open play store and press search so keyboard appears
7 now I see thin lines (which disappears completely when I close the keyboard)
It looks like this
Click to expand...
Click to collapse
robalm said:
So I bought my S21 Ultra last Friday. I lie with my mobile in bed late at night with brightness at its lowest with "dark mode". Notice that when I have dark gray backgrounds and open the keyboard, horizontal lines appear (thin light lines). They disappear as soon as I close the keyboard.
Someone who can test if you see the same thing?
So If I sent it back to samsung I can say that i have asked owners and they dont have that problem.
1 set brightness at minimum
2 darkmode on
3 120hz on
4 high contrast on keyboard
5 total black rooms
6 open play store and press search so keyboard appears
7 now I see thin lines (which disappears completely when I close the keyboard)
It looks like this
Click to expand...
Click to collapse
What model, carrier and software build do you have?
Software build: (settings > about phone > software information - last 4 digits of SW build number)
Is this happening in all the apps? or just the email as shown in the picture?
try it on safe mode and see if it still happens. maybe you are using a third party keyboard?
AM3000 said:
What model, carrier and software build do you have?
Software build: (settings > about phone > software information - last 4 digits of SW build number)
Is this happening in all the apps? or just the email as shown in the picture?
try it on safe mode and see if it still happens. maybe you are using a third party keyboard?
Click to expand...
Click to collapse
SM-G998B
G998BXXU3AUHB (same problem with older firmware)
It happend in dark grey and some light color, swifty keyboard and stock samsung keyboard, showing must if i use high contrast in stock samsung keyboard.
Here is one more:
Display issue at 120hz and low brightness
My note 20 ultra has vague gray horizontal lines when displaying a gray background at the lowest brightness when running at 120Hz but it disappears at when the brightness increases or when switching to 60hz. Is this normal for AMOLED displays ?
forum.xda-developers.com
Strange no one can test it so when i send it to samsung and maybe get a new phone and the same thing will show on that one to..

White balance settings S20 FE Exynos

Hello everyone,so yesterday i recieved my new S20FE from my service provider. At first glance it seems to be a decent device. Anyway,while setting up the phone,i found that the "white balance" controls under the display settings,dont appear to be changing any colour aspects of my screen at all. No matter how i adjust the Red,Green and Blue control sliders,the the screen remains exactly the same.
Am i doing something wrong,or have i missed something? When compared to my Sony Xperia XZ2 which also has white balance controls that actually work,i may add. The Samsungs screen appears very dull and the whites are more of a cream tone than actual white,which frustrates me. Has anyone else had issues with the colour adjustment on their S20FE and is there a way to get my whites from cream to actual white?
Any help or advice would be greatly appreciated.
@Trace.Oneil I have the 5G snapdragon version and tested Vivid screen mode today. it was so garish that had to try adjusting the RGB values underneath. that too made ZERO DIFFERENCE on my phone.
I quickly went back to natural.
PS, I can't remember much about it but I've heard there's a 3rd screen mode that's hidden and can be activated with ADB. maybe look that up.
How to Enable Hidden Screen Modes in Samsung Galaxy S20 (Natural, Vivid, Cinema, Photo and Basic) - Techtrickz
The Dynamic AMOLED display on Samsung Galaxy smartphones provides the best visual experience in any lighting condition. And on the latest Galaxy phones, there are two screen modes – Vivid and Natural – under the display settings menu to choose for the best visual experience. But, did you know...
techtrickz.com
3mel said:
How to Enable Hidden Screen Modes in Samsung Galaxy S20 (Natural, Vivid, Cinema, Photo and Basic) - Techtrickz
The Dynamic AMOLED display on Samsung Galaxy smartphones provides the best visual experience in any lighting condition. And on the latest Galaxy phones, there are two screen modes – Vivid and Natural – under the display settings menu to choose for the best visual experience. But, did you know...
techtrickz.com
Click to expand...
Click to collapse
Thanks,i actually found that online and gave it a try. Although there are some differences between the modes,the RGB sliders still dont work with any of them so you cant fine-tune your screen to your preferred colour settings which is a total waste. Why even include it in the software build if it does'nt work.
I was wondering if the other modes take too much power and that's why they were hidden.
maybe that could apply to the slider ?
3mel said:
I was wondering if the other modes take too much power and that's why they were hidden.
maybe that could apply to the slider ?
Click to expand...
Click to collapse
I doubt it would be a power issue. The mode to me that is the most intense with colour,is Vivid and that is not hidden. I think Samsung forgot about the RGB settings to be honest,and that is probably why they dont work.

Categories

Resources