Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Known Issues

yungDoom edited this page Jul 3, 2024 · 6 revisions

Console Not Working/Crashing after -console parameter

Method 1

Remote

Go over to: /home/<name>/.steam/steam/userdata/<your id>/730/remote/cfg
If you're using Goldberg, you should go to: /home/<name>/.local/share/Goldberg SteamEmu Saves/730/remote/cfg
Open config.cfg and add con_enable "1" parameter.

Local

Go over to: /home/<name>/.steam/steam/userdata/<your id>/730/local/cfg
If you're using Goldberg, you should go to: /home/<name>/.local/share/Goldberg SteamEmu Saves/730/local/cfg
Open config.cfg and add con_enable "1" parameter.

Method 2 (HARD)

If you have a issue that if you use -console parameter and you get a crash, you can fix it by trying these steps:
Install these dependencies/packages before continuing:

sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt upgrade

If you want to delete the ppa's you can do this by just downloading this package:

sudo apt install ppa-purge

And type this to the terminal:
sudo ppa-purge ppa:kisak/kisak-mesa

Then you can continue following the steps.
  1. Install xserver-xorg-video-nouveau driver.
  2. Restart PC
  3. Enter the csgo with -console parameter
  4. open console and type con_enable 1
  5. Close the game
  6. Install Latest NVIDIA/AMD or Intel Driver
  7. Restart PC
  8. Enter the game without -console parameter
  9. Open console and done.

When Resolution is changed, I can't click anything???

It's because the display settings of your linux, you need to change it.
Ex: If you changed the game resolution to 1280x720, you also need to change it from the display settings in linux too!