nadenislamarre
Hello, I have always problems with 15KHz with these versions of 5.27 because DVI-0 become DVI-I-1 :
I have a radeon card 7470 with two port : DVI-I (DVI numeric and analogic) and DVI-D (displayport only numeric).
Before the Batocera 5.27.
When I put in .xinitrc (5.22 to 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”
I got with xrandr :
Screen 0: minimum 320 × 200, current 648 × 480, maximum 16384 × 16384
DisplayPort-0 disconnected primary (normal left inverted right x axis y axis)
DVI-0 connected 648×480+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
648X480_15KHz_50Hz 50.00*
And it works nice in 15KHz under ES and emulators:
Now with 5.27 : because DVI-0 become DVI-I-1, I do :
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”
xrandr gives :
Screen 0: minimum 320 × 200, current 648 × 480, maximum 16384 × 16384
DP-1 disconnected primary (normal left inverted right x axis y axis)
DVI-I-1 connected 648×480+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
648X480_15KHz_50Hz 50.00*
The ES seems to run because I get the music but not screen with 648X480_15KHz_50Hz 50.00* in 15KHz.
does anyone have any idea what the problem is ?
Stéphane.