Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nvidia 6106 drivers:XFree86-no device found-Here we go again
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
ck42
l33t
l33t


Joined: 31 Jul 2003
Posts: 789

PostPosted: Sat Jul 03, 2004 4:52 pm    Post subject: Nvidia 6106 drivers:XFree86-no device found-Here we go again Reply with quote

Had a working setup with the 5336 drivers.

emerged the 6106 drivers and am back to the No Devices Detected crap.


I've since recompiled 2.6.7-mm4 and enabled 4k stacks (just because I now can :roll:

no luck.

var/log/XFree86.0 gets as far as
.
.
.
II) VESA: driver for VESA chipsets: vesa
(II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
(II) DUMMY: Driver for Dummy chipsets: dummy
(II) v4l driver for Video4Linux
(II) Primary Device is: PCI 01:00:0
(EE) No devices detected.

and quits.

lspci shows:

0000:01:00.0 VGA compatible controller: nVidia Corporation NV20 [GeForce3 Ti 200] (rev a3)

for the card....which is correct.

not sure if posting my XFree86 file would be helpful since it all worked fine with the 5336 drivers.

I'm stuck...all the usual fixes for this problem haven't helped thus far. :cry:
Back to top
View user's profile Send private message
Wolven
Guru
Guru


Joined: 05 Aug 2003
Posts: 325
Location: Norway

PostPosted: Sat Jul 03, 2004 6:32 pm    Post subject: Reply with quote

Here is a shot in the dark: Try adding 'nvidia' to your /etc/modules.autoload.d/kernel-2.6. I had to do this a few weeks back when upgrading my nvidia drivers.
I've only had 'nvidia' in my XFree86.conf before, but after that upgrade I needed to have it in the modules.autoload too.

I'm not shure if this helps you, but...
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Sat Jul 03, 2004 7:26 pm    Post subject: Reply with quote

Have you did...

Code:
rmmod nvidia
modprobe nvidia


...since switching or perhaps rebooted? If so, then I suppose you should post your XF86Config file.
Back to top
View user's profile Send private message
ck42
l33t
l33t


Joined: 31 Jul 2003
Posts: 789

PostPosted: Sat Jul 03, 2004 9:33 pm    Post subject: Reply with quote

Pwnz3r:

I did a modprobe nvidia for sure.....tho, I didn't do a rmmod nvidia.
But for now, I went ahead and have done this.

Wolven, I went ahead and added 'nvidia' to that file. After I finish compiling something, I'll try firing up X again with the nvidia driver. thnx
Back to top
View user's profile Send private message
ck42
l33t
l33t


Joined: 31 Jul 2003
Posts: 789

PostPosted: Sun Jul 04, 2004 12:11 am    Post subject: Reply with quote

No go. I'll get my XF86Config file up in a minute.

[EDIT}

ok...here it is.

Section "Module"

Load "dbe"
Load "extmod"

SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection

Load "type1"
Load "speedo"
# Load "freetype"
# Load "xtt"
Load "glx"
# Load "dri"
Load "GLcore"
EndSection

Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"

EndSection

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
# Option "XkbOptions" "ctrl:swapcaps"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "Buttons" "5"
Option "ZAxisMapping" " 4 5"
Option "Resolution" "1200"
EndSection

Section "Monitor"

Identifier "NEC FE750+"
HorizSync 31.5-96
VertRefresh 55-160
vendorname "[NEC]"
modelname "[FE750+]"
Option "DPMS" "true"
ModeLine "1280x1024/75Hz" 65 1024 1032 1176 1344 768 771 777 806 -HSync -VSync
ModeLine "1280x1024/85Hz" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +HSync +VSync
ModeLine "1280x1024/76Hz" 135 1280 1312 1416 1664 1024 1027 1030 1064
ModeLine "1280x1024/70Hz" 126.5 1280 1312 1472 1696 1024 1032 1040 1068 -HSync -VSync
ModeLine "1280x1024/61Hz" 110 1280 1328 1512 1712 1024 1025 1028 1054
EndSection

Section "Device"
Identifier "Gainward Ti450"
Driver "nv"
VideoRam 65536
Option "NoLogo"
# BusID "PCI:01:00:0"
vendorname "Gainward"
boardname "Ti450"
Option "DPMS" "on"
EndSection

Section "Screen"
Identifier "Screen 0"
Device "Gainward Ti450"
Monitor "NEC FE750+"
DefaultDepth 24
Option "NvAGP" "3"

Subsection "Display"
Depth 8
Modes "1280x1024/85Hz"
ViewPort 0 0
Virtual 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024/85Hz"
ViewPort 0 0
Virtual 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024/85Hz"
ViewPort 0 0
Virtual 0 0
EndSubsection
EndSection

Section "ServerLayout"

Identifier "Simple Layout"
Screen "Screen 0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Back to top
View user's profile Send private message
kopfsalat
Apprentice
Apprentice


Joined: 01 Dec 2003
Posts: 181
Location: Cologne, Germany

PostPosted: Sun Jul 04, 2004 2:25 am    Post subject: Reply with quote

Under Section "Device" you should change

Code:

Driver "nv"


to
Code:

Driver "nvidia"


to actually use the nvidia driver (not the xfree one) and remove anything else in that section but the Identifier line to be sure. Option NoLogo has to be in Section "Screen" to be useful. There maybe other things wrong that I did not see.
Back to top
View user's profile Send private message
ck42
l33t
l33t


Joined: 31 Jul 2003
Posts: 789

PostPosted: Sun Jul 04, 2004 2:33 am    Post subject: Reply with quote

...........yes, yes. I know. I am simply using the nv driver to be able to actually load X for right now.

As for the 'NoLogo' location, it works.
Back to top
View user's profile Send private message
Wolven
Guru
Guru


Joined: 05 Aug 2003
Posts: 325
Location: Norway

PostPosted: Sun Jul 04, 2004 10:14 am    Post subject: Reply with quote

ck42 wrote:
Pwnz3r:

I did a modprobe nvidia for sure.....tho, I didn't do a rmmod nvidia.
But for now, I went ahead and have done this.

Wolven, I went ahead and added 'nvidia' to that file. After I finish compiling something, I'll try firing up X again with the nvidia driver. thnx


I hope you you didn't misunderstand me and added 'nvidia' with the quotes, if you did you should try without the quotes and add only: nvidia

--Just making shure... :)
Back to top
View user's profile Send private message
ck42
l33t
l33t


Joined: 31 Jul 2003
Posts: 789

PostPosted: Sun Jul 04, 2004 12:33 pm    Post subject: Reply with quote

hehe......yes, it was w/o the 'quotes' :lol:
Back to top
View user's profile Send private message
ck42
l33t
l33t


Joined: 31 Jul 2003
Posts: 789

PostPosted: Mon Jul 05, 2004 3:43 am    Post subject: Reply with quote

desperatoin bump. :(
Back to top
View user's profile Send private message
ck42
l33t
l33t


Joined: 31 Jul 2003
Posts: 789

PostPosted: Sat Jul 31, 2004 4:12 pm    Post subject: Reply with quote

Been playing with the 'nvidia' driver some more.
Still can't get past the 'No devices detected' error....no matter what I try.

really would like to get the nvidia driver working again....help?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum