Bug 51558

Summary: Ubuntu[12.04]: X server crashes on running any command in xterm window
Product: Mesa Reporter: samit vats <hysvats>
Component: Drivers/Gallium/r600Assignee: Default DRI bug account <dri-devel>
Status: CLOSED INVALID QA Contact:
Severity: major    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Xorg.log
dmesg
xorg.conf

Description samit vats 2012-06-29 05:27:31 UTC
Created attachment 63607 [details]
Xorg.log

Driver Stack Details:
=====================

1)    Kernel-3.4.0-030400-generic-pae 
2)    drm-2.4.35
3)    Mesa-8.1-devel (git-93a42d1)   
4)    Xorg-server-1.11.3
5)    xf86-video-ati- master


System Environment:
===================

Asic         : RV635XT
O.S.         : Ubuntu-12.04 (32 bit)
Processor    : Intel(R) Xeon(R) @ 2.40 GHz
Memory       : 2 GB  



#startx
#open a Terminal and run any command

Xserver crashes.


Backtarce is in Xorg.log
Comment 1 samit vats 2012-06-29 05:27:59 UTC
Created attachment 63608 [details]
dmesg
Comment 2 samit vats 2012-06-29 05:28:30 UTC
Created attachment 63609 [details]
xorg.conf
Comment 3 Michel Dänzer 2012-06-29 06:18:33 UTC
*** Bug 51557 has been marked as a duplicate of this bug. ***
Comment 4 Michel Dänzer 2012-06-29 06:26:18 UTC
[  2910.364] (II) LoadModule: "mouse"
[  2910.364] (II) Loading /root/install/lib/xorg/modules/input/mouse_drv.so
[  2910.364] (II) Module mouse: vendor="X.Org Foundation"
[  2910.364] 	compiled for 1.11.3, module version = 1.7.1
[  2910.364] 	Module class: X.Org XInput Driver
[  2910.364] 	ABI class: X.Org XInput driver, version 16.0
[  2910.364] (WW) module ABI major version (16) doesn't match the server's version (13)
[  2910.366] (II) LoadModule: "kbd"
[  2910.366] (II) Loading /root/install/lib/xorg/modules/input/kbd_drv.so
[  2910.366] (II) Module kbd: vendor="X.Org Foundation"
[  2910.366] 	compiled for 1.11.3, module version = 1.6.1
[  2910.366] 	Module class: X.Org XInput Driver
[  2910.366] 	ABI class: X.Org XInput driver, version 16.0
[  2910.366] (WW) module ABI major version (16) doesn't match the server's version (13)

Looks like the X mouse/kbd drivers were built / installed incorrectly. BTW, it's recommended to use the evdev driver for input instead of these two drivers on Linux.

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.