c'est bon j'ai rebooté et quand je fais lsmod|grep nvidia il sort:
nvidia 8108528 0
i2c_core 28448 2 nvidia, i2c_nforce2
nvidia 8108528 0
i2c_core 28448 2 nvidia, i2c_nforce2
uname -a
etrpm -qa| grep nvidia
?BusID "PCI:1:0:0"
dans la section "Device". ca correspond a la carte:01:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7300 GT] (rev a1)
vi /etc/X11/xorg.conf
Si tu ne connais pas vi, ca risque d'etre compliquer.:-?Donc pour quitter et sauvegarder: [Echap]:wqfox Delta wrote:Hello,
Voici les commandes basiques de vi:i Pour entrer dans le mode edition [Echap] Pour quitter le mode d'edition :q! Pour quitter sans sauvegarder :wq Pour sauvegarder et quitter :w Pour sauvegarder sans quitter
(!!) More than one possible primary device found
(--) PCI: (0@1:0:0) nVidia Corporation G70 [GeForce 7300 GT] rev 161, Mem @ 0xfa000000/16777216, 0xe0000000/268435456, 0xfb000000/16777216, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
(--) PCI: (0@2:0:0) nVidia Corporation G71 [GeForce 7300 GS] rev 161, Mem @ 0xf7000000/16777216, 0xd0000000/268435456, 0xf8000000/16777216, BIOS @ 0x????????/131072
BusID "PCI:1:0:0"
par
BusID "PCI:2:0:0"
dans son xorg.conf# Xorg configuration by centralmaniac
Section "ServerLayout"
Identifier "Dual-head"
Screen "Screen0" 0 0
Screen "Screen1" leftOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Monitor"
Identifier "17pouces"
ModelName "X71S"
VendorName "Hitachi"
EndSection
Section "Monitor"
Identifier "17pouces"
ModelName "X71S"
VendorName "Hitachi"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection