Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

[Driver proprio nvidia] Plantage de Xorg

10 réponses
Avatar
Nanar Duff
Bonjour,


j'ai un "petit" problème avec le driver proprio de nvidia sur ma Debian
Unstable: startx plante avec le module nvidia, mais marche avec le
module nv. Or lorsque j'utilise le module nv, j'ai une segmentation
fault quand j'utilise mplayer ou vlc !

J'ai une NVIDIA Geforce 4MX with AGP8X. J'ai installé les drivers avec
m-a, package nvidia-kernel-legacy-96xx-2.6.22.nvidia (nom de mon noyau :
2.6.22-nvidia), version 1.0.9639-1+2.6.22-10.00.Custom .

Voici ce que je fait:

#############################################################################
dnanar@debian:~$ su
Password:
debian:/home/dnanar# modprobe nvidia
debian:/home/dnanar# cat /etc/X11/xorg.conf|grep \"nvidia\"
Driver "nvidia"
debian:/home/dnanar# exit
dnanar@debian:~$ startx
[les informations normales sont marqués, puis:]
(II) Module already built-in
(II) Module already built-in

(II) Module already built-in

[le serveur graphique semble se lancer mais l'écran reste noir. Je dois
retrouner sur tty1]

X10: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining
dnanar@debian:~$ cat /var/log/Xorg.0.log|tail -10
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
dnanar@debian:~$ cat /var/log/Xorg.0.log|grep EE
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
dnanar@debian:~$ cat /var/log/Xorg.0.log|grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
(WW) Including the default font path
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/
:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/
X11/100dpi,/usr/share/fonts/
X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(WW) NVIDIA(0): No valid modes for "1440x1440"; removing.
(WW) NVIDIA(0): No valid modes for "1360x850"; removing.
(WW) NVIDIA(0): No valid modes for "720x400"; removing.

//(je ne pense pas que mettre tout le fichier de log soit utile ? vous
voyez juste bien qu'aucune information utile n'y est inscrite !)

dnanar@debian:~$ dmesg|tail -15
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode


//(je reessaye avec nv)
dnanar@debian:~$ su
Password:
debian:/home/dnanar# cat /etc/X11/xorg.conf|grep \"nv\"
Driver "nv"
debian:/home/dnanar# exit
exit
dnanar@debian:~$ startx
[informations par defaut puis]

(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not
found !)

[le serveur marche parfaitement]
Ctr-C
dnanar@debian:~$ cat /var/log/Xorg.0.log|tail -5
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
dnanar@debian:~$ cat /var/log/Xorg.0.log|grep EE
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not
found)
dnanar@debian:~$ cat /var/log/Xorg.0.log|grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
(WW) Including the default font path
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/
usr/share/fonts/X11/75dpi/:unscaled,/
usr/
share/
fonts/
X11/Type1,/
usr/share/
fonts/
X11/
100dpi,/usr/share/fonts/
X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
dnanar@debian:~$ dmesg |tail -10
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode

//(je relance X et dessous, j'essaye:)
dnanar@debian:~$ vlc
VLC media player 0.8.6c Janus
Segmentation fault
dnanar@debian:~$ mplayer
Segmentation fault
#############################################################################

Un strace mplayer donne ceci: http://www.pastebin.ca/654541
Un strace vlc donne ceci: http://www.pastebin.ca/654538 (je n'arrive pas
à voir la fonction qui plante =( )

De plus, comme vous le voyez, aucune information ne m'est donné par
dmesg ni le fichier de log de xorg ! Je suis un peu pommé, je sais pas
du tout ou rechercher des informations sur la source de problème,
surtout que le message d'erreur de Xorg (
X10: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining ) n'est pas
très explicite.

Au cas ou, quelques informations sur mon système :

#############################################################################
dnanar@debian:~$ uname -r
2.6.22.nvidia
dnanar@debian:~$ cat /boot/config-2.6.22.nvidia |grep FB
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_IFB=m
CONFIG_FB=m
CONFIG_FB_DDC=m
CONFIG_FB_CFB_FILLRECT=m
CONFIG_FB_CFB_COPYAREA=m
CONFIG_FB_CFB_IMAGEBLIT=m
CONFIG_FB_SYS_FILLRECT=m
CONFIG_FB_SYS_COPYAREA=m
CONFIG_FB_SYS_IMAGEBLIT=m
CONFIG_FB_SYS_FOPS=m
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=m
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
CONFIG_FB_CIRRUS=m
CONFIG_FB_PM2=m
CONFIG_FB_PM2_FIFO_DISCONNECT=y
CONFIG_FB_CYBER2000=m
CONFIG_FB_ARC=m
CONFIG_FB_VGA16=m
CONFIG_FB_HECUBA=m
CONFIG_FB_HGA=m
# CONFIG_FB_HGA_ACCEL is not set
CONFIG_FB_S1D13XXX=m
CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y
CONFIG_FB_NVIDIA_DEBUG=y
CONFIG_FB_NVIDIA_BACKLIGHT=y
# CONFIG_FB_RIVA is not set
CONFIG_FB_I810=m
# CONFIG_FB_I810_GTF is not set
CONFIG_FB_LE80578=m
CONFIG_FB_CARILLO_RANCH=m
CONFIG_FB_INTEL=m
# CONFIG_FB_INTEL_DEBUG is not set
CONFIG_FB_INTEL_I2C=y
CONFIG_FB_MATROX=m
CONFIG_FB_MATROX_MILLENIUM=y
CONFIG_FB_MATROX_MYSTIQUE=y
CONFIG_FB_MATROX_G=y
CONFIG_FB_MATROX_I2C=m
CONFIG_FB_MATROX_MAVEN=m
CONFIG_FB_MATROX_MULTIHEAD=y
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG is not set
CONFIG_FB_ATY128=m
CONFIG_FB_ATY128_BACKLIGHT=y
CONFIG_FB_ATY=m
CONFIG_FB_ATY_CT=y
CONFIG_FB_ATY_GENERIC_LCD=y
CONFIG_FB_ATY_GX=y
CONFIG_FB_ATY_BACKLIGHT=y
CONFIG_FB_S3=m
CONFIG_FB_SAVAGE=m
CONFIG_FB_SAVAGE_I2C=y
# CONFIG_FB_SAVAGE_ACCEL is not set
CONFIG_FB_SIS=m
CONFIG_FB_SIS_300=y
CONFIG_FB_SIS_315=y
CONFIG_FB_NEOMAGIC=m
CONFIG_FB_KYRO=m
CONFIG_FB_3DFX=m
# CONFIG_FB_3DFX_ACCEL is not set
CONFIG_FB_VOODOO1=m
CONFIG_FB_VT8623=m
CONFIG_FB_CYBLA=m
CONFIG_FB_TRIDENT=m
# CONFIG_FB_TRIDENT_ACCEL is not set
CONFIG_FB_ARK=m
CONFIG_FB_PM3=m
CONFIG_FB_GEODE=y
CONFIG_FB_GEODE_GX=m
# CONFIG_FB_GEODE_GX_SET_FBSIZE is not set
CONFIG_FB_GEODE_GX1=m
CONFIG_FB_SM501=m
CONFIG_FB_VIRTUAL=m
dnanar@debian:~$ lsmod
Module Size Used by
ipv6 224804 8
binfmt_misc 10632 1
ppdev 8708 0
lp 10948 0
button 7952 0
ac 5252 0
battery 10116 0
sd_mod 27152 0
dm_snapshot 16288 0
dm_mirror 19456 0
dm_mod 50368 2 dm_snapshot,dm_mirror
nf_conntrack_irc 7064 0
nf_conntrack_ftp 9344 0
nf_conntrack_ipv4 17164 0
nf_conntrack 58584 3
nf_conntrack_irc,nf_conntrack_ftp,nf_conntrack_ipv4
nfnetlink 5784 2 nf_conntrack_ipv4,nf_conntrack
nvidia 4711892 0
loop 16132 0
snd_via82xx 26136 0
snd_ac97_codec 92452 1 snd_via82xx
ac97_bus 2304 1 snd_ac97_codec
snd_mpu401_uart 7552 1 snd_via82xx
snd_pcm_oss 38560 0
snd_pcm 68744 3 snd_via82xx,snd_ac97_codec,snd_pcm_oss
tsdev 8000 0
snd_page_alloc 9608 2 snd_via82xx,snd_pcm
snd_mixer_oss 15360 1 snd_pcm_oss
snd_seq_dummy 3844 0
snd_seq_oss 28160 0
snd_seq_midi 8224 0
snd_rawmidi 21792 2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 6656 2 snd_seq_oss,snd_seq_midi
cdc_ether 6016 0
usbnet 17160 1 cdc_ether
usb_storage 75712 0
usblp 13184 0
snd_seq 42576 6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 19716 2 snd_pcm,snd_seq
snd_seq_device 7820 5
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
analog 10528 0
snd 46564 11
snd_via82xx,snd_ac97_codec,snd_mpu401_uart,snd_pcm_oss,snd_pcm,snd_
mixer_oss,snd_seq_oss,snd_
rawmidi,snd
_seq,snd_timer,snd_seq_device
parport_pc 33188 1
parport 32712 3 ppdev,lp,parport_pc
gameport 13960 2 snd_via82xx,analog
psmouse 35600 0
serio_raw 6532 0
pcspkr 2816 0
rtc 11544 0
soundcore 7264 1 snd
shpchp 30996 0
pci_hotplug 28856 1 shpchp
evdev 9472 3
i2c_viapro 8212 0
i2c_core 23440 2 nvidia,i2c_viapro
via_agp 10112 1
agpgart 31152 2 nvidia,via_agp
generic 4868 0 [permanent]
floppy 53124 0
via_rhine 22536 0
mii 5376 2 usbnet,via_rhine
ehci_hcd 29196 0
uhci_hcd 21776 0
usbcore 121240 7
cdc_ether,usbnet,usb_storage,usblp,ehci_hcd,uhci_hcd
via82cxxx 8708 0 [permanent]
thermal 13448 0
processor 23596 1 thermal
fan 4868 0
sata_via 11524 0
ata_generic 7684 0
libata 113392 2 sata_via,ata_generic
scsi_mod 134412 3 sd_mod,usb_storage,libata
ide_disk 16128 5
ide_cd 36000 0
ide_core 112948 5
usb_storage,generic,via82cxxx,ide_disk,ide_cd
cdrom 32672 1 ide_cd
dnanar@debian:~$
#############################################################################

Enfin, la methode utilisé pour désinstaller/réinstaller les pilotes:


#############################################################################
# aptitude remove nvidia-kernel-common nvidia-kernel-legacy-96xx-source
nvidia-kernel-legacy-96xx-2.6.22.nvidia

[snip]

# rm /usr/src/nvidia*.deb
# apt-get install module-assistant nvidia-kernel-common
nvidia-kernel-legacy-96xx-source
# m-a clean
# m-a update
# m-a prepare
# m-a auto-install nvidia-kernel-legacy-96xx-source
#############################################################################

(ci-après, au cas où, l'intégralité de mon /var/log/Xorg.0.log avec le
module nvidia)



Si quelqu'un aurait la gentillesse de m'aider svp (autant pour ne pas
avoir de seg fault avec mplayer ou vlc que pour utiliser le module
nvidia) =)


Merci d'avance.



mon /var/log/Xorg.0.log:

#############################################################################
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux debian 2.6.22.nvidia #1 Sat Jul 28
16:35:58 CEST 2007 i686
Build Date: 14 July 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 12 17:26:02 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Acer AL2216W"
(**) | |-->Device "nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) Including the default font path
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e50c0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 1106,3189 rev 80 class 06,00,00
hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00
hdr 01
(II) PCI: 00:0f:0: chip 1106,3149 card 1106,3149 rev 80 class 01,04,00
hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a
hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00
hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00
hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00
hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00
hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1106,3104 rev 86 class 0c,03,20
hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1106,3227 rev 00 class 06,01,00
hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 16f3,4765 rev 60 class 04,01,00
hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1106,0102 rev 78 class 02,00,00
hdr 00
(II) PCI: 01:00:0: chip 10de,0181 card 107d,2924 rev a4 class 03,00,00
hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe8000000 - 0xe9ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] rev
164, Mem @ 0xe8000000/24, 0xe4000000/26
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to
0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xea001000 - 0xea0010ff (0x100) MX[B]
[1] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[2] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[3] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
[4] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[5] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[6] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[7] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[8] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[9] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[10] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[11] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[12] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[13] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[14] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[15] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[16] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[17] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xea001000 - 0xea0010ff (0x100) MX[B]
[1] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[2] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[3] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
[4] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[5] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[6] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[7] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[8] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[9] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[10] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[11] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[12] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[13] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[14] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[15] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[16] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[17] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xea001000 - 0xea0010ff (0x100) MX[B]
[5] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
[8] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[11] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[12] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[13] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[14] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[15] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[16] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[17] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[18] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[19] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[20] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[21] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[22] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[23] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
(II) LoadModule: "i2c"(II) Module already built-in
(II) LoadModule: "ddc"(II) Module already built-in
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.3.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.9639
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.9639
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver 1.0-9639 Mon Apr 16 20:21:54 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xea001000 - 0xea0010ff (0x100) MX[B]
[5] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
[8] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[11] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[12] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[13] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[14] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[15] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[16] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[17] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[18] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[19] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[20] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[21] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[22] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[23] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xea001000 - 0xea0010ff (0x100) MX[B]
[5] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
[8] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[9] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[10] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[11] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[15] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[16] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[17] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[18] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[19] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[20] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[21] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[22] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[23] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[24] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[25] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[26] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[27] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[28] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce4 MX 440 with AGP8X at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 65536 kBytes
(--) NVIDIA(0): VideoBIOS: 04.18.20.07.00
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce4 MX 440 with AGP8X at
(--) NVIDIA(0): PCI:1:0:0:
(--) NVIDIA(0): Acer AL2216W (CRT-0)
(--) NVIDIA(0): Acer AL2216W (CRT-0): 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0): No valid modes for "1440x1440"; removing.
(WW) NVIDIA(0): No valid modes for "1360x850"; removing.
(WW) NVIDIA(0): No valid modes for "720x400"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1680x1050"
(II) NVIDIA(0): "1280x1024"
(II) NVIDIA(0): "1280x960"
(II) NVIDIA(0): "1280x800"
(II) NVIDIA(0): "1152x864"
(II) NVIDIA(0): "1024x768"
(II) NVIDIA(0): "832x624"
(II) NVIDIA(0): "800x600"
(II) NVIDIA(0): "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
(++) NVIDIA(0): DPI set to (100, 100); computed from -dpi X commandline
option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
[1] 0 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B]
[2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[6] -1 0 0xea001000 - 0xea0010ff (0x100) MX[B]
[7] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[9] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
[10] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[17] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[18] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[19] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[20] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[21] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[22] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[23] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[24] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[25] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[26] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[27] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[28] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1680x1050"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
#############################################################################

10 réponses

Avatar
gloubi
"Nanar Duff" <""dnanar"@$_SPAM_$gmail.com"> a écrit dans le message de
news:46c00138$0$432$
Bonjour,


j'ai un "petit" problème avec le driver proprio de nvidia sur ma Debian
Unstable: startx plante avec le module nvidia, mais marche avec le module
nv. Or lorsque j'utilise le module nv, j'ai une segmentation fault quand
j'utilise mplayer ou vlc !

J'ai une NVIDIA Geforce 4MX with AGP8X. J'ai installé les drivers avec
m-a, package nvidia-kernel-legacy-96xx-2.6.22.nvidia (nom de mon noyau :
2.6.22-nvidia), version 1.0.9639-1+2.6.22-10.00.Custom .


Y'avait de la lecture :-)
En fait, truc basique, ton driver nvidia plante... ok ça peut arriver, mais
le driver propri t'es sûr de l'avoir installé?
Parce que ton lsmod ne montre aucun nv, ensuite tes méthode
d'installation/désinstallation sont spécifique débian et j'ai du mal a
suivre...
Avec nv dans ton Xconf tu as un message qui t'indique (sur GLX) qu'il n'a
pas trouvé de driver NVIDIA, quand un driver spécifique n'est pas trouvé il
utilise un driver par défaut si je ne m'abuse, ce qui peut faire qu'il
fonctionne mais pas avec lesdits drivers.

En gros fait l'install depuis les drivers fourni par nvidia plutôt que
depuis un package débian (qui a mon avis ne contient pas le driver proprio
au passage), mais attention il faut les headers correspondant a ton noyau en
cours d'utilisation, donc installe le package kernel headers de ton noyau
s'il n'a pas été recompilé sinon installe les headers venant avec ton
noyau.( si ça n'a pas changé depuis quelques années)

(au passage c'est quoi ce mode video!!?)
(WW) NVIDIA(0): No valid modes for "1440x1440"; removing.
et un cat /var/log/Xorg.0.log|grep ?? aurait pu être utile peut être...

Avatar
jp willm
Bonjour,


debian:/home/dnanar# cat /etc/X11/xorg.conf|grep "nv"
Driver "nv"


C'est bizarre. As-tu indiqué dans ton /etc/Xxorg.conf à la
Section "Device"

Driver "nvidia"

à la place de "nv" ?

Je te mets deux liens (on m'a dit que c'est "comment faire compliqué
quand on peut faire simple") :


http://perso.orange.fr/willms/linux/nvidia_debian.html
http://perso.orange.fr/willms/linux/nvidia-glx_debian.html


--
jp willm
http://perso.orange.fr/willms/index.html

Avatar
jp willm
Au fait,

Ça me rappelle que quelqu'un avait déjà un problème dans ce genre et
avait trouvé la solution que voici :

http://groups.google.fr/group/fr.comp.os.linux.configuration/browse_thread/thread/241d2cc8e8a64768/a52dd9f5af511664?lnk=st&q=nvidia+group%3Afr.comp.os.linux.configuration&rnum&hl=fr#a52dd9f5af511664



--
jp willm
http://perso.orange.fr/willms/index.html
Avatar
Nanar Duff
gloubi wrote:
Y'avait de la lecture :-)
En fait, truc basique, ton driver nvidia plante... ok ça peut arriver,
mais le driver proprio t'es sûr de l'avoir installé?


Oui. m-a installe les drivers proprio :
http://scorpio810.tuxfamily.org/creer%2520un%2520nvidia-kernel%2520adapt%25E9%2520a%2520son%2520noyau.html

De plus, dans les drivers libre, je ne crois pas (?) qu'il y est des
drivers legacy-96xx et legacy-76xx ?


Parce que ton lsmod ne montre aucun nv, ensuite tes méthode
d'installation/désinstallation sont spécifique débian et j'ai du mal a
suivre...


Oui, je suis "désolé" d'avoir posté ici un message quelque peu
spécifique à Debian. Je croyais (_honte à moi_) que ce newsgroup était
destinée à Debian. Désolé, mais tant qu'a faire si une âme charitable
peut m'aider sur ce forum :D

Concernant le module nv, je crois là aussi que ça soit spécifique à
Debian (puisque tu as posé la question :-), mais :

################################################################################
debian:/tmp# lsmod|grep nv
nvidia 4711892 0
i2c_core 23440 2 nvidia,i2c_viapro
agpgart 31152 2 nvidia,via_agp
debian:/tmp# modprobe -v -r nvidia
rmmod /lib/modules/2.6.22.nvidia/nvidia/nvidia.ko
debian:/tmp# modprobe -v nv
FATAL: Module nv not found.
################################################################################

Avec nv dans ton Xconf tu as un message qui t'indique (sur GLX) qu'il
n'a pas trouvé de driver NVIDIA, quand un driver spécifique n'est pas
trouvé il utilise un driver par défaut si je ne m'abuse, ce qui peut
faire qu'il fonctionne mais pas avec lesdits drivers.


J'ai un peu de mal à comprendre ta phrase : tu veux dire que avec le
module nv chargé, si il y a ce message d'erreur à propos de GLX, GLX ne
se charge pas, puisqu'il essaye de se charger avec le module nvidia,
qui, lui, foire ? En effet c'est pas bête du tout, mais, je ne sais pas
du tout comment "préciser" à GLX de se charger avec le driver nv et pas
nvidia ?


En gros fait l'install depuis les drivers fourni par nvidia plutôt que
depuis un package débian (qui a mon avis ne contient pas le driver
proprio au passage),


Si si. (voir le lien donné plus haut, ou encore
http://memoire-grise-liberee.fr.eu.org/nVidia/install/debian/ , même si
cette méthode n'est plus valable).

mais attention il faut les headers correspondant a
ton noyau en cours d'utilisation, donc installe le package kernel
headers de ton noyau s'il n'a pas été recompilé sinon installe les
headers venant avec ton noyau.( si ça n'a pas changé depuis quelques
années)



Si j'ai bien compris, on peut verifier ca grâce au lien donné par jp
wilm plus bas :


################################################################################
debian:/tmp# dpkg -l | grep -E "^ii.+nvidia" | awk '{print $2}'
linux-image-2.6.22.nvidia
nvidia-kernel-common
nvidia-kernel-legacy-96xx-2.6.22.nvidia
nvidia-kernel-legacy-96xx-source
debian:/tmp# uname -r
2.6.22.nvidia
################################################################################

(au passage c'est quoi ce mode video!!?)
(WW) NVIDIA(0): No valid modes for "1440x1440"; removing.


Heuh... bonne question. Va savoir pourquoi j'ai autant de mode video
dans mon xorg.conf : Modes "1680x1050" "1440x1440" "1360x850"
"1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "832x624"
"800x600" "720x400" "640x480" !


et un cat /var/log/Xorg.0.log|grep ?? aurait pu être utile peut être...


Ok:


################################################################################
debian:/tmp# cat /var/log/Xorg.0.log|grep ??
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

################################################################################

=)

Avatar
Nicolas George
"gloubi" wrote in message <46c038c0$0$5105$:
Parce que ton lsmod ne montre aucun nv


C'est tout à fait normal. Il n'y a pas de module de noyau appelé nv.

En gros fait l'install depuis les drivers fourni par nvidia plutôt que
depuis un package débian


Très mauvais conseil. Quand il y a un package, il vaut toujours mieux
l'installer. C'est d'autant plus vrai quand c'est un machin qui installe des
fichiers n'importe où.

Avatar
Nanar Duff
Nicolas George wrote:
"gloubi" wrote in message <46c038c0$0$5105$:
Parce que ton lsmod ne montre aucun nv


C'est tout à fait normal. Il n'y a pas de module de noyau appelé nv.

En gros fait l'install depuis les drivers fourni par nvidia plutôt que
depuis un package débian


Très mauvais conseil. Quand il y a un package, il vaut toujours mieux
l'installer. C'est d'autant plus vrai quand c'est un machin qui installe des
fichiers n'importe où.



Merci.


Avatar
Nanar Duff
jp willm wrote:
Bonjour,


debian:/home/dnanar# cat /etc/X11/xorg.conf|grep "nv"
Driver "nv"


C'est bizarre. As-tu indiqué dans ton /etc/Xxorg.conf à la
Section "Device"

Driver "nvidia"

à la place de "nv" ?

Je te mets deux liens (on m'a dit que c'est "comment faire compliqué
quand on peut faire simple") :


http://perso.orange.fr/willms/linux/nvidia_debian.html
http://perso.orange.fr/willms/linux/nvidia-glx_debian.html




Oui, bien sur, comme l'atteste les lignes 4/5 de mon premier extrait
de ligne de commande. Lorsque je veux essayer avec le module nv, je mets
Driver "nv", puis avec le module nvidia Driver "nvidia".


Avatar
jp willm
Oui, bien sur, comme l'atteste les lignes 4/5 de mon premier extrait
de ligne de commande.
J'ai encore lu de travers...



--
jp willm
http://perso.orange.fr/willms/index.html

Avatar
gloubi
"Nanar Duff" <""dnanar"@$_SPAM_$gmail.com"> a écrit dans le message de
news:46c186cf$0$422$
Oui. m-a installe les drivers proprio :
http://scorpio810.tuxfamily.org/creer%2520un%2520nvidia-kernel%2520adapt%25E9%2520a%2520son%2520noyau.html

De plus, dans les drivers libre, je ne crois pas (?) qu'il y est des
drivers legacy-96xx et legacy-76xx ?

Je disais ça mais j'en sais rien, ça fait des années que j'ai pas mis les

mains dans un Linux, mes recommandations étaient pas à prendre au pied de la
lettre :-)

Oui, je suis "désolé" d'avoir posté ici un message quelque peu spécifique
à Debian. Je croyais (_honte à moi_) que ce newsgroup était destinée à
Debian. Désolé, mais tant qu'a faire si une âme charitable peut m'aider
sur ce forum :D

Mais t'es sur le bon forum, pas de problème avec ça, debian c'est un linux.


J'ai un peu de mal à comprendre ta phrase : tu veux dire que avec le
module nv chargé, si il y a ce message d'erreur à propos de GLX, GLX ne se
charge pas, puisqu'il essaye de se charger avec le module nvidia, qui,
lui, foire ? En effet c'est pas bête du tout, mais, je ne sais pas du tout
comment "préciser" à GLX de se charger avec le driver nv et pas nvidia ?

Non a priori si tu charges "nv" GLX doit se charger avec "nv" sinon il

t'écrit ce qu'il t'as écrit... qu'il n'arrive pas a se charger...

Si si. (voir le lien donné plus haut, ou encore
http://memoire-grise-liberee.fr.eu.org/nVidia/install/debian/ , même si
cette méthode n'est plus valable).

Moi tu sais juste par curiosité même si les paquets dedian existent,

j'aurais essayé directement a la source :-)
Même si c'est plus propre de passer par les packages c'est sûr...
Enfin, bon debugging ;-)

Avatar
cabinet-conseil
Nanar Duff a écrit le 13/08/2007 à 09h04 :
Bonjour,


j'ai un "petit" problème avec le driver proprio de nvidia sur
ma Debian
Unstable: startx plante avec le module nvidia, mais marche avec le
module nv. Or lorsque j'utilise le module nv, j'ai une segmentation
fault quand j'utilise mplayer ou vlc !

J'ai une NVIDIA Geforce 4MX with AGP8X. J'ai installé les drivers avec
m-a, package nvidia-kernel-legacy-96xx-2.6.22.nvidia (nom de mon noyau :
2.6.22-nvidia), version 1.0.9639-1+2.6.22-10.00.Custom .

Voici ce que je fait:

#############################################################################
:~$ su
Password:
debian:/home/dnanar# modprobe nvidia
debian:/home/dnanar# cat /etc/X11/xorg.conf|grep "nvidia"
Driver "nvidia"
debian:/home/dnanar# exit
:~$ startx
[les informations normales sont marqués, puis:]
(II) Module already built-in
(II) Module already built-in

(II) Module already built-in

[le serveur graphique semble se lancer mais l'écran reste noir. Je dois

retrouner sur tty1]

X10: fatal IO error 104 (Connection reset by peer) on X server ":0.0"

after 0 requests (0 known processed) with 0 events remaining
:~$ cat /var/log/Xorg.0.log|tail -10
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
:~$ cat /var/log/Xorg.0.log|grep EE
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
:~$ cat /var/log/Xorg.0.log|grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not
exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not
exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
(WW) Including the default font path
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/
:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/
X11/100dpi,/usr/share/fonts/
X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(WW) NVIDIA(0): No valid modes for "1440x1440"; removing.
(WW) NVIDIA(0): No valid modes for "1360x850"; removing.
(WW) NVIDIA(0): No valid modes for "720x400"; removing.

//(je ne pense pas que mettre tout le fichier de log soit utile ? vous
voyez juste bien qu'aucune information utile n'y est inscrite !)

:~$ dmesg|tail -15
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode


//(je reessaye avec nv)
:~$ su
Password:
debian:/home/dnanar# cat /etc/X11/xorg.conf|grep "nv"
Driver "nv"
debian:/home/dnanar# exit
exit
:~$ startx
[informations par defaut puis]

(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not
found !)

[le serveur marche parfaitement]
Ctr-C
:~$ cat /var/log/Xorg.0.log|tail -5
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
:~$ cat /var/log/Xorg.0.log|grep EE
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not
found)
:~$ cat /var/log/Xorg.0.log|grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not
exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not
exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
(WW) Including the default font path
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/
usr/share/fonts/X11/75dpi/:unscaled,/
usr/
share/
fonts/
X11/Type1,/
usr/share/
fonts/
X11/
100dpi,/usr/share/fonts/
X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
:~$ dmesg |tail -10
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode

//(je relance X et dessous, j'essaye:)
:~$ vlc
VLC media player 0.8.6c Janus
Segmentation fault
:~$ mplayer
Segmentation fault
#############################################################################

Un strace mplayer donne ceci: http://www.pastebin.ca/654541
Un strace vlc donne ceci: http://www.pastebin.ca/654538 (je n'arrive pas
à voir la fonction qui plante =( )

De plus, comme vous le voyez, aucune information ne m'est donné par
dmesg ni le fichier de log de xorg ! Je suis un peu pommé, je sais pas
du tout ou rechercher des informations sur la source de problème,
surtout que le message d'erreur de Xorg (
X10: fatal IO error 104 (Connection reset by peer) on X server ":0.0"

after 0 requests (0 known processed) with 0 events remaining ) n'est pas
très explicite.

Au cas ou, quelques informations sur mon système :

#############################################################################
:~$ uname -r
2.6.22.nvidia
:~$ cat /boot/config-2.6.22.nvidia |grep FB
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_IFB=m
CONFIG_FB=m
CONFIG_FB_DDC=m
CONFIG_FB_CFB_FILLRECT=m
CONFIG_FB_CFB_COPYAREA=m
CONFIG_FB_CFB_IMAGEBLIT=m
CONFIG_FB_SYS_FILLRECT=m
CONFIG_FB_SYS_COPYAREA=m
CONFIG_FB_SYS_IMAGEBLIT=m
CONFIG_FB_SYS_FOPS=m
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=m
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
CONFIG_FB_CIRRUS=m
CONFIG_FB_PM2=m
CONFIG_FB_PM2_FIFO_DISCONNECT=y
CONFIG_FB_CYBER2000=m
CONFIG_FB_ARC=m
CONFIG_FB_VGA16=m
CONFIG_FB_HECUBA=m
CONFIG_FB_HGA=m
# CONFIG_FB_HGA_ACCEL is not set
CONFIG_FB_S1D13XXX=m
CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y
CONFIG_FB_NVIDIA_DEBUG=y
CONFIG_FB_NVIDIA_BACKLIGHT=y
# CONFIG_FB_RIVA is not set
CONFIG_FB_I810=m
# CONFIG_FB_I810_GTF is not set
CONFIG_FB_LE80578=m
CONFIG_FB_CARILLO_RANCH=m
CONFIG_FB_INTEL=m
# CONFIG_FB_INTEL_DEBUG is not set
CONFIG_FB_INTEL_I2C=y
CONFIG_FB_MATROX=m
CONFIG_FB_MATROX_MILLENIUM=y
CONFIG_FB_MATROX_MYSTIQUE=y
CONFIG_FB_MATROX_G=y
CONFIG_FB_MATROX_I2C=m
CONFIG_FB_MATROX_MAVEN=m
CONFIG_FB_MATROX_MULTIHEAD=y
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG is not set
CONFIG_FB_ATY128=m
CONFIG_FB_ATY128_BACKLIGHT=y
CONFIG_FB_ATY=m
CONFIG_FB_ATY_CT=y
CONFIG_FB_ATY_GENERIC_LCD=y
CONFIG_FB_ATY_GX=y
CONFIG_FB_ATY_BACKLIGHT=y
CONFIG_FB_S3=m
CONFIG_FB_SAVAGE=m
CONFIG_FB_SAVAGE_I2C=y
# CONFIG_FB_SAVAGE_ACCEL is not set
CONFIG_FB_SIS=m
CONFIG_FB_SIS_300=y
CONFIG_FB_SIS_315=y
CONFIG_FB_NEOMAGIC=m
CONFIG_FB_KYRO=m
CONFIG_FB_3DFX=m
# CONFIG_FB_3DFX_ACCEL is not set
CONFIG_FB_VOODOO1=m
CONFIG_FB_VT8623=m
CONFIG_FB_CYBLA=m
CONFIG_FB_TRIDENT=m
# CONFIG_FB_TRIDENT_ACCEL is not set
CONFIG_FB_ARK=m
CONFIG_FB_PM3=m
CONFIG_FB_GEODE=y
CONFIG_FB_GEODE_GX=m
# CONFIG_FB_GEODE_GX_SET_FBSIZE is not set
CONFIG_FB_GEODE_GX1=m
CONFIG_FB_SM501=m
CONFIG_FB_VIRTUAL=m
:~$ lsmod
Module Size Used by
ipv6 224804 8
binfmt_misc 10632 1
ppdev 8708 0
lp 10948 0
button 7952 0
ac 5252 0
battery 10116 0
sd_mod 27152 0
dm_snapshot 16288 0
dm_mirror 19456 0
dm_mod 50368 2 dm_snapshot,dm_mirror
nf_conntrack_irc 7064 0
nf_conntrack_ftp 9344 0
nf_conntrack_ipv4 17164 0
nf_conntrack 58584 3
nf_conntrack_irc,nf_conntrack_ftp,nf_conntrack_ipv4
nfnetlink 5784 2 nf_conntrack_ipv4,nf_conntrack
nvidia 4711892 0
loop 16132 0
snd_via82xx 26136 0
snd_ac97_codec 92452 1 snd_via82xx
ac97_bus 2304 1 snd_ac97_codec
snd_mpu401_uart 7552 1 snd_via82xx
snd_pcm_oss 38560 0
snd_pcm 68744 3 snd_via82xx,snd_ac97_codec,snd_pcm_oss
tsdev 8000 0
snd_page_alloc 9608 2 snd_via82xx,snd_pcm
snd_mixer_oss 15360 1 snd_pcm_oss
snd_seq_dummy 3844 0
snd_seq_oss 28160 0
snd_seq_midi 8224 0
snd_rawmidi 21792 2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 6656 2 snd_seq_oss,snd_seq_midi
cdc_ether 6016 0
usbnet 17160 1 cdc_ether
usb_storage 75712 0
usblp 13184 0
snd_seq 42576 6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 19716 2 snd_pcm,snd_seq
snd_seq_device 7820 5
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
analog 10528 0
snd 46564 11
snd_via82xx,snd_ac97_codec,snd_mpu401_uart,snd_pcm_oss,snd_pcm,snd_
mixer_oss,snd_seq_oss,snd_
rawmidi,snd
_seq,snd_timer,snd_seq_device
parport_pc 33188 1
parport 32712 3 ppdev,lp,parport_pc
gameport 13960 2 snd_via82xx,analog
psmouse 35600 0
serio_raw 6532 0
pcspkr 2816 0
rtc 11544 0
soundcore 7264 1 snd
shpchp 30996 0
pci_hotplug 28856 1 shpchp
evdev 9472 3
i2c_viapro 8212 0
i2c_core 23440 2 nvidia,i2c_viapro
via_agp 10112 1
agpgart 31152 2 nvidia,via_agp
generic 4868 0 [permanent]
floppy 53124 0
via_rhine 22536 0
mii 5376 2 usbnet,via_rhine
ehci_hcd 29196 0
uhci_hcd 21776 0
usbcore 121240 7
cdc_ether,usbnet,usb_storage,usblp,ehci_hcd,uhci_hcd
via82cxxx 8708 0 [permanent]
thermal 13448 0
processor 23596 1 thermal
fan 4868 0
sata_via 11524 0
ata_generic 7684 0
libata 113392 2 sata_via,ata_generic
scsi_mod 134412 3 sd_mod,usb_storage,libata
ide_disk 16128 5
ide_cd 36000 0
ide_core 112948 5
usb_storage,generic,via82cxxx,ide_disk,ide_cd
cdrom 32672 1 ide_cd
:~$
#############################################################################

Enfin, la methode utilisé pour désinstaller/réinstaller
les pilotes:


#############################################################################
# aptitude remove nvidia-kernel-common nvidia-kernel-legacy-96xx-source
nvidia-kernel-legacy-96xx-2.6.22.nvidia

[snip]

# rm /usr/src/nvidia*.deb
# apt-get install module-assistant nvidia-kernel-common
nvidia-kernel-legacy-96xx-source
# m-a clean
# m-a update
# m-a prepare
# m-a auto-install nvidia-kernel-legacy-96xx-source
#############################################################################

(ci-après, au cas où, l'intégralité de mon
/var/log/Xorg.0.log avec le
module nvidia)



Si quelqu'un aurait la gentillesse de m'aider svp (autant pour ne pas
avoir de seg fault avec mplayer ou vlc que pour utiliser le module
nvidia) =)


Merci d'avance.



mon /var/log/Xorg.0.log:

#############################################################################
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux debian 2.6.22.nvidia #1 Sat Jul 28
16:35:58 CEST 2007 i686
Build Date: 14 July 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 12 17:26:02 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Acer AL2216W"
(**) | |-->Device "nVidia Corporation NV18 [GeForce4 MX 440 AGP
8x]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not
exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not
exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) Including the default font path
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e50c0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 1106,3189 rev 80 class 06,00,00
hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00
hdr 01
(II) PCI: 00:0f:0: chip 1106,3149 card 1106,3149 rev 80 class 01,04,00
hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a
hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00
hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00
hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00
hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00
hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1106,3104 rev 86 class 0c,03,20
hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1106,3227 rev 00 class 06,01,00
hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 16f3,4765 rev 60 class 04,01,00
hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1106,0102 rev 78 class 02,00,00
hdr 00
(II) PCI: 01:00:0: chip 10de,0181 card 107d,2924 rev a4 class 03,00,00
hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe8000000 - 0xe9ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] rev
164, Mem @ 0xe8000000/24, 0xe4000000/26
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to
0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xea001000 - 0xea0010ff (0x100) MX[B]
[1] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[2] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[3] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
[4] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[5] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[6] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[7] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[8] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[9] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[10] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[11] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[12] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[13] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[14] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[15] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[16] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[17] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xea001000 - 0xea0010ff (0x100) MX[B]
[1] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[2] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[3] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
[4] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[5] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[6] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[7] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[8] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[9] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[10] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[11] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[12] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[13] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[14] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[15] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[16] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[17] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xea001000 - 0xea0010ff (0x100) MX[B]
[5] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
[8] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[11] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[12] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[13] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[14] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[15] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[16] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[17] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[18] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[19] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[20] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[21] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[22] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[23] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
(II) LoadModule: "i2c"(II) Module already built-in
(II) LoadModule: "ddc"(II) Module already built-in
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT
Project"
compiled for 1.3.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.9639
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.9639
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver 1.0-9639 Mon Apr 16 20:21:54 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xea001000 - 0xea0010ff (0x100) MX[B]
[5] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
[8] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[11] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[12] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[13] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[14] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[15] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[16] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[17] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[18] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[19] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[20] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[21] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[22] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[23] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xea001000 - 0xea0010ff (0x100) MX[B]
[5] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
[8] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[9] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[10] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[11] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[15] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[16] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[17] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[18] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[19] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[20] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[21] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[22] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[23] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[24] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[25] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[26] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[27] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[28] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce4 MX 440 with AGP8X at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 65536 kBytes
(--) NVIDIA(0): VideoBIOS: 04.18.20.07.00
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce4 MX 440 with AGP8X at
(--) NVIDIA(0): PCI:1:0:0:
(--) NVIDIA(0): Acer AL2216W (CRT-0)
(--) NVIDIA(0): Acer AL2216W (CRT-0): 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0): No valid modes for "1440x1440"; removing.
(WW) NVIDIA(0): No valid modes for "1360x850"; removing.
(WW) NVIDIA(0): No valid modes for "720x400"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1680x1050"
(II) NVIDIA(0): "1280x1024"
(II) NVIDIA(0): "1280x960"
(II) NVIDIA(0): "1280x800"
(II) NVIDIA(0): "1152x864"
(II) NVIDIA(0): "1024x768"
(II) NVIDIA(0): "832x624"
(II) NVIDIA(0): "800x600"
(II) NVIDIA(0): "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
(++) NVIDIA(0): DPI set to (100, 100); computed from -dpi X commandline
option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
[1] 0 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B]
[2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[6] -1 0 0xea001000 - 0xea0010ff (0x100) MX[B]
[7] -1 0 0xea000000 - 0xea0000ff (0x100) MX[B]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[9] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
[10] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
[11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[17] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[18] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[19] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[20] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[21] -1 0 0x0000ac00 - 0x0000ac1f (0x20) IX[B]
[22] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[23] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[24] -1 0 0x0000a000 - 0x0000a00f (0x10) IX[B]
[25] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[26] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[27] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[28] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1680x1050"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
#############################################################################


Bonjour à tous,

Cabinet de conseil en ingénierie informatique spécialisé dans le monde des marchés de capitaux recherche un développeur C/C++ sur OS temps réel avec une expérience démontrée (au moins 1 ans) de programmation sur GPU nVidia (CUDA).

Pour les personnes intéréssées ou qui connaissent un proche / ami à l'écoute du marché et qui répond aux critères précédents, merci d'envoyer un mail avec votre CV à l'adresse suivante :

Cordialement