Bug 13228 - crashes X server
Summary: crashes X server
Status: RESOLVED DUPLICATE of bug 13222
Alias: None
Product: xorg
Classification: Unclassified
Component: Input/evdev (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Zephaniah E. Hull
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-13 13:02 UTC by Bill Nottingham
Modified: 2007-11-13 13:10 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Bill Nottingham 2007-11-13 13:02:25 UTC
config:

# Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        Gamma        0.8 0.8 0.6
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "intel"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
#               Virtual   3080 2100
                Depth     24
        EndSubSection
EndSection

modules:

xorg-x11-drv-evdev-1.1.5-0.fc9
xorg-x11-server-Xorg-1.4.99.1-0.8.fc9
xorg-x11-drv-i810-2.1.99-0.fc9

On startup:
(II) evdev brain: Rescanning devices (1).
(**) Video Bus-LNXVIDEO/video/input0: always reports core events
(**) Option "XkbModel" "evdev"
(**) Option "XkbLayout" "us"

Backtrace:
0: X(xf86SigHandler+0x65) [0x483865]
1: /lib64/libc.so.6 [0x3a77230f30]
2: /usr/lib64/xorg/modules/input//evdev_drv.so [0x2aaac234fa0a]
3: /usr/lib64/xorg/modules/input//evdev_drv.so [0x2aaac2350a8e]
4: /usr/lib64/xorg/modules/input//evdev_drv.so(evdevNewDriver+0x39) [0x2aaac2350ad9]
5: /usr/lib64/xorg/modules/input//evdev_drv.so [0x2aaac234f868]
6: X(NewInputDeviceRequest+0x1c8) [0x46e2a8]
7: X [0x45fa7d]
8: X [0x45fd1e]
9: X [0x45f446]
10: X [0x4db208]
11: X(WaitForSomething+0x5ad) [0x4db87d]
12: X(Dispatch+0x9a) [0x44701a]
13: X(main+0x46a) [0x42f75a]
14: /lib64/libc.so.6(__libc_start_main+0xf4) [0x3a7721e074]
15: X(FontFileCompleteXLFD+0x2a9) [0x42ea19]

Fatal server error:
Caught signal 11.  Server aborting
Comment 1 Bill Nottingham 2007-11-13 13:10:56 UTC

*** This bug has been marked as a duplicate of bug 13222 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.