Jump to content

unick007

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. if comment out this block, then the resolution 720 is set #!/bin/sh bpp=24 #mode=1080p60hz mode=720p60hz #for x in $(cat /proc/cmdline); do # case ${x} in # m_bpp=*) export bpp=${x#*=} ;; # hdmimode=*) export mode=${x#*=} ;; # esac #done HPD_STATE=/sys/class/amhdmitx/amhdmitx0/hpd_state DISP_CAP=/sys/class/amhdmitx/amhdmitx0/disp_cap DISP_MODE=/sys/class/display/mode
  2. Options did not change - all by default. Version 5.41.1. When loading from the SD card, the resolution is 720, as indicated in the file hdmi.sh. But after flashing the image on emmc using the script nand_sata_install and downloading from emmc, the resolution is set to 1080. In the load log I can see this: [ 8.899017] vout_serve: vmode set to 720p60hz [ 8.907597] fb: current vmode=576cvbs, cmd: 0x50000 [ 8.912543] tv_vout: tv_set_current_vmode[919]fps_target_mode=10 [ 8.918727] tv_vout: mode is 10,sync_duration_den=1,sync_duration_num=60 [ 8.925503] tv_vout: TV mode 720p60hz selected. [ 8.930136] vdac_enable: on:0,module_sel:8 [ 8.938371] vdac_enable: on:0,module_sel:8 [ 8.946514] tv_vout: new mode =720p60hz set ok [ 8.951054] vout_serve: vinfo mode is: 720p60hz [ 8.955738] vout_serve: new mode 720p60hz set ok [ 8.967564] hdmitx: video: get current mode: 720p60hz But then the resolution changes: [ 17.410835] systemd[1]: Starting HDMI init... [ 17.429780] systemd[1]: Started Set console font and keymap. [ 17.439075] vout_serve: vmode set to 1080p60hz [ 17.439094] vout_serve: disable HDMI PHY as soon as possible [ 17.439099] fb: current vmode=720p60hz, cmd: 0x50000 [ 17.439103] tv_vout: tv_set_current_vmode[919]fps_target_mode=16 [ 17.439106] tv_vout: mode is 16,sync_duration_den=1,sync_duration_num=60 [ 17.439116] tv_vout: TV mode 1080p60hz selected. [ 17.439119] vdac_enable: on:0,module_sel:8 [ 17.439125] vdac_enable: on:0,module_sel:8 [ 17.439130] tv_vout: new mode =1080p60hz set ok [ 17.439131] vout_serve: vinfo mode is: 1080p60hz [ 17.439133] vout_serve: new mode 1080p60hz set ok [ 17.439146] hdmitx: video: get current mode: 1080p60hz [ 17.439147] hdmitx: update rx hdr info 0 [ 17.439148] hdmitx: update physcial size: 410 260 [ 17.439197] hdmitx: system: already init VIC = 0 Now VIC = 16 [ 17.439201] hdmitx: rx no SCDC present indicator [ 17.439319] hdmitx: system: irq 80000001 [ 17.439359] Start = 0x10000100 End = 0x100001ff
  3. Thanks, I'll try again. Maybe this is somehow related to the fact that I built the image myself from this repository - https://github.com/150balbes/build
  4. Hello! Thanks for your work! Tell me please - why does not change the resolution when changing the file hdmi.sh? I'm changing mode = 1080p60hz # mode = 720p60hz on # mode = 1080p60hz mode = 720p60hz but the resolution remains the same after a reboot. In the previous image (Armbian_5.41_), the resolution was changed.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines