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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
07-22-2009, 01:34 AM
|
#1
|
|
LQ Newbie
Registered: Jul 2009
Posts: 15
Rep:
|
Fedora 11, installing GFX card driver
Im new to the forum and linux, any help would be appreciated.
I am running fedora 11, 3.0ghz duel core intel proc, evga 9800 gtx gfx card. I recently discovered the driver " NVIDIA-Linux-x86-185.18.14-pkg1.run " for my card. I was wondering how to install it? I attempted to follow some commands provided on the nvidia site, but i received either: "permission denied", or "unable to detect character coding" in gedit. Any ideas?
|
|
|
|
07-22-2009, 02:25 AM
|
#2
|
|
Senior Member
Registered: Dec 2008
Location: Gorizia, Italy
Distribution: Debian Testing Amd64
Posts: 3,256
Rep: 
|
Quote:
Originally Posted by Vask
Im new to the forum and linux, any help would be appreciated.
I am running fedora 11, 3.0ghz duel core intel proc, evga 9800 gtx gfx card. I recently discovered the driver " NVIDIA-Linux-x86-185.18.14-pkg1.run " for my card. I was wondering how to install it? I attempted to follow some commands provided on the nvidia site, but i received either: "permission denied", or "unable to detect character coding" in gedit. Any ideas?
|
You'll need to run that as root or else use sudo. In a terminal cd to the folder where the install file is found. To check if it is executable type this:
Code:
ls -l NVIDIA-Linux-x86-185.18.14-pkg1.run
You should see one or more small x's at the beginning of the line. If that's true then as root do,
Code:
./NVIDIA-Linux-x86-185.18.14-pkg1.run
That should run the install script. Just follow the instructions.
cheers,
jdk
|
|
|
|
07-22-2009, 06:18 AM
|
#3
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,762
|
Or how about this :
# yum install xorg-x11-drv-nvidia
You will need the 'rpmfusion' repo's
http://rpmfusion.org/Configuration
"RPM Fusion free for Fedora 10 and 11"
"RPM Fusion nonfree for Fedora 10 and 11"
.....
|
|
|
|
07-22-2009, 07:02 AM
|
#4
|
|
Member
Registered: Jun 2008
Distribution: Fedora 12 i686, Debian 5.0.1 i686, Fedora 14 x86_64, Debian Lenny 5.0.1x86_64 and CentOS_5.4_x86-64
Posts: 311
Rep:
|
Quote:
Or how about this :
# yum install xorg-x11-drv-nvidia
You will need the 'rpmfusion' repo's
http://rpmfusion.org/Configuration
"RPM Fusion free for Fedora 10 and 11"
"RPM Fusion nonfree for Fedora 10 and 11"
|
I agree to this , it is always good to installed from the tested repositories.
you can also try yum install kmod-nvidia
|
|
|
|
07-22-2009, 01:21 PM
|
#5
|
|
LQ Newbie
Registered: Jul 2009
Posts: 15
Original Poster
Rep:
|
Thanks for the help, so i followed what knudfl suggested, that installed NVIDIA X server settings. I am unsure if that is different then the driver i have but a driver related issue that is occurring is not fixable through this program.
When typing the ls -l code i receive " -rw-rw-rw-. " but no x's. When i attempt to run the installer as root, it still returns 'permission denied.'
The driver related issue im referring to causes my screen to be shifted to the right 3". A black bar replaces the 3" on the left, and the screen continues past the edge of my monitor on the right. When i run a game, it aligns correctly. Also, i still recieve this error when trying to run some games:
"Your system currently is not capable of hardware accelerated 3D. Therefore glest cannot run.
Usually the cause of this error is that there are no Free Software drivers for your graphics card, please contact your graphics card manufacturer and kindly ask them to provide Free Software support for your card."
Last edited by Vask; 07-22-2009 at 01:23 PM.
|
|
|
|
07-22-2009, 02:42 PM
|
#6
|
|
Member
Registered: Jun 2008
Distribution: Fedora 12 i686, Debian 5.0.1 i686, Fedora 14 x86_64, Debian Lenny 5.0.1x86_64 and CentOS_5.4_x86-64
Posts: 311
Rep:
|
i think you may need to unistall the nVidia driver first
use the below command
rpm -qa | grep nVidia
it will list the packages with the name nVidia, unistall them
yum -remove <package_name>
now re-install the X11-drv , and see what is happening.
let me know the output .
|
|
|
|
07-22-2009, 02:50 PM
|
#7
|
|
LQ Newbie
Registered: Jul 2009
Posts: 15
Original Poster
Rep:
|
There was no output from that call. Tried it with different capitals on the NVIDIA in case that mattered, still no output.
Most likely because i never successfully installed the driver.
Last edited by Vask; 07-22-2009 at 02:53 PM.
|
|
|
|
07-22-2009, 03:49 PM
|
#9
|
|
LQ Newbie
Registered: Jul 2009
Posts: 15
Original Poster
Rep:
|
Ok, thanks alot. Ill see if that fixes the screen align problem.
edit- That driver is already installed. - Any ideas how to fix the 'accelerated 3d" error?
Last edited by Vask; 07-22-2009 at 03:56 PM.
|
|
|
|
07-22-2009, 04:03 PM
|
#10
|
|
Guru
Registered: Aug 2005
Posts: 9,695
|
also if you have ALREADY installed the .run driver you MUST uninstall it first
Code:
su -
telinit 3
---- relogin as root in text mode -----
cd /to/the/nvidia.run
sh ./*.run --uninstall
|
|
|
|
07-22-2009, 05:14 PM
|
#11
|
|
LQ Newbie
Registered: Jul 2009
Posts: 15
Original Poster
Rep:
|
The .run driver was never installed, i continuously get 'permission denied' trying to install that. The driver downloaded from rpm fusion is currently installed however. Should i uninstall that, then reinstall? At no point was the .run driver installed.
|
|
|
|
07-22-2009, 06:02 PM
|
#12
|
|
Guru
Registered: Aug 2005
Posts: 9,695
|
you need to be root to install software
|
|
|
|
07-22-2009, 06:07 PM
|
#13
|
|
LQ Newbie
Registered: Jul 2009
Posts: 15
Original Poster
Rep:
|
su, root or
telinit 3 + login as root, root?
Ive attempted in both, both return 'permission denied'
|
|
|
|
07-22-2009, 10:39 PM
|
#14
|
|
Senior Member
Registered: Dec 2008
Location: Gorizia, Italy
Distribution: Debian Testing Amd64
Posts: 3,256
Rep: 
|
Quote:
Originally Posted by Vask
su, root or
telinit 3 + login as root, root?
Ive attempted in both, both return 'permission denied'
|
open a terminal and cd to the folder where the nvidia.run file is. Then type and then post the output.
cheers,
jdk
|
|
|
|
07-22-2009, 11:40 PM
|
#15
|
|
Guru
Registered: Aug 2005
Posts: 9,695
|
seeing as you stated you did not install the .run driver .There is no need to worry about it
while installing software from the terminal you WILL NEED to use " su - " ( with the - )then type in your root password when asked
or if using the gui ( add and remove software) a box will pop up for you to type in the root password
also with a .run or .bin installer you need to change the default of -- not an executable -- to an executable file using the gui r-click menue or with the terminal
for the terminalit is
Code:
su -
cd /to/the/file/*.bin
chmod +x *.bin
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:22 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|