Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
(solverd) GeForce FX 5200 problem.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
smurfed
n00b
n00b


Joined: 13 Apr 2005
Posts: 8

PostPosted: Sat Apr 23, 2005 10:05 am    Post subject: (solverd) GeForce FX 5200 problem. Reply with quote

Hi there! My english isnt very good. :oops:
I was trying to install the nvidia driver reading the Gentoo Linux nVidia Guide.
I did everything it says. But, when i changed
Driver "nv" to Driver "nvidia", and did `startx` i got this message:

Code:

(WW) NVIDIA: Chipset "GeForce FX 5200" in Device section "Card0" isn't valid for this driver.
(EE) No devices detected.

Fatal errors:
no screens found


And X dont run. If i change the Driver back to "nv" it works.
Im a gentoo newbie , just finished installing it, and i would appreciate some help! :D

Here is my xorg.conf
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/75dpi"
    FontPath    "/usr/share/fonts/100dpi"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/X11R6/lib/X11/fonts"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/default"
    FontPath    "/usr/share/fonts/local"
    FontPath    "/usr/share/fonts/ukr"
EndSection

Section "Module"
   Load  "extmod"
   #Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "glx"
   Load  "type1"
   Load  "freetype"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "PS/2"
   Option       "Device" "/dev/input/mice"
   Option       "Emulate3Buttons"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "keyboard"
   Option       "XkbModel" "abnt2"
   Option       "XkbLayout" "br"
EndSection

Section "Monitor"

   #DisplaySize     320   240   # mm
   Identifier   "Monitor0"
   VendorName   "SAM"
   ModelName    "SyncMaster"
   HorizSync    30.0 - 71.0
   VertRefresh  50.0 - 160.0
   Option       "DPMS"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"              # [<bool>]
        #Option     "HWcursor"              # [<bool>]
        #Option     "NoAccel"               # [<bool>]
        #Option     "ShadowFB"              # [<bool>]
        #Option     "UseFBDev"              # [<bool>]
        #Option     "Rotate"                # [<str>]
        #Option     "VideoKey"              # <i>
        #Option     "FlatPanel"             # [<bool>]
        #Option     "FPDither"              # [<bool>]
        #Option     "CrtcNumber"            # <i>
        #Option     "FPScale"               # [<bool>]
        #Option     "FPTweak"               # <i>
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV34 [GeForce FX 5200]"
   ChipSet     "GeForce FX 5200"
   Card        "nv GeForce FX 5200"
   BusID       "PCI:2:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1152x864"
   EndSubSection
EndSection


Thanks!
Frederico


Last edited by smurfed on Fri Apr 29, 2005 10:22 pm; edited 1 time in total
Back to top
View user's profile Send private message
gcasillo
l33t
l33t


Joined: 23 Sep 2003
Posts: 739
Location: Cincinnati, Ohio, USA

PostPosted: Sat Apr 23, 2005 10:26 am    Post subject: Reply with quote

Did you "emerge nvidia-kernel nvidia-glx" ? Also, did you emerge opengl-update and run "opengl-update nvidia" ? Please post your /var/log/Xorg.0.log.
Back to top
View user's profile Send private message
mike4148
l33t
l33t


Joined: 09 Sep 2003
Posts: 641

PostPosted: Sat Apr 23, 2005 8:28 pm    Post subject: Reply with quote

Remove the "ChipSet" and "Card" lines from the "Device" section of your xorg.conf.
Back to top
View user's profile Send private message
mpsii
l33t
l33t


Joined: 11 Mar 2003
Posts: 658
Location: Jackson, TN

PostPosted: Sat Apr 23, 2005 8:54 pm    Post subject: Reply with quote

type lsmod to see if the nvidia module is loaded.

if not... modprobe nvidia && startx
_________________
-----------------------------------------
Michael
Back to top
View user's profile Send private message
zuzubu
n00b
n00b


Joined: 02 Apr 2005
Posts: 11
Location: Detroit

PostPosted: Thu Apr 28, 2005 1:19 am    Post subject: Reply with quote

I'm having the exact same problem with an GeForce4 MX 4000 Card.
I removed the "Chipset" and "Card" line items from the Device section of the xorg.conf file.
This fixed the problem for me.

Thanks! :P
Back to top
View user's profile Send private message
smurfed
n00b
n00b


Joined: 13 Apr 2005
Posts: 8

PostPosted: Fri Apr 29, 2005 10:22 pm    Post subject: Reply with quote

mike4148 wrote:
Remove the "ChipSet" and "Card" lines from the "Device" section of your xorg.conf.


Wuhuuuu! Working great now! Thanks! :P
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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