Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[NVidia] "card0 invalide for this driver" (Résolu!)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
kaworu
Guru
Guru


Joined: 07 Dec 2005
Posts: 450

PostPosted: Fri Jan 13, 2006 1:39 pm    Post subject: [NVidia] "card0 invalide for this driver" (Résolu Reply with quote

j'essaye d'installer ma card NVidia avec Ce tutorial, mais lorsque je remplace le driver "nv" dans xorg.conf par le driver "nvidia",
X ne veut plus démarrer.
Voici la sortie :
Code:

(WW) NVIDIA: Chipset "GeForce2 GTS" in device section "Card0" isn't valid for this driver.
(EE)  No device detected

Fatal server error :
no screen found


---
Est-ce que c'est parce que ma carte est trop vielle pour le driver ?
j'ai suivi le tuto, cherché mais ça n'a rien donné. je liste ce qui pourrait etre utile, merci d'avance.

Code:

# lspci
00:00.0 Host bridge: Intel Corporation 82850 850 (Tehama) Chipset Host Bridge (MCH) (rev 02)
00:01.0 PCI bridge: Intel Corporation 82850 850 (Tehama) Chipset AGP Bridge (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 04)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 (rev 04)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 04)
00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus (rev 04)
00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #2) (rev 04)
[b]01:00.0 VGA compatible controller: nVidia Corporation NV15 [GeForce2 GTS/Pro] (rev a4)[/b]
02:06.0 Network controller: RaLink RT2500 802.11G Cardbus/mini-PCI (rev 01)
02:09.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)



xorg.conf
Code:

(...)
Section "Module"
        Load  "extmod"
        Load  "dbe"
        #Load  "dri"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        Load  "type1"
        Load  "freetype"
EndSection
(...)
Section "Device"
        Identifier  "Card0"
        VideoRam   65536
        Driver      "nv" (ce que je voudrai changer sans tout faire planter)
        VendorName  "NVIDIA"
        BoardName   "NV15 [GeForce2 GTS/Pro]"
        ChipSet     "GeForce2 GTS"
        Card        "nvidia GeForce2 GTS"
        BusID       "PCI:1: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    "1280x960"
        EndSubSection
EndSection

_________________
Macbook
Core2Duo @ 2.0GHz - 1Go RAM - HD 80Go - Intel GMA 945

Gentoo GNU/Linux
~amd64 - 2.6.24-gentoo-r2 - Fluxbox || (KDE && Compiz-Fusion)


Last edited by kaworu on Fri Jan 13, 2006 3:35 pm; edited 1 time in total
Back to top
View user's profile Send private message
_droop_
l33t
l33t


Joined: 30 May 2004
Posts: 957

PostPosted: Fri Jan 13, 2006 1:46 pm    Post subject: Reply with quote

Bonjour,

Tu as quelle version de nvidia-kernel et nvidia-glx ? (les dernières ne supportent pas les anciennes cartes, après les 6629, il me semble...)

Bonne journée.
Back to top
View user's profile Send private message
kaworu
Guru
Guru


Joined: 07 Dec 2005
Posts: 450

PostPosted: Fri Jan 13, 2006 2:02 pm    Post subject: Reply with quote

_droop_ wrote:
Bonjour,

Tu as quelle version de nvidia-kernel et nvidia-glx ? (les dernières ne supportent pas les anciennes cartes, après les 6629, il me semble...)

Bonne journée.


media-video/nvidia-kernel-1.0.6629-r5
media-video/nvidia-glx-1.0.6629-r6

Donc ma carte n'est peut etre plus supportée par ces drivers, sais-tu quelle version il faudrait que j'installe?
merci pour ton aide !

^_____^
_________________
Macbook
Core2Duo @ 2.0GHz - 1Go RAM - HD 80Go - Intel GMA 945

Gentoo GNU/Linux
~amd64 - 2.6.24-gentoo-r2 - Fluxbox || (KDE && Compiz-Fusion)
Back to top
View user's profile Send private message
yoyo
Bodhisattva
Bodhisattva


Joined: 04 Mar 2003
Posts: 4273
Location: Lyon - France

PostPosted: Fri Jan 13, 2006 2:10 pm    Post subject: Reply with quote

Peux-tu nous faire un "uname -r" et un "ls -l /usr/src/linux" stp ?
_________________
La connaissance s'accroît quand on la partage.
JCB
Back to top
View user's profile Send private message
kaworu
Guru
Guru


Joined: 07 Dec 2005
Posts: 450

PostPosted: Fri Jan 13, 2006 2:17 pm    Post subject: Reply with quote

Code:

alex@Gentoo ~ $ uname -r
2.6.14-gentoo-r5
alex@Gentoo ~ $ ls -l /usr/src/linux
lrwxrwxrwx  1 root root 22 Jan  8 11:23 /usr/src/linux -> linux-2.6.14-gentoo-r5
alex@Gentoo ~ $


Je pense pas que le problème vienne de là.
_________________
Macbook
Core2Duo @ 2.0GHz - 1Go RAM - HD 80Go - Intel GMA 945

Gentoo GNU/Linux
~amd64 - 2.6.24-gentoo-r2 - Fluxbox || (KDE && Compiz-Fusion)
Back to top
View user's profile Send private message
yoyo
Bodhisattva
Bodhisattva


Joined: 04 Mar 2003
Posts: 4273
Location: Lyon - France

PostPosted: Fri Jan 13, 2006 2:25 pm    Post subject: Reply with quote

kaworu wrote:
Je pense pas que le problème vienne de là.
En effet ... Mais ça écarte une possibilité. :wink:
_________________
La connaissance s'accroît quand on la partage.
JCB
Back to top
View user's profile Send private message
_droop_
l33t
l33t


Joined: 30 May 2004
Posts: 957

PostPosted: Fri Jan 13, 2006 2:56 pm    Post subject: Reply with quote

Re,

Tu as la bonne version des drivers (d'ailleurs tu as interêt à masquer les suivants).

Sinon, pour ton problème, il y a un bug dans le module nvidia (enfin il n'est pas à jour par rapport aux interfaces du noyaux) par rapport au 2.6.14. C'est probablement lié à cela.

Dans lsmod verifies que tu as nvidia chargé. Normalement dans /dev/, tu dois avoir des fichiers nvidia (nvidiactl et autre).

Si ce n'est pas le cas, essaies:
Code:

modprobe -r nvidia
mknod /dev/nvidiactl c 195 255
mknod /dev/nvidia0 c 195 0
modprobe nvidia


X devrait aller mieux... (rajoutes ces lignes à /etc/conf.d/local.start pour ne pas avoir à le refaire à chaque démarrage).

A vérifier...

Bonne chance.

note : je n'ai plus de geforce 2 depuis qu'elle a cramée, donc je suis peût être plus trop à jour sur les bidouilles pour faire marcher ces drivers.
<mode propagande>
Vive les drivers ati libre...
</mode>
Back to top
View user's profile Send private message
kaworu
Guru
Guru


Joined: 07 Dec 2005
Posts: 450

PostPosted: Fri Jan 13, 2006 3:23 pm    Post subject: Reply with quote

j'ai fait comme tu as dis, même problème.

donc j'ai attaqué le problème autrement :

j'ai commenté dans xorg.conf :
Code:

#ChipSet     "GeForce2 GTS"


vu que c'est ce qui cause problème visiblement.
j'ai redémarré X et j'ai un splash NVidia, je sens que c'est bcp plus réactif, mais j'ai pas d'effet de transparence etc, j'y travaille.
_________________
Macbook
Core2Duo @ 2.0GHz - 1Go RAM - HD 80Go - Intel GMA 945

Gentoo GNU/Linux
~amd64 - 2.6.24-gentoo-r2 - Fluxbox || (KDE && Compiz-Fusion)
Back to top
View user's profile Send private message
kaworu
Guru
Guru


Joined: 07 Dec 2005
Posts: 450

PostPosted: Fri Jan 13, 2006 3:35 pm    Post subject: Reply with quote

voila j'arrive a avoir des effet, mais c'est pas top, c'est assez lent (est-ce de ma faute?)
est-ce que la ligne que j'ai commentée dans mon xorg.conf est importante?
_________________
Macbook
Core2Duo @ 2.0GHz - 1Go RAM - HD 80Go - Intel GMA 945

Gentoo GNU/Linux
~amd64 - 2.6.24-gentoo-r2 - Fluxbox || (KDE && Compiz-Fusion)
Back to top
View user's profile Send private message
UB|K
l33t
l33t


Joined: 27 May 2004
Posts: 786
Location: Villeurbanne, France

PostPosted: Fri Jan 13, 2006 3:44 pm    Post subject: Reply with quote

kaworu wrote:
voila j'arrive a avoir des effet, mais c'est pas top, c'est assez lent (est-ce de ma faute?)
est-ce que la ligne que j'ai commentée dans mon xorg.conf est importante?

salut,
la ligne commenté dans xorg.conf ne sert à rien d'important (à part faire planter X si j'ai bien compris ton ex-problème)
Si les effets de transparences rament c'est peut-être qu'il te manque la ligne:
Code:
    Option      "RenderAccel" "true"

dans la section "device" qui correspond à ta carte. De toutes façons, ne t'attends pas à ce que ça arrache tout avec une geforce2.
_________________
Reality is that which, when you stop believing in it, doesn't go away.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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