Is it possible to run other screen resolutions other than 1080p, 720p, 480p

Yes I now that, but how I can fixed. Even with non original firmware. This a linux, so there is no impossible things.
 
k@k-X555SJ:~$ sudo adb devices
List of devices attached
0123456789ABCDEF device

k@k-X555SJ:~$ adb shell
shell@NEO-U9-H:/ $ dumpsys display | grep mBaseDisplayInfo
mBaseDisplayInfo=DisplayInfo{"Built-in Screen", uniqueId "local:0", app 1920 x 1080, real 1920 x 1080, largest app 1920 x 1080, smallest app 1920 x 1080, mode 1, defaultMode 1, modes [{id=1, width=1920, height=1080, fps=60.000004}, {id=2, width=1920, height=1080, fps=29.97003}, {id=3, width=1920, height=1080, fps=59.94006}], colorTransformId 1, defaultColorTransformId 1, supportedColorTransforms [{id=1, colorTransform=0}], rotation 0, density 240 (159.895 x 160.421) dpi, layerStack 0, appVsyncOff 7500000, presDeadline 12666666, type BUILT_IN, state ON, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
shell@NEO-U9-H:/ $ wm size 1920x1200
shell@NEO-U9-H:/ $ wm size reset


I try this method, but resolution is still 1080
??
 
Back
Top