BZZ
First installation of 5.27. I just copy my old .xinitrc (5.26) on the /userdata/system of the new installation of 5.27.
Nothing works black screen. So I modified manually my .xinitrc with :
xrandr –newmode “648X480_15KHz_50Hz” 12.625000 648 672 736 808 480 534 539 625 -HSync -VSync interlace
xrandr –addmode DVI-I-1 “648X480_15KHz_50Hz”
xrandr –output DVI-I-1 –mode “648X480_15KHz_50Hz”
instead of (5.26)
xrandr –newmode “648X480_15KHz_50Hz” 12.625000 648 672 736 808 480 534 539 625 -HSync -VSync interlace
xrandr –addmode DVI-0 “648X480_15KHz_50Hz”
xrandr –output DVI-0 –mode “648X480_15KHz_50Hz”
So I think that ES worked with it because I got sound and music of this Frontend but with a black screen.
JK1974 is someone of this forum get the same issue with 15KHz on Batocera 5.27.
Last thing :
xrandr | grep -e “ connected [^(]” | sed -e “s/([A-Z0-9]+) connected.*/\1/” gives
on 5.26 : DVI-0
on 5.27 : DVI-I-1
Strange because : ls -l /sys/class/drm gives for my video card the same for 5.25, 5.26 or 5.27 :
total 0
lrwxrwxrwx 1 root root 0 Sep 17 22:50 card0 -> ../../devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
lrwxrwxrwx 1 root root 0 Sep 17 22:50 card0-DP-1 -> ../../devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-DP-1
lrwxrwxrwx 1 root root 0 Sep 17 22:50 card0-DVI-I-1 -> ../../devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-DVI-I-1
lrwxrwxrwx 1 root root 0 Sep 17 22:50 renderD128 -> ../../devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/renderD128
lrwxrwxrwx 1 root root 0 Sep 17 22:50 ttm -> ../../devices/virtual/drm/ttm
-r–r–r– 1 root root 4096 Sep 17 22:50 version
Stéphane.