ledoge / novideo_srgb

Calibrate monitors to sRGB or other color spaces on NVIDIA GPUs, based on EDID data or ICC profiles
GNU General Public License v3.0
988 stars 35 forks source link

Outline and shadow of the mouse cursor fade away while clamp is enabled. #30

Closed demonqiqi closed 2 years ago

demonqiqi commented 2 years ago

Mouse cursor especially the finger pointer doesn‘t look sharp.

Tallulah88 commented 2 years ago

That's weird. You can open the Windows performance options, check "Adjust for best appearance", apply and see if it helps. This has to do with enabling the mouse pointer shadow. pointer shadow

If it's not related, then maybe is just that the new gamma curve is making your pointer shadow less dark and you are not used to it. On Windows there's no desktop color management, so you probably should use sRGB or 2.2 gamma curve for a "correct" visualization of the desktop. Search for test images or run a verification to confirm if your gamma settings are correct. It could be related to a bad profile.

demonqiqi commented 2 years ago

Not related, I have changed the default cursor style to black style temporarily.

ledoge commented 2 years ago

Probably the same issue as #24. For whatever reason, the cursor overlay doesn't interact nicely with the color space conversion. AFAIK the only way to work around this is by forcing software rendering of the cursor using a program like this.

ledoge commented 2 years ago

That workaround is mentioned in the README now, but other than that I don't think there's anything I can do, unfortunately.