Загрузка данных


ps aux | grep -E "waydroid|surfaceflinger"
root     1160537  0.0  0.5 303936 22140 ?        Ssl  09:45   0:00 python3 /usr/bin/waydroid container start
kali     1201204  0.3  0.5 360984 20900 pts/2    SNl+ 09:50   0:00 python3 /usr/bin/waydroid show-full-ui
dnsmasq  1201242  0.0  0.0  13456  2240 ?        S    09:50   0:00 dnsmasq --conf-file=/dev/null -u dnsmasq --strict-order --bind-interfaces --pid-file=/run/waydroid-lxc/dnsmasq.pid --listen-address 192.168.240.1 --dhcp-range 192.168.240.2,192.168.240.254 --dhcp-lease-max=253 --dhcp-no-override --except-interface=lo --interface=waydroid0 --dhcp-leasefile=/var/lib/misc/dnsmasq.waydroid0.leases --dhcp-authoritative
root     1201260  0.0  0.1   7684  4476 ?        S    09:50   0:00 lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
kali     1201385  0.0  0.1 10828828 4416 ?       Sl   09:50   0:00 /system/bin/hw/vendor.waydroid.task@1.0-service
kali     1201391  0.0  0.1 10909848 4424 ?       S    09:50   0:00 /vendor/bin/hw/android.hardware.health@2.0-service.waydroid
kali     1201392  0.0  0.1 10884980 4288 ?       S    09:50   0:00 /vendor/bin/hw/android.hardware.light@2.0-service.waydroid
kali     1201394  0.0  0.1 10866536 4320 ?       S    09:50   0:00 /vendor/bin/hw/android.hardware.power@1.0-service.waydroid
kali     1201395  0.0  0.1 10895388 4096 ?       S    09:50   0:00 /vendor/bin/hw/android.hardware.sensors@1.0-service.waydroid
kali     1201396  0.0  0.1 10817420 4160 ?       S    09:50   0:00 /vendor/bin/hw/android.hardware.vibrator@1.0-service.waydroid
kali     1211007  0.0  0.0   6548  2392 pts/0    S+   09:50   0:00 grep --color=auto -E waydroid|surfaceflinger

                                                                         
┌──(kali㉿kali)-[~]
└─$ export WAYLAND_DISPLAY=wayland-1
wayland-info 2>&1 | head -10
interface: 'wl_compositor',                              version:  5, name:  1
interface: 'wl_subcompositor',                           version:  1, name:  2
interface: 'wp_viewporter',                              version:  1, name:  3
interface: 'zxdg_output_manager_v1',                     version:  2, name:  4
        xdg_output_v1
                output: 17
                name: 'screen0'
                logical_x: 0, logical_y: 0
                logical_width: 1280, logical_height: 720
interface: 'wp_presentation',                            version:  2, name:  5
                                                                         
                                                                         
┌──(kali㉿kali)-[~]
└─$ sudo waydroid shell dumpsys SurfaceFlinger | grep -i "display"
Build configuration: [sf PRESENT_TIME_OFFSET=0 FORCE_HWC_FOR_RBG_TO_YUV=0 MAX_VIRT_DISPLAY_DIM=0 RUNNING_WITHOUT_SYNC_FRAMEWORK=1 NUM_FRAMEBUFFER_SURFACE_BUFFERS=3]
Display identification data:
Display 0 (HWC display 1): no identification data
Device has wide color built-in display: 0
DisplayColorSetting: Enhanced
Display 0 color modes:
app: state=Idle VSyncState={displayId=0, count=549}
      isSecure=false geomUsesSourceCrop=false geomBufferUsesDisplayInverseTransform=false geomLayerTransform (ROT_0) (IDENTITY)
      isSecure=false geomUsesSourceCrop=false geomBufferUsesDisplayInverseTransform=false geomLayerTransform (ROT_0) (IDENTITY)
Displays (1 entries)
Display 0 (internal, primary, "Primary display")
   displayModes=
   displayManagerPolicy={defaultModeId=0, allowGroupSwitching=false, primaryRange=[0.00 Hz, 340282346638528859811704183484516925440.00 Hz], appRequestRange=[0.00 Hz, 340282346638528859811704183484516925440.00 Hz]}
Display 0 (physical, "Primary display")
   Composition Display State:
   layerFilter={layerStack=0 toInternalDisplay=true }
   orientedDisplaySpace=ProjectionSpace{bounds=Rect(0, 0, 1280, 688), content=Rect(0, 0, 1280, 688), orientation=ROTATION_0} 
   displaySpace=ProjectionSpace{bounds=Rect(0, 0, 1280, 688), content=Rect(0, 0, 1280, 688), orientation=ROTATION_0} 
   displayBrightnessNits=-1.000000 sdrWhitePointNits=-1.000000 clientTargetBrightness=1.000000 displayBrightness=nullopt 
   Composition Display Color State:
Display 0 (active) HWC layers:
Displays:
  Display 1: Physical  HWC1 ID: 0  Power mode: On  Vsync: Disable
                                                                         
┌──(kali㉿kali)-[~]
└─$