Hallo zusammen,
nun habe ich einen ganzen Nachmittag mit dem Versuch verbracht die Auflösung der Textkonsole von Mikroschrift auf etwas Lesbares umzustellen, leider ohne Erfolg.
Der Raspi 4 hängt an einem 7" Monitor und löst aktuell in Full-HD auf (der Monitor ist auch nur hd-ready)
Alle Einstellungen die ich probiert habe funktionieren nicht. Einige scheinen die grafische Oberfläche zu verändern, (zumindest ist die nun nicht mehr bildschirmfüllend), aber die Textkonsole bleibt klein. Ich bin am verzweifeln.
Hier mal ein paar Dateiinhalte und Programmausgaben:
root@pgterm:~# cat /boot/firmware/cmdline.txt
consoleblank=0 loglevel=3 quiet splash plymouth.ignore-serial-consoles console=tty1 vt.global_cursor_default=0 root=PARTUUID=71ba9a59-02 rootfstype=ext4 fsck.repair=yes rootwait usbhid.blacklist=1
root@pgterm:~# cat /proc/cmdline
coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 clk_ignore
_unused smsc95xx.macaddr=DC:A6:32:76:0E:E5 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 consoleblank=0 loglevel=3 quiet splash plymouth.ignore-serial-consoles console=
tty3 vt.global_cursor_default=0 root=PARTUUID=71ba9a59-02 rootfstype=ext4 fsck.repair=yes rootwait usbhid.blacklist=1 video=HDMI-A-1:1280x720@60D
Irgendwie passt da gar nichts zusammen. In cmdline.txt ist console=tty1 angegeben, in /proc/cmdline tty3, Dort steht auch als Auflösung 1280x720@60D, obwohl das nirgendwo (bewusst) eingestellt ist. Ich vermute auch, dass die wahre Auflösung sogar Full-HD ist.
root@pgterm:~# cat /boot/firmware/config.txt
# For more options and information see
# http://rptl.io/configtxt
# Some settings may impact device functionality. See link above for details
hdmi_group=1
hdmi_mode=85
hdmi_force_hotplug=1
#hdmi_cvt 1024 600 60 3 0 0 0
# Uncomment some or all of these to enable the optional hardware interfaces
dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
# Additional overlays and parameters are documented
# /boot/firmware/overlays/README
# Automatically load overlays for detected cameras
camera_auto_detect=1
# Automatically load overlays for detected DSI displays
display_auto_detect=1
disable_splash=0
hdmi_drive=2
fbcon:rotate=2
framebuffer_width=1024
framebuffer_height=600
# Automatically load initramfs files, if found
auto_initramfs=1
# Enable DRM VC4 V3D driver
###dtoverlay=vc4-kms-v3d
###dtoverlay=vc4-fkms-v3d
max_framebuffers=2
# Don't have the firmware create an initial video= setting in cmdline.txt.
# Use the kernel's default instead.
disable_fw_kms_setup=1
# Run in 64-bit mode
arm_64bit=1
# Disable compensation for displays with overscan
disable_overscan=1
# Run as fast as firmware / board allows
arm_boost=1
[cm4]
# Enable host mode on the 2711 built-in XHCI USB controller.
# This line should be removed if the legacy DWC2 controller is required
# (e.g. for USB device mode) or if USB support is not required.
otg_mode=1
[cm5]
dtoverlay=dwc2,dr_mode=host
[all]
dtoverlay=gpio-fan,gpiopin=14,temp=60000
Display More
Mich hinterlässt das Ganze ziemlich ratlos.
Komisch finde ich auch, dass alle Hilfetexte von /boot/cmdline.txt und /boot/config.txt reden; bei mir liegt das allerdings unter /boot/firmware/.
Dann lese ich hier und da von /opt/vc/bin/tvservice, mit dem man Auflösungen anzeigen/setzen kann. Das Programm existiert bei mir aber gar nicht.
Tja, bin für jeden Hinweis dankbar