So ändern Sie den Aktualisierungsrate nach Adb -Befehl

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: So ändern Sie den Aktualisierungsrate nach Adb -Befehl

by Anonymous » 03 Apr 2025, 01:04

Ich habe Informationen über die Auflösung von Geräten, die Aktualisierungsrate und andere Informationen nach Adb -Befehl erhalten - < /p>

Code: Select all

adb shell dumpsys display
< /code>

Nach der Eingabe der oben abgerufenen Befehlsinformationen ist - < /p>

mDisplayInfos=
PhysicalDisplayInfo{720 x 1280, 57.0 fps, density 1.5, 309.966 x 312.615 dpi, secure true, appVsyncOffset 1000000, bufferDeadline 17543860}
Ich wollte die Aktualisierungsrate auf 60 fps ändern.>

Top