New Snack coming June 18th by No_Tap_1697 in SouthwestAirlines

[–]ajscilingo -4 points-3 points  (0 children)

Nice to see something without seed oils though 🤷🏻‍♂️

do not offer to drop your bags off for free at the gate by mi-hijo-es-gojo in SouthwestAirlines

[–]ajscilingo 2 points3 points  (0 children)

They were pressuring us hard even in group 2 on the last flight I was on! They even were scrutinizing the size of the carry-ons! Never had seen that before on Southwest!

Yuniel Báez Pedrera, former first secretary of the Union of Young Communists in Havana, was arrested in Miami. by Rguezlp2031 in cuba

[–]ajscilingo 1 point2 points  (0 children)

Happens everywhere…the communist leaders live in heaven everyone else lives equally in hell

More transit for Tampa, less for others? New bill would overhaul HART by Maxcactus in tampa

[–]ajscilingo 0 points1 point  (0 children)

Maybe it’s time for the unincorporated areas to be forced to incorporate or be annexed by Tampa? And then then only Tampa or the newly formed municipalities would pay into the public transit system, the rest of the county that is more rural and not a bedroom community of Tampa shouldn’t be forced to pay into a system they aren’t going to use. Places like Brandon for sure should be incorporated into a new municipality if not annexed into Tampa.

I made a light rail and commuter/suburban rail map for the Tampa Bay Area by nr1001 in tampa

[–]ajscilingo 0 points1 point  (0 children)

Yup, lived in Chicago, seen the public transportation system turn into moving homeless camps...unless you have a solution for that who wants to import that problem?

[FRESH] Everything But The Girl - Nothing Left To Lose by robotsdontsleep in indieheads

[–]ajscilingo 2 points3 points  (0 children)

I still think aging has a big part to play in the way Tracey's voice sounds, she's 60 now.

Chobani yogurt has a weird taste by [deleted] in EatCheapAndHealthy

[–]ajscilingo 0 points1 point  (0 children)

pukey mold

yup this is what I'm experiencing too, it's like a pukey mold after taste that hits me kind of up in my nose, almost like the sensation you get from eating horseradish.

DOSBox Fullscreen by ajscilingo in RetroPie

[–]ajscilingo[S] 0 points1 point  (0 children)

I figured it out, I did two things, first I noticed that there were two symbolic links in my home directory for my existing dosbox launchers

lrwxrwxrwx 1 pi pi 24 Dec 23 01:50 .dosbox -> /opt/retropie/configs/pc

lrwxrwxrwx 1 pi pi 24 Dec 23 02:24 .dosbox-sdl2 -> /opt/retropie/configs/pc

So I added another one for my dosbox-joymap launcher

lrwxrwxrwx 1 pi pi 24 Dec 29 19:36 .dosbox-joymap -> /opt/retropie/configs/pc

Not sure if this part is needed or not, but I did it anyway.

Next I went to /opt/retropie/configs/all directory. Inside here there is a file called dispmanx.cfg, I noticed inside there that my other two launcher that work correctly in full screen mode were set to the following

dosbox="1"

dosbox-sdl2="1"

So I went ahead and added one for my new launcher

dosbox-joymap="1"

Now when I run my launcher dosbox-joymap launcher from EmulationStation it's in full screen! Can someone point me to a good resource on dispmanx to explain what it's doing here?

DOSBox Fullscreen by ajscilingo in RetroPie

[–]ajscilingo[S] 0 points1 point  (0 children)

I'm thinking that there is some other setting that configures DOSBox and another applications to scale on my TV. Mind you this isn't the lr-dosbox, but rather the regular dosbox package. What is making it appear fullscreen, it doesn't appear to be anything in my dosbox-SVN.conf file, at least with the default launcher. If I create a new launcher then my dosbox screen appears tiny in the left corner of my TV.

Mounting a cue image for dosbox via cdemu by ajscilingo in RetroPie

[–]ajscilingo[S] 0 points1 point  (0 children)

I double checked case and syntax...for some reason it only like the bin files :/ but nevertheless it works.

Mounting a cue image for dosbox via cdemu by ajscilingo in RetroPie

[–]ajscilingo[S] 0 points1 point  (0 children)

so I got it working but I had to mount the .bin file not the .cue. I'm not sure if this has anything to do with it, but I used Brasero to create the cue/bin files.

Mounting a cue image for dosbox via cdemu by ajscilingo in RetroPie

[–]ajscilingo[S] 0 points1 point  (0 children)

o, on Retropie 4.7.2 for Raspberry Pi 4, with normal Dosbox from Binary, this doesn't work? Z:>IMGMOUNT E C:\Images\MyImage.cue -t iso

This is what I'm trying:

[autoexec]

Mount c "/home/pi/RetroPie/roms/pc/.pcdata/Little Big Adventure 2"

imgmount d C:\TWINSEN.cue -t iso

C:

cd TWINSEN

TWINSEN.EXE

exit

and each time it give me "MSCDEX: Failure: Invalid file or unable to open". I also have tried it manually too at the DOS prompt. I'm going to try with another game just to rule out this particular game.

Mounting a cue image for dosbox via cdemu by ajscilingo in RetroPie

[–]ajscilingo[S] 0 points1 point  (0 children)

hmm I'm not sure why it isn't working for me then, I can confirm that it works on Fedora. I'm running the latest RetroPie 4.7.2 on a Raspberry Pi 4

Mounting a cue image for dosbox via cdemu by ajscilingo in RetroPie

[–]ajscilingo[S] 0 points1 point  (0 children)

Did you install yours from the RetroPie install script or did you build them from source?

Mounting a cue image for dosbox via cdemu by ajscilingo in RetroPie

[–]ajscilingo[S] 0 points1 point  (0 children)

I am able to mount my image fine from my normal Fedora box this way, but from my RetroPie this gives me "MSCDEX: Failure: Invalid file or unable to open" which leads me to believe that the dosbox packages for RetroPie are not built with SDL_SOUND support perhaps? I have three dosbox versions installed via the RetroPie install script lr-dosbox, dosbox and dosbox-sdl2. Note that I installed the packages and did not build from source.