Package: xserver-xorg Version: 6.9.0.dfsg.1-2 Followup-For: Bug #345929 I see something which fits some of the other descriptions for bug #345929: 6.8.2.dfsg.1-11 worked perfect, after upgrade to 6.9.0 my IBM T42p regularly crashes hard (no SysRq, no ping, the whole thing is just frozen; kernel NMI-watchdog doesn't kick in, all I can do is power off). I tried kernels 2.6.14 and 2.6.15 with and without radeonfb, and I tried to disable acceleration and clock scaling for the radeon X driver. Nothing helps. Sometimes the crash happens already during xdm startup, sometimes it can take hours for the crash to happen, but usually it crashes within ten minutes after boot. If I use firefox or gvim the crash happens sooner than if I just use xterm + vim. If I grab a gvim window with the mouse and wiggle it around X is likely to crash within a minute. I tried using the 6.8.2 radeon driver with 6.9.0 but it seems the binary formats are incompatible? For the moment I work around this by using radeonfb + fbdev X driver. -- Package-specific info: Contents of /var/lib/xfree86/X.roster: xserver-xorg /etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum. X server symlink status: lrwxrwxrwx 1 root root 17 Aug 8 02:20 /etc/X11/X -> /usr/bin/X11/Xorg -rwxr-xr-x 1 root root 1852284 Jan 6 11:15 /usr/bin/X11/Xorg Contents of /var/lib/xfree86/xorg.conf.roster: xserver-xorg VGA-compatible devices on PCI bus: 0000:01:00.0 VGA compatible controller: ATI Technologies Inc M10 NT [FireGL Mobility T2] (rev 80) /var/lib/xfree86/xorg.conf.md5sum does not exist. Xorg X server configuration file status: -rw-r--r-- 1 root root 4977 Jan 8 23:58 /etc/X11/xorg.conf Contents of /etc/X11/xorg.conf: ### BEGIN DEBCONF SECTION # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the # Debian X Configuration tool, using values from the debconf database. # # Edit this file with caution, and see the XF86Config manual page. # (Type "man XF86Config" at the shell prompt.) # # If you want your changes to this file preserved by dexconf, only make changes # before the "### BEGIN DEBCONF SECTION" line above, and/or after the # "### END DEBCONF SECTION" line below. ### END DEBCONF SECTION Section "Files" #FontPath "unix/:7110" # 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/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" #FontPath "/usr/lib/X11/fonts/truetype" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/75dpi" FontPath "/usr/lib/X11/fonts/100dpi" EndSection Section "Module" # Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" # Load "dri" Load "extmod" # Load "extmod" but omit DGA extension # (the DGA extension is broken in the fglrx driver) # SubSection "extmod" # Option "omit xfree86-dga" # EndSubSection Load "freetype" # glx causes suspend/resume problems # Load "glx" Load "int10" # Load "pex5" Load "record" Load "speedo" Load "type1" Load "vbe" # Load "xie" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc102" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" Option "AutoRepeat" "250 30" EndSection Section "InputDevice" Identifier "Mouse[1]" Driver "mouse" Option "CorePointer" Option "Device" "/dev/misc/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "synaptics" Identifier "Mouse[2]" Option "Device" "/dev/misc/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "50" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "HorizScrollDelta" "240" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.12" Option "AccelFactor" "0.0010" Option "CircularScrolling" "off" Option "SHMConfig" "on" # Option "Repeater" "/dev/ps2mouse" EndSection #Section "InputDevice" # Identifier "Generic Mouse" # Driver "mouse" # Option "SendCoreEvents" "true" # Option "Device" "/dev/input/mice" # Option "Protocol" "ImPS/2" # Option "Emulate3Buttons" "true" # Option "ZAxisMapping" "4 5" #EndSection Section "InputDevice" Identifier "Wacom Cursor" Driver "wacom" Option "Device" "/dev/input/event0" Option "Type" "cursor" Option "Mode" "relative" Option "USB" "true" Option "Speed" "3.0" Option "Suppress" "30" Option "DebugLevel" "0" EndSection Section "InputDevice" Identifier "Wacom Stylus" Driver "wacom" Option "Device" "/dev/input/event0" Option "Type" "stylus" Option "Mode" "absolute" Option "USB" "true" Option "Treshold" "5" Option "Suppress" "30" EndSection Section "InputDevice" Identifier "Wacom Eraser" Driver "wacom" Option "Device" "/dev/input/event0" Option "Type" "eraser" Option "Mode" "absolute" Option "USB" "true" Option "Treshold" "5" Option "Suppress" "30" EndSection Section "Device" Identifier "Video Card" Driver "radeon" # Option "NoAccel" "true" # Option "UseFBDev" "true" Option "DynamicClocks" "on" # Option "HWCursor" "false" # Option "VideoOverlay" "on" # Option "OpenGLOverlay" "off" # Option "UseInternalAGPGART" "no" EndSection #Section "Device" # Identifier "Video Card" # Driver "fbdev" #EndSection Section "Monitor" Identifier "Generic Monitor" #HorizSync 28-49 #VertRefresh 43-72 Option "DPMS" "false" #DisplaySize 285 215 EndSection Section "Screen" Identifier "Default Screen" Device "Video Card" Monitor "Generic Monitor" # DefaultDepth 24 DefaultDepth 16 SubSection "Display" # Depth 24 Depth 16 Modes "1600x1200" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Mouse[2]" "CorePointer" InputDevice "Mouse[1]" "AlwaysCore" # InputDevice "Wacom Cursor" "AlwaysCore" # InputDevice "Wacom Stylus" "AlwaysCore" # InputDevice "Wacom Eraser" "AlwaysCore" EndSection Section "DRI" Mode 0666 EndSection Xorg X server log files on system: -rw-r--r-- 1 root root 40972 Jan 9 00:11 /var/log/Xorg.0.log Contents of most recent Xorg X server log file /var/log/Xorg.0.log: X Window System Version 6.9.0 (Debian 6.9.0.dfsg.1-2 20060106075605 David Nusinow