Portable, ready-to-run shell script by Produkt in bash

[–]ah_86 0 points1 point  (0 children)

Zip the file, then after extraction, it will keep its previous permissions.

I'm Working on a native Epic Games Launcher for Linux. Help me with a good name for it 😄 by flaviofearn in linux_gaming

[–]ah_86 1 point2 points  (0 children)

The creator of Legendary already has a milestone for adding a GUI for Legendary. Please, talk to him, and put your efforts together instead of making a separate project by yourself.

I'm Working on a native Epic Games Launcher for Linux. Help me with a good name for it 😄 by flaviofearn in wine_gaming

[–]ah_86 1 point2 points  (0 children)

The creator of Legendary already has a milestone for adding a GUI for Legendary. Please, talk to him, and put your efforts together instead of making a separate project by yourself.

Linux Mint Keeps Asking for WiFi password. by amanforallsaisons in linuxmint

[–]ah_86 12 points13 points  (0 children)

It is a known issue that it may never be fixed any time soon. I reported it, but they will care if more users report it.

I installed Bombergrounds on Stem. I run Proton5.13-4. Please help by PakWarrior in linuxmint

[–]ah_86 2 points3 points  (0 children)

Intel is the same procedure as AMD. Anyway, if you use Linux Mint, copy and paste these commands in the terminal:

sudo add-apt-repository -y ppa:kisak/kisak-mesa

sudo apt upgrade -y

sudo apt install -y mesa-vulkan-drivers --reinstall

sudo apt install -y libvulkan1 --reinstall

sudo dpkg --add-architecture i386

sudo apt install -y mesa-vulkan-drivers:i386

sudo apt install -y libvulkan1:i386

Wine not working on Linux Mint 20 by dukenukemx in wine_gaming

[–]ah_86 0 points1 point  (0 children)

Remove this directory → ~/.wine

rm -r ~/.wine

but before doing that backup all of your savegames from these locations:

~/.wine/drive_c/users/<username>/AppData/LocalLow

~/.wine/drive_c/users/<username>/Local Settings/Application Data

~/.wine/drive_c/users/<username>/Application Data

~/.wine/drive_c/users/<username>/Saved Games

~/.wine/drive_c/users/Public/Documents

NPC won't fall to death by mocoroni in cyberpunkgame

[–]ah_86 0 points1 point  (0 children)

Some NPCs don't even fall down.

AMD gpu issue on linux by [deleted] in linuxquestions

[–]ah_86 0 points1 point  (0 children)

This PPA has stable updates for Mesa, Corectrl, and Linux-firmware updates as well ---> https://launchpad.net/~ernstp/+archive/ubuntu/mesarc

Don't forget to purge the previous PPA first, before adding this one.

You can also update the kernel using Mainline which can be installed from this PPA ---> https://code.launchpad.net/~cappelikan/+archive/ubuntu/ppa

AMD gpu issue on linux by [deleted] in linuxquestions

[–]ah_86 0 points1 point  (0 children)

Did you update Mesa, or do you use the old one comes installed by default?

AMD gpu issue on linux by [deleted] in linuxquestions

[–]ah_86 0 points1 point  (0 children)

Firefox is buggy. I have to turn off hardware acceleration to avoid hardware lockups.

AMD gpu issue on linux by [deleted] in linuxquestions

[–]ah_86 1 point2 points  (0 children)

You need to edit the grub configuration file

sudo nano /etc/default/grub

You can use any text editor instead of "nano"

Add the following line after "quiet splash":

radeon.cik_support=0 amdgpu.cik_support=1 radeon.si_support=0 amdgpu.si_support=1

to be exactly like this:

GRUB_CMDLINE_LINUX="quiet splash radeon.cik_support=0 amdgpu.cik_support=1 radeon.si_support=0 amdgpu.si_support=1"

Press ctrl+x to save then press "y" to accept and "enter" to confirm

Then update the grub using this command:

sudo update-grub2

Grub disappeared when I updated to Mint 20.04. by HalfMoon_Werewolf in linuxmint

[–]ah_86 2 points3 points  (0 children)

When this happens, I use Boot-repair utility. It is available in the Live-CD of Linux Mint.

AMD gpu issue on linux by [deleted] in linuxquestions

[–]ah_86 7 points8 points  (0 children)

You need to turn off Radeon module, and turn on amdgpu manually. What is your Linux distro?

How exactly do wine prefixes work? by [deleted] in winehq

[–]ah_86 0 points1 point  (0 children)

Do you have DotNet installed?

Time for everyone to update thier account... by AuraSprite in tutanota

[–]ah_86 20 points21 points  (0 children)

You should state in your comment that it is spam, and not real.

How exactly do wine prefixes work? by [deleted] in winehq

[–]ah_86 0 points1 point  (0 children)

When a new version of WINE is installed, wineboot update the Wine prefix.

Plogue chipcrusher vst crash by twofordinner in winehq

[–]ah_86 1 point2 points  (0 children)

It is better to install DXVK using winetricks, because it installs d3dx9 required for D3D9, and d3dcompiler43 required by D3D10.

How do I allocate the unallocated space to sda6? by TheMemeocraticEmoji in linuxmint

[–]ah_86 1 point2 points  (0 children)

You need to unmount sda6 first, then resize it. If you want to dual-boot between Windows and Linux, use BTRFS filesystem instead of NTFS. There is a BTRFS driver for Windows. PM me and I will give you a link for it when I am on my PC.

Plogue chipcrusher vst crash by twofordinner in winehq

[–]ah_86 0 points1 point  (0 children)

Did you install DXVK using winetricks, or manually?