Je vais bientot pouvoir beneficier de la hotline, j'ai commande mon pack, que
j'attends ...
Mais en attendant, pourrais-tu me repondre, en prive, a cette petite quesiton :
Je possede une nvidia GeForce IIMX Dual-Head, j'ai installe les derniers drivers
pour la carte, tout fonctionne bien, sauf que je n'arrive pas a configurer le
twinview, qui devrait me permettre de sortir la deuxieme sortie sur une tele.
Cela marche parfaitement sous winchosee, donc, les connections sont bonnes.
Bref : as-tu un XF86Config-4 qui permette cela sous la main (a mon avis, c'est
la que le bat blesse, car il me dit qu'il detecte deux DAC, mais qu'il "disabled
second display").
Sinon, connais-tu qqun de chez nvidia qui peut me depanner ?

Merci d'avance.
Au cas ou, je t'envoie mes fichiers de logs ...
le dernier (lesmessages.log) est obtenu en lancant startx >lesmessages.log 2>&1

Merci d'avance, Stef.
PS : si jamais je trouve avant, je te tiendrais au courant.

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

Section "Files"

    RgbPath     "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.

    FontPath   "unix/:-1"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #NoTrapSignals

    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #DontZap

    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom

    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
    AllowMouseOpenFail

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "InputDevice"

    Identifier "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat"  "250 30"

    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"

EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping" "4 5"
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection



Section "Module"

# This loads the DBE extension module.

    Load        "dbe"


# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

    SubSection  "extmod"
        #Option "omit xfree86-dga"
    EndSubSection

# This loads the Type1 and FreeType font modules

    Load        "type1"
    Load        "freetype"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier "ViewSonic|ViewSonic G653"
    VendorName "ViewSonic"
    ModelName  "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync  30-70


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-120


EndSection



# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier "Generic VGA"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "NVIDIA GeForce2 DDR (generic)"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "nv"
#    VideoRam    32768
    # Clock lines


    # Uncomment following option if you see a big white block        
    # instead of the cursor!                                          
    #    Option      "sw_cursor"

    Option      "DPMS"
EndSection



# **********************************************************************
# Screen sections
# **********************************************************************


Section "Screen"
    Identifier "screen1"
    Device      "NVIDIA GeForce2 DDR (generic)"
    Monitor     "ViewSonic|ViewSonic G653"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "800x600" "640x400"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier "layout1"
    Screen     "screen1"

    InputDevice "Mouse1" "CorePointer"

    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

XFree86 Version 4.0.3 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 16 March 2001
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/FAQ)
Operating System: Linux 2.4.1-20mdksmp i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon May 21 07:59:28 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "ViewSonic|ViewSonic G653"
(**) |   |-->Device "NVIDIA GeForce2 DDR (generic)"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "fr"
(**) XKB: layout: "fr"
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) using VT number 7

(WW) Open APM failed
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.3
        XFree86 XInput driver : 0.1
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.3
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000900c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10b9,1541 card 10b9,1541 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10b9,5243 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 10b9,1533 card 10b9,1533 rev c3 class 06,01,00 hdr 00
(II) PCI: 00:0e:0: chip 109e,0350 card 0000,0000 rev 12 class 04,00,00 hdr 00
(II) PCI: 00:0f:0: chip 10b9,5229 card 0000,0000 rev c1 class 01,01,fa hdr 00
(II) PCI: 00:12:0: chip 1274,1371 card 1274,1371 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0110 card 14af,7109 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.3
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 0 I/O range:
        [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0b (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xcde00000 - 0xcfefffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xbdc00000 - 0xcdcfffff (0x10100000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI: (0:14:0) BrookTree 848 rev 18, Mem @ 0xcddff000/12
(--) PCI:*(1:0:0) NVidia GeForce2 MX rev 161, Mem @ 0xce000000/24, 0xc0000000/27
(II) Addressable bus resource ranges are
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x00000000 - 0x000001ff (0x200) IX[B]E
(II) Active PCI resource ranges:
        [0] -1  0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
        [1] -1  0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
        [2] -1  0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [3] -1  0xce000000 - 0xceffffff (0x1000000) MX[B](B)
        [4] -1  0xcddff000 - 0xcddfffff (0x1000) MX[B](B)
        [5] -1  0x0000df00 - 0x0000df3f (0x40) IX[B]
        [6] -1  0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
        [1] -1  0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
        [2] -1  0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [3] -1  0xce000000 - 0xceffffff (0x1000000) MX[B](B)
        [4] -1  0xcddff000 - 0xcddfffff (0x1000) MX[B](B)
        [5] -1  0x0000df00 - 0x0000df3f (0x40) IX[B]
        [6] -1  0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x00000000 - 0x000001ff (0x200) IX[B]E
(II) All system resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
        [6] -1  0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
        [7] -1  0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [8] -1  0xce000000 - 0xceffffff (0x1000000) MX[B](B)
        [9] -1  0xcddff000 - 0xcddfffff (0x1000) MX[B](B)
        [10] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [11] -1 0x0000df00 - 0x0000df3f (0x40) IX[B]
        [12] -1 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(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 FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.1.9
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.3
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.1
(II) NV: driver for NVIDIA chipsets: RIVA128, RIVATNT, RIVATNT2,
        RIVATNT2 (A), RIVATNT2 (B), RIVATNT2 (Ultra), RIVATNT2 (Vanta),
        RIVATNT2 M64, RIVATNT2 (Integrated), GeForce 256, GeForce DDR,
        Quadro, GeForce2 GTS, GeForce2 GTS (rev 1), GeForce2 ultra,
        Quadro 2 Pro, GeForce2 MX, GeForce2 MX DDR, Quadro 2 MXR,
        GeForce 2 Go, GeForce3, GeForce3 (rev 1), GeForce3 (rev 2),
        GeForce3 (rev 3)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce2 MX found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
        [6] -1  0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
        [7] -1  0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [8] -1  0xce000000 - 0xceffffff (0x1000000) MX[B](B)
        [9] -1  0xcddff000 - 0xcddfffff (0x1000) MX[B](B)
        [10] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [11] -1 0x0000df00 - 0x0000df3f (0x40) IX[B]
        [12] -1 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) resource ranges after probing:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
        [6] -1  0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
        [7] -1  0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [8] -1  0xce000000 - 0xceffffff (0x1000000) MX[B](B)
        [9] -1  0xcddff000 - 0xcddfffff (0x1000) MX[B](B)
        [10] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [11] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [12] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [13] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [14] -1 0x0000df00 - 0x0000df3f (0x40) IX[B]
        [15] -1 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [16] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [17] 0  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.3
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce2 MX"
(**) NV(0): Depth 16, (--) framebuffer bpp 16
(==) NV(0): RGB weight 565
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.3
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xC0000000
(--) NV(0): MMIO registers at 0xCE000000
(--) NV(0): VideoRAM: 32768 kBytes
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.3
(==) NV(0): Removed MMIO write-combining range (0xa0000,0x20000)
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.3
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): I2C device "DDC:ddc2" registered.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0): I2C device "DDC:ddc2" registered.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0): DDC Monitor info: 0x82de368
(II) NV(0): Manufacturer: VSC  Model: 3645  Serial#: 1140
(II) NV(0): Year: 1998  Week: 12
(II) NV(0): EDID Version: 1.0
(II) NV(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) NV(0): Sync:  Separate
(II) NV(0): Max H-Image Size [cm]: horiz.: 28  vert.: 21
(II) NV(0): Gamma: 2.66
(II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) NV(0): redX: 0.610 redY: 0.342   greenX: 0.298 greenY: 0.588
(II) NV(0): blueX: 0.151 blueY: 0.064   whiteX: 0.281 whiteY: 0.311
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): 720x400@70Hz
(II) NV(0): 720x400@88Hz
(II) NV(0): 640x480@60Hz
(II) NV(0): 640x480@67Hz
(II) NV(0): 640x480@72Hz
(II) NV(0): 640x480@75Hz
(II) NV(0): 800x600@56Hz
(II) NV(0): 800x600@60Hz
(II) NV(0): 800x600@72Hz
(II) NV(0): 800x600@75Hz
(II) NV(0): 832x624@75Hz
(II) NV(0): 1024x768@87Hz (interlaced)
(II) NV(0): 1024x768@60Hz
(II) NV(0): 1024x768@70Hz
(II) NV(0): 1024x768@75Hz
(II) NV(0): 1152x870@75Hz
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) NV(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) NV(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) NV(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) NV(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 108.0 MHz   Image Size:  260 x 195 mm
(II) NV(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) NV(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 35.5 MHz   Image Size:  260 x 195 mm
(II) NV(0): h_active: 720  h_sync: 756  h_sync_end 828 h_blank_end 936 h_border: 0
(II) NV(0): v_active: 400  v_sync: 401  v_sync_end 404 v_blanking: 446 v_border: 0
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 31.5 MHz   Image Size:  260 x 195 mm
(II) NV(0): h_active: 640  h_sync: 672  h_sync_end 736 h_blank_end 832 h_border: 0
(II) NV(0): v_active: 400  v_sync: 401  v_sync_end 404 v_blanking: 445 v_border: 0
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 31.5 MHz   Image Size:  260 x 195 mm
(II) NV(0): h_active: 640  h_sync: 672  h_sync_end 736 h_blank_end 832 h_border: 0
(II) NV(0): v_active: 350  v_sync: 382  v_sync_end 385 v_blanking: 445 v_border: 0
(II) NV(0): end of DDC Monitor info

(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): ViewSonic|ViewSonic G653: Using hsync range of 30.00-70.00 kHz
(II) NV(0): ViewSonic|ViewSonic G653: Using vrefresh range of 50.00-120.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(WW) NV(0): Default mode "1280x960" deleted (hsync out of range)
(WW) NV(0): Default mode "1280x1024" deleted (hsync out of range)
(WW) NV(0): Default mode "1280x1024" deleted (hsync out of range)
(WW) NV(0): Default mode "1400x1050" deleted (hsync out of range)
(WW) NV(0): Default mode "1400x1050" deleted (hsync out of range)
(WW) NV(0): Default mode "1400x1050" deleted (hsync out of range)
(WW) NV(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NV(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NV(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NV(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NV(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NV(0): Default mode "1792x1344" deleted (hsync out of range)
(WW) NV(0): Default mode "1792x1344" deleted (hsync out of range)
(WW) NV(0): Default mode "1856x1392" deleted (hsync out of range)
(WW) NV(0): Default mode "1856x1392" deleted (hsync out of range)
(WW) NV(0): Default mode "1920x1440" deleted (hsync out of range)
(WW) NV(0): Default mode "1920x1440" deleted (hsync out of range)
(--) NV(0): Virtual size is 800x600 (pitch 800)
(**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(--) NV(0): Display dimensions: (28, 21) cm
(--) NV(0): DPI set to (72, 72)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.3
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
        [1] 0   0xce000000 - 0xceffffff (0x1000000) MX[B]
        [2] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [3] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
        [8] -1  0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
        [9] -1  0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
        [10] -1 0xce000000 - 0xceffffff (0x1000000) MX[B](B)
        [11] -1 0xcddff000 - 0xcddfffff (0x1000) MX[B](B)
        [12] 0  0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [13] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [14] 0  0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [15] -1 0x00000000 - 0x000001ff (0x200) IX[B]E
        [16] -1 0x0000df00 - 0x0000df3f (0x40) IX[B]
        [17] -1 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [18] 0  0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [19] 0  0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xc0000000,0x2000000)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                32 256x256 slots
                16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(**) Option "dpms"
(**) NV(0): DPMS 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 LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Mouse1: Buttons: 3
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)


XFree86 Version 4.0.3 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 16 March 2001
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/FAQ)
Operating System: Linux 2.4.1-20mdksmp i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sat May 19 23:32:57 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "ViewSonic|ViewSonic G653"
(**) |   |-->Device "NVIDIA GeForce2 DDR (generic)"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc105"
(**) XKB: layout: "fr"
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI: (0:14:0) BrookTree 848 rev 18, Mem @ 0xcddff000/12
(--) PCI:*(1:0:0) NVidia GeForce2 MX rev 161, Mem @ 0xce000000/24, 0xc0000000/27
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.1251
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.1.9
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.1251
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
(II) NVIDIA: NVIDIA driver for: RIVA TNT, RIVA TNT2, RIVA TNT2 (Ultra),
        RIVA TNT2 (Vanta), RIVA TNT2 (M64), RIVA TNT2 (??), RIVA TNT2 (??),
        RIVA TNT2 (Integrated), GeForce 256, GeForce DDR, Quadro,
        GeForce2 MX, GeForce2 MX DDR, GeForce2 Go, GeForce2 MXR,
        GeForce2 GTS, GeForce2 GTS, GeForce2 Ultra, Quadro2 Pro, GeForce3,
        GeForce3, GeForce3, GeForce3
(--) Chipset GeForce2 MX found
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.1.0
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): TV Standard string: "NTSC-N"
(--) NVIDIA(0): Linear framebuffer at 0xC0000000
(--) NVIDIA(0): MMIO registers at 0xCE000000
(--) NVIDIA(0): VideoRAM: 32768 kBytes
(WW) NVIDIA(0): More devices connected than there are DACS!(or we have enough
(WW) NVIDIA(0):      DACs, but TwinView is not enabled); disabling all
(WW) NVIDIA(0):      secondary displays
(--) NVIDIA(0): DAC 0: maximum pixel clock at 16 bpp: 350 MHz
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
(II) NVIDIA(0): ViewSonic|ViewSonic G653: Using hsync range of 30.00-70.00 kHz
(II) NVIDIA(0): ViewSonic|ViewSonic G653: Using vrefresh range of 50.00-120.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(WW) NVIDIA(0): Default mode "1280x960" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1280x1024" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1280x1024" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1400x1050" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1400x1050" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1400x1050" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1792x1344" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1792x1344" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1856x1392" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1856x1392" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1920x1440" deleted (hsync out of range)
(WW) NVIDIA(0): Default mode "1920x1440" deleted (hsync out of range)
(**) NVIDIA(0): Validated modes for head 0:
(**) NVIDIA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) NVIDIA(0): Virtual Screen size determined to be 800 x 600
(--) NVIDIA(0): Display dimensions: (28, 21) cm
(--) NVIDIA(0): DPI set to (72, 72)
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.0.3, module version = 0.1.0
(==) NVIDIA(0): Write-combining range (0xc0000000,0x2000000)
(EE) NVIDIA(0): Failed to initialize AGP
(II) NVIDIA(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        Solid filled trapezoids
        8x8 mono pattern filled rectangles
        8x8 mono pattern filled trapezoids
        Indirect CPU to Screen color expansion
        Solid Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Driver provided FillSolidRects replacement
        Driver provided FillSolidSpans replacement
        Driver provided FillMono8x8PatternRects replacement
        Driver provided ReadPixmap replacement
        Setting up tile and stipple cache:
                20 128x128 slots
                4 256x256 slots
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) NVIDIA(0): DPMS enabled
(II) [GLX]: Calling GlxExtensionInit
(II) [GLX]: associated 8 out of 8 GLX visuals
(**) Mouse1: Protocol: "IMPS/2"
(**) Mouse1: Core Pointer
(==) Mouse1: Buttons: 3
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) [GLX]: Updating NV driver (scrn 0) with 1 contexts, 0 drawables
(II) [GLX]: Updating NV driver (scrn 0) with 1 contexts, 1 drawables
(II) [GLX]: Updating NV driver (scrn 0) with 1 contexts, 0 drawables
(II) [GLX]: Updating NV driver (scrn 0) with 0 contexts, 0 drawables

waiting for X server to shut down 

Répondre à