Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 2.45 KB

cyberpunk-2077.md

File metadata and controls

67 lines (40 loc) · 2.45 KB

Here is how you can run Cyberpunk 2077 on this laptop on Linux (Pop!_OS 22.02)

I expect the reader to have basic familiarity using Bottles

  1. Get Bottles from Pop!_Shop or simply enter this on the terminal

    flatpak install flathub com.usebottles.bottles
  2. Get the necessary game files (how you manage to get them is upto you).

  3. Grant necessary permissions for Bottles

    a. install Flatseal

    flatpak install flathub com.github.tchx84.Flatseal
    

    b.

    image image

    Replace the username in the path in below screenshot with your username

    image image

  4. Run this on Terminal

flatpak override com.usebottles.bottles --user --filesystem=xdg-data/applications
  1. This dependency is required for Cyberpunk 2077

    image

    Install vkBasalt for Post Processing effects

    flatpak install org.freedesktop.Platform.VulkanLayer.vkBasalt/x86_64/22.08
  2. Now before launching the game, make these changes in Cyberpunk 2077 Bottles settings for good results

image image

  1. For Ray Tracing and DLSS

image

  1. If the keyboard is detected as a controller, follow this

Backup the original Cyberpunk2077.exe file and then run this

echo '2C45C6: EB' | xxd -r - Cyberpunk2077.exe
  1. To solve touchpad gestures crashing the session on Wayland

    xinput list --name-only | grep ^xwayland-pointer-gestures | xargs -n1 xinput disable