|
Linux Gaming Support on Our Favorite Free Platform |
![]() |
| LinkBack | Thread Tools | Rate Thread |
| ||||
Beginners Tips for PC Gaming in Linux This Linux tutorial is meant to offer tips on how to install & run PC Games in Mint 13. I cannot guarantee these steps will work in other distributions. If your game has no native Linux installation binaires, Wine is your next best bet for the game to work. I obviously cannot guarantee the game to work in Wine either. I also recommend learning the basics of Terminal commands. I know its silly to learn commands for gaming when Windows doesn't require any command line knowledge, but since Linux is totally free and most of the basic apps are also free, its worth a little bit of your time so you can successfully install/run/diagnose your game. Here are some commands that may help you with PC games on Linux: Note: when a successful command is run you won't get any evidence that it ran properly in the Terminal. So if you don't get an error, it successfully did exactly what you told it to do. Important Note: Any time you type a command, you will need to press ENTER to execute it in the Terminal. Always press ENTER when type a command. Also, executed commands may or may not give you a result. Sometimes executing a command won't prompt anything which means you did it correctly. Basic Commands cd - create directory, the same as double-clicking a folder / - Root is the very top directory in the tree. Just about everything in Linux resides in the root folder. Examples: Code: cd /home/username Note: "username" is where you type your login Warning: Changing files & directories in the / (root) folder can break your operating system ls - lists all the folder, files and links in your current directory Examples: Code: cd /home/username Code: ls sudo - means "run as administrator" necessary for making changes to game files/directories chown - change ownership. some games/downloads/patches will not give you full ownership to the files and directories. Examples: Code: sudo chown booman /home/booman/games chmod - changes permissions to the executables and directories Examples: Code: sudo chmod +x doom3.1.31.sh Code: sudo chmod 777 quakewars.sh Killing a crashed/locked-up game: There are times when my game locked up or is frozen to the point where I can't do anything. I can't close the game or even shutdown Mint. Instead of pressing the power button try killing the game first: Ctrl+Alt+F1 - runs a Shell so you can use the command line independent of X Windows. Ctrl+Alt+F8 - goes back to the X Windows Mint (Graphical User Interface) Code: ps -ef Code: ps -ef | grep nameofgame Code: ps -U booman Code: ps -G booman Code: sudo kill game.exe Installing: Code: apt-get install Sometimes you will get an error about a missing library to run your game. Look up the library online to find the package name and then search in your software manager or do an apt-get install. Code: apt-get remove Code: apt-get update Code: apt-get upgrade Examples: Code: sudo apt-get install alsa-base Code: sudo apt-get install libjpeg62 Not to mention updating a library needed for the game. When I create a tutorial and find that my Mint 13 requires some extra Terminal commands, I will list them step by step in order to help your installation be as easy as possible. Meanwhile you will be learning more about how Linux works and some behind-the-scenes workings. Security Warnings: As always, there are security risks when using your computer. Be careful what you download from the internet and what directories/files you make changes too. If you are not sure if a change will compromise your computer, look it up online first. Every time you you use the commands: Code: su Code: sudo There is a lot of information online that will help you learn Linux and how to use programs and play games, all the while keeping your Operating System secure. Links: Mint Community: Linux Mint Community Google Linux: Basic Linux Commands - Google Code University - Google Code Ubuntu Pocketguide: Ubuntu Pocket Guide and Reference - Keir Thomas - Google Books Playonlinux Forums: Forums - PlayOnLinux - Run your Windows applications on Linux easily! WineHQ Help: WineHQ - Getting Help CodeWeavers (cost $$): CrossOver: Windows Games on Mac OS X and Linux with the easiest and most affordable emulator - CodeWeavers Dedoimedo: How to get and install Linux games - Full tutorial - A.K.A. Everything you wanted to know about Linux games Ubuntu 12.04 Getting Started: Getting Started with Ubuntu 12.04 Free Guide
__________________ Booman Mint 17.3 64-bit Wine 2.0 PlayOnLinux 4.2.10 Linux Guides: PC Games Linux Beginners Tips Linux Games List Mack Truck Dungeon Of Fire Spray Booth Tutorial Last edited by booman; 15th February, 2013 at 10:20 PM. |
![]() |
Tags |
apt-get , beginners , chmod , chown , command line , killall , linux , linux for beginners , linux tips , new to linux , shell , sudo , unix |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Rate This Thread | |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FAQ for Linux gaming | ThunderRd | Linux | 7 | 16th October, 2012 11:05 PM |
Bloggers on Linux gaming | ThunderRd | Linux | 19 | 17th September, 2012 05:01 PM |
Linux used as gaming server? | JayJay | Linux | 6 | 11th August, 2012 08:05 PM |
Beginners guide to Linux: where to start | danrok | Linux | 2 | 13th March, 2012 11:32 PM |