Plantage Pilotes Nividia

Plantage Pilotes Nividia - Logiciels - Linux et OS Alternatifs

Marsh Posté le 13-09-2005 à 23:16:35    

Bonsoir,
Je viens de me faire une box Linux via une Fedora Core 4 sur un amd64, j'ai donc installé la version 64 bits et les pilotes nividia 64 bits (7676 et 7667) qui vont bien : compile, installation, lancement de X, tout fonctionne nickel.
Mais problème : dès que je switch d'une résolution à une autre dans un jeux OpenGL, paf, le PC se met à ramer sévere (avec les 2 versions des pilotes) et la obligé de reset (la touche magique ne fonctionne pas, l'input est toujours sur le jeux).
J'ai une MSI 6600 GT PCIE 128 mo pour information, vous me seriez d'une précieuse aide quant à un début de réponse  :ange:

Reply

Marsh Posté le 13-09-2005 à 23:16:35   

Reply

Marsh Posté le 14-09-2005 à 02:16:07    

faut donner plus d'informations, notamment des logs/extraits de logs
Par exemple, un dmesg    un tail /var/log/Xorg.0.log (tu adaptes en fonction de ta config/distrib)    etc ...


---------------
« Ce qui ne vous tue pas vous rend plus fort » F. Nietzsche | « Vise_ la Lune. Si tu rates, au pire, t'es dans la merde » Un poète disparu dans le cercle
Reply

Marsh Posté le 14-09-2005 à 10:23:47    

La partie la plus interessante du dmesg :
 

Code :
  1. ACPI: PCI Interrupt Link [LNK3] enabled at IRQ 11
  2. ACPI: PCI Interrupt 0000:05:00.0[A] -> Link [LNK3] -> GSI 11 (level, low) -> IRQ 11
  3. PCI: Setting latency timer of device 0000:05:00.0 to 64
  4. NVRM: loading NVIDIA Linux x86_64 NVIDIA Kernel Module  1.0-7676  Fri Jul 29 13:15:16 PDT 2005
  5. ISO 9660 Extensions: Microsoft Joliet Level 3
  6. ISOFS: changing to secondary root
  7. application mixer_applet2 uses obsolete OSS audio interface


 
On voit bien que le pilote a été chargé.
 
Et mon Xorg.log :
 

Code :
  1. (II) LoadModule: "glx"
  2. (II) Loading /usr/X11R6/lib64/modules/extensions/libglx.so
  3. (II) Module glx: vendor="NVIDIA Corporation"
  4. compiled for 4.0.2, module version = 1.0.7676
  5. Module class: XFree86 Server Extension
  6. ABI class: XFree86 Server Extension, version 0.1
  7. (II) Loading extension GLX


 
[...]
 

Code :
  1. (II) LoadModule: "nvidia"
  2. (II) Loading /usr/X11R6/lib64/modules/drivers/nvidia_drv.o
  3. (II) Module nvidia: vendor="NVIDIA Corporation"
  4. compiled for 4.0.2, module version = 1.0.7676
  5. Module class: XFree86 Video Driver


 
[...]
 

Code :
  1. (II) NVIDIA X Driver  1.0-7676  Fri Jul 29 13:17:34 PDT 2005
  2. (II) NVIDIA Unified Driver for all NVIDIA GPUs
  3. (II) Primary Device is: PCI 05:00:0
  4. (--) Assigning device section with no busID to primary device
  5. (--) Chipset NVIDIA GPU found


 
[...]
 

Code :
  1. (II) Setting vga for screen 0.
  2. (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
  3. (==) NVIDIA(0): RGB weight 888
  4. (==) NVIDIA(0): Default visual is TrueColor
  5. (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
  6. (**) NVIDIA(0): Option "IgnoreEDID" "true"
  7. (**) NVIDIA(0): Option "RandRRotation" "false"
  8. (**) NVIDIA(0): Option "Coolbits" "1"
  9. (**) NVIDIA(0): Option "AllowDDCCI" "false"
  10. (**) NVIDIA(0): Ignoring EDIDs
  11. (--) NVIDIA(0): Linear framebuffer at 0xD8000000
  12. (--) NVIDIA(0): MMIO registers at 0xF4000000
  13. (II) NVIDIA(0): NVIDIA GPU detected as: GeForce 6600 GT
  14. (--) NVIDIA(0): VideoBIOS: 05.43.02.69.00
  15. (--) NVIDIA(0): Interlaced video modes are supported on this GPU
  16. (II) NVIDIA(0): Detected PCI Express Link width: 16X
  17. (--) NVIDIA(0): VideoRAM: 131072 kBytes
  18. (II) NVIDIA(0): Connected display device(s): CRT-0
  19. (--) NVIDIA(0): CRT-0: maximum pixel clock: 400 MHz
  20. (II) NVIDIA(0): Not probing EDIDs.
  21. (II) NVIDIA(0): Monitor0: Using hsync range of 31.50-48.50 kHz
  22. (II) NVIDIA(0): Monitor0: Using vrefresh range of 40.00-70.00 Hz
  23. (II) NVIDIA(0): Clock range:  12.00 to 400.00 MHz


 
[...]
 

Code :
  1. (II) NVIDIA(0): Setting mode "1024x768"
  2. (II) Loading extension NV-GLX
  3. (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
  4. (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
  5. (==) NVIDIA(0): Backing store disabled
  6. (==) NVIDIA(0): Silken mouse enabled
  7. (**) Option "dpms"
  8. (**) NVIDIA(0): DPMS enabled
  9. (II) Loading extension NV-CONTROL
  10. (==) RandR enabled
  11. (II) Initializing built-in extension MIT-SHM
  12. (II) Initializing built-in extension XInputExtension
  13. (II) Initializing built-in extension XTEST
  14. (II) Initializing built-in extension XKEYBOARD
  15. (II) Initializing built-in extension LBX
  16. (II) Initializing built-in extension XC-APPGROUP
  17. (II) Initializing built-in extension SECURITY
  18. (II) Initializing built-in extension XINERAMA
  19. (II) Initializing built-in extension XFIXES
  20. (II) Initializing built-in extension XFree86-Bigfont
  21. (II) Initializing built-in extension RENDER
  22. (II) Initializing built-in extension RANDR
  23. (II) Initializing built-in extension COMPOSITE
  24. (II) Initializing built-in extension DAMAGE
  25. (II) Initializing built-in extension XEVIE
  26. (II) Initializing extension GLX


 
Ce n'est pas dans mes habitudes de demander de l'aide mais par manque de temps, je ne vous cache pas que toute aide me sera bénéfique donc merci d'avance :)

Reply

Marsh Posté le 14-09-2005 à 19:51:49    

Problème corrigé en installant de vieux pilotes (7167).

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed