Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 780  / 2 Years ago, sun, december 12, 2021, 10:27:14

When I launch an application / a game and while I'm using it, it hangs up and I can't quit to return to desktop by Alt+Tab or something like this.



I want to return to desktop, open a terminal and kill the app / game.



Do you have any solution?


More From » games

 Answers
2

You can open a TTY by pressing Ctrl+Alt+F1.



It'll look like a terminal, just login as usual with your login name and password.



Then two options to stop the game:




  • type ps -aef to identify the process id of your game (it should be one of the last entries) and kill it with kill -9 <pid>

  • type pkill <game name>



Once the game process is killed, you can reopen the Desktop session by pressing Ctrl+Alt+F7. (Note that opening a TTY did not stop or close your active sesssion)


[#22837] Tuesday, December 14, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ngthmated

Total Points: 12
Total Questions: 115
Total Answers: 113

Location: Saint Vincent and the Grenadines
Member since Wed, Apr 21, 2021
3 Years ago
;