Le Vendredi 23 Juin 2006 17:19, lechac a écrit :
> Dans l'ordre:
>
> [EMAIL PROTECTED] ~]$ uname -a
> Linux athena 2.6.17-rc5.20mdk #1 Thu May 25 06:03:19 CEST 2006 i686
> AMD Athlon(tm) XP 1800+ unknown GNU/Linux
>
> [EMAIL PROTECTED] chab]# rpm -qa|grep nvidia
> dkms-nvidia-8762-0.1.20060plf
> nvidia-xorg-8762-0.1.20060plf
> libnvidia-xorg1-8762-0.1.20060plf
>
> [EMAIL PROTECTED] chab]# lsmod | grep nvidia
> nvidia               4530132  0
> agpgart                25180  2 via_agp,nvidia
> i2c_core               16272  8
> it87,i2c_isa,tda9887,tuner,cx88xx,i2c_algo_bit,tveeprom,nvidia
>  => le module est bien chargé tout seul finalement... (enfin c'est
> par ce que j'ai du rajoutté dejà le nvidia dans modprobe.preload)
>
> Pierre Lo Cicero a écrit :
> > lechac a écrit :
> >> Cependant je peux vous répondre de tête pour le
> >> uname -a : j'ai le dernier kernel de cooker (c'est pas le premier
> >> avec lequel j'essaye)
> >> rpm-qa|grep nvidia : de mémoire dkms-nvidia, nvidia-xorg,
> >> libnvidia (derniere maj de plf-nonfree) sont installé
> >> lsmod | grep nvidia : le module est chargé lorsque je le charge à
> >> la main seulement (modprobe nvidia) pourtant j'ai rajouté nvidia
> >> dans le 'modprobe.preload'
> >
> > Alors regarde maintenant dans /etc/modprobe.conf si tu as les
> > lignes suivantes :
> >
> > alias char-major-195 nvidia
> > alias /dev/nvidiactl char-major-195
>
> [EMAIL PROTECTED] chab]# cat /etc/modprobe.conf
> alias eth0 via-rhine
> alias sound-slot-0 snd-via82xx
> remove snd-via82xx /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe
> --first-time -r --ignore-remove snd-via82xx
> install snd-via82xx /sbin/modprobe --first-time --ignore-install
> snd-via82xx && { /sbin/modprobe snd-pcm-oss; /bin/true; }
> install usb-interface /sbin/modprobe ohci-hcd; /sbin/modprobe
> ehci-hcd; /sbin/modprobe uhci-hcd; /bin/true
>
> donc je veux bien ajouter les deux alias  que tu m'as indiqué Pierre,
> mais il serve à quoi exactement?
>
>
> sinon voici mon xorg.conf
>
> cat /etc/X11/xorg.conf
> # File generated by XFdrake (rev 31723)
>
>
> Section "Monitor"
>     Identifier "monitor1"
>     VendorName "Belinea"
>     ModelName "Belinea 101735"
>     HorizSync 31.0 - 83.0
>     VertRefresh 56.0 - 75.0
>     ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
>     ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
> EndSection
>
> Section "Device"
>     Identifier "device1"
>     VendorName "nVidia Corp."
>     BoardName "NVIDIA GeForce3 (generic)"
>     Driver "nv"
     ^^^^^^
ici il faut avoir
        Driver "nvidia"
>     Option "DPMS"
> EndSection
>
> Section "Screen"
>     Identifier "screen1"
>     Device "device1"
>     Monitor "monitor1"
>     DefaultColorDepth 24
>
>     Subsection "Display"
>         Depth 8
>         Virtual 1280 1024
>     EndSubsection
>
>     Subsection "Display"
>         Depth 15
>         Virtual 1280 1024
>     EndSubsection
>
>     Subsection "Display"
>         Depth 16
>         Virtual 1280 1024
>     EndSubsection
>
>     Subsection "Display"
>         Depth 24
>         Virtual 1280 1024
>     EndSubsection
> EndSection
>
> Section "ServerLayout"
>     Identifier "layout1"
>     InputDevice "Keyboard1" "CoreKeyboard"
>     InputDevice "Mouse1" "CorePointer"
>     Screen "screen1"
> EndSection
>
> Section "Files"
>     # Multiple FontPath entries are allowed (they are concatenated
> together) # By default, Mandrake 6.0 and later now use a font server
> independent of
>     # the X server to render fonts.
>     FontPath "unix/:-1"
> EndSection
>
> Section "Module"
>     #Load "glx" # 3D layer
>     Load "dbe" # Double-Buffering Extension
>     Load "v4l" # Video for Linux
>     Load "extmod"
>     Load "type1"
>     Load "freetype"
>     Load "/usr/X11R6/lib/modules/extensions/nvidia/libglx.so"
^^^^^^^^^^^^^^^^^^^^^et ici
        Load "glx"
> EndSection
>
> Section "ServerFlags"
>     #DontZap # disable <Crtl><Alt><BS> (server abort)
>
>     # allows the server to start up even if the mouse does not work
>     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution
> switching) Option "allowmouseopenfail"
> EndSection
>
> Section "InputDevice"
>     Identifier "Keyboard1"
>     Driver "kbd"
>     Option "XkbModel" "pc105"
>     Option "XkbLayout" "fr"
>     Option "XkbOptions" "compose:rwin"
> EndSection
>
> Section "InputDevice"
>     Identifier "Mouse1"
>     Driver "mouse"
>     Option "Protocol" "ExplorerPS/2"
>     Option "Device" "/dev/mouse"
>     Option "ButtonMapping" "1 2 3 6 7"
>     Option "ZAxisMapping" "4 5"
> EndSection
>
> Si je remplace le nv par nvidia j'ai le droit à ceci:
> (EE) Failed to load module "nvidia" (module doesn't exist,0)
> (EE) No Devices detected
>
>
> Sinon
> [EMAIL PROTECTED] chab]# urpmi xorg-x11
> Tous les paquetages sont déjà installés
> [EMAIL PROTECTED] chab]# glxinfo
> bash: glxinfo: command not found
>
>
>
> mais effectivement xorg-x11 est un méta-package et donc ne contient
> aucun fichier.
> Je n'ai pas prit le temps de regarder plus loin car je dois bouger...
>
> Bon je pense pas avoir apporté grand chose de nouveau mais chose
> promis chose dûe :=)
>
> Bon WE à vous tous!!
> Habib

sans cela ce sont les drivers nv de xorg qui sont utilisés et ceux de 
nvidia

-- 
André Salaün



____________________________________________________
Want to buy your Pack or Services from Mandriva? 
Go to http://store.mandriva.com
Join the Club : http://www.mandrivaclub.com
____________________________________________________

Répondre à