Jump to content

temps

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

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

  1. temps

    KM8P Limit

    Hi, ____ ___ / ___|/ _ \__ ____ ____ __ \___ \ (_) \ \/ /\ \/ /\ \/ / ___) \__, |> < > < > < |____/ /_//_/\_\/_/\_\/_/\_\ Welcome to ARMBIAN 5.44 user-built Ubuntu Disco Dingo (development branch) 3.14.29 System load: 1.51 1.42 1.39 Up time: 1:26 hour Memory usage: 57 % of 781MB Swap usage: 34 % of 390Mb IP: x.x.x.x CPU temp: 40°C Usage of /: 52% of 27G [ General system configuration (beta): armbian-config ] I have a server lamp actif, when I use mastodon (firefox) the KM8P freeze memory ? swapiness soluce ? does anyone have an idea of a solution?
  2. Thanks for the answers. I found a solution, by changing television. The problem of the first TV is that there is no "native" mode in its settings. Taking another TV always a 19-inch toshiba, at first I had the same problem because it was in cinema mode. I corrected. I tested samsung which was no problem with the latest hdmi.sh
  3. Thanks, when I do fbset --info mode "1360x768" geometry 1360 768 1360 768 32 timings 0 0 0 0 0 0 0 rgba 8/16,8/8,8/0,8/24 endmode Frame buffer device information: Name : OSD FB Address : 0x3a200000 Size : 25497600 Type : PACKED PIXELS Visual : TRUECOLOR XPanStep : 1 YPanStep : 1 YWrapStep : 0 LineLength : 5440 Accelerator : No But when I do fbset -left 50 this do nothing
  4. If I do : 720p*) export X=1360 export Y=768 I have a very beautiful image, but it is deported on the left, and I miss all the beginning of the lines of codes
  5. 19EL933G toshiba TV HD, but I have many TV toshiba, samsung, philips ... and I have the same problem with the display ( 1366x768 50Hz for the first toshiba)
  6. cat /proc/cmdline root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyS0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 mac=${mac}
  7. #!/bin/sh bpp=16 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 echo $mode > $DISP_MODE common_display_setup() { M="0 0 $(($X - 1)) $(($Y - 1))" Y_VIRT=$(($Y * 2)) fbset -fb /dev/fb0 -g $X $Y $X $Y_VIRT $bpp echo $mode > /sys/class/display/mode echo 0 > /sys/class/graphics/fb0/free_scale echo 1 > /sys/class/graphics/fb0/freescale_mode echo $M > /sys/class/graphics/fb0/free_scale_axis echo $M > /sys/class/graphics/fb0/window_axis echo 0 > /sys/class/graphics/fb1/free_scale echo 1 > /sys/class/graphics/fb1/freescale_mode } case $mode in 720p*) export X=1024 export Y=768 ;; 1080p*) export X=1920 export Y=1080 ;; esac common_display_setup # Enable framebuffer device echo 0 > /sys/class/graphics/fb0/blank # Blank fb1 to prevent static noise echo 1 > /sys/class/graphics/fb1/blank echo 0 > /sys/devices/virtual/graphics/fbcon/cursor_blink exit 0
  8. hdmi.sh ? Will someone help me by telling me the parameters of hdmi.sh ? I use Armbian_5.44_S9xxx_Ubuntu_bionic_3.14.29_mate_20180729.img.xz my box is KM8P (S912)
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines