LinuxQuestions.org
Visit Jeremy's Blog.
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 08-02-2005, 05:47 PM   #16
Linuxer12345
LQ Newbie
 
Registered: Jul 2004
Posts: 24

Rep: Reputation: 15

I followed the instructions here:
http://home.comcast.net/~andrex/Debi...tallation.html

I did not choose the kernel recompile. Instead I installed with APT.
 
Old 08-02-2005, 05:47 PM   #17
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
If you've installed the nVidia driver successfully, and can't get X to start, then the most likely cause is an improper configuration in the monitor section of /etc/X11/XF86Config-4. Please check the manufacturer specs and only input the precise settings and ranges for your hardware.

And be certain to follow exactly the README at the nVidia download page.
For example, did you change the device driver to "nvidia" in X?
 
Old 08-02-2005, 06:32 PM   #18
gibran
Member
 
Registered: Jul 2005
Location: California
Posts: 36

Original Poster
Rep: Reputation: 15
Well, everything works now i guess...
When i was choosing nvidia as the driver it always was failing. Now i choose nv instead. Resolution/color is up there and works just fine.
 
Old 08-02-2005, 06:38 PM   #19
mugstar
Member
 
Registered: Jun 2004
Location: Scotland
Distribution: Anything that'll install...
Posts: 305

Rep: Reputation: 30
Everything works now - well yes, but you're *not* using NVidia's driver. 'nv' is the default, generic xorg module for nvidia cards.
 
Old 08-02-2005, 07:52 PM   #20
gibran
Member
 
Registered: Jul 2005
Location: California
Posts: 36

Original Poster
Rep: Reputation: 15
Well if anyone could help me figure out how to use it, id love you forever.
 
Old 08-02-2005, 08:09 PM   #21
Biased turkey
Member
 
Registered: Jan 2002
Location: Canada
Distribution: redhat7.2
Posts: 169

Rep: Reputation: 30
I did it, I naw have 3D acceleration running on my Geforce 6600.
I basicaly did wht ToastedToad suggested:
1)via apt-get I installed the kernel-headers package
2) Downloaded the Nvidia drivers directly from Nvidia website then ran the install shell-script
3) Edited the XF86config being sure , as suggested by Nvidia README , to remove load "dri" and add load"glx" + replacing in the driver section "nv" ( in my case it was "vesa" ) with"nvidia".
Thanks to all the people who helped me to finally watch the Nvidia splash and to see
"direct rendering: Yes" when running glxinfo.
 
Old 08-02-2005, 09:08 PM   #22
COKE CAN
Member
 
Registered: Jul 2005
Location: Yorktown, VA
Distribution: debianSARGE
Posts: 100

Rep: Reputation: 15
Quote:
Originally posted by Biased turkey
I did it, I naw have 3D acceleration running on my Geforce 6600.
I basicaly did wht ToastedToad suggested:
1)via apt-get I installed the kernel-headers package
2) Downloaded the Nvidia drivers directly from Nvidia website then ran the install shell-script
3) Edited the XF86config being sure , as suggested by Nvidia README , to remove load "dri" and add load"glx" + replacing in the driver section "nv" ( in my case it was "vesa" ) with"nvidia".
I did everything quoted above. What do you mean by direct rendering? Is that something I may have needed to change?
 
Old 08-02-2005, 09:56 PM   #23
Biased turkey
Member
 
Registered: Jan 2002
Location: Canada
Distribution: redhat7.2
Posts: 169

Rep: Reputation: 30
Quote:
Originally posted by COKE CAN
I did everything quoted above. What do you mean by direct rendering? Is that something I may have needed to change?
When you run the command "glxinfo" if you see the line "direct rendering: Yes" displayed it means that you have successfully installed the Nvidia drivers and that you have 3D hardware graphics acceleration .
If the result is "direct rendering: No" there is something wrong.

What is the result if you type "glxinfo" ?
 
Old 08-02-2005, 10:09 PM   #24
COKE CAN
Member
 
Registered: Jul 2005
Location: Yorktown, VA
Distribution: debianSARGE
Posts: 100

Rep: Reputation: 15
Well, I would love to tell you, but I just did something really stupid. I remembered that I made a back up of the XF86Config-4 file so I "CP"ed it to the actual file. Now I can only boot to gnome.
 
Old 08-03-2005, 02:03 PM   #25
Linuxer12345
LQ Newbie
 
Registered: Jul 2004
Posts: 24

Rep: Reputation: 15
Debian Current? Is that 3.1 as I have or do you have a later development version? When the driver works the NVidia logo popps up when you start Gnome. You cant miss it.
 
Old 08-03-2005, 02:10 PM   #26
liquidtenmilion
Member
 
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606

Rep: Reputation: 32
I think he is probably an ex-slacker using Debian Testing/SID and just got the terms wrong.
 
Old 08-03-2005, 03:57 PM   #27
Linuxer12345
LQ Newbie
 
Registered: Jul 2004
Posts: 24

Rep: Reputation: 15
Gentoo is another Linux separate from Debian. I have not tried it yet. But the latest Debian 3.1 I found much easier than the previous releases where I did not even get Gnome to start:
http://www.debian.org
 
Old 08-04-2005, 08:52 AM   #28
Biased turkey
Member
 
Registered: Jan 2002
Location: Canada
Distribution: redhat7.2
Posts: 169

Rep: Reputation: 30
Quote:
Originally posted by Linuxer12345
When the driver works the NVidia logo popps up when you start Gnome. You cant miss it.
I agree , the Nvidia splash is a good indication that the Nvidia driver was properly installed. But that doesn't mean that 3D hardware acceleration is working
You still have to edit the XF86Congig file

From the Nvidia Readme:

If you have a working X config file for a different driver (such as the "nv"
or "vesa" driver), then simply edit the file as follows.

Remove the line:

Driver "nv"
(or Driver "vesa")
(or Driver "fbdev")

and replace it with the line:

Driver "nvidia"

Remove the following lines:

Load "dri"
Load "GLCore"

In the "Module" section of the file, add the line (if it does not already
exist):

Load "glx"
 
Old 08-04-2005, 02:59 PM   #29
gibran
Member
 
Registered: Jul 2005
Location: California
Posts: 36

Original Poster
Rep: Reputation: 15
did that from the start. was not working
 
Old 08-04-2005, 06:20 PM   #30
gibran
Member
 
Registered: Jul 2005
Location: California
Posts: 36

Original Poster
Rep: Reputation: 15
Alright, here it is. THE LOG FILE. hopefully someone can figure out what my problem is through this??? PLease help. A few days now struggling with this card.
Thanks alot guys.

http://kevin.artoo.net/?p=6 <--go there to view the log file
 
  


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 3d driver on debian sarge chimi Linux - Hardware 2 09-08-2005 12:27 PM
Trouble with new nVidia driver installation...no nvidia logo and KDE no start up mdb Linux - Software 8 08-18-2004 09:45 AM
[PB] nVidia 6106 driver on Debian Creak Linux - Hardware 3 07-10-2004 01:38 PM
Debian and X? Nvidia driver woes as well. oudent Debian 3 05-10-2004 05:54 PM
NVIDIA Driver Help - Debian Sid philwozza Debian 3 02-07-2004 03:25 PM

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

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