|
发表于 2014-11-21 11:23:59
只看该作者
11#
android 本身限制应该没有,2013 年开始 android 就支持高分辨率了。现在一些平板手机超过1080p.
贴上log
- [root@victor ApiDemos]# adb logcat|egrep '(384|192|128)0'
- D/Displaymanager( 138): [display_list_add] display 0 iface HDMI connect 1 enable 1 mode 3840x2160p-30
- D/Displaymanager( 138): [display_list_add] display 0 iface VGA connect 1 enable 0 mode 1920x1080p-60
- D/Displaymanager( 138): read cfg: display=0,iface=4,enable=1,mode=3840x2160p-25
- D/Displaymanager( 138): [readConfig] display 0 iface 4 connect 1 enable 1 mode 3840x2160p-25
- D/Displaymanager( 138): read cfg: display=0,iface=3,enable=0,mode=1920x1080p-60
- D/Displaymanager( 138): [readConfig] display 0 iface 3 connect 1 enable 0 mode 1920x1080p-60
- D/Displaymanager( 138): [operateIfaceMode] property 0 iface 4 type 1 mode 3840x2160p-25
- I/[Gralloc]( 142): xres = 3840 px
- I/[Gralloc]( 142): xres_virtual = 3840 px
- D/hwcomposer( 142): set default fake ui size 1280x720
- D/hwcomposer( 142): hwc_getDisplayAttributes disp = 0, width = 3840
- D/BootAnimation( 447): DISPLAY,W-H: 3840-2160, ori: 0
- D/CameraHal( 145): ParserDVConfig(667): DV_720P(720p) resolution(1280x720) fps(10) support(0)
- D/CameraHal( 145): ParserDVConfig(679): DV_1080P(1080p) resolution(1920x1080) fps(10) support(0)
- D/CameraHal( 145): ParserDVConfig(667): DV_720P(720p) resolution(1280x720) fps(10) support(1)
- D/CameraHal( 145): ParserDVConfig(679): DV_1080P(1080p) resolution(1920x1080) fps(10) support(1)
- D/SensorService( 470): Max socket buffer size 163840
- I/DisplayManagerService( 470): Display device added: DisplayDeviceInfo{"Built-in Screen": 3840 x 2160, 60.000004 fps, density 160, 159.895 x 159.953 dpi, touch INTERNAL, rotation 0, type BUILT_IN, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
- D/Environment( 470): screen raw size:3840,2160
- D/Environment( 470): screen raw size:3840,2160
- D/Environment( 470): screen raw size:3840,2160
- D/Environment( 470): screen raw size:3840,2160
- D/Environment( 470): screen raw size:3840,2160
- D/qiuen ( 470): >>>CURRENT DISPLAY SIZE: 1920x1080
- I/qiuen ( 470): FORCED DISPLAY SIZE: 1920x1080
- I/ActivityManager( 470): Config changes=1df8 {1.0 ?mcc?mnc en_US ldltr sw1080dp w1920dp h1080dp 160dpi xlrg long land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
- I/ActivityManager( 470): Config changes=400 {1.0 ?mcc?mnc en_US ldltr sw1080dp w1920dp h1007dp 160dpi xlrg long land ?uimode ?night -touch -keyb/v/h -nav/h s.3}
- I/ActivityManager( 470): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw1080dp w1920dp h1007dp 160dpi xlrg long land -touch -keyb/v/h -nav/h s.4}
- D/Environment( 470): screen raw size:1920,1080
- I/ActivityManager( 470): Config changes=60 {1.0 ?mcc?mnc en_US ldltr sw1080dp w1920dp h1007dp 160dpi xlrg long land -touch -keyb/v/h dpad/v s.5}
- D/Environment( 470): screen raw size:1920,1080
- D/Environment( 470): screen raw size:1920,1080
- D/DisplayOutputManager( 470): setDisplaySize 0 1920 1080
- D/Displaymanager( 138): switchFramebuffer display 0 new res is x 1920 y 1080
- D/DisplayDeviceManagementService( 470): send cmd utils switchfb 0 1920x1080
复制代码
貌似是进入ui 后 才强制到1080p. |
|