Rue
October 9, 2023, 3:54pm
1
Hello, I have problems with my display.
I have the following display VS145ZJ01
with a resolution of 2560x720
What settings do I have to make in userconf.txt?
Volumio 3 Issues?
Please see: Volumio 3 issues: hints and solutions before posting a new issue.
(You’ll need to cut and paste the link)
I tried that.
max_framebuffer_height=2560
hdmi_group=2
hdmi_mode=87
hdmi_timings=720 0 8 128 64 2560 0 1 3 24 0 0 0 67 0 42009500 8
display_rotate=2 #1: 90; 2: 180; 3: 270
----------------------------- Delete here & above before posting below -----------------
Hello,
do you have a datasheet of that display?
Parameters in hdmi_timings
are from the manufacturer?
gvolt
October 9, 2023, 4:50pm
3
Could you describe what problems you have?
Rue
October 9, 2023, 6:32pm
4
Sorry i have No Datasheet. Only this:
the display remains dark
gvolt
October 9, 2023, 6:34pm
5
What Raspberry Pi model do you use?
gvolt
October 9, 2023, 6:36pm
7
Is the display connected to HDMI0 (the HDMI connector next to USB-C (power)?
Rue
October 9, 2023, 6:42pm
8
The display is connected via HDMI and receives power via USB C. This is how it works on the PC
gvolt
October 9, 2023, 6:43pm
9
Yes, but which of the two HDMI ports of the Pi is it connected to?
Rue
October 9, 2023, 6:49pm
10
Yes
I tried that too and then I got streaks
hdmi_drive=2
hdmi_ignore_edid=0xa5000080
hdmi_group=2
hdmi_mode=87
hdmi_aspect_21_9=7
hdmi_pixel_freq_limit=400000000
hdmi_cvt=2560 720 50 7 0 0 1
#config_hdmi_boost=4
max_framebuffer_width=2560
max_framebuffer_height=720
framebuffer_width=2560
framebuffer_height=720
gvolt
October 9, 2023, 6:51pm
11
Rue:
Yes
?
What HDMI port of the Pi do you use? HDMI0 or HDMI1?
Rue
October 9, 2023, 6:53pm
12
HDMI 1, the right port next to the USB c power port
gvolt
October 9, 2023, 6:55pm
13
You may try removing your current display related settings and add
hdmi_group=1
hdmi_mode=90
to “/boot/userconfig.txt”. “hdmi_mode=90” is for displays with a resolution of 2560x720@60Hz.
1 Like
Rue
October 9, 2023, 7:05pm
14
I’ll try this out, thanks for now
Rue
October 10, 2023, 8:07am
15
I have change, but will not work
max_framebuffer_height=2560
hdmi_group=1
hdmi_mode=90
hdmi_timings=720 0 8 128 64 2560 0 1 3 24 0 0 0 67 0 42009500 8
#display_rotate=2 #1: 90; 2: 180; 3: 270
gvolt
October 10, 2023, 8:09am
16
Try without “hdmi_timings=…”
Rue
October 10, 2023, 8:17am
17
not working without timing
max_framebuffer_height=2560
hdmi_group=1
hdmi_mode=90
#hdmi_timings=720 0 8 128 64 2560 0 1 3 24 0 0 0 67 0 42009500 8
#display_rotate=2 #1: 90; 2: 180; 3: 270
gvolt
October 10, 2023, 8:35am
18
You could try replacing “hdmi_group” and “hdmi_mode” settings with
hdmi_cvt=2560 720 60
hdmi_group=2
hdmi_mode=87
Maybe also check using
hdmi_cvt=720 2560 60
P.S. Where are the values for “hdmi_timings” from?
Rue
October 10, 2023, 8:40am
19
I installed new ones and only used the touch display plugin.
no entries in the userconf
gvolt
October 10, 2023, 8:46am
20
At least a picture, albeit a little stretched.
Do you still use “framebuffer_height” and/or “framebuffer_width” settings?