[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Support openGL/GLX nvidia plante mon serveur



Bonjour, j'ai réccupéré depuis peu une carte graphique nvidia Geforce 4
440 que j'ai installé avec les pilotes officiel afin d'avoir la 3D.
Aucun problème concernant l'interface graphique (gnome), par contre
lorque je tape glxgears mon serveur plante complètement. (acces au
shell, sourie...tout) 
Mon noyau est 2.6.8-2-k7 et voici le résultat d'un lsmod: 

Module                  Size  Used by
nls_iso8859_1           4096  1
nls_cp437               5760  1
vfat                   14656  1
fat                    46720  1 vfat
usb_storage            68800  1
nvidia               3923324  12
ipv6                  262404  8
af_packet              22600  2
ipt_REJECT              7104  1
ipt_state               2112  2
iptable_nat            25260  0
ip_conntrack           35144  2 ipt_state,iptable_nat
iptable_filter          2944  1
ip_tables              18368  4
ipt_REJECT,ipt_state,iptable_nat,iptable_filter
tsdev                   7360  0
ide_cd                 42528  0
cdrom                  40284  1 ide_cd
mousedev               10444  2
psmouse                20232  0
floppy                 60304  0
evdev                   9600  0
pcspkr                  3688  0
rtc                    12728  0
8139too                26112  0
8139cp                 20672  0
mii                     5184  2 8139too,8139cp
emu10k1_gp              3648  0
gameport                4736  1 emu10k1_gp
snd_emu10k1            98312  0
snd_rawmidi            25316  1 snd_emu10k1
snd_pcm                97480  1 snd_emu10k1
snd_timer              25540  1 snd_pcm
snd_seq_device          8264  2 snd_emu10k1,snd_rawmidi
snd_ac97_codec         69508  1 snd_emu10k1
snd_page_alloc         11720  2 snd_emu10k1,snd_pcm
snd_util_mem            4608  1 snd_emu10k1
snd_hwdep               9476  1 snd_emu10k1
snd                    57380  8
snd_emu10k1,snd_rawmidi,snd_pcm,snd_timer,snd_seq_device,snd_ac97_codec,snd_util_mem,snd_hwdep
emu10k1                83652  0
sound                  83372  1 emu10k1
soundcore              10400  3 snd,emu10k1,sound
ac97_codec             18700  1 emu10k1
uhci_hcd               32784  0
usbcore               118308  4 usb_storage,uhci_hcd
parport_pc             36932  0
parport                41544  1 parport_pc
pci_hotplug            34352  0
via_agp                 9088  1
agpgart                34536  2 nvidia,via_agp
dm_mod                 59644  0
capability              4616  0
commoncap               7296  1 capability
ext3                  126760  2
jbd                    61784  1 ext3
mbcache                 9284  1 ext3
ide_generic             1472  0
via82cxxx              13980  1
ide_disk               19264  5
ide_core              138724  5
usb_storage,ide_cd,ide_generic,via82cxxx,ide_disk
sd_mod                 21696  2
ata_piix                8132  0
libata                 41412  1 ata_piix
scsi_mod              124812  3 usb_storage,sd_mod,libata
unix                   28660  494
font                    8448  0
vesafb                  6688  0
cfbcopyarea             3840  1 vesafb
cfbimgblt               3072  1 vesafb
cfbfillrect             3712  1 vesafb

J'ai bien agpgart et nvidia de chargé, quelque chose doit m'échapper
c'est la raison pour laquel je m'en remet à vous.

Voici mon XF86Config-4 généré avec Debconf (qui ne veut plus me générer
de XF86Config-4 dailleur, il n'y a que la commande xf86config qui
fonctionne) :

Section "Files"
        FontPath        "unix/:7100"                    
        # local font server
        # if the local font server has problems, we can fall back on
these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
EndSection
                                                                                                         
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "Nvidia Geforce4"
        Driver          "nvidia"
        BusID           "PCI:01:00:0"
        VideoRam        65536
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       31.5-48.5
        VertRefresh     50-70
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Nvidia Geforce4"
        Monitor         "Generic Monitor"
        DefaultDepth    24
                                                                                                          
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection


J'espère que quelqu'un pourra m'éclairer. Même si je pourrai me passer
de cela, une petite partie de Tux racer de temps à autre ne me déplairai
pas maintenant que j'ai le matériel. :)

Merci d'avance.

Romain Biger.


 





Reply to: