ZFEbHVUE/Batocera-CRT-Script

wrongly named video connector on DVI

Closed this issue · 2 comments

Hi!
I am testing the script on a Fujitsu Futro S920, dvi port, (radeon Driver) and seems that the script detects my graphic port as "DVI-0n", instead of DVI-0 (on V36 beta: batocera-x86_64-36-20230217.img.gz).

This wrong name is carried to the scripts:
/userdata/system\scripts/first_script.sh
/userdata/system/custom-es-config

As a result ES does not start.

I think I have found the error in the script, in line 738 it does:

video_modeline=$term_DVI-$((nbr-1))n

Just deleting that "n" from the end of the line, the script is fixed.

Thanks you!

Hi Franck,

Yes It is a issue

Shit I believed i corrected it time ago ....

Thx to you

Fixed with commit #65

Closing