LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 05-23-2006, 12:32 AM   #1
soulxcavtor
Member
 
Registered: May 2006
Location: USA.FLorida
Distribution: Mandriva 2006 PowerPack
Posts: 238

Rep: Reputation: 30
Nvidia Questions


I'm writing down all my questions and info on a notepad since I cannot transfer files to linux to windows (but can copy then frmo windows to linux..) I'm trying to get my OpenGL to work, I try testing the driver in the Run Config tool section of my vid card device number in drakconf but all I get is a Rainbow. I copied some info for you to look at maybe I didnt config or install my drivers correct, all I did was install Linux and install core update to mandriva... nothing else...


In the KDE>Info>OpenGL info I get this for my vid card

3D Accerleator: Unknown

Renderer Geforce: 5500/PCI

Kernel Module: Unknown (im guessing this is a problem)

How do I get my opengl and my games working???

Thanks for any help

BTW Distro: Mandriva 2006 powerpack

Video Card: BFG Technologies GeForce FX 5500 OC NVIDIA GeForce FX 5500, (256 MB) PCI Graphic Card

Last edited by soulxcavtor; 05-23-2006 at 12:34 AM.
 
Old 05-23-2006, 12:55 AM   #2
ShaneK
Member
 
Registered: Mar 2005
Location: Lancaster, PA
Distribution: Gentoo, Fedora Core
Posts: 39

Rep: Reputation: 15
Have you tried downloading the latest driver for your cpu architecture from nvidia.com? You'll need their driver to use open GL (there is no GPL nvidia driver that gives 3d hardware acceleration)

Download it, and run the shell script as root. Answer a few questions, and you should be good to go. The only bummer about this setup is that you have to re run it every time you update or change your kernel. Some distributions have a package that includes these drivers, and gets updated as you update your kernel automatically.
 
Old 05-23-2006, 01:19 AM   #3
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
As ShaneK mentioned, if you go to the nVidia download page you will find complete instructions on how to install the drivers. It's pretty easy, and at a high level you just need to download a file, then run one command (sh NVIDIA*.run)

Personally, I prefer manually installing the nVidia drivers rather than depending on my distro to do it for me. Just my 2 cents
 
Old 05-23-2006, 01:28 AM   #4
soulxcavtor
Member
 
Registered: May 2006
Location: USA.FLorida
Distribution: Mandriva 2006 PowerPack
Posts: 238

Original Poster
Rep: Reputation: 30
I'll give it a try, I just figured the Core Update package would install and config the drivers for me, but I dont think that worked out.

When it asks Configure all heads independenty
Use Xinema Exstion
Configure " "
Configure card nvidia(xxxx) " "

Which one do I choose?
 
Old 05-23-2006, 01:50 AM   #5
soulxcavtor
Member
 
Registered: May 2006
Location: USA.FLorida
Distribution: Mandriva 2006 PowerPack
Posts: 238

Original Poster
Rep: Reputation: 30
I'm still getting a Rainbow when I try to test it the setting after installing NVIDIA-Linux-x86-1.0-8762-pkg1 with sh.

sh NVIDIA-Linux-x86-1.0-8762-pkg1.run

It said it would have to create a kernel module for me during installation and said installed fine but inside Open GL still displays Kernel Module: Unknown? and still getting rainbow tests.
 
Old 05-23-2006, 02:06 AM   #6
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
Quote:
I just figured the Core Update package would install and config the drivers for me, but I dont think that worked out.
I bet you a dollar it didn't. nvidia drivers are propritary. If you want hardware acceleration, you need to get the driver form their website.

Quote:
I'm writing down all my questions and info on a notepad since I cannot transfer files to linux to windows (but can copy then frmo windows to linux..)
It goes both ways you know. If you are interested, I can help with this.

regards,
...drkstr
 
Old 05-23-2006, 02:13 AM   #7
soulxcavtor
Member
 
Registered: May 2006
Location: USA.FLorida
Distribution: Mandriva 2006 PowerPack
Posts: 238

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by soulxcavtor
I'm still getting a Rainbow when I try to test it the setting after installing NVIDIA-Linux-x86-1.0-8762-pkg1 with sh.

sh NVIDIA-Linux-x86-1.0-8762-pkg1.run

It said it would have to create a kernel module for me during installation and said installed fine but inside Open GL still displays Kernel Module: Unknown? and still getting rainbow tests.

Right I tried to install it from the web-site Driver sh NVIDIA-Linux-x86-1.0-8762-pkg1.run but as you can see from above I'm still getting the rainbow test, is this correct results for a test? My conclusion is its something to do with the Kernel MOdule: unknown i have quoted above. No clue.

If its easy and fast for you to explain, let me know how to transfer files to and from OS's.

Last edited by soulxcavtor; 05-23-2006 at 02:17 AM.
 
Old 05-23-2006, 11:01 AM   #8
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
Quote:
It said it would have to create a kernel module for me during installation and said installed fine but inside Open GL still displays Kernel Module: Unknown? and still getting rainbow tests.
Is the module you created loaded? Run lsmod, you should have a driver named 'nvidia' listed. If not, open your /etc/X11/xorg.conf and find the section for "driver" and replace what's there with 'nvidia', or you can load it manually with 'modprobe nvidia'. The first method is the prefered way. You will know if the driver is loaded becauses you get a splash screen with the nvidia logo when you start X.

Quote:
If its easy and fast for you to explain, let me know how to transfer files to and from OS's.
You just create a shared partition to save your files that both OS can read and write to. fat32 is best for this kind of thing, but from what I here, write support is now working with ntfs as well. Just mount the drive by adding a line to your /etc/fstab:
Code:
/dev/hda<#>  /mnt/stg  <vfat or ntfs>  defaults,users,umask=000  0 0
where /dev/hda<#> is the correct partition, name and you pick either vfat or ntfs. The directory you mount to ('/mnt/stg') is optional, just make sure you created the directory first and give ownership to whoever you want to have rw access.

regards,
...drkstr
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
nvidia legacy driver and nvidia-glx questions darkleaf Linux - Software 6 06-27-2005 03:42 PM
2 Questions : Nvidia Tv-Out and Xtrem98 Raven450 Linux - Hardware 0 03-11-2005 11:30 PM
some nvidia twinview questions Beire Linux - Software 1 03-01-2005 11:08 AM
Nvidia Driver Problem and some questions.. The_eXXe Fedora 7 09-07-2004 03:59 PM
NVIDIA questions e1000 Linux - Hardware 4 10-16-2003 02:08 AM

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

All times are GMT -5. The time now is 11:20 AM.

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