6.06LTS crashes a few minutes after login

Bug #49280 reported by Kristian Elof Sørensen
6
Affects Status Importance Assigned to Milestone
linux-restricted-modules-2.6.15 (Ubuntu)
Won't Fix
High
Unassigned

Bug Description

Today i upgraded from 5.10 to 6.06LTS on an IBM T40 Thinkpad with an ATI 7500 and an external monitor.

A few minutes after login X freezes and the machine cannot be reached through ssh.

This has been reproduced five times with no counter example. In every case the freeze happened while a new window or dialog box was appearing or while moving or resizing a window.

I also tried using the thinkpad without the external monitor. It ran for several hours without crashing. However it did crash eventually, in the same manner as described above.

Revision history for this message
Kristian Elof Sørensen (elof) wrote :

I have reconfigured Xorg to use the "ati" driver instead of the "radeon" driver. In this configuration the system has been running with xinerama for several hours with no crashes so far.

Revision history for this message
Jacob Godserv (fun2program8) wrote :

THis happens to me on a Radeon M6 LY card as well. Freezes are less frequent and far between when I used xorg 7 in Dapper, though when I upgraded to Edgy it freezed every time on glxinfo with this error in syslog:

Aug 25 20:24:29 jakelaptop1 kernel: [17180500.080000] [drm:radeon_cp_reset] *ERROR* radeon_cp_reset called without lock held
Aug 25 20:24:29 jakelaptop1 kernel: [17180500.080000] [drm:radeon_cp_start] *ERROR* radeon_cp_start called without lock held
Aug 25 20:24:29 jakelaptop1 kernel: [17180500.080000] [drm:radeon_cp_idle] *ERROR* radeon_cp_idle called without lock held

Revision history for this message
Caroline Ford (secretlondon) wrote :

->linux-restricted modules

Revision history for this message
Stéphane Marguet (stemp) wrote :

Kristian, javaJake, are you still experiencing this issue ?

Revision history for this message
Kristian Elof Sørensen (elof) wrote : Re: [Bug 49280] Re: 6.06LTS crashes a few minutes after login

On søn, 2007-02-11 at 13:58 +0000, Stemp wrote:
> Kristian, javaJake, are you still experiencing this issue ?
>

Actually I do not know.

I gave up using an external monitor what that particular ubuntu laptop
because of this bug.

 Kristian

Revision history for this message
Stéphane Marguet (stemp) wrote :

What method are you using to use your external monitor ?
Could you please provide us the /etc/X11/xorg.conf you used ?

Revision history for this message
Kristian Elof Sørensen (elof) wrote :
Download full text (3.3 KiB)

On søn, 2007-02-11 at 18:03 +0000, Stemp wrote:
> What method are you using to use your external monitor ?
> Could you please provide us the /etc/X11/xorg.conf you used ?
>

Here it is.

As can be seen from commented out lines, attempts was made with each of
the drivers, vesa, ati and radeon, as well as with and without dri.

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/100dpi"
 FontPath "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "ServerFlags"
    Option "Xinerama"
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    #Load "dri"
    Load "bitmap"
    Load "ddc"
    Load "int10"
    Load "record"
    Load "type1"
    Load "vbe"
EndSection

Section "InputDevice"
 Identifier "Configured Mouse"
 Driver "mouse"
 Option "CorePointer"
 Option "Device" "/dev/input/mice"
 Option "Protocol" "ImPS/2"
 Option "Emulate3Buttons" "true"
 Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
        Identifier "Synaptics Touchpad"
        Driver "synaptics"
        Option "SendCoreEvents" "true"
        Option "Device" "/dev/psaux"
        Option "Protocol" "auto-dev"
        Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver "keyboard"
 Option "CoreKeyboard"
 Option "XkbRules" "xorg"
 Option "XkbModel" "pc105"
 Option "XkbLayout" "dk"
EndSection

Section "Device"
    Identifier "device0"
    VendorName "ATI"
    BoardName "ATI Radeon"
    #Driver "radeon"
    Driver "ati"
    #Driver "vesa"
    BusID "PCI:1:0:0"
    Option "DDCMode" "on"
    Option "DPMS"
    Screen 0
EndSection

Section "Device"
    Identifier "device1"
    BoardName "ATI Radeon"
    #Driver "radeon"
    Driver "ati"
    #Driver "vesa"
    BusID "PCI:1:0:0"
    Option "DDCMode" "on"
    Option "DPMS"
    Screen 1
EndSection

Section "Monitor"
    Identifier "monitor0"
    Option "dpms"
EndSection

Section "Monitor"
    Identifier "monitor1"
    Option "dpms"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "device0"
    Monitor "monitor0"
    DefaultColorDepth 24
    Subsection "Display"
        Depth 24
        Virtual 1024 768
        Modes "1024x768"
    EndSubsection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    Subsection "Display"
        Depth 24
        Virtual 1600 1200
        Modes "1600x1200"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "Multihead layout"
    I...

Read more...

Revision history for this message
Jérôme Guelfucci (jerome-guelfucci-deactivatedaccount) wrote :

Do you still have this issue with the latest release of Ubuntu ?

Changed in linux-restricted-modules-2.6.15:
status: Unconfirmed → Needs Info
Revision history for this message
Jérôme Guelfucci (jerome-guelfucci-deactivatedaccount) wrote :

Any news on this ?

Changed in linux-restricted-modules-2.6.15:
importance: Undecided → High
Revision history for this message
Bryce Harrington (bryce) wrote :

Closing as out of date.

Changed in linux-restricted-modules-2.6.15:
status: Incomplete → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.