09 Dec 10, 12:23PM
masterrob213: you seem to be very new to the *nix world .. you don't need to restart your computer. For one thing you could just pass "-t" to your binary to make it use a windowed-mode instead of fullscreen. But even if it's "hiding" your desktop - you still have (at least 5) consoles. Press Ctrl+Alt+[F1..F5] to get to one of them - login (as the same user running AC) - then do a
Find the proper line and PID (process identifier) (2nd column) describing the AC process and then do (example, numbers will be different for you):
Once that process has been killed you can return to your desktop - depending on OS this is at Ctrl+Alt+ F6 or F7, or maybe even F8. Sometimes the resolution may have been botched, and often the mouse will be unresponsive - this is either fixed by a run-and-quit of a cube-engine .. or indeed by a restart - but it'd be enough to restart your X-session. On Gnome the system-menu can be reached via Alt+F1 .. then use your keyboard to get to a logout button - you might have direct access to some restart/logout/..-options by pressing Ctrl+Alt+Del .. it depends on which OS/screenmanager (and version thereof) you're running. Learn to use your box, that's what makes *nix so different from Windows - it's documented and fully-configurable .. not a blackbox-system that gives you empty error-messages and no way to cure stuff other than rebooting :-P
[SELECT ALL] Code:
ps aux|grep _client
[SELECT ALL] Code:
foo@bar:~$ ps aux|grep _client
foo 2696 74.1 4.6 481816 189216 pts/0 Rl+ 12:13 0:11 /home/foo/Games/AC/1.1.0.4/bin_unix/linux_64_client --home=/home/foo/.assaultcube_v1.1 --init
foo 2729 0.0 0.0 12756 856 pts/1 S+ 12:14 0:00 grep --color=auto _client
foo@bar:~$ kill -9 2696