Moinsen,
das Thema stammt aus dem Thread "heute so gebastelt", wo ich mein Bitte melde dich an, um diesen Link zu sehen. fertig gestellt habe.
Das Problem:
Mein BananaPi hat ein Lubuntu und wurde mit einem HDMI-Kabel an den Pollin-Monitor angeschlossen.
Der BPi bootet in eine Konsole, wo am linken Rand 2-3 Zeichen abgeschnitten sind. Es wird also wahrscheinlich nicht die native Displayaufläösung von 1024x768 Pixeln ausgegeben. Das möchte ich allerdings gerne haben
Da die fehlenden Zeichen nervig sind, wenn man config-files mit Rauten-Zeichen als Kommentarzeichen am Anfang vieler Zeilen bearbeiten will, habe ich mich mal per ssh eingeloggt um Änderungen zu machen.
Der Tip von JMP$FCE2, die /boot/config.txt entsprechend anzupassen brachte leider nach dem reboot auch keinen Erfolg.
Auch habe ich die /boot/uEnv.txt habe ich versucht, auf die Auflösung anzupassen - ohne Erfolg nach dem Reboot.
Hat vielleicht noch Jemand einen Tip, wie ich die 1024x768 auf HDMI ausgeben kann ??
Anbei mal der aktuelle Inhalt der beiden Files ....
root@bananapi:/boot# cat uEnv.txt
bootargs=console=ttyS0,115200 console=tty0 disp.screen0_output_mode=EDID:1024x768p50 hdmi.audio=EDID:0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
aload_script=fatload mmc 0 0x43000000 bananapi/script.bin;
aload_kernel=fatload mmc 0 0x48000000 bananapi/uImage; bootm 0x48000000;
uenvcmd=run aload_script aload_kernel
root@bananapi:/boot#
root@bananapi:/boot# cat config.txt
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
framebuffer_width=1024
framebuffer_height=768
# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
hdmi_group=2
hdmi_mode=87
hdmi_cvt=1024 768 60 3 0 0 0
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# uncomment for composite PAL
#sdtv_mode=2
#uncomment to overclock the arm. 700 MHz is the default.
arm_freq=900
core_freq=300
sdram_freq=500
# for more options see http://elinux.org/RPi_config.txt
gpu_mem=64
root@bananapi:/boot#
Alles anzeigen