LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-06-2005, 09:39 PM   #16
victorh
Member
 
Registered: Jul 2005
Location: La Paz, Bolivia
Distribution: Debian Sarge - Sid, Slackware, Gentoo, openSuse, Fedora, Ubuntu, Mandriva
Posts: 241

Original Poster
Rep: Reputation: 30

Hi kmoffat, running an nvidia card without the nvidia driver (3d acceleration) it's not a good option for playing tuxracer...

Given the fact that you have used the kernel sources from kernel.org you can use the classic procedure of compiling the nvidia driver from a terminal in run level 3 (init 3), get the NVIDIA linux driver and type sh NVIDIA-Linux-x86-1.0-7676-pkg1.run (an example) as root and finally reconfigure the xserver with the command dpkg-reconfigure xserver-xorg.

I don't know if you have tried this and what were the results, please give us more info.
 
Old 11-07-2005, 09:48 AM   #17
lpd
Member
 
Registered: Nov 2004
Distribution: Debian Unstable
Posts: 77

Rep: Reputation: 15
If you're going to use a brand new kernel (like 2.6.14) then you should use the latest nvidia-packages as well. 1-0.7676 is availabe in the experiment distro, you could add the experimental distro as a deb-src repo and then just do a 'apt-get source nvidia-glx ; cd nvidia-graphics-drivers_1.0.7676 ; dpkg-buildpackage -us -uc ; dpkg -i ../nvidia*.deb' to get it tailored against your machine. apt-build can do that same as well.
 
Old 11-07-2005, 12:01 PM   #18
valerie_tux
Member
 
Registered: Aug 2003
Distribution: Debian
Posts: 150

Rep: Reputation: 15
What about people who'd like to upgrade to the latest kernel but cannot move to the 7676 version of the Nvidia drivers simply because their card is not supported (like riva TNT2) Has anyone figured out a way around this issue?
 
Old 11-15-2005, 05:57 PM   #19
Samoth
Member
 
Registered: Apr 2005
Distribution: Exherbo
Posts: 474
Blog Entries: 1

Rep: Reputation: 32
i have that problem valerie_tux
 
Old 11-15-2005, 11:36 PM   #20
slithy
Member
 
Registered: Jun 2005
Distribution: Debian "Etch"
Posts: 48

Rep: Reputation: 15
Re: I have an Nvidia GeForce FX 5200 256 MB agp8x video card...

Quote:
Originally posted by JeanBrownHarrel
I have an Nvidia GeForce FX 5200 256 MB agp8x video card with Debian "Etch" amd64 with DMA enabled and I use packages from both "testing" and "unstable" and I am not using the Nvidia drivers. I am using the X driver "nv" as this works fine for my purposes. I have not tried to use the Nvidia driver; maybe soon? Anyway I had also been having problems with my Debian Sarge & Etch amd64 installations [both of them] where the Gnome or Xserver steadily ate up more and more of my RAM [memory leak?] until it had consumed all of it and could not figure out what it was. I reinstalled Debian "Etch" amd64 but was very careful of what I installed that would run in memory as memory-resident and so far I have not had any problems with my RAM being steadily consumed [memory leak?] more & more by either Xserver [both xfree86 & xorg did this] and/or Gnome & KDE also I think....anyway I have an awesome system and it works great. I also pay attention to the bug reports on the updates when Synaptic goes to install them I don't install anything that has a memory leak big as Texas. If I have any problems with any program I don't install it and that helps also. I tried Ubuntu Breezy 5.10-amd64 and it won't boot; it fails partway through the boot. I reported it as a bug and it is being worked on but is not fixed yet. I cannot stomach Fedora Core 4-any version-as they took out apt and synaptic and I can't stand yumex as it has a memory leak as big as Texas and is too slow and a pain in the butt. So I tried Debian and am trying to work out the bugs. If I don't use Debian my only alternatives are Red Hat Linux 9, 8, or 7.3 or Fedora Core 2 or even 1. Hope my comments helped.

Sincerely,

Jean Brown Harrell
You not just confused about how unix memory management works are you? The system will use more RAM the longer you use it to cache up programs that you have used, but if you run something intense that needs the ram, the cached items will be dropped out of memory. If you are aware of this and know that the x-server really is using up hella ram, then I don't know whats up. Just thought I would clear up the memory management if you weren't aware of it!
 
Old 11-16-2005, 11:10 AM   #21
CodeRedLin
LQ Newbie
 
Registered: Nov 2005
Location: New Jersey
Distribution: Debian Sid
Posts: 2

Rep: Reputation: 0
Quote:
Originally posted by valerie_tux
What about people who'd like to upgrade to the latest kernel but cannot move to the 7676 version of the Nvidia drivers simply because their card is not supported (like riva TNT2) Has anyone figured out a way around this issue?
The problem is with udev.

Add this to /etc/udev/links.conf:

M nvidia0 c 195 0
M nvidia1 c 195 1
M nvidia2 c 195 2
M nvidiactl c 195 255


Then reboot. It should work afterwards. Good luck.
 
Old 11-25-2005, 05:17 PM   #22
jolopez
LQ Newbie
 
Registered: Oct 2005
Posts: 2

Rep: Reputation: 0
I had a similar compile error with svgalib in the kernel helper module compile. I have to Linux machines, with the one I'm working on being a fresh install. I knew I didn't have a problem with the first machine, but I also have a custom, compiled kernel on that one.

The problem ended up being a missing symbolic link in the kernel build directory. On my good machine, there is a symbolic link from asm -> asm-i386. With the symbolic link, it will find the asm/linkage.h file. Unfortunately, I have a new compile problem further down my process, so I have to solve that one too - but I hope the answer to your problem is here.

JL
 
Old 11-26-2005, 06:56 PM   #23
coyopil
Member
 
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139

Rep: Reputation: 14
I followed the procedure in post 5, it worked fine.
 
Old 11-26-2005, 09:59 PM   #24
kmoffat
Member
 
Registered: Jul 2003
Location: near Seattle
Distribution: Debian/Ubuntu/Suse
Posts: 240
Blog Entries: 2

Rep: Reputation: 30
Quote:
Originally posted by yanik

Code:
apt-get install nvidia-kernel-common
Code:
module-assistant auto-install nvidia
Code:
apt-get install nvidia-glx

So this worked for you using kernel 2.6.14?

Did you use the debs or kernel.org source?
 
Old 11-27-2005, 04:34 AM   #25
coyopil
Member
 
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139

Rep: Reputation: 14
I ran module-assistant prepare too.

I used the packages from unstable.
BUT I only got as far as this, the module refuses to load, modutils says 'no such module' thouhg its there

--more later, have to run
 
Old 11-27-2005, 11:42 AM   #26
koobert637
LQ Newbie
 
Registered: Jun 2005
Distribution: Debian Etch (mostly :D)
Posts: 16

Rep: Reputation: 0
Quote:
Originally posted by lpd
If you're going to use a brand new kernel (like 2.6.14) then you should use the latest nvidia-packages as well. 1-0.7676 is availabe in the experiment distro, you could add the experimental distro as a deb-src repo and then just do a 'apt-get source nvidia-glx ; cd nvidia-graphics-drivers_1.0.7676 ; dpkg-buildpackage -us -uc ; dpkg -i ../nvidia*.deb' to get it tailored against your machine. apt-build can do that same as well.
I am running debian etch with a nvidia geforce 6200 AGP card and had some really wierd problems with the nvidia drivers from testing. They compiled alright and loaded (since the nvidia logo showed up on my screen) but the colors were all messed up, like dark purple so you couldnt read any text, and the console was similarly messed up but only after starting X. So I googled and read here that support for the 6200 AGP card was only added in 1.0-7664. So I tried installing nvidia-kernel-source and nvidia-glx from experimental, which seemed to work out okay as in no dependancy issues and the kernel module built. Unfortunately now the X server is not loading the nvidia module even though I tell it to use it in my xorg.conf! Has anyone else had the same problem?

xorg.conf

Xorg.0.log
 
Old 11-28-2005, 03:09 PM   #27
coyopil
Member
 
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139

Rep: Reputation: 14
I tried a commandline installation using the latest file from nvidia.
It said the installation went ok but the module does not load.

-modprobe returns no comment

insmod: no such file/module

--but the module has been created in /lib/modules/2.6.14

-if i put nvidia in xorg.conf it says 'cannot load nvidia module' or something like that
 
  


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
nVidia Driver and Kernel Problems jCarlson917 Linux - Software 10 11-14-2005 06:37 AM
nvidia instalation problems / Sblive driver problems Colonel-1990 Linux - Software 13 02-14-2005 05:48 PM
Nvidia driver and Kernel 2.6.3 jriis Debian 6 04-15-2004 03:00 AM
kernel 2.6.3--bk8 and NVIDIA-Linux-x86-1.0-5336 video driver from Nvidia zdenkod Linux - Hardware 2 03-09-2004 05:38 AM
help!--nvidia driver for 2.6 kernel ?! oskernel Linux - Hardware 1 10-30-2003 05:34 AM

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

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