Your message dated Thu, 15 Mar 2007 16:32:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#410879: fixed in xorg-server 2:1.2.99.902-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xserver-xorg-core
Version: 2:1.1.1-17
Severity: important

Ever since the update of xserver-xorg-core from 2:1.1.1-16 to
2:1.1.1-17, my xinerama configuration with two monitors fails to start
claiming two unavaialble modules, event and wfb (which is a sub-module
of the nvidia video driver, and is available at
/usr/lib/xorg/modules/libnvidia-wfb.so.1.0.9746). I've also tried to go
to 2:1.2.0-2 (experimental), but that didn't change anything.

Benjamin


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target unchanged from checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-08-10 13:52 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1597708 2007-02-10 21:27 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV34M [GeForce FX Go5200] 
(rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3603 2007-02-14 08:34 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "BuiltinScreen"
        Screen          0 "BuiltinScreen" 0 0
        Screen          1 "ExternalScreen" RightOf "BuiltinScreen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection


Section "Files"
        FontPath        "unix/:7100"
        FontPath        "unix/:7101"
EndSection

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

Section "ServerFlags"
        Option  "Standby Time"  "20"
        Option  "Suspend Time"  "30"
        Option  "Off Time"      "45"
        Option  "Xinerama"      "1"
EndSection

# built-in keyboard
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
        Option          "XkbOptions"    "compose:caps"
        Option          "XkbOptions"    "mod4:lwin"
EndSection

# external mouse
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "event"
        Option          "Device" 
"/dev/input/by-id/usb-Logitec_Optical_USB_Mouse-event-mouse"
        Option          "Protocol" "ImPS/2"
        Option          "ZAxisMapping" "4 5"
EndSection

Section "Device"
        Identifier      "nv_internal"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Screen          0
        Option          "NvAGP"                 "1"
        Option          "NoLogo"                "true"
        Option          "CursorShadow"          "true"
        Option          "RenderAccel"           "true"
        Option          "TripleBuffer"          "true"
EndSection

Section "Device"
        Identifier      "nv_external"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Screen          1
        Option          "NvAGP"                 "1"
        Option          "NoLogo"                "true"
        Option          "CursorShadow"          "true"
        Option          "RenderAccel"           "true"
        Option          "TripleBuffer"          "true"
EndSection

Section "Monitor"
        Identifier      "Built-In Display"
        Vendorname      "Dell"
        ModelName       "Dell 1680x1050 Laptop Display"
        HorizSync       31.5-90.0
        VertRefresh     59.0-85.0
        ModeLine        "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 
1087
        Option          "DPMS"
        Option          "RenderAccel"
EndSection

Section "Monitor"
        Identifier      "ExternalMonitor"
        HorizSync       31.5-90.0
        VertRefresh     59.0-85.0
        ModeLine        "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 
1087
        Option          "DPMS"
        Option          "RenderAccel"
EndSection

Section "Screen"
        Identifier      "BuiltinScreen"
        Device          "nv_internal"
        Monitor         "Built-In Display"
        Option          "UseInt10Module"        "True"
        Option          "ConnectedMonitor"      "DFP-0,CRT-0"
        Option          "UseDisplayDevice"      "DFP-0"
        DefaultDepth    24
        SubSection "Display"
                Depth           16
                Modes           "1680x1050" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1680x1050" "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "ExternalScreen"
        Device          "nv_external"
        Monitor         "ExternalMonitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           16
                Modes           "1680x1050" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes   "1680x1050" "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Mode    0666
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 27579 2006-08-09 18:34 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 27395 2007-01-27 22:54 /var/log/Xorg.93.log
-rw-r--r-- 1 root root 20969 2007-02-14 08:42 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: UNKNOWN 
Current Operating System: Linux notekemper10 2.6.18-4-vserver-686 #1 SMP Fri 
Feb 2 17:58:05 UTC 2007 i686
Build Date: 10 February 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 14 08:42:50 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "BuiltinScreen" (0)
(**) |   |-->Monitor "Built-In Display"
(**) |   |-->Device "nv_internal"
(**) |-->Screen "BuiltinScreen" (0)
(**) |   |-->Monitor "Built-In Display"
(**) |   |-->Device "nv_internal"
(**) |-->Screen "ExternalScreen" (1)
(**) |   |-->Monitor "ExternalMonitor"
(**) |   |-->Device "nv_external"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(**) Option "XkbOptions" "compose:caps"
(**) XKB: options: "compose:caps"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(==) |-->Input Device "<default pointer>"
(WW) The core pointer device wasn't specified explicitly in the layout.
        Using the default mouse configuration.
(**) FontPath set to:
        unix/:7100,
        unix/:7101
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "StandbyTime" "20"
(**) Option "SuspendTime" "30"
(**) Option "OffTime" "45"
(**) Option "Xinerama" "1"
(**) Xinerama: enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81c4ca0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.1
        X.Org XInput driver : 0.7
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3340 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 8086,4541 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 8086,4541 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 8086,4541 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1028,014e rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 8086,4541 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,014e rev 01 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0324 card 1028,019c rev a1 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 14e4,165d card 1028,865d rev 01 class 02,00,00 hdr 00
(II) PCI: 02:01:0: chip 104c,ac47 card d000,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 02:01:1: chip 104c,ac4a card d800,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 02:01:2: chip 104c,802b card 1028,014e rev 00 class 0c,00,10 hdr 80
(II) PCI: 02:01:3: chip 104c,8204 card 1028,014e rev 00 class 08,80,00 hdr 80
(II) PCI: 02:03:0: chip 14e4,4324 card 1028,0003 rev 03 class 02,80,00 hdr 00
(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,7), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [1] -1  0       0x0000c400 - 0x0000c4ff (0x100) IX[B]
        [2] -1  0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [3] -1  0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,10), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [1] -1  0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [2] -1  0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [3] -1  0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [4] -1  0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [5] -1  0       0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [6] -1  0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [7] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xf6000000 - 0xfbffffff (0x6000000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0x50000000 - 0x53ffffff (0x4000000) 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 3: bridge is at (2:1:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 3 I/O range:
        [0] -1  0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [1] -1  0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
        [0] -1  0       0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
(II) Bus 3 prefetchable memory range:
        [0] -1  0       0x50000000 - 0x51ffffff (0x2000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (2:1:1), (2,7,10), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 7 I/O range:
        [0] -1  0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [1] -1  0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
(II) Bus 7 non-prefetchable memory range:
        [0] -1  0       0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
(II) Bus 7 prefetchable memory range:
        [0] -1  0       0x52000000 - 0x53ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV34M [GeForce FX Go5200] rev 161, Mem @ 
0xfc000000/24, 0xd0000000/28, BIOS @ 0x80000000/17
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 
0xdfffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xfafec000 - 0xfafedfff (0x2000) MX[B]
        [1] -1  0       0xfafe8000 - 0xfafebfff (0x4000) MX[B]
        [2] -1  0       0xfafef800 - 0xfafeffff (0x800) MX[B]
        [3] -1  0       0xfaff0000 - 0xfaffffff (0x10000) MX[B]
        [4] -1  0       0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
        [5] -1  0       0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
        [6] -1  0       0x54000000 - 0x540003ff (0x400) MX[B]
        [7] -1  0       0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
        [8] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [9] -1  0       0xfd000000 - 0xfd01ffff (0x20000) MX[B](B)
        [10] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [11] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000ecf8 - 0x0000ecff (0x8) IX[B]
        [13] -1 0       0x0000bc40 - 0x0000bc7f (0x40) IX[B]
        [14] -1 0       0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [15] -1 0       0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [16] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [17] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [18] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [19] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [20] -1 0       0x0000bf20 - 0x0000bf3f (0x20) IX[B]
        [21] -1 0       0x0000bf40 - 0x0000bf5f (0x20) IX[B]
        [22] -1 0       0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xfafec000 - 0xfafedfff (0x2000) MX[B]
        [1] -1  0       0xfafe8000 - 0xfafebfff (0x4000) MX[B]
        [2] -1  0       0xfafef800 - 0xfafeffff (0x800) MX[B]
        [3] -1  0       0xfaff0000 - 0xfaffffff (0x10000) MX[B]
        [4] -1  0       0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
        [5] -1  0       0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
        [6] -1  0       0x54000000 - 0x540003ff (0x400) MX[B]
        [7] -1  0       0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
        [8] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [9] -1  0       0xfd000000 - 0xfd01ffff (0x20000) MX[B](B)
        [10] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [11] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000ecf8 - 0x0000ecff (0x8) IX[B]
        [13] -1 0       0x0000bc40 - 0x0000bc7f (0x40) IX[B]
        [14] -1 0       0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [15] -1 0       0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [16] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [17] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [18] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [19] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [20] -1 0       0x0000bf20 - 0x0000bf3f (0x20) IX[B]
        [21] -1 0       0x0000bf40 - 0x0000bf5f (0x20) IX[B]
        [22] -1 0       0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xfafec000 - 0xfafedfff (0x2000) MX[B]
        [5] -1  0       0xfafe8000 - 0xfafebfff (0x4000) MX[B]
        [6] -1  0       0xfafef800 - 0xfafeffff (0x800) MX[B]
        [7] -1  0       0xfaff0000 - 0xfaffffff (0x10000) MX[B]
        [8] -1  0       0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
        [9] -1  0       0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
        [10] -1 0       0x54000000 - 0x540003ff (0x400) MX[B]
        [11] -1 0       0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
        [12] -1 0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [13] -1 0       0xfd000000 - 0xfd01ffff (0x20000) MX[B](B)
        [14] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [15] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x0000ecf8 - 0x0000ecff (0x8) IX[B]
        [19] -1 0       0x0000bc40 - 0x0000bc7f (0x40) IX[B]
        [20] -1 0       0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [21] -1 0       0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [22] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [23] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [24] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [25] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [26] -1 0       0x0000bf20 - 0x0000bf3f (0x20) IX[B]
        [27] -1 0       0x0000bf40 - 0x0000bf5f (0x20) IX[B]
        [28] -1 0       0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules//libddc.so
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.2.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9746
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules//fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 1.1
(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.9746
        Module class: X.Org Video Driver
(II) LoadModule: "keyboard"
(II) Loading /usr/lib/xorg/modules/input//keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "event"
(WW) Warning, couldn't open module event
(II) UnloadModule: "event"
(EE) Failed to load module "event" (module does not exist, 0)
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA dlloader X Driver  1.0-9746  Fri Dec 15 09:56:41 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(WW) NVIDIA: More than one matching Device section for instances
        (BusID: PCI:1:0:0) found: nv_internal
(--) Chipset NVIDIA GPU found
(--) 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 7.2.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(WW) Warning, couldn't open module wfb
(II) UnloadModule: "wfb"
(EE) Failed to load module "wfb" (module does not exist, 0)
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules//libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.1
(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       0xfafec000 - 0xfafedfff (0x2000) MX[B]
        [5] -1  0       0xfafe8000 - 0xfafebfff (0x4000) MX[B]
        [6] -1  0       0xfafef800 - 0xfafeffff (0x800) MX[B]
        [7] -1  0       0xfaff0000 - 0xfaffffff (0x10000) MX[B]
        [8] -1  0       0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
        [9] -1  0       0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
        [10] -1 0       0x54000000 - 0x540003ff (0x400) MX[B]
        [11] -1 0       0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
        [12] -1 0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [13] -1 0       0xfd000000 - 0xfd01ffff (0x20000) MX[B](B)
        [14] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [15] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x0000ecf8 - 0x0000ecff (0x8) IX[B]
        [19] -1 0       0x0000bc40 - 0x0000bc7f (0x40) IX[B]
        [20] -1 0       0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [21] -1 0       0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [22] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [23] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [24] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [25] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [26] -1 0       0x0000bf20 - 0x0000bf3f (0x20) IX[B]
        [27] -1 0       0x0000bf40 - 0x0000bf5f (0x20) IX[B]
        [28] -1 0       0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xfafec000 - 0xfafedfff (0x2000) MX[B]
        [5] -1  0       0xfafe8000 - 0xfafebfff (0x4000) MX[B]
        [6] -1  0       0xfafef800 - 0xfafeffff (0x800) MX[B]
        [7] -1  0       0xfaff0000 - 0xfaffffff (0x10000) MX[B]
        [8] -1  0       0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
        [9] -1  0       0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
        [10] -1 0       0x54000000 - 0x540003ff (0x400) MX[B]
        [11] -1 0       0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
        [12] -1 0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [13] -1 0       0xfd000000 - 0xfd01ffff (0x20000) MX[B](B)
        [14] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [15] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [16] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [17] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [18] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000ecf8 - 0x0000ecff (0x8) IX[B]
        [22] -1 0       0x0000bc40 - 0x0000bc7f (0x40) IX[B]
        [23] -1 0       0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [24] -1 0       0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [25] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [26] -1 0       0x00000170 - 0x00000170 (0x1) IX[B]
        [27] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [28] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
        [29] -1 0       0x0000bf20 - 0x0000bf3f (0x20) IX[B]
        [30] -1 0       0x0000bf40 - 0x0000bf5f (0x20) IX[B]
        [31] -1 0       0x0000bf80 - 0x0000bf9f (0x20) IX[B]
        [32] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [33] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) 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): Option "NoLogo" "true"
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Option "ConnectedMonitor" "DFP-0,CRT-0"
(**) NVIDIA(0): Option "RenderAccel"
(**) NVIDIA(0): Option "CursorShadow" "true"
(**) NVIDIA(0): Option "UseInt10Module" "True"
(**) NVIDIA(0): Option "UseDisplayDevice" "DFP-0"
(**) NVIDIA(0): Option "TripleBuffer" "true"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Enabling cursor shadow
(**) NVIDIA(0): ConnectedMonitor string: "DFP-0,CRT-0"
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(WW) NVIDIA(0): Unable to load "xf86ExecX86int10".
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "NoLogo" "true"
(**) NVIDIA(1): Option "NvAGP" "1"
(**) NVIDIA(1): Option "RenderAccel"
(**) NVIDIA(1): Option "CursorShadow" "true"
(**) NVIDIA(1): Option "TripleBuffer" "true"
(**) NVIDIA(1): Enabling RENDER acceleration
(**) NVIDIA(1): Enabling cursor shadow
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(WW) NVIDIA(1): Unable to load "xf86ExecX86int10".
(II) UnloadModule: "nvidia"
(II) UnloadModule: "int10"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(II) UnloadModule: "nvidia"
(II) UnloadModule: "int10"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (300, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-vserver-686
Locale: LANG=en_DK.ISO-8859-15, LC_CTYPE=en_DK.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages xserver-xorg-core depends on:
ii  libc6                       2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libfontenc1                 1:1.0.2-2    X11 font encoding library
ii  libgcc1                     1:4.1.1-21   GCC support library
ii  libxau6                     1:1.0.1-2    X11 authorisation library
ii  libxdmcp6                   1:1.0.1-2    X11 Display Manager Control Protoc
ii  libxfont1                   1:1.2.2-1    X11 font rasterisation library
ii  x11-common                  1:7.1.0-12   X Window System (X.Org) infrastruc
ii  xserver-xorg                1:7.1.0-12   the X.Org X server
ii  zlib1g                      1:1.2.3-13   compression library - runtime

Versions of packages xserver-xorg-core recommends:
ii  xfonts-base                   1:1.0.0-4  standard fonts for X
ii  xkb-data                      0.9-4      X Keyboard Extension (XKB) configu

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.2.99.902-1

We believe that the bug you reported is fixed in the latest version of
xorg-server, which is due to be installed in the Debian FTP archive:

xdmx-tools_1.2.99.902-1_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.2.99.902-1_i386.deb
xdmx_1.2.99.902-1_i386.deb
  to pool/main/x/xorg-server/xdmx_1.2.99.902-1_i386.deb
xnest_1.2.99.902-1_i386.deb
  to pool/main/x/xorg-server/xnest_1.2.99.902-1_i386.deb
xorg-server_1.2.99.902-1.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.2.99.902-1.diff.gz
xorg-server_1.2.99.902-1.dsc
  to pool/main/x/xorg-server/xorg-server_1.2.99.902-1.dsc
xorg-server_1.2.99.902.orig.tar.gz
  to pool/main/x/xorg-server/xorg-server_1.2.99.902.orig.tar.gz
xprint-common_1.2.99.902-1_all.deb
  to pool/main/x/xorg-server/xprint-common_1.2.99.902-1_all.deb
xprint_1.2.99.902-1_i386.deb
  to pool/main/x/xorg-server/xprint_1.2.99.902-1_i386.deb
xserver-xephyr_1.2.99.902-1_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.2.99.902-1_i386.deb
xserver-xorg-core_1.2.99.902-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.2.99.902-1_i386.deb
xserver-xorg-dev_1.2.99.902-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.2.99.902-1_i386.deb
xvfb_1.2.99.902-1_i386.deb
  to pool/main/x/xorg-server/xvfb_1.2.99.902-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <[EMAIL PROTECTED]> (supplier of updated xorg-server package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 15 Mar 2007 04:28:00 +0100
Source: xorg-server
Binary: xserver-xephyr xprint xserver-xorg-core xvfb xserver-xorg-dev xdmx 
xprint-common xdmx-tools xnest
Architecture: source i386 all
Version: 2:1.2.99.902-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Julien Cristau <[EMAIL PROTECTED]>
Description: 
 xdmx       - Distributed Multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest      - Nested X server
 xprint     - Xprint - the X11 print system (binary)
 xprint-common - Xprint - the X11 print system (configuration files)
 xserver-xephyr - Next Generation Nested X Server
 xserver-xorg-core - X.Org X server -- core server
 xserver-xorg-dev - X.Org X server -- development files
 xvfb       - Virtual Framebuffer 'fake' X server
Closes: 351042 410879
Changes: 
 xorg-server (2:1.2.99.902-1) experimental; urgency=low
 .
   [ Drew Parsons ]
   * Bring xprint back into the xorg fold.
     - include existing patches:
       - 91_ttf2pt1 allows Xprint to use ttf2pt1 for Type1 font handling
        (but extract and apply manually the patch to
                hw/xprint/ps/Makefile.am so it may be applied by autoconf)
       - 91_ttf2pt1_updates brings ttf2pt1 into the modern X11R7.1 world
       - 92_xprint-security-holes-fix.patch places PS/PDF file output
        into the user's home directory (~/Xprintjobs), more secure than
        a shared /tmp/Xprintjobs
       - 93_spooltodir_check_file_exists ensures output filenames are
        less than 256 characters in length
       - 93_xprint_fonts_fix released references to font names after use.
      - enable freetype support for Xprint.
      - add descriptions to debian/control and Build-Dependency on
        x11proto-print-dev
   * Run autoreconf to update changes to hw/xprint/ps/Makefile.am.
 .
   [ Brice Goglin ]
   * Apply patch from [EMAIL PROTECTED] to our xvfb-run wrapper
     to check whether Xvfb started ok and fix its cleanup
     (closes: #351042).
 .
   [ Julien Cristau ]
   * New upstream release candidate.
   * Bump serverminver to 2:1.2.99.902.
   * Drop patch 42_build_int10_submodules.diff, and use x86emu on all
     architectures instead (closes: #410879).
   * Refresh patches:
     + 12_security_policy_in_etc.diff
     + 21_glx_align_fixes.patch
     + 23_kfreebsd_support.diff
   * Delete a few files generated by configure on clean, since they seem to
     have been included in the tarball.
Files: 
 781ad5f73b3a7699d9045c6993a55770 2159 x11 optional xorg-server_1.2.99.902-1.dsc
 4050a102928207e529c703118bc79627 7991492 x11 optional 
xorg-server_1.2.99.902.orig.tar.gz
 b4cbd828c28a6a573b134815030334f0 556783 x11 optional 
xorg-server_1.2.99.902-1.diff.gz
 a8fa3e39a1fc405ef66883a3376b541b 260744 x11 optional 
xprint-common_1.2.99.902-1_all.deb
 6ed9f961ff64398efe98e265ba5d7867 3584054 x11 optional 
xserver-xorg-core_1.2.99.902-1_i386.deb
 a94fe418b14fb0ad06ab2f43e58e9459 308270 x11 optional 
xserver-xorg-dev_1.2.99.902-1_i386.deb
 d8e21f53eafe6ad991a1c245a7192ec4 786416 x11 optional xdmx_1.2.99.902-1_i386.deb
 c00e89ab47fdccae9ff645cd0f14264a 83350 x11 optional 
xdmx-tools_1.2.99.902-1_i386.deb
 dacc83b61fb1e7a8641f1cfccafec581 1402094 x11 optional 
xnest_1.2.99.902-1_i386.deb
 411f41b5ac6ccb66150d1f6d16f7809b 1552702 x11 optional 
xvfb_1.2.99.902-1_i386.deb
 52ec866a8f722b0a04eb8a2dbc5b989a 1580822 x11 optional 
xserver-xephyr_1.2.99.902-1_i386.deb
 c0cab75eea13638d2818b7cc50352314 1626840 x11 optional 
xprint_1.2.99.902-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF+XEnmEvTgKxfcAwRAqjmAJ9UDsM9aZReeLWrAd7DpKLVatNegwCfYi8l
Dc5cLJ5R259BBv55FEtvQLQ=
=tlpU
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to