Screen resolution problem during installation

I am trying to install endeavouros on my raspberry Pi 4b to replace the currently un-maintained Manjaro, but I am having great difficulty in tracking progress, since a large slice of the left-hand side of the display is off-screen and I cannot read the start of the lines of the output. My monitor is an Acer P195HQL with a screen resolution of 1366x768 (according to the on-line manual) although the Systems Setting utility on Manjaro tells me it’s 1280x720. It’s a SVGA monitor, fed from the Pi via an HDMI/VGA adaptor.

I don’t know how much of each line is invisible, and can’t tell whether I should be typing responses to on-screen prompts to move the install process on. I would be glad to know how I can get around this problem.

welcome, just moved the post to the correct location :enos:

i have also issues when using non 1920x1080 displays, thats set in the boot.ini file .. at least for the odroid images, not sure about Pi ones..
but now as this is in the ARM subforum @pudge or @sradjoker will get informed

@Bosquet
Welcome to the EndeavourOS forum. :handshake: I hope you enjoy your time here.

I assume you are installing with this image.

If so, this should be the default /boot/config.txt file

Click to view
# For more options and information see
# http://rptl.io/configtxt
# Some settings may impact device functionality. See link above for details

initramfs initramfs-linux.img followkernel

# 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=0

# Automatically load overlays for detected DSI displays
display_auto_detect=1

# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-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

# Uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1

# Uncomment if you want to disable wifi or bluetooth respectively
# dtoverlay=disable-wifi
dtoverlay=disable-bt

# Uncomment this to enable infrared communication.
# dtoverlay=gpio-ir,gpio_pin=17
# dtoverlay=gpio-ir-tx,gpio_pin=18

# 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]

Line 35 and 36 does affect the left part of the screen being blank. Be sure this is set to

# Disable compensation for displays with overscan
disable_overscan=1

next, check lines 21 & 22 it should be

# Automatically load overlays for detected DSI displays
display_auto_detect=1

That is the most common errors made in the /boot/config.txt file.
If that doesn’t fix it. try temporally hooking your RPi 4b up to a 1920x1080 monitor or TV.

EDIT:
I just re-read your original post

I am not sure if this will work or not. Again for trouble shooting purposes, I would recommend hooking up to a 1920x1080 Monitor or TV where you can get a HDMI to HDMI hook up.

Pudge

Thanks for your advice, Pudge. I hooked the Pi up to our tv via a borrowed HDMI cable and completed the installation, but when I tried to use it, all I got was a full-screen console-type window containing only a request to log in to localhost, This didn’t respond either to my username/password or superuser/password, and KDE Plasma, which I chose from the list during the installation process, seems to be nowhere to be seen. Where do I go from here? (I’m not exactly a newbie, but I’m not really a systems person)

First off, Thank you for the feedback.

Just to clarify, when you "tried to use it’ and “all I got was a full-screen console-type window containing only a request to log in to localhost” was this still on the TV or with the SVGA monitor.

If it works with the TV, but not with the SVGA monitor, I am at a loss. I don’t even know where to point you for information on this.

Pudge

In answer to your question, the behaviour was identical, both when I expected a normal boot to a Plasma desktop at the conclusion of the installation process using the HDMI/tv option, and when I tried to boot up the Pi using the SVGA monitor.

To clarify a point in my last post, the screen didn’t show a console type window, but just appeared to be a teletype screen. The single line at the top of this screen began with something like “localhost login” followed by the following string (possbly missing some initial characters):

cmgcnet fd500000.ethernet cnd0: Link is Up - 1Gbps/Full- flow control rx/tx

I couldn’t get past this stage (even Ctrl-Alt-Printscreen REISUB didn’t work). Does this info enable you to pinpoint where the boot crashed?

Thanks for the location change!