LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 09-06-2004, 11:53 AM   #1
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Rep: Reputation: 35
Installing NVIDIA 6111 with 2.6.8mdk kernel


These directions are simple instructions for installing your NVIDIA 6111 drivers if you are using the Mandrake 10.0 2.6.8.mdk kernel or the "new" Mandrake beta version:


First: Download NVIDIA-Linux-x86-1.0-6111-pkg1.run. (remember where you saved it when running init 3)


Second: do the following outlined below;


1. Alt+F2 kdesu konqueror
2. open file:/usr/src/linux/include/linux/pm.h with kwrite
3. In the part of the file:
{
PM_SUSPEND, /* enter D1-D3 */
PM_RESUME, _/* enter D0 */
} pm_request_t;


Add the line: PM_SAVE_STATE, /* save device's state */
so it will look like this:
{
PM_SUSPEND, /* enter D1-D3 */
PM_RESUME, _/* enter D0 */
PM_SAVE_STATE, /* save device's state */
} pm_request_t;

4. save

5. In the file: /etc/modprobe.preload
add the line:
nvidia

6. Save

7. Run init 3 from konsole and install nvidia driver as usualy


The above information was contributed to me by the help of a friend, I am fowarding it to this board in the event it might help someone else out.

d-1

Last edited by dolphans1; 09-06-2004 at 11:56 AM.
 
Old 09-08-2004, 09:53 PM   #2
LiquidZoo
Member
 
Registered: Sep 2003
Location: Utah, USA
Distribution: Mandrake 9.1
Posts: 66

Rep: Reputation: 15
Thought I'd add something in here:

This only needs to be done with kernels 2.6.8.1-5mdk and above. Before that, everything is fine. There is a bug report opened about this issue on the cooker mailing list, so they know about it and are working towards a resolution.
 
Old 09-27-2004, 02:05 PM   #3
purplecow
Member
 
Registered: Aug 2003
Location: Finland
Distribution: Mandriva
Posts: 102

Rep: Reputation: 15
Thanks, works perfectly in MDK 10.1 RC1.
 
Old 09-28-2004, 05:55 PM   #4
Kailen
LQ Newbie
 
Registered: Sep 2004
Distribution: Mandrake 10.1 CE
Posts: 1

Rep: Reputation: 0
I am having a problem installing the nvidia drivers on my machine. It says something about the wrong kernal or something to that degree. I been looking for a couple days now and this seems to be the only fix I have found.

The 1 problem with this fix is I have no file in this location 2. open file:/usr/src/linux/include/linux/pm.h with kwrite

I am pretty much a linux noob, I basically play games and use irc with linux but I remember it was easy to install drivers in Mandrake 9.1. If anyone could help me it would be great.
 
Old 09-28-2004, 07:45 PM   #5
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
The solution I use is to avoid the mdk kernels (and automount) and just use the generic kernel.org kernels.
 
Old 10-03-2004, 10:53 PM   #6
Neutron1998
Member
 
Registered: Sep 2004
Distribution: Fedora Core 3
Posts: 69

Rep: Reputation: 15
I installed the new Nvidia driver (I think). I get the Nvidia splash screen just before starting X. Is that right?

Also, just like with the old driver I keep having games crash if I check "OpenGL". My card is a GeForce 2 MX.

EDIT: I was looking in the Nvidia readme and noticed something about GLX. In my log file I do see where it says "Failed to load GLX"

What causes that? What do I need to do to fix it?

Last edited by Neutron1998; 10-03-2004 at 11:03 PM.
 
Old 10-04-2004, 12:22 AM   #7
purplecow
Member
 
Registered: Aug 2003
Location: Finland
Distribution: Mandriva
Posts: 102

Rep: Reputation: 15
Check your Xfree/Xorg config. Right in the beginning there should be a section "Module", and it should have a line with " Load "glx" "
 
Old 10-04-2004, 11:21 AM   #8
Neutron1998
Member
 
Registered: Sep 2004
Distribution: Fedora Core 3
Posts: 69

Rep: Reputation: 15
It does but right in front of it, it has a bunch of # signs. So it looks like this:

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
############# Load "glx" # 3D layer
EndSection




Do I need to remove the # signs?
 
Old 10-04-2004, 01:36 PM   #9
purplecow
Member
 
Registered: Aug 2003
Location: Finland
Distribution: Mandriva
Posts: 102

Rep: Reputation: 15
Quote:
Do I need to remove the # signs?
Yes. Adding #:s in the beginning makes the line a comment, so it's ignored by whatever program accesses it.
 
Old 10-04-2004, 02:24 PM   #10
Neutron1998
Member
 
Registered: Sep 2004
Distribution: Fedora Core 3
Posts: 69

Rep: Reputation: 15
Got that done. Now the OpenGL games work. I have noticed that if I try to play SuperTux in OpenGL full screen mode it kicks me out of KDE.
 
Old 10-10-2004, 05:48 AM   #11
Thoreau
Senior Member
 
Registered: May 2003
Location: /var/log/cabin
Distribution: All
Posts: 1,167

Rep: Reputation: 45
Very helpful. It's very odd but I can't get the nvidia driver to work with Suse 9.1. It is just fubar with their kernel setup. Installed mandrake with the editing of the kernel source, and it seems to be very stable.

I think nvidia needs to update their shit. Linux moves to fast to slack off for months.
 
  


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
Kernel 2.6.11 and nvidia 6111 drivers reddazz Linux - Software 11 03-04-2005 02:26 PM
kernel 2.6.8mdk with AES wingcom Linux - Software 0 01-17-2005 05:50 AM
How I got Nvidia 6111, Kernel 2.6.X, Suse 9.1, AMDx86 to work Thoreau Linux - Hardware 1 10-30-2004 12:36 PM
Mandrake 10.1 CE and nvidia driver 6111 toddhd Mandriva 3 09-28-2004 07:47 AM
[PATCH] Nvidia 6111 on 2.6.9-rc2. zenwhen Linux - Hardware 0 09-20-2004 12:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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