Andesi - forum

Forum francophone pour Debian

Vous n'êtes pas identifié(e).

#1 28/12/2008 18:30:47

LinBox
Membre
Lieu : Valais (CH)
Inscription : 28/09/2003
Messages : 189
Site Web

NVIDIA 9300M Impossible de lancer X

Bonjour tout le monde...

Je viens de m'offrir un nouvel ordinateur (Sony Z) pour Noel et bien sure j'en ai profite pour installer Debian dessus.

Mon probleme est que je ne peux pas lancer le serveur X avec le pilote Nvidia. Seulement la carte graphique intel 4500 fonctionne pour l'instant. 

Avant de vous donner mon xorg.conf et les log de X je vous mets un petit lspci afin que vous voyez les 2 cartes graphiques ainsi que le PCI BusID

LSPCI:

00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation GeForce 9300M GS (rev a1)
06:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100
0b:04.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
0b:04.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04)
0b:04.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21)
0b:04.4 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 11)


Mon fichier xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Sun Dec 14 20:59:16 PST 2008

Section "ServerLayout"
    Identifier     "Layout"
    Screen         "Screen" 0 0
    InputDevice    "Keyboard"
    InputDevice    "Mouse"
    InputDevice    "Touchpad"
EndSection

Section "Files"

        # path to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
#    Load           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "es"
EndSection

Section "InputDevice"
    Identifier     "AlpsPS/2 ALPS GlidePoint 0"
    Driver         "synaptics"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "auto-dev"
    Option         "CorePointer"
EndSection

Section "InputDevice"
    Identifier     "Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
    Identifier     "Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0"
    Option         "RightEdge" "930"
    Option         "SHMConfig" "true"
EndSection

Section "Monitor"
    Identifier     "Monitor"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Nvidia"
    Driver         "nvidia"
    BusID          "PCI :1:0:0:0"
EndSection

Section "Screen"
    Identifier     "Screen"
    Device         "Intel"
    Monitor        "Monitor"
    DefaultDepth    24
    Option         "XAANoOffscreenPixmaps"
    SubSection     "Display"
        Depth       1
        Modes      "1600x900"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1600x900"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1600x900"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1600x900"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1600x900"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1600x900"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection



Ici ce que Xorg me donne comme log quand j'essaye de le lancer avec le pilote Nvidia:


X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-9)
Current Operating System: Linux linbox 2.6.28-0.slh.2-sidux-amd64 #1 SMP PREEMPT Fri Dec 26 14:04:26 UTC 2008 x86_64
Build Date: 15 November 2008  06:52:35PM

    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 Dec 28 16:38:15 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout"
(**) |-->Screen "Screen" (0)
(**) |   |-->Monitor "Monitor"
(==) No device specified for screen "Screen".
    Using the first device section listed.
(**) |   |-->Device "Nvidia"
(**) |-->Input Device "Keyboard"
(**) |-->Input Device "Mouse"
(**) |-->Input Device "Touchpad"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
    Entry deleted from font path.
(WW) FontPath is completely invalid.  Using compiled-in default.
(==) FontPath set to:
    /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"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7c31c0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    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.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2a40 card 104d,9025 rev 07 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2a41 card 0000,0000 rev 07 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 8086,2a42 card 104d,9025 rev 07 class 03,00,00 hdr 00
(II) PCI: 00:19:0: chip 8086,10f5 card 104d,9025 rev 03 class 02,00,00 hdr 00
(II) PCI: 00:1a:0: chip 8086,2937 card 104d,9025 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1a:1: chip 8086,2938 card 104d,9025 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1a:2: chip 8086,2939 card 104d,9025 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1a:7: chip 8086,293c card 104d,9025 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1b:0: chip 8086,293e card 104d,9025 rev 03 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,2940 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2942 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,2946 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2934 card 104d,9025 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2935 card 104d,9025 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2936 card 104d,9025 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,293a card 104d,9025 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 93 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2917 card 104d,9025 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2929 card 104d,9025 rev 03 class 01,06,01 hdr 00
(II) PCI: 00:1f:3: chip 8086,2930 card 104d,9025 rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10de,06e5 card 104d,9025 rev a1 class 03,00,00 hdr 00
(II) PCI: 06:00:0: chip 8086,4232 card 8086,1301 rev 00 class 02,80,00 hdr 00
(II) PCI: 0b:04:0: chip 1180,0476 card 3000,0000 rev ba class 06,07,00 hdr 82
(II) PCI: 0b:04:1: chip 1180,0832 card 104d,9025 rev 04 class 0c,00,10 hdr 80
(II) PCI: 0b:04:2: chip 1180,0822 card 104d,9025 rev 21 class 08,05,00 hdr 80
(II) PCI: 0b:04:4: chip 1180,0592 card 104d,9025 rev 11 class 08,80,00 hdr 80
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,12), 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 (0x100000000) MX[b]
(II) Bus 0 prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x100000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 1 I/O range:
    [0] -1    0    0x00007000 - 0x00007fff (0x1000) IX[b]
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xe2000000 - 0xe4ffffff (0x3000000) MX[b]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,5), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
    [0] -1    0    0x00006000 - 0x00006fff (0x1000) IX[b]
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xed900000 - 0xee8fffff (0x1000000) MX[b]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0xe8800000 - 0xe97fffff (0x1000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:28:1), (0,6,6), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 6 I/O range:
    [0] -1    0    0x00005000 - 0x00005fff (0x1000) IX[b]
(II) Bus 6 non-prefetchable memory range:
    [0] -1    0    0xec800000 - 0xed8fffff (0x1100000) MX[b]
(II) Bus 6 prefetchable memory range:
    [0] -1    0    0xe9800000 - 0xea7fffff (0x1000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:28:3), (0,8,8), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 8 I/O range:
    [0] -1    0    0x00004000 - 0x00004fff (0x1000) IX[b]
(II) Bus 8 non-prefetchable memory range:
    [0] -1    0    0xeb800000 - 0xec7fffff (0x1000000) MX[b]
(II) Bus 8 prefetchable memory range:
    [0] -1    0    0xea800000 - 0xeb7fffff (0x1000000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 11: bridge is at (0:30:0), (0,11,15), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 11 I/O range:
    [0] -1    0    0x00003000 - 0x00003fff (0x1000) IX[b]
(II) Bus 11 non-prefetchable memory range:
    [0] -1    0    0xe6000000 - 0xe80fffff (0x2100000) MX[b]
(II) Bus 11 prefetchable memory range:
    [0] -1    0    0xe0000000 - 0xe1ffffff (0x2000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 12: bridge is at (11:4:0), (11,12,15), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 12 I/O range:
    [0] -1    0    0x00003000 - 0x000030ff (0x100) IX[b]
    [1] -1    0    0x00003400 - 0x000034ff (0x100) IX[b]
(--) PCI:*(0:2:0) Intel Corporation Mobile Integrated Graphics Controller rev 7, Mem @ 0xe8400000/22, 0xd0000000/28, I/O @ 0x8130/3
(--) PCI: (1:0:0) nVidia Corporation unknown chipset (0x06e5) rev 161, Mem @ 0xe4000000/24, 0xc0000000/28, 0xe2000000/25, I/O @ 0x7000/7, BIOS @ 0xfffe0000/0
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x100000000) 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) Active PCI resource ranges:
    [0] -1    0    0xe8001800 - 0xe80018ff (0x100) MX[b]
    [1] -1    0    0xe8001900 - 0xe80019ff (0x100) MX[b]
    [2] -1    0    0xe8001000 - 0xe80017ff (0x800) MX[b]
    [3] -1    0    0xec800000 - 0xec801fff (0x2000) MX[b]
    [4] -1    0    0xee926000 - 0xee9260ff (0x100) MX[b]
    [5] -1    0    0xee925000 - 0xee9257ff (0x800) MX[b]
    [6] -1    0    0xee925800 - 0xee925bff (0x400) MX[b]
    [7] -1    0    0xee920000 - 0xee923fff (0x4000) MX[b]
    [8] -1    0    0xee925c00 - 0xee925fff (0x400) MX[b]
    [9] -1    0    0xee924000 - 0xee924fff (0x1000) MX[b]
    [10] -1    0    0xee900000 - 0xee91ffff (0x20000) MX[b]
    [11] -1    0    0xfffe0000 - 0xfffe0000 (0x1) MX[b](B)
    [12] -1    0    0xe2000000 - 0xe3ffffff (0x2000000) MX[b](B)
    [13] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [15] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [16] -1    0    0xe8400000 - 0xe87fffff (0x400000) MX[b](B)
    [17] -1    0    0x00008000 - 0x0000801f (0x20) IX[b]
    [18] -1    0    0x00008020 - 0x0000803f (0x20) IX[b]
    [19] -1    0    0x00008138 - 0x0000813b (0x4) IX[b]
    [20] -1    0    0x00008120 - 0x00008127 (0x8) IX[b]
    [21] -1    0    0x0000813c - 0x0000813f (0x4) IX[b]
    [22] -1    0    0x00008128 - 0x0000812f (0x8) IX[b]
    [23] -1    0    0x00008040 - 0x0000805f (0x20) IX[b]
    [24] -1    0    0x00008060 - 0x0000807f (0x20) IX[b]
    [25] -1    0    0x00008080 - 0x0000809f (0x20) IX[b]
    [26] -1    0    0x000080a0 - 0x000080bf (0x20) IX[b]
    [27] -1    0    0x000080c0 - 0x000080df (0x20) IX[b]
    [28] -1    0    0x000080e0 - 0x000080ff (0x20) IX[b]
    [29] -1    0    0x00008100 - 0x0000811f (0x20) IX[b]
    [30] -1    0    0x00007000 - 0x0000707f (0x80) IX[b](B)
    [31] -1    0    0x00008130 - 0x00008137 (0x8) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xe8001800 - 0xe80018ff (0x100) MX[b]
    [1] -1    0    0xe8001900 - 0xe80019ff (0x100) MX[b]
    [2] -1    0    0xe8001000 - 0xe80017ff (0x800) MX[b]
    [3] -1    0    0xec800000 - 0xec801fff (0x2000) MX[b]
    [4] -1    0    0xee926000 - 0xee9260ff (0x100) MX[b]
    [5] -1    0    0xee925000 - 0xee9257ff (0x800) MX[b]
    [6] -1    0    0xee925800 - 0xee925bff (0x400) MX[b]
    [7] -1    0    0xee920000 - 0xee923fff (0x4000) MX[b]
    [8] -1    0    0xee925c00 - 0xee925fff (0x400) MX[b]
    [9] -1    0    0xee924000 - 0xee924fff (0x1000) MX[b]
    [10] -1    0    0xee900000 - 0xee91ffff (0x20000) MX[b]
    [11] -1    0    0xfffe0000 - 0xfffe0000 (0x1) MX[b](B)
    [12] -1    0    0xe2000000 - 0xe3ffffff (0x2000000) MX[b](B)
    [13] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [15] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [16] -1    0    0xe8400000 - 0xe87fffff (0x400000) MX[b](B)
    [17] -1    0    0x00008000 - 0x0000801f (0x20) IX[b]
    [18] -1    0    0x00008020 - 0x0000803f (0x20) IX[b]
    [19] -1    0    0x00008138 - 0x0000813b (0x4) IX[b]
    [20] -1    0    0x00008120 - 0x00008127 (0x8) IX[b]
    [21] -1    0    0x0000813c - 0x0000813f (0x4) IX[b]
    [22] -1    0    0x00008128 - 0x0000812f (0x8) IX[b]
    [23] -1    0    0x00008040 - 0x0000805f (0x20) IX[b]
    [24] -1    0    0x00008060 - 0x0000807f (0x20) IX[b]
    [25] -1    0    0x00008080 - 0x0000809f (0x20) IX[b]
    [26] -1    0    0x000080a0 - 0x000080bf (0x20) IX[b]
    [27] -1    0    0x000080c0 - 0x000080df (0x20) IX[b]
    [28] -1    0    0x000080e0 - 0x000080ff (0x20) IX[b]
    [29] -1    0    0x00008100 - 0x0000811f (0x20) IX[b]
    [30] -1    0    0x00007000 - 0x0000707f (0x80) IX[b](B)
    [31] -1    0    0x00008130 - 0x00008137 (0x8) IX[b](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    0xe8001800 - 0xe80018ff (0x100) MX[b]
    [5] -1    0    0xe8001900 - 0xe80019ff (0x100) MX[b]
    [6] -1    0    0xe8001000 - 0xe80017ff (0x800) MX[b]
    [7] -1    0    0xec800000 - 0xec801fff (0x2000) MX[b]
    [8] -1    0    0xee926000 - 0xee9260ff (0x100) MX[b]
    [9] -1    0    0xee925000 - 0xee9257ff (0x800) MX[b]
    [10] -1    0    0xee925800 - 0xee925bff (0x400) MX[b]
    [11] -1    0    0xee920000 - 0xee923fff (0x4000) MX[b]
    [12] -1    0    0xee925c00 - 0xee925fff (0x400) MX[b]
    [13] -1    0    0xee924000 - 0xee924fff (0x1000) MX[b]
    [14] -1    0    0xee900000 - 0xee91ffff (0x20000) MX[b]
    [15] -1    0    0xfffe0000 - 0xfffe0000 (0x1) MX[b](B)
    [16] -1    0    0xe2000000 - 0xe3ffffff (0x2000000) MX[b](B)
    [17] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [19] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [20] -1    0    0xe8400000 - 0xe87fffff (0x400000) MX[b](B)
    [21] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [22] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [23] -1    0    0x00008000 - 0x0000801f (0x20) IX[b]
    [24] -1    0    0x00008020 - 0x0000803f (0x20) IX[b]
    [25] -1    0    0x00008138 - 0x0000813b (0x4) IX[b]
    [26] -1    0    0x00008120 - 0x00008127 (0x8) IX[b]
    [27] -1    0    0x0000813c - 0x0000813f (0x4) IX[b]
    [28] -1    0    0x00008128 - 0x0000812f (0x8) IX[b]
    [29] -1    0    0x00008040 - 0x0000805f (0x20) IX[b]
    [30] -1    0    0x00008060 - 0x0000807f (0x20) IX[b]
    [31] -1    0    0x00008080 - 0x0000809f (0x20) IX[b]
    [32] -1    0    0x000080a0 - 0x000080bf (0x20) IX[b]
    [33] -1    0    0x000080c0 - 0x000080df (0x20) IX[b]
    [34] -1    0    0x000080e0 - 0x000080ff (0x20) IX[b]
    [35] -1    0    0x00008100 - 0x0000811f (0x20) IX[b]
    [36] -1    0    0x00007000 - 0x0000707f (0x80) IX[b](B)
    [37] -1    0    0x00008130 - 0x00008137 (0x8) IX[b](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) LoadModule: "ddc"(II) Module "ddc" 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.4.2, 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.4.2, 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.0
    Module class: X.Org Server Extension
(II) NVIDIA GLX Module  180.17  Sun Dec 14 20:55:14 PST 2008
(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.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, 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.4.2, 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.4.2, 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.0
    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.4.0.90, module version = 1.3.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
    compiled for 4.3.99.902, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver  180.17  Sun Dec 14 21:01:47 PST 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 00:02:0
(--) 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.4.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.4.2, 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 "ramdac" 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    0xe8001800 - 0xe80018ff (0x100) MX[b]
    [5] -1    0    0xe8001900 - 0xe80019ff (0x100) MX[b]
    [6] -1    0    0xe8001000 - 0xe80017ff (0x800) MX[b]
    [7] -1    0    0xec800000 - 0xec801fff (0x2000) MX[b]
    [8] -1    0    0xee926000 - 0xee9260ff (0x100) MX[b]
    [9] -1    0    0xee925000 - 0xee9257ff (0x800) MX[b]
    [10] -1    0    0xee925800 - 0xee925bff (0x400) MX[b]
    [11] -1    0    0xee920000 - 0xee923fff (0x4000) MX[b]
    [12] -1    0    0xee925c00 - 0xee925fff (0x400) MX[b]
    [13] -1    0    0xee924000 - 0xee924fff (0x1000) MX[b]
    [14] -1    0    0xee900000 - 0xee91ffff (0x20000) MX[b]
    [15] -1    0    0xfffe0000 - 0xfffe0000 (0x1) MX[b](B)
    [16] -1    0    0xe2000000 - 0xe3ffffff (0x2000000) MX[b](B)
    [17] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [19] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [20] -1    0    0xe8400000 - 0xe87fffff (0x400000) MX[b](B)
    [21] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [22] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [23] -1    0    0x00008000 - 0x0000801f (0x20) IX[b]
    [24] -1    0    0x00008020 - 0x0000803f (0x20) IX[b]
    [25] -1    0    0x00008138 - 0x0000813b (0x4) IX[b]
    [26] -1    0    0x00008120 - 0x00008127 (0x8) IX[b]
    [27] -1    0    0x0000813c - 0x0000813f (0x4) IX[b]
    [28] -1    0    0x00008128 - 0x0000812f (0x8) IX[b]
    [29] -1    0    0x00008040 - 0x0000805f (0x20) IX[b]
    [30] -1    0    0x00008060 - 0x0000807f (0x20) IX[b]
    [31] -1    0    0x00008080 - 0x0000809f (0x20) IX[b]
    [32] -1    0    0x000080a0 - 0x000080bf (0x20) IX[b]
    [33] -1    0    0x000080c0 - 0x000080df (0x20) IX[b]
    [34] -1    0    0x000080e0 - 0x000080ff (0x20) IX[b]
    [35] -1    0    0x00008100 - 0x0000811f (0x20) IX[b]
    [36] -1    0    0x00007000 - 0x0000707f (0x80) IX[b](B)
    [37] -1    0    0x00008130 - 0x00008137 (0x8) IX[b](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    0xe8001800 - 0xe80018ff (0x100) MX[b]
    [5] -1    0    0xe8001900 - 0xe80019ff (0x100) MX[b]
    [6] -1    0    0xe8001000 - 0xe80017ff (0x800) MX[b]
    [7] -1    0    0xec800000 - 0xec801fff (0x2000) MX[b]
    [8] -1    0    0xee926000 - 0xee9260ff (0x100) MX[b]
    [9] -1    0    0xee925000 - 0xee9257ff (0x800) MX[b]
    [10] -1    0    0xee925800 - 0xee925bff (0x400) MX[b]
    [11] -1    0    0xee920000 - 0xee923fff (0x4000) MX[b]
    [12] -1    0    0xee925c00 - 0xee925fff (0x400) MX[b]
    [13] -1    0    0xee924000 - 0xee924fff (0x1000) MX[b]
    [14] -1    0    0xee900000 - 0xee91ffff (0x20000) MX[b]
    [15] -1    0    0xfffe0000 - 0xfffe0000 (0x1) MX[b](B)
    [16] -1    0    0xe2000000 - 0xe3ffffff (0x2000000) MX[b](B)
    [17] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1    0    0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
    [19] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [20] -1    0    0xe8400000 - 0xe87fffff (0x400000) MX[b](B)
    [21] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [22] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [23] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [24] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [26] -1    0    0x00008000 - 0x0000801f (0x20) IX[b]
    [27] -1    0    0x00008020 - 0x0000803f (0x20) IX[b]
    [28] -1    0    0x00008138 - 0x0000813b (0x4) IX[b]
    [29] -1    0    0x00008120 - 0x00008127 (0x8) IX[b]
    [30] -1    0    0x0000813c - 0x0000813f (0x4) IX[b]
    [31] -1    0    0x00008128 - 0x0000812f (0x8) IX[b]
    [32] -1    0    0x00008040 - 0x0000805f (0x20) IX[b]
    [33] -1    0    0x00008060 - 0x0000807f (0x20) IX[b]
    [34] -1    0    0x00008080 - 0x0000809f (0x20) IX[b]
    [35] -1    0    0x000080a0 - 0x000080bf (0x20) IX[b]
    [36] -1    0    0x000080c0 - 0x000080df (0x20) IX[b]
    [37] -1    0    0x000080e0 - 0x000080ff (0x20) IX[b]
    [38] -1    0    0x00008100 - 0x0000811f (0x20) IX[b]
    [39] -1    0    0x00007000 - 0x0000707f (0x80) IX[b](B)
    [40] -1    0    0x00008130 - 0x00008137 (0x8) IX[b](B)
    [41] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [42] 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): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:1:0:0.
(EE) NVIDIA(0):     Please see the COMMON PROBLEMS section in the README for
(EE) NVIDIA(0):     additional information.
(EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
(II) UnloadModule: "nvidia"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Voila le probleme et dans le readme je n'ai pas pu trouver une piste qui pourrait m'aider.

En resume

Ce qui fonctionne pour l'instant:

Ecran bonne resolution (Intel 4500), webcam, son ainsi que reglage de la luninosite (Manuel, je dois utiliser kpowersave), Suspend to disk et suspend to ram sans probleme.

Ce qui ne fonctionne pas:

Microphone (Realtek ALC262), Fn keys pour muter le son, augmenter et diminuer le son, augmenter ou diminuer la luminosite, le bouton ejecter pour le cd, les boutons de fonctions programables (S1, S2), le bouton pour changer de carte graphique ainsi qu'une automonie pourrie de 3 heures quand sur windows 5 heures sont possibles 6 selon sony.

Un truc qui est embetant c'est que le pilote/packet sony-laptop ainsi que sonypi ne sont pas disponible pour les versions 64 bits de linux

Donc voila, mes problemes. Je remercie tout le monde pour avoir eu le courage de lire jusque' ici ainsi que pour toutes pistes, conseils ou/et solutions que vous pourrez me suggerer

Any idea welcome smile

Merci d'avance

++ Paps

Dernière modification par LinBox (28/12/2008 18:36:29)


Quand il n'y a pas de solutions, il n'y a pas de problèmes !

Gabber : [email protected]

Hors ligne

#2 28/12/2008 22:59:59

freddec
Membre
Lieu : Charente Maritime
Inscription : 31/10/2005
Messages : 774

Re : NVIDIA 9300M Impossible de lancer X

Salut

Tu serait gentil de greppé tes sorties (lspci |grep VGA et  cat /var/log/Xorg.0.log
|grep EE ), ca allègerai tes pages !

Sinon, je vois ceci sans être sur

lspci

01:00.0 VGA compatible controller: nVidia Corporation GeForce 9300M GS (rev a1)

Pour moi ton bus PCI devrait être PCI:1:0:0

Mais ton Xorg.conf

Section "Device"
    Identifier     "Nvidia"
    Driver         "nvidia"
    BusID          "PCI :1:0:0:0"
EndSection

Le log
(EE) NVIDIA(0): Failed to initialize the NVIDIA graphics devicePCI:1:0:0.

En outre je vois également ceci qui me laisse perplexe:

Section "Screen"
    Identifier     "Screen"
    Device         "Intel"
    Monitor        "Monitor"

Hors point de device Intel dans ton xorg.conf

--------------------
Ce qui me pousse a croire que j'ai raison
mon lspci
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200] (rev 01)


Extrait de mon xorg.conf

Section "Device"
    Identifier    "ATI Technologies Inc RV280 [Radeon 9200]"
    Driver        "ati"
    BusID        "PCI:1:0:0"


Debian Testing @ Home
Debian Testing @ Taf
Winxp...@ trash wink

Hors ligne

#3 28/12/2008 23:35:57

LinBox
Membre
Lieu : Valais (CH)
Inscription : 28/09/2003
Messages : 189
Site Web

Re : NVIDIA 9300M Impossible de lancer X

Hello,

merci pour ta reponse. J'ai essayer PCI :1:0:0 et voici le retour:

Current Operating System: Linux linbox 2.6.28-0.slh.2-sidux-amd64 #1 SMP PREEMPT Fri Dec 26 14:04:26 UTC 2008 x86_64
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to load module "type1" (module does not exist, 0)
(EE) intel(0): [dri] I830CheckDRIAvailable failed: glx not loaded
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)

Donc pour l'instant toujours pas de X en utilisant la carte nvidia. Elle ne veut toujours pas fonctionner et pourtant pour etre sur avant de la lancer le serveur graphique j'ai verifier que le module nvidia etait bien charger.

Est ce que quelqu'un aurait une autre idee?

Merci beaucoup pour votre aide.

++ Paps


Quand il n'y a pas de solutions, il n'y a pas de problèmes !

Gabber : [email protected]

Hors ligne

#4 29/12/2008 10:31:06

ustilago
Membre
Lieu : Charente-Maritime
Inscription : 14/08/2004
Messages : 1 540
Site Web

Re : NVIDIA 9300M Impossible de lancer X

Bonjour,

En quoi X ne marche pas sans GLX ? Ca sert juste à l'accélération 3D, qui est loin d'être indispensable pour afficher un bureau et travailler avec, non ? hmm

Pour utiliser l'accélération 3D avec les cartes nvidia (idem pour ATI) il faut installer les pilotes propriétaires, il y a des tonnes de pages sur internet qui expliquent comment faire, et tu trouveras des paquets Debian dans non-free.

Tiens, il y a même un article sur notre wiki smile

Usti


Faut pas énerver un tigre ...

Hors ligne

#5 29/12/2008 14:42:13

LinBox
Membre
Lieu : Valais (CH)
Inscription : 28/09/2003
Messages : 189
Site Web

Re : NVIDIA 9300M Impossible de lancer X

Hello,

Merci pour ton aide... Mais les pilotes nvidia sont deja installe.

Ici un retour de lsmod:

lsmod
Module                  Size  Used by
lp                     16260  0
parport_pc             45128  0
st                     45988  0
nvidia               8111080  0
i915                   69256  0
drm                   118368  1 i915
rfcomm                 45216  0
l2cap                  28032  3 rfcomm
ipv6                  337328  23
ppdev                  12680  0
parport                45104  3 lp,parport_pc,ppdev
acpi_cpufreq           13072  1
cpufreq_stats           9348  0
cpufreq_ondemand       12560  1
af_packet              24832  4
freq_table              9344  3 acpi_cpufreq,cpufreq_stats,cpufreq_ondemand
cpufreq_conservative    11912  0
cpufreq_performance     6016  0
cpufreq_powersave       6016  0
kvm                   176496  0
fuse                   61504  1
nls_utf8                6144  2
ntfs                  214016  2
nls_base               13316  2 nls_utf8,ntfs
joydev                 16384  0
pcmcia                 34568  0
snd_hda_intel         532020  2
arc4                    6272  2
ecb                     7296  2
snd_pcm_oss            47616  0
snd_mixer_oss          21248  1 snd_pcm_oss
rtc_cmos               16216  0
snd_pcm                90888  2 snd_hda_intel,snd_pcm_oss
rtc_core               23236  1 rtc_cmos
rtc_lib                 7680  1 rtc_core
snd_page_alloc         14736  2 snd_hda_intel,snd_pcm
snd_hwdep              12936  1 snd_hda_intel
evdev                  16032  10
serio_raw              10372  0
i2c_i801               14492  0
pcspkr                  7040  0
psmouse                59164  0
iwlagn                107140  0
iwlcore               101120  1 iwlagn
i2c_core               32032  2 nvidia,i2c_i801
snd_seq_dummy           7428  0
yenta_socket           30988  1
rsrc_nonstatic         15488  1 yenta_socket
pcmcia_core            45220  3 pcmcia,yenta_socket,rsrc_nonstatic
iTCO_wdt               17360  0
iTCO_vendor_support     8324  1 iTCO_wdt
rfkill                 17232  2 iwlcore
snd_seq_oss            37760  0
led_class               8968  1 iwlcore
snd_seq_midi           11648  0
snd_rawmidi            29568  1 snd_seq_midi
btusb                  17944  0
uvcvideo               64392  0
snd_seq_midi_event     12544  2 snd_seq_oss,snd_seq_midi
snd_seq                62048  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
bluetooth              66596  3 rfcomm,l2cap,btusb
mac80211              185136  2 iwlagn,iwlcore
snd_timer              28304  2 snd_pcm,snd_seq
snd_seq_device         12180  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
cfg80211               39968  3 iwlagn,iwlcore,mac80211
compat_ioctl32         13824  1 uvcvideo
videodev               41728  2 uvcvideo,compat_ioctl32
v4l1_compat            19588  2 uvcvideo,videodev
snd                    73800  14 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore              12960  1 snd
wmi                    11840  0
sony_laptop            41264  1
tpm_infineon           14524  0
tpm                    21696  1 tpm_infineon
tpm_bios               11264  1 tpm
video                  24340  0
output                  7680  1 video
battery                11776  0
intel_agp              35056  1
button                 11552  0
ac                      8064  0
ext3                  143248  1
jbd                    63272  1 ext3
mbcache                13572  1 ext3
dm_mirror              19584  0
dm_region_hash         17280  1 dm_mirror
dm_log                 15108  2 dm_mirror,dm_region_hash
dm_snapshot            21960  0
dm_mod                 67056  3 dm_mirror,dm_log,dm_snapshot
sg                     36832  0
sr_mod                 21444  0
cdrom                  42536  1 sr_mod
sd_mod                 34472  5
ahci                   39052  4
sdhci_pci              12800  0
sdhci                  22404  1 sdhci_pci
mmc_core               60768  1 sdhci
libata                196544  1 ahci
firewire_ohci          30852  0
firewire_core          47584  1 firewire_ohci
crc_itu_t               6528  1 firewire_core
scsi_mod              182360  5 st,sg,sr_mod,sd_mod,libata
ehci_hcd               43532  0
uhci_hcd               29600  0
e1000e                130864  0
usbcore               173104  5 btusb,uvcvideo,ehci_hcd,uhci_hcd
thermal                23072  0
processor              49592  4 acpi_cpufreq,thermal
fan                     9480  0


Apparement je pense que le probleme c'est qu'il doit y avoir une sorte de conflit avec l'autre carte graphique integree (Intel 4500).

J'ai essayer d'installer les pilotes utilisant apt il ne fonctionne pas car mon noyau est trop recent. J'ai ensuite essaye d'installer les pilotes utilisant sgfxi mais il installe la version 177 qui ne fonctionne pas j'ai donc tout enveler pour installer la derniere version des pilotes qui est la 180 Beta.

Jusqu'a maintenant aucun resultat. Je pense que le probleme vient du faite que les deux cartes sont activees simultanement.

Enfin, en resume, je n'arrive pas a initialiser la carte graphique nvidia.

Besoin de plus d'information? Si oui, lesquelles? Une autre idee?

Merci pour votre aide

++ Paps


Quand il n'y a pas de solutions, il n'y a pas de problèmes !

Gabber : [email protected]

Hors ligne

#6 29/12/2008 15:09:04

armen
Membre
Lieu : 48°03'03" N - 04°59'55" W
Inscription : 09/03/2004
Messages : 1 937

Re : NVIDIA 9300M Impossible de lancer X

Bonjour,

Est-ce que tu as essayé de désactiver, au niveau du BIOS, la carte graphique intégrée ? C'est en général là qu'il faut chercher pour désactiver un matériel intégré à la carte mère que l'on ne veut pas utiliser.

Armen qui met son grain de sel dans l'histoire de LinBox


"La grandeur d'un métier est peut-etre, avant tout, d'unir des hommes : il n'est qu'un luxe véritable, et c'est celui des relations humaines." Antoine de Saint-Exupéry

Hors ligne

#7 29/12/2008 15:43:26

freddec
Membre
Lieu : Charente Maritime
Inscription : 31/10/2005
Messages : 774

Re : NVIDIA 9300M Impossible de lancer X

Moi je ne comprends toujours pas pourquoi tu as intel dans ta section devices /screen et pas de device intel dans ton xorg.conf


Debian Testing @ Home
Debian Testing @ Taf
Winxp...@ trash wink

Hors ligne

#8 30/12/2008 01:21:54

LinBox
Membre
Lieu : Valais (CH)
Inscription : 28/09/2003
Messages : 189
Site Web

Re : NVIDIA 9300M Impossible de lancer X

Hello,

Merci pour vos reponses.

Dans le bios a part changer l'heures et quoi booter en premier il n'y a aucune autre option (Sony Vaio bios)

Concernant le xorg.conf et intel ceci vient de mon autre xorg.conf pour ma carte intel integree. Changer cette valeure n'a rien changer toujours la meme erreur.

Apres quelques recherche le probleme vient de Vista. Apparement vista deinitialise la carte nvidia et pour l'instant le seul fix proposer est d'installer windows XP et de rebooter a chaque fois XP pour changer entre la carte intel et nvidia. Inutile de dire que ceci n'est pas une solution ideale (sure cette ordi je n'ai plus que debian installe donc pas de reboot possible.

Ici quelques liens:

http://ubuntuforums.org/archive/index.php/t-939580.html

http://www.nvnews.net/vbulletin/showthr … 810&page=2

http://ubuntuforums.org/showthread.php?p=6238165

Je ne suis pas le seul qui a ce probleme.... smile

Merci pour votre aide

++ Paps


Quand il n'y a pas de solutions, il n'y a pas de problèmes !

Gabber : [email protected]

Hors ligne

Pied de page des forums