Why looking up feels weird in Duke Nukem 3DRetroGarage2022-06-07 | In this video I explain why looking up and down feels weird in 2.5D games like Duke Nukem 3D.
Commands used in the tutorial: Set password for the deck account: passwd
List all block (disk-like) devices: sudo lsblk
Format new partition (replace the LAST argument with the device file of your partition): sudo mkfs.ext4 -m 0 -O casefold -E nodiscard -F /device/file/of/your/partition
Edit fstab: sudo nano /etc/fstab After finish editing, press Ctrl-O to overwrite the content, then Ctrl-X to quit nano. Press Ctrl-X without Ctrl-O to discard the changes you made if you accidentally removed other parts of the file.
New line to be added in fstab (replace the FIRST parameter with the device file of your partition): /device/file/of/your/partition /run/media/mmcblk0p1 ext4 defaults,nofail,users,exec,rw,auto 0 2
Show currently mounted partitions: df -h
The following two are very dangerous commands. Make sure you put the right path!!! Change the ownership of the root directory of the partition (replace the LAST argument with the MOUNTING POINT of your partition, if you completely followed my fstab modification, it should be /run/media/mmcblk0p1): sudo chown 1000:1000 /run/media/mmcblk0p1
Make sure the partition is absolutely empty (replace the LAST argument with the MOUNTING POINT of your partition, FOLLOWED BY /*, if you completely followed my fstab modification, it should be /run/media/mmcblk0p1/*): sudo rm -rf /run/media/mmcblk0p1/*
Music: Both of US, by madiRFANWhat makes the graphics of the original PlayStation look so unique?RetroGarage2022-08-03 | Today let's talk about the graphics of the original PlayStation. Why does it look so different from other systems of that era? What are the ingredients of an authentic PlayStation look?Steam Deck SteamOS/Windows Dual Boot (Pt 3, Easy SD Card Method, Fix boot failure)RetroGarage2022-07-24 | In this 3rd episode of Steam Deck SteamOS/Windows dual boot, we will look at how the SD card installation can be significantly simplified thanks to Windows' builtin SD card reader driver. I will also show you how to use diskpart to avoid a boot failure if you choose to clone from an external SSD to an SD card.
Music: Hidden Place by madiRFANBoxer Update (Fixing Crash, Adding autoexec)RetroGarage2022-06-30 | Introducing the new fork of the Boxer fork. Two quality of life improvements: 1. Fixing the crash that happens when closing the DOS prompt 2. Adding the ability to run autoexec commands for the default DOS prompt
In this episode, we will move the Windows installation we did in the previous episode with an external SSD to an SD card, making the Deck dual boot setup truly portable!
Macrium reflect free: macrium.com/reflectfreeSteam Deck SteamOS/Windows Dual Boot (Pt 1, External SSD Method)RetroGarage2022-06-28 | In this tutorial video I will show you how to boot the Steam Deck into Windows without erasing SteamOS.
Music: Lofi Study by FASSoundsSteam Deck UnboxingRetroGarage2022-06-22 | Preordered on Jul 16, 2021, my Steam Deck finally arrived today!Whats happening with DOSBox on Apple Silicon (M1, M2)RetroGarage2022-06-18 | Update 06/30/2022: I forked Boxer and made some quality of life enhancements. Check out this video for more info on that: youtube.com/watch?v=wj1Eq7JIg9E
Original video description: Today's video is about DOS emulation on Apple Silicon Macs. We will look at the performance of a few native arm64 DOSBox forks (including the vanilla version itself). We will also look at the performance of Rosetta 2 and its problem when running emulators, including DOSBox.
Key timestamps:
00:00 Intro 00:41 Rosetta 2 and "double JIT" 03:17 List of DOSBox forks 06:30 Baseline (Core i5) benchmarks 07:44 Takeaways of the baseline benchmark results 08:28 Native arm64 benchmarks on M1 10:39 x86 benchmarks on M1 via Rosetta 2 12:47 Observations from benchmark results 15:11 The verdict 16:58 Closing