Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nvidia Undefined Device
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
Binabik
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jul 2002
Posts: 110
Location: Victora - BC

PostPosted: Thu Mar 18, 2004 12:53 am    Post subject: nvidia Undefined Device Reply with quote

I configured X, got the ugly xterm screen, did emerge nvidia-glx, emerge nvidia-kernel, modprobe nvidia, edited the /etc/X11/XF86Config file as listed & I get this message, changed the screen to all the different examples in the nvidia-glx-1.0.4496/ readme file here is the message:

Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting'
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Logfile: "/var/log/Xfree86.0.log", TIME: Wed Mar 17 05:17:05 2004
(==) Using configfile: "/etc/X11/XF86Config
Data incomplete in file /etc/X11/XF86Config
Undefined Device "NV AGP" referenced by Screen "Screen"
(EE) problem parsing the config file
(EE) error from xf86HandlleConfigFile()
Fatal error:
no screens found
XIO: fatal IO error 104 (connection reset by peer) on X server "0.0"
after 0 requests (0 known processed) with 0 events remaining

The /var/log/Xfree86.0.log is the same as posted above
I also did opengl-update nvidia
I keep getting sooo close
Any suggestions?
Thanks
Back to top
View user's profile Send private message
KingTaco
Developer
Developer


Joined: 22 Aug 2003
Posts: 207
Location: Bay Area, CA

PostPosted: Thu Mar 18, 2004 1:52 am    Post subject: Reply with quote

sounds like you need /dev/agpgart support in your kernel. try to compile it as a module.
_________________
Explaining the obvious to the oblivious.
Adopt an unanswered post today -- https://forums.gentoo.org/search.php?search_id=unanswered
Back to top
View user's profile Send private message
Binabik
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jul 2002
Posts: 110
Location: Victora - BC

PostPosted: Thu Mar 18, 2004 3:35 am    Post subject: Reply with quote

Thanks for the reply KingTaco, I recompiled the kernel as you suggested & rebooted, but I have the same error message
Any other suggestions
Back to top
View user's profile Send private message
Visseroth
Apprentice
Apprentice


Joined: 13 Oct 2003
Posts: 291
Location: Idaho

PostPosted: Thu Mar 18, 2004 4:31 am    Post subject: Reply with quote

try this, try running xf86config again and making sure you have everything in it properly configured

What kernel version are you using?
What xfree version and window manager?
_________________
2.6Gig AMD Athlon XP - Chaintech 7njs - 512Mg kingston HyperX - 80Gig with Windows 40 Gig with Gentoo - GeForce4 - Toshiba DVD ROM & Plextor CDRW - Turbo Cool 350 - 7 Case fans running Gentoo Linux 2.6.4-rc1-mm1
Back to top
View user's profile Send private message
KingTaco
Developer
Developer


Joined: 22 Aug 2003
Posts: 207
Location: Bay Area, CA

PostPosted: Thu Mar 18, 2004 4:37 pm    Post subject: Reply with quote

please post the output of lsmod and your XF86Config file
_________________
Explaining the obvious to the oblivious.
Adopt an unanswered post today -- https://forums.gentoo.org/search.php?search_id=unanswered
Back to top
View user's profile Send private message
Binabik
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jul 2002
Posts: 110
Location: Victora - BC

PostPosted: Thu Mar 18, 2004 6:39 pm    Post subject: Reply with quote

I'm working on my wife's windoze machine, going back & forth

lsmod:
nvidia 1632064 0 (unused)

Here is my XF86Config, just the uncommented lines:
Load "dbe"
SubSection"extmod"
Option "omit xfree86-dga"
EndSubSection

load "type1"
load "speedo"
load "freetype"

load "glx"
Section files
RgbPath "/usr/X11/lib/X11/rgb"

((I have uncommented all the font paths))

Section Input Device"
Identifer "Keyboard1"
Driver "Keyboard"

Option "autoRepeat" "500 30"

option "XkbRules" "xfree86"
option "XkbModel" "microsoft"
option "XkbLayout" "ca"

Identifer "Mouse"
Driver "mouse"
option "Protocal" ""PS/2"
option "Device" "/dev/psaux"
option "Emulate3Buttons"
EndSection

Section "Monitor"
Identifier "Monitor.ViewSonic,VG150"
HorizSync 30-62
VertRefresh 50-60
EndSection

#Graphics Device Section

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection

Section "Device"
Identifier "NVIDIA GeFORCE"
Driver "nvidia"
VideoRam "65536"
EndSection

#Screen Sections

Section "Screen"
Identifier "Screen1"
Device "NV AGP"
Monitor "Monitor,ViewSonic,VG150"
DefaultDepth 24

SubSection "Display"
depth 8
modes "1280x1024" "1024x768" "880x660" "640x480"
ViewPort 0 0
EndSubSection

SubSection "Display"
depth 16
modes "1280x1024" "1024x768" "880x660" "640x480"
ViewPort 0 0
EndSubSection

SubSection "Display"
depth 24
modes "1280x1024" "1024x768" "880x660" "640x480"
ViewPort 0 0
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "Corekeyboard"

That is all the uncommented lines in this file. I hope that is enough info
Thanks again
Back to top
View user's profile Send private message
KingTaco
Developer
Developer


Joined: 22 Aug 2003
Posts: 207
Location: Bay Area, CA

PostPosted: Thu Mar 18, 2004 7:37 pm    Post subject: Reply with quote

easy. change the line

Device "NV AGP"

in the "Section Screen" to

Device "NVIDIA GeFORCE"
_________________
Explaining the obvious to the oblivious.
Adopt an unanswered post today -- https://forums.gentoo.org/search.php?search_id=unanswered
Back to top
View user's profile Send private message
Binabik
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jul 2002
Posts: 110
Location: Victora - BC

PostPosted: Thu Mar 18, 2004 9:27 pm    Post subject: Reply with quote

I did as you suggested, now I get this line in the error message:

The VideoRam keyword requires a number to follow it:

I have "65536' typed in there, so I deleted the quotes and get this message now:
Undenfined Device "NVIDIA GenForce" referenced by Screen "Screen 1"

The GenForce was spelt with caps in the above listing, should be GenForce

I know we are close, something simple I am leaving out
Back to top
View user's profile Send private message
Gavrila
Apprentice
Apprentice


Joined: 08 Jun 2003
Posts: 275

PostPosted: Thu Mar 18, 2004 9:40 pm    Post subject: Reply with quote

NVIDIA GeForce

not


NVIDIA GenForce
Back to top
View user's profile Send private message
Binabik
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jul 2002
Posts: 110
Location: Victora - BC

PostPosted: Thu Mar 18, 2004 9:51 pm    Post subject: Reply with quote

Gavrila, that was it I had left the "N" out
KingTaco, you put right on track, just my spelling was out

Thanks to the both of you, great forum

Now to emerge kde

Thanks again
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