Package: xserver-xfree86
Version: 4.2.1-6
Severity: normal
Tags: sid

After last upgrade xtt module can't be loaded due to unresolved symbol
in it. Previous version of xserver-xfree86 worked OK.

See my XF86Config-4 and XFree86.1.log here.

Thanks,
    Alexandra.

-- Package-specific info:
01:00.0 VGA compatible controller: nVidia Corporation NV5 [RIVA TNT2/TNT2 Pro] 
(rev 15)
01:00.0 Class 0300: 10de:0028 (rev 15)


Section "Files"
        FontPath        "unix/:7100"                    # local font server
        FontPath        "unix/:7110"                    # local tt font server
        # if the local font server has problems, we can fall back on these
#       FontPath        "/usr/lib/X11/fonts/misc/:unscaled"
#       FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
#       FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
#       FontPath        "/usr/lib/X11/fonts/Type1"
#       FontPath        "/usr/lib/X11/fonts/Speedo"
#       FontPath        "/usr/lib/X11/fonts/misc"
#       FontPath        "/usr/lib/X11/fonts/75dpi"
#       FontPath        "/usr/lib/X11/fonts/100dpi"
#        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
#        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

EndSection

Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
#       Load    "freetype"
        Load    "xtt"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "xtrap"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "ru"
        Option          "XkbOptions"    "grp:win_toggle"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Buttons"               "6"
#       Option          "Device"                "/dev/tts/1"
#       Option          "Device"                "/dev/psaux"
#       Option          "Device"                "/dev/gpmdata"
        Option          "Device"                "/dev/input/mice"
#       Option          "Protocol"              "IntelliMouse"
        Option          "Protocol"              "ImPS/2"
        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          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "Riva TnT2 with nv driver"
        Driver          "nv"
#        This is necessary on GForce4
#        Option          "SWcursor"
#        This is just for experiments:
#        Option "UseFBDev"
#        Option "FlatPanel"
#        Option "Rotate" "CCW"
EndSection

Section "Device"
        Identifier      "nVidia Corporation NV5 [Riva TnT2]"
        Driver          "nvidia"
EndSection

Section "Device"
        Identifier      "S3 Virge"
        Driver          "s3virge"
EndSection

Section "Device"
        Identifier      "Framebuffer"
        Driver          "fbdev"
        Option          "UseFBDev"
#        Option          "Rotate" "CCW"
EndSection

Section "Monitor"
        Identifier      "Samsung SyncMaster 151B"
#       HorizSync       30-60
#       VertRefresh     56-75
        Option          "DPMS"
        DisplaySize     305 229

# This line is necessary for nv & fbdev driver, but not for nvidia
        ModeLine "1024x768"  78.80  1024 1060 1156 1316  768 769 772 800 +hsync 
+vsync
EndSection

Section "Monitor"
        Identifier      "CTX"
        HorizSync       30-70
        VertRefresh     50-130
        Option          "DPMS"
#        DisplaySize     305 229

# This line is necessary for nv & fbdev driver, but not for nvidia
#        ModeLine "1024x768"  78.80  1024 1060 1156 1316  768 769 772 800 
+hsync +vsync
EndSection

Section "Screen"
        Identifier      "NVScreen"
#       Device          "nVidia Corporation NV5 [Riva TnT2]"
        Device          "Riva TnT2 with nv driver"
        Monitor         "Samsung SyncMaster 151B"
#       Monitor         "CTX"
        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
        SubSection "Display"
                Depth           32
                Modes           "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "S3"
        Device          "S3 Virge"
        Monitor         "Samsung SyncMaster 151B"
        DefaultDepth    15
        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           "800x600" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           32
                Modes           "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "FramebufferScreen"
        Device          "Framebuffer"
        Monitor         "Samsung SyncMaster 151B"
        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          "NVScreen"
#       Screen          "S3"
#       Screen          "FramebufferScreen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
#       InputDevice     "Generic Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-6 20030225230350 [EMAIL PROTECTED]) / X 
Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 2002
        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/)
Build Operating System: Linux 2.4.20-586tsc i686 [ELF] 
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/XFree86.1.log", Time: Thu Feb 27 11:02:52 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "NVScreen" (0)
(**) |   |-->Monitor "Samsung SyncMaster 151B"
(**) |   |-->Device "Riva TnT2 with nv driver"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "ru"
(**) XKB: layout: "ru"
(**) Option "XkbOptions" "grp:win_toggle"
(**) XKB: options: "grp:win_toggle"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) FontPath set to "unix/:7100,unix/:7110"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 10

(II) Open APM successful
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.5
        XFree86 XInput driver : 0.3
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.3
(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.2.1.1, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(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.2.1.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80000058, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 8086,1130 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 05 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 05 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 8086,2442 rev 05 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 8086,2442 rev 05 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 8086,2442 rev 05 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 8086,2442 rev 05 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0028 card 1462,8806 rev 15 class 03,00,00 hdr 00
(II) PCI: 02:02:0: chip 9005,0080 card 9005,62a0 rev 02 class 01,00,00 hdr 00
(II) PCI: 02:03:0: chip 10ec,8029 card 10ec,8029 rev 00 class 02,00,00 hdr 00
(II) PCI: 02:04:0: chip 8086,1229 card 8086,000c rev 08 class 02,00,00 hdr 00
(II) PCI: 02:05:0: chip 1102,0002 card 1102,8064 rev 07 class 04,01,00 hdr 80
(II) PCI: 02:05:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(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.2.1.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(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) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (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) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
        [0] -1 0        0xd6000000 - 0xd7ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1 0        0xd4000000 - 0xd5ffffff (0x2000000) MX[B]
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1 0        0x00009000 - 0x000090ff (0x100) IX[B]
        [1] -1 0        0x00009400 - 0x000094ff (0x100) IX[B]
        [2] -1 0        0x00009800 - 0x000098ff (0x100) IX[B]
        [3] -1 0        0x00009c00 - 0x00009cff (0x100) IX[B]
        [4] -1 0        0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [5] -1 0        0x0000a400 - 0x0000a4ff (0x100) IX[B]
        [6] -1 0        0x0000a800 - 0x0000a8ff (0x100) IX[B]
        [7] -1 0        0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1 0        0xd8000000 - 0xd9ffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) NVidia RIVA TNT2/TNT2 Pro rev 21, Mem @ 0xd6000000/24, 
0xd4000000/25
(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        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1 0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1 0        0xd9000000 - 0xd90fffff (0x100000) MX[B]
        [1] -1 0        0xd9100000 - 0xd9100fff (0x1000) MX[B]
        [2] -1 0        0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
        [3] -1 0        0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
        [4] -1 0        0xd6000000 - 0xd6ffffff (0x1000000) MX[B](B)
        [5] -1 0        0x0000a000 - 0x0000a007 (0x8) IX[B]
        [6] -1 0        0x00009c00 - 0x00009c1f (0x20) IX[B]
        [7] -1 0        0x00009800 - 0x0000983f (0x40) IX[B]
        [8] -1 0        0x00009400 - 0x0000941f (0x20) IX[B]
        [9] -1 0        0x00009000 - 0x000090ff (0x100) IX[B]
        [10] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [11] -1 0       0x00005000 - 0x0000500f (0x10) IX[B]
        [12] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [13] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1 0        0xd9000000 - 0xd90fffff (0x100000) MX[B]
        [1] -1 0        0xd9100000 - 0xd9100fff (0x1000) MX[B]
        [2] -1 0        0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
        [3] -1 0        0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
        [4] -1 0        0xd6000000 - 0xd6ffffff (0x1000000) MX[B](B)
        [5] -1 0        0x0000a000 - 0x0000a007 (0x8) IX[B]
        [6] -1 0        0x00009c00 - 0x00009c1f (0x20) IX[B]
        [7] -1 0        0x00009800 - 0x0000983f (0x40) IX[B]
        [8] -1 0        0x00009400 - 0x0000941f (0x20) IX[B]
        [9] -1 0        0x00009000 - 0x000090ff (0x100) IX[B]
        [10] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [11] -1 0       0x00005000 - 0x0000500f (0x10) IX[B]
        [12] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [13] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1 0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0        0xd9000000 - 0xd90fffff (0x100000) MX[B]
        [6] -1 0        0xd9100000 - 0xd9100fff (0x1000) MX[B]
        [7] -1 0        0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
        [8] -1 0        0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
        [9] -1 0        0xd6000000 - 0xd6ffffff (0x1000000) MX[B](B)
        [10] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0       0x0000a000 - 0x0000a007 (0x8) IX[B]
        [13] -1 0       0x00009c00 - 0x00009c1f (0x20) IX[B]
        [14] -1 0       0x00009800 - 0x0000983f (0x40) IX[B]
        [15] -1 0       0x00009400 - 0x0000941f (0x20) IX[B]
        [16] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [17] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [18] -1 0       0x00005000 - 0x0000500f (0x10) IX[B]
        [19] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [20] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:debug_xform.o":  No 
symbols found
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.2.1.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.2.1.1, 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: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.2.1.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.2.1.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.2.1.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.2.1.1, 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) Loading extension XVideo-MotionCompensation
(II) LoadModule: "xtt"
(II) Loading /usr/X11R6/lib/modules/fonts/libxtt.a
(II) Module xtt: vendor="X-TrueType Server Project"
        compiled for 4.2.1.1, module version = 1.3.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font xtt
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.2.1.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.2.1.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.2.1.1, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols 
found
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.2.1.1, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.2.1.1, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.2.1.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
        compiled for 4.2.1.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DEC-XTRAP
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
        compiled for 4.2.1.1, module version = 1.0.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.2.1.1, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT,
        RIVA TNT2/TNT2 Pro, RIVA TNT2 Ultra, Vanta, Riva TNT2 M64,
        Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
        GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR, GeForce2 GTS/Pro,
        GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460,
        GeForce4 MX 440, GeForce4 MX 420, GeForce4 440 Go, GeForce4 420 Go,
        GeForce4 420 Go M32, Quadro4 500XGL, GeForce4 440 Go M64,
        Quadro4 200/400NVS, Quadro4 550XGL, Quadro4 GoGL, 0x0180, 0x0181,
        0x0182, 0x0188, 0x018A, 0x018B, GeForce2 Integrated, 0x01F0,
        GeForce3, GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC,
        GeForce4 Ti 4600, GeForce4 Ti 4400, GeForce4 Ti 4200,
        Quadro4 900 XGL, Quadro4 750 XGL, Quadro4 700 XGL, 0x0280, 0x0281,
        0x0288, 0x0289
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset RIVA TNT2/TNT2 Pro found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0        0xd9000000 - 0xd90fffff (0x100000) MX[B]
        [6] -1 0        0xd9100000 - 0xd9100fff (0x1000) MX[B]
        [7] -1 0        0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
        [8] -1 0        0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
        [9] -1 0        0xd6000000 - 0xd6ffffff (0x1000000) MX[B](B)
        [10] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0       0x0000a000 - 0x0000a007 (0x8) IX[B]
        [13] -1 0       0x00009c00 - 0x00009c1f (0x20) IX[B]
        [14] -1 0       0x00009800 - 0x0000983f (0x40) IX[B]
        [15] -1 0       0x00009400 - 0x0000941f (0x20) IX[B]
        [16] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [17] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [18] -1 0       0x00005000 - 0x0000500f (0x10) IX[B]
        [19] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [20] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
(II) resource ranges after probing:
        [0] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0        0xd9000000 - 0xd90fffff (0x100000) MX[B]
        [6] -1 0        0xd9100000 - 0xd9100fff (0x1000) MX[B]
        [7] -1 0        0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
        [8] -1 0        0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
        [9] -1 0        0xd6000000 - 0xd6ffffff (0x1000000) MX[B](B)
        [10] 0 0        0x000a0000 - 0x000affff (0x10000) MS[B]
        [11] 0 0        0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [12] 0 0        0x000b8000 - 0x000bffff (0x8000) MS[B]
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x0000a000 - 0x0000a007 (0x8) IX[B]
        [16] -1 0       0x00009c00 - 0x00009c1f (0x20) IX[B]
        [17] -1 0       0x00009800 - 0x0000983f (0x40) IX[B]
        [18] -1 0       0x00009400 - 0x0000941f (0x20) IX[B]
        [19] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [20] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [21] -1 0       0x00005000 - 0x0000500f (0x10) IX[B]
        [22] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [23] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [24] 0 0        0x000003b0 - 0x000003bb (0xc) IS[B]
        [25] 0 0        0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "RIVA TNT2/TNT2 Pro"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) 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.2.1.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xD4000000
(--) NV(0): MMIO registers at 0xD6000000
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(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.2.1.1, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.5
(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: 0x830a328
(II) NV(0): Manufacturer: SAM  Model: 18  Serial#: 1195913525
(II) NV(0): Year: 2001  Week: 37
(II) NV(0): EDID Version: 1.3
(II) NV(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) NV(0): Sync:  Separate  Composite  SyncOnGreenSerration on. V.Sync Pulse 
req. if CompSync or SyncOnGreen
(II) NV(0): Max H-Image Size [cm]: horiz.: 30  vert.: 23
(II) NV(0): Gamma: 2.66
(II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) NV(0): First detailed timing is preferred mode
(II) NV(0): redX: 0.601 redY: 0.335   greenX: 0.304 greenY: 0.593
(II) NV(0): blueX: 0.149 blueY: 0.106   whiteX: 0.295 whiteY: 0.310
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): [EMAIL PROTECTED]
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 640  vsize 480  refresh: 75  vid: 20273
(II) NV(0): #1: hsize: 800  vsize 600  refresh: 75  vid: 20293
(II) NV(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 65.0 MHz   Image Size:  304 x 228 mm
(II) NV(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 
h_border: 0
(II) NV(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 
v_border: 0
(II) NV(0): Ranges: V min: 56  V max: 75 Hz, H min: 30  H max: 60 kHz, PixClock 
max 80 MHz
(II) NV(0): Monitor name: SyncMaster
(II) NV(0): Serial No: H4KR911279
(II) NV(0): end of DDC Monitor info

(--) NV(0): VideoRAM: 32768 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(WW) NV(0): Samsung SyncMaster 151B: Using default hsync range of 30.00-60.00kHz
(WW) NV(0): Samsung SyncMaster 151B: using default vrefresh range of 
56.00-75.00Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "320x175" (vrefresh out of range)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "320x200" (vrefresh out of range)
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(II) NV(0): Not using default mode "360x200" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(WW) (1280x960,Samsung SyncMaster 151B) mode clock 108MHz exceeds DDC maximum 
80MHz
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NV(0): Not using default mode "576x384" (vrefresh out of range)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1600x1024" (hsync out of range)
(II) NV(0): Not using default mode "800x512" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (bad mode 
clock/interlace/doublescan)
(--) NV(0): Virtual size is 1024x768 (pitch 1024)
(**) NV(0): Mode "1024x768": 78.8 MHz, 59.9 kHz, 74.8 Hz
(II) NV(0): Modeline "1024x768"   78.80  1024 1060 1156 1316  768 769 772 800 
+hsync +vsync
(**) NV(0): Display dimensions: (305, 229) mm
(**) NV(0): DPI set to (85, 85)
(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.2.1.1, 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.2.1.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(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.2.1.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0 0 0xd4000000 - 0xd5ffffff (0x2000000) MX[B]
        [1] 0 0 0xd6000000 - 0xd6ffffff (0x1000000) MX[B]
        [2] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [3] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1 0        0xd9000000 - 0xd90fffff (0x100000) MX[B]
        [8] -1 0        0xd9100000 - 0xd9100fff (0x1000) MX[B]
        [9] -1 0        0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
        [10] -1 0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
        [11] -1 0       0xd6000000 - 0xd6ffffff (0x1000000) MX[B](B)
        [12] 0 0        0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [13] 0 0        0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [14] 0 0        0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000a000 - 0x0000a007 (0x8) IX[B]
        [18] -1 0       0x00009c00 - 0x00009c1f (0x20) IX[B]
        [19] -1 0       0x00009800 - 0x0000983f (0x40) IX[B]
        [20] -1 0       0x00009400 - 0x0000941f (0x20) IX[B]
        [21] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [22] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [23] -1 0       0x00005000 - 0x0000500f (0x10) IX[B]
        [24] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [25] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [26] 0 0        0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [27] 0 0        0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xd4000000,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
        Scanline Image Writes
        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
Symbol FontFilePriorityRegisterRenderer from module 
/usr/X11R6/lib/modules/fonts/libxtt.a is unresolved!
(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
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "6"
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 6
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)


        This should not happen!
        An unresolved function was called!

Fatal server error:



When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.1.log".
Please report problems to [EMAIL PROTECTED]



-rw-r--r--    1 root     root          468 2001-12-31 16:29 
/var/log/XFree86.0:1.log
-rw-r--r--    1 root     root        28872 2003-02-27 11:06 
/var/log/XFree86.0.log
-rw-r--r--    1 root     root        29230 2003-02-27 11:02 
/var/log/XFree86.1.log
-rw-r--r--    1 root     root         1476 2002-11-24 09:38 
/var/log/XFree86.2.log
-rw-r--r--    1 root     root        22321 2001-10-09 20:30 
/var/log/XFree86.8.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux serv 2.4.20 #1 Tue Jan 21 21:26:54 MSK 2003 i686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R

Versions of packages xserver-xfree86 depends on:
ii  debconf                       1.2.29     Debian configuration management sy
ii  libc6                         2.3.1-14   GNU C Library: Shared libraries an
ii  xserver-common                4.2.1-6    files and utilities common to all 
ii  zlib1g                        1:1.1.4-10 compression library - runtime

-- debconf information excluded


-- 
Alexandra N. Kossovsky
OKTET Ltd. (http://www.oktet.ru/)
Phones: +7(812)428-43-84(work) +7(812)184-52-58(home) +7(812)956-42-86(mobile)
e-mail: [EMAIL PROTECTED] (work) or [EMAIL PROTECTED] (home)
http://sanechka.spb.ru/


Reply via email to