Recent Posts

Pages: 1 ... 7 8 [9] 10
81
General Discussion & Help / Coinops Legends2 Display issue.
« Last post by artmustel on October 11, 2023, 08:14:44 PM »
Hello. I installed Coinops Legends 2 Bitwars and I'm delighted with it, however I have an issue with games display on my 2560x1440 monitor: Some emulators show games correctly but most of them like Dreamcast, N64, genesis, Atari, Gamecube, etc show only a small screen on the left side of the bezel and I can't find a way to fix this. If I open retroarch and switch Integer Scale to ON (in video settings) the game displays correctly, however I cannot save anything in retroarch, and as soon as I exit that game, the issue comes back. Another "fix" that works more or less for me is changing screen resolution, before opening the app, to 1920x1080, but this is very inconvenient too. Is there a way to get a permanent fix? I tried to look into the settings.conf and advance settings in Coinops Legends2 however I can't find anything in there. I believe someone may have a solution for this unless this app was meant only for 1920x1080 or lower res. monitors. Please help! Thanks.
82
General Discussion & Help / Aeon Nox Theme
« Last post by buges on October 04, 2023, 09:38:44 PM »
Hi

I'd like to study seperate layouts for collections & have read the Aeon Nox theme does just that.
Please could somebody post it.

Thanks
83
Help / External variables
« Last post by JuanMi73 on September 15, 2023, 05:23:20 PM »
Hello Pieter, I stored a variable in collection\settings.conf or collection\info.com like this.
var = 400

With this code can print on the screen.
<reloadableText type="var" x="500" y="500" fontSize="30" alpha="1" menuScrollReload="true" layer="19"></reloadableText>

But can't use to change the position (yes, this will never work).
<reloadableText type="collectionIndexSize" x="var" y="500" fontSize="30" alpha="1" menuScrollReload="true" layer="19"></reloadableText>

Is there another way to do it?
Thanks.
84
Help / Re: Playlist Sounds
« Last post by Pieter Hulshoff on September 11, 2023, 08:48:08 PM »
Certainly, but I need to get my programming/compile environment up and running again.
85
Help / Re: Playlist Sounds
« Last post by throwingmuse on September 11, 2023, 07:56:35 PM »
Thanks. Might it be added as an enhancement in the future?
86
Help / Re: Playlist Sounds
« Last post by Pieter Hulshoff on September 11, 2023, 06:46:00 PM »
No, I'm afraid that feature's not part of RetroFE at this time.
87
Help / Re: Playlist Sounds
« Last post by throwingmuse on September 11, 2023, 06:42:15 PM »
Is adding an event sound to the playlist selection even possible?
88
so i narrowed down to these two additional installations to solve the problem of playing sound and video with gstreamer
gstreamer1.0-plugins-good <-- gets video
gstreamer1.0-alsa <--gets sound

if you are not using pulseaudio and run into similar issues, i image you would need this instead.
gstreamer1.0-pulseaudio
89
Working now.  Went scorched earth and installed them all (3 were included on the original install tutorial):
https://gstreamer.freedesktop.org/documentation/installing/on-linux.html#install-gstreamer-on-ubuntu-or-debian
except for pulseaudio.  don't have that installed...
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
libgstreamer-plugins-bad1.0-dev
gstreamer1.0-plugins-base gstreamer1.0-plugins-good
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly
gstreamer1.0-libav gstreamer1.0-tools
gstreamer1.0-x gstreamer1.0-alsa
gstreamer1.0-gl gstreamer1.0-gtk3
gstreamer1.0-qt5 gstreamer1.0-pulseaudio

I also had to add the specific device on the /etc/asound.conf file

pcm.!default {
    type hw
    card 1
    device 3
}

ctl.!default {
    type hw
    card 1
    device 3
}

So i'm going to remove all those that i installed and go 1 by 1 to see which one it was.  probably a mix of the alsa one and something else.

But now I have everything installed and running off a 30GB usb drive (12G used, 16G avail).  I have media stored on a seperate server, mounting everything via nfs.  I've played blueray rips from server via kodi and some snes launched from retrofe.

reason for this approach:  I've tried batocera and retropie since they boot into kodi, but the freedom provided by your system pointing to my own derived storage and folder system has always been a major usage point.  I had tried to launch retrofe from kodi in the past, but this feels better.

now to determine how i handle streaming services, through a web page launcher in retrofe or plugins via kodi.  (wife will want to use the mce remote).

thank you for pointing me in the right direction Pieter!

i will also probably put this permanently on another hard drive.  would there be any benefit to writing a step by step to accomplish this?  anything to help people get away from windows...
90
Sounds to me like you're missing one or more of the gstreamer plugins. The intro is a video after all, so if it's not showing (neither sound nor video), then it's likely a missing set of codecs. The ALSA warning does sound like a soundcard issue though; do you have sound anywhere else in the system? Can you play the videos outside of RetroFE?
Pages: 1 ... 7 8 [9] 10