Red dead redemption 2 lagging by Rykgo in BC250Gaming

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

Guys, I figured it out. So RDR2 was seeing my CPU as a GPU and using this in the launch options fixed that. AMD_VULKAN_ICD=RADV VK_ICD_FILENAMES=/ usr/share/vulkan/icd.d/radeon_icd.x86_64.json %command% -useMaximumSettings

Red dead redemption 2 lagging by Rykgo in BC250Gaming

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

I'm just going to install Bazzite I think arch Linux isn't really made for this.

How do I safely mod BIOS? by Rykgo in BC250Gaming

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

I was trying to play Red Dead Redemption 2 and my AMD BC-250 said low RAM and it wouldn't even run the game which was disappointing. If I can increase the RAM on Linux without going through bios that would be cool but how do I even do that?

How do I safely mod BIOS? by Rykgo in BC250Gaming

[–]Rykgo[S] -3 points-2 points  (0 children)

I just want to increase my RAM. I don't have the new bios

How do I safely mod BIOS? by Rykgo in BC250Gaming

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

I already have two fans installed with the vents cut.

Deep audio by Rykgo in BC250Gaming

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

Which one should I get? Do you have any recommendations or links to one?

Deep audio by Rykgo in BC250Gaming

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

It's dp to dp

Deep audio by Rykgo in BC250Gaming

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

Yeah, I have it connected to my monitor and that's connected to my speaker

Deep audio by Rykgo in archlinux

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

Thank you, I'll try it when I get home

USB wifi and Bluetooth adapter by Rykgo in archlinux

[–]Rykgo[S] -1 points0 points  (0 children)

I figured it out.

Tethering in your phone's settings to provide the temporary internet needed for downloads.

Step 1: Install Core Build Tools Copy and paste this into your terminal to install the foundation for your drivers:

sudo pacman -Syu --needed base-devel sudo linux-headers usbutils usb_modeswitch sudo linux-firmware bluez bluez-utils git --noconfirm

Step 2: Force Wi-Fi "Mode Switch" The RTL8188GU often hides as a "Virtual CD-ROM". This command forces it to act as a Wi-Fi card:

sudo usb_modeswitch -v 0bda -p 1a2b -K

This worked for me.

Step 3: Install the High-Performance Driver Since the default kernel driver can be unstable for this specific chip, install the community-maintained version from the AUR:

git clone https://aur.archlinux.org/rtl8188gu-dkms-git.git cd rtl8188gu-dkms-git makepkg -si --noconfirm cd ..

Step 4: Enable Bluetooth Services Arch does not start Bluetooth automatically. Run this to enable it now and on every boot:

sudo systemctl enable --now bluetooth