LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-30-2013, 09:47 AM   #1
Dota2Bound
LQ Newbie
 
Registered: Jul 2013
Posts: 2

Rep: Reputation: Disabled
Upgrading my video drive


ok so my final goal is to get dota2 working on steam, I upgraded my linux to the latest version yesterday and I concluded that I needed to upgrade my video drive.

Error message steam gave me
http://i40.tinypic.com/2n650mr.png

Steam info
http://i41.tinypic.com/110vixe.png
http://i41.tinypic.com/2dl7ig9.png

System Specs
http://i42.tinypic.com/bg319l.png

Then i concluded that I needed to upgrade to NVIDA-Linux-x86-319.32.run
I allow as executable file then Run in terminal
Then
http://i44.tinypic.com/fpczs4.png
So I access the terminal and change my status to the root user by sudo -i
Btw NVIDIA-Linux-x86-319.32.run is in /ben/home/desktop
I do this and get this:
http://i41.tinypic.com/291kwv4.png

Anyways thanks for taking interest in my problem, I was wondering if you had any advice you could offer me.

Questions:
1) Is it even possible for me to play dota2 on this machine?
2) Should I be upgrading to NVIDIA-Linux-x86-319.32.run?
2a) If not what should I do?
2b) If yes, how?
 
Old 07-31-2013, 07:00 PM   #2
Meson
Member
 
Registered: Oct 2007
Distribution: Arch x86_64
Posts: 606

Rep: Reputation: 67
Most distributions have the nVidia binary driver pre-packaged.

It looks like you're using Ubuntu. There is a GUI to enable the "restricted driver" for your video card.
https://help.ubuntu.com/community/Bi...erHowto/Nvidia

Last edited by Meson; 07-31-2013 at 07:01 PM.
 
Old 07-31-2013, 08:58 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Also most distros are using the Nouveau driver
and you will have to manually disable the nouveau driver FIRST in order to install the nvidia.run driver
( the udev blacklist dose not work well on all distros)

using your package manager to install the version of the nvidia driver that was PREPARED for the use on your distro is normally a better option

Quote:
2) Should I be upgrading to NVIDIA-Linux-x86-319.32.run?
the 325.08 "NVIDIA-Linux-x86_64-325.08.run" is the current
but the 319 is the "long life" version

--------- edit -----------
from the photo
http://i41.tinypic.com/291kwv4.png
you placed the driver on your normal users DESKTOP !!!!
this is not a Microsoft Operating system
you do not use the desktop to install things from

also i am betting you placed it on your NORMAL users Desktop and NOT on the root accounts "Desktop"
different folders and likely on different partitions

as root copy it to /

then reboot WITH X DISABLED !!!!!!!!!!!
text only, NO GUI ,NO KDE, NO GNOME
-- TEXT ONLY ---


then login as root in the text boot login
-- this is fine to do , just do not run the gui as root ( that has been disabled on a lot of OS's )
cd to /
the .run is a shell script with a binary file attached
Code:
cd /
sh NVIDIA*.run
then say "yes" to everything using the arrow keys and < enter>

but
it is likely this will FAIL if the boot image has NOT had the nouveau driver REMOVED
as in you will have to rebuild the boot image first - without the nouveau driver
then install the .run

-- this is a LOT of extra work

just use your package manager
--

Last edited by John VV; 07-31-2013 at 10:28 PM.
 
Old 07-31-2013, 09:41 PM   #4
flyinggeorge
Member
 
Registered: Feb 2012
Location: United States
Distribution: Slackware 14.0
Posts: 159

Rep: Reputation: 3
According to nvidia, shut down the X server and log in as root. run ./NVIDIA*.run the installer will do all the work for you and even generate a new Xorg.conf.

Although maybe using the package in the distribution center would be easier for you?
 
Old 08-02-2013, 09:58 AM   #5
Dota2Bound
LQ Newbie
 
Registered: Jul 2013
Posts: 2

Original Poster
Rep: Reputation: Disabled
Thanks

Thanks for the advice everyone, I am still trying to fix it and I will have some feedback shortly.
 
Old 08-02-2013, 10:18 AM   #6
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by Dota2Bound View Post
System Specs
http://i42.tinypic.com/bg319l.png

Questions:
1) Is it even possible for me to play dota2 on this machine?
2) Should I be upgrading to NVIDIA-Linux-x86-319.32.run?
2a) If not what should I do?
2b) If yes, how?
1- Not without a hardware upgrade.

Quote:
Dota 2 Linux Minimum System Requirements:
Ubuntu 12.04
Dual core from Intel or AMD at 2.8 GHz
4GB RAM
8GB Hard Drive Space,
nVidia GeForce 8600/9600GT, ATI/AMD Radeaon HD2600/3600 (Graphic Drivers: nVidia 310, AMD 12.11), OpenGL 2.1
OpenAL Compatible Sound Card
http://store.steampowered.com/news/11109/

Your screenshot makes me think you are running a 6150SE nForce 430, which is far under the 8600GT required.

2- No, you cant. The 6XXX and 7XXX series cards haev been dropped from drivers newer than the 30X (currently 304.XX) drviers. 319.XX/325.XX will not run on that video chip.
 
  


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
[SOLVED] video discoloration after upgrading to 10.04 Predatorian Linux - Software 9 04-06-2012 02:06 AM
Video problems upgrading to Fedora 9 tron_thomas Linux - Software 2 05-27-2008 08:06 PM
Upgrading Video Drivers blakeless Linux - Software 1 04-13-2005 09:56 PM
Video problem after upgrading to Redhat 9 ArunBom Linux - Newbie 9 02-09-2004 04:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:41 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