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

Bug#534487: xserver-xorg-core crashes after upgrade to version (1.6.1.901-3)



Package: xserver-xorg-core
Version: 1.6.1.901-3

After the upgrade to then new Version (1.6.1.901-2 -> 1.6.1.901-3)
X-Crashes when pressing return or hit the mouse button.
After that the system i frozen. I cant switch to a Virtual Console or so
and must reboot the machine.
In the Xorg logs is nothing unusal.

If I'm downgrade to Version 1.6.1.901-2 everything is ok.

Im using an uptodate debian unstable on an Asus EeePC 1000H go with
Intel hardware.
The Kernel is 2.6.30 with Kernel-Modesetting activated.

Find Attached my xorg.conf

Bye holger

# 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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "de"
EndSection

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


Section "InputDevice"
    Identifier    "Synaptics Touchpad"
    Driver        "synaptics"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "auto-dev"
    Option        "HorizEdgeScroll"    "0"
EndSection

#Section "InputDevice"
#    Identifier    "Synaptics Touchpad"
#    Driver        "synaptics"
#    Option        "SHMConfig"               "true"
#    Option        "Device"        	    "/dev/psaux"
#    Option        "SendCoreEvents"	    "true"
#    Option        "Protocol"           	    "auto-dev"	    

#    Option        "HorizEdgeScroll"    	    "0"
#    Option        "VertTwoFingerScroll"     "1"
#    Option        "HorizTwoFingerScroll"    "1"
#    Option        "TapButton1"              "1"
#    Option        "TapButton2"              "2"
#    Option        "TapButton3"              "3"
#EndSection

Section "Device"
    Identifier    "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
    Driver        "intel"
    BusID        "PCI:0:2:0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Modes        "1024x600"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
EndSection



Reply to: