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

Bug#362854: Xorg server crash



Package: xserver-xorg
Priority: optional
Section: x11
Installed-Size: 14936
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: i386
Source: xorg-x11
Version: 6.9.0.dfsg.1-6
Replaces: xserver-xfree86
Provides: xserver
Depends: xserver-common (>= 6.9.0.dfsg.1-6), libc6 (>= 2.3.5-1), libgcc1
(>= 1:4.1.0), libxau6, libxdmcp6, zlib1g (>= 1:1.2.1), debconf (>= 0.5)
| debconf-2.0
Recommends: xlibs, discover | discover1, mdetect, xresprobe (>= 0.4.13),
laptop-detect
Suggests: libglide2 (>> 2001.01.26)
Conflicts: xlibs (<< 6.8.2.dfsg.1-5), xserver-xfree86 (<<
6.8.2.dfsg.1-1), nvidia-glx (<= 1.0.7174-4)
Size: 5919598
Description: the X.Org X server

On occasion when I return to my machine after a few hours of inactivity,
I find that my entire X session is gone and I'm back to the GDM login
screen. Investigation of Xorg.0.log.old reveals that the X server died
with a segmentation violation:

Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x88) [0x80897b8]
1: [0xffffe420]
2: /usr/X11R6/lib/modules/drivers/atimisc_drv.so [0xb7323a5d]
3: /usr/X11R6/bin/X [0x80b71e5]
4: /usr/X11R6/lib/modules/extensions/libextmod.so(XvdiPutImage+0x169)
[0xb7d17ca9]
5: /usr/X11R6/lib/modules/extensions/libextmod.so [0xb7d1abd5]
6: /usr/X11R6/bin/X(Dispatch+0x15e) [0x80c9a5e]
7: /usr/X11R6/bin/X(main+0x415) [0x80d6765]
8: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xd0) [0xb7d98eb0]
9: /usr/X11R6/bin/X [0x8070131]

Fatal server error:
Caught signal 11.  Server aborting


Here's the contents of /etc/X11/xorg.conf:

# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades
*only*
# if it has not been modified since the last upgrade of the
xserver-xfree86
# 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/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

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

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

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

Section "Device"
        Identifier      "nVidia"
        Driver          "nvidia"
#       Driver          "nv"
        BusID           "PCI:1:0:0"
        #Option "TwinView"
        #Option "MetaModes"                  "1600x1200,800x600"
        #Option "SecondMonitorHorizSync"     "30-50"
        #Option "SecondMonitorVertRefresh"   "60"
        Option  "TVStandard"                    "NTSC-M"
        Option  "TVOutFormat"                   "SVIDEO"
        Option "TVOverScan"                     "0.8"
EndSection

Section "Device"
        Identifier      "ATI"
        Driver          "ati"
EndSection

Section "Monitor"
        Identifier      "CPD-4201G"
        #HorizSync      30-96
        #VertRefresh    48-120
        Option          "DPMS"
EndSection

Section "Monitor"
        # Block type: 2:0 3:ff
        # Block type: 2:0 3:fd
        # Block type: 2:0 3:fc
        Identifier "EN7100e"
        #VendorName "EPI"
        #ModelName "EN7100e"
        # Block type: 2:0 3:ff
        # Block type: 2:0 3:fd
        #HorizSync 30-80
        #VertRefresh 55-75
        # Max dot clock (video bandwidth) 130 MHz
        # Block type: 2:0 3:fc
        # DPMS capabilities: Active off:yes  Suspend:no  Standby:no
        Option "DPMS"
        #Mode   "1280x1024"     # vfreq 75.025Hz, hfreq 79.976kHz
        #       DotClock        135.000000
        #       HTimings        1280 1296 1440 1688
        #       VTimings        1024 1025 1028 1066
        #       Flags   "-HSync" "-VSync"
        #EndMode
        # Block type: 2:0 3:ff
        # Block type: 2:0 3:fd
        # Block type: 2:0 3:fc
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia"
        Monitor         "CPD-4201G"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1600x1200 800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Second Screen"
        Device          "ATI"
        Monitor         "EN7100e"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection

Section "ServerFlags"
#       Option  "Xinerama"      "true"
EndSection








Reply to: