LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-31-2015, 04:46 PM   #1
anon014
LQ Newbie
 
Registered: Mar 2015
Posts: 5

Rep: Reputation: Disabled
Unhappy Need help getting Team Fortress 2 working on Ubuntu 14.10


I rescently installed Ubuntu 14.10 (AMD64) on my ASUS X53U (CPU: Brazos Dual Core E350 1.6 GHz GPU: HD 6310M, 3GB RAM) I downloaded Steam from the website, installed it, got some errors and managed to ruin everything (low res, really slughish) by just pasting commands into the terminal that seemed to make sense while I actaully had no idea what I was doing.
So I "threw everything out the window" and installed the OS fresh again.
Everything is fresh. All I have done is run the software updater and installed Grub Customizer so I can access Windows 7. (don't even have Steam installed)
So what are the exact steps on setting up all the OpenGL stuff and getting TF2 to run? (simply things to paste in the terminal would be best)
The most helpful person gets a game of their choice on Steam for under 10 euros.
I know that it should be possible to find everything myself but I just don't have the time or intelligence for that. That's why I would rather just have someone else spend time helping me and buy them a game for their efforts.
 
Old 04-01-2015, 12:11 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
For the drivers, search for the "Additional Drivers" program, you should find it somewhere in the "Software Sources" setting, IIRC.
For Steam, open the Ubuntu Software Center and search for Steam, then install it from there.
No commandline usage is needed for these two tasks.
 
1 members found this post helpful.
Old 04-01-2015, 12:52 PM   #3
anon014
LQ Newbie
 
Registered: Mar 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
For the drivers, search for the "Additional Drivers" program, you should find it somewhere in the "Software Sources" setting, IIRC.
For Steam, open the Ubuntu Software Center and search for Steam, then install it from there.
No commandline usage is needed for these two tasks.
Found Additional Drivers using Search your computer and online sources. It opened a window called Softwere & Updates.
I found Steam using the software centre but there is no install button and clicking More Info gives me this: There isn’t a software package called “steam” in your current software sources. That's why I downloaded Steam from the website before. Should I do the same again? I also read somewhere that there is a terminal command for installing Steam; maybe I should use that? I don't know it by the way.
 
Old 04-01-2015, 02:19 PM   #4
anon014
LQ Newbie
 
Registered: Mar 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
The previous reply took long to show up so I wrote an another one and now I have no idea how to delete this

Last edited by anon014; 04-01-2015 at 03:12 PM.
 
Old 04-02-2015, 08:31 AM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by anon014 View Post
Found Additional Drivers using Search your computer and online sources. It opened a window called Softwere & Updates.
I found Steam using the software centre but there is no install button and clicking More Info gives me this: There isn’t a software package called “steam” in your current software sources. That's why I downloaded Steam from the website before. Should I do the same again? I also read somewhere that there is a terminal command for installing Steam; maybe I should use that? I don't know it by the way.
The steam package is part of Ubuntu's multiverse repository, it may be possible that you have to enable that first in the Software & Updates Windows. If that doesn't help install the Gdebi program, this will allow you to easily install the Steam package you have downloaded.
 
Old 04-02-2015, 02:27 PM   #6
anon014
LQ Newbie
 
Registered: Mar 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
The steam package is part of Ubuntu's multiverse repository, it may be possible that you have to enable that first in the Software & Updates Windows. If that doesn't help install the Gdebi program, this will allow you to easily install the Steam package you have downloaded.
Software restricted by copyright or legal issues (multiverse) is already ticked in Software & Updates.

I downloaded Steam from the website and used GDebi Package Installer to install it. It installed A LOT quicker than by using Ubuntu Software Centre!

I opened Steam and it gave me this error message:
OpenGL GLX context is not using direct rendering, which may cause performance problems.

For more information visit https://support.steampowered.com/kb_...9938-EYZB-7457.

Previously, I tried using glxinfo | grep to see if I have direct rendering on. Like it asked, I installed glxinfo and found out that it WAS actually on. So I'm assuming that it would be the same this time too
From what I read before, I should just ignore the error but it would still be nice if I could get rid of it...

I'm assuming that it doesn't really matter when I download TF2 so that's what I did.

Trying to launch it gives me this error: Could not find required OpenGL entry point 'glGetError' Either your video card is unsupported, or your OpenGL driver needs to be updated.

I tried doing the thing where you remove libgcc_s.so.1 from /home/username/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu and restarting Steam but that didn't change anything and I put it back where it was.

I looked at the system requirements and it said I need AMD 12.11 drivers and OpenGL 2.1. How do I know if I have them and if not, how do I get them?
 
Old 04-03-2015, 06:22 AM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Steam needs 32 bit libraries for your graphics driver installed, since Steam itself is a 32 bit program. You can enable the use of 32 bit libraries with
Code:
sudo dpkg --add-architecture i386
sudo apt-get update
You will have to reinstall the drivers afterwards, but since I am not using Ubuntu I am not sure if this is sufficient.
 
Old 04-10-2015, 09:53 AM   #8
anon014
LQ Newbie
 
Registered: Mar 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Steam needs 32 bit libraries for your graphics driver installed, since Steam itself is a 32 bit program. You can enable the use of 32 bit libraries with
Code:
sudo dpkg --add-architecture i386
sudo apt-get update
You will have to reinstall the drivers afterwards, but since I am not using Ubuntu I am not sure if this is sufficient.
I don`t know why but I decided to try using the non open source drivers and that got it working. Loading times are horrible, however. Are the open source drivers better? Is it even worth trying to get them working?
Sorry for the time it took to respond.
 
Old 04-10-2015, 10:03 AM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
From what I have heard (I don't use AMD graphics for gaming anymore, guess why) the open source driver delivers a lower framerate, but the framerate is more constant. Many users complain about microstuttering when using the proprietary drivers for Source engine based games. However, I doubt that the driver in use a significant influence on loading times.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Updated NVIDIA Benchmarks On Ubuntu With Team Fortress 2 LXer Syndicated Linux News 0 11-08-2013 11:03 PM
Trying to run Team Fortress 2 on Ubuntu 12.04 actyler1012 Linux - Games 1 02-22-2013 06:58 PM
LXer: Team Fortress 2 on Linux!! LXer Syndicated Linux News 0 10-24-2012 01:40 AM
Team Fortress 2 black screen but it's loaded with sounds? stephy Linux - Games 4 04-11-2008 10:01 AM
Quick Rant on Team Fortress Whitehat General 2 08-30-2003 11:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration