
Originally Posted by
oibaf
What card/driver are you using?
Do you have compiz enabled?
Which Ubuntu version are you running?
You may want to post the dmesg output and /var/log/Xorg.0.log (the one relative to the freeze). If you have compiz enabled you could try installing only the x driver from this PPA (keeping the Ubuntu mesa) to try to identify the source of the problem (mesa or x driver).
I am using a RV670 (HD3870) with r600g and running Natty with Compiz enabled.
Neither dmesg nor the Xorg log seem like much help, here are the relevant lines of dmesg around the crash (the crash happened somewhere around 10500s post boot:
Code:
[ 7528.128984] usbcore: registered new interface driver snd-usb-audio
[10051.040040] usb 4-1: USB disconnect, device number 8
[10195.070019] usb 4-1: new full speed USB device number 9 using uhci_hcd
[10195.262736] input: www.hirestech.com 2010 REV 1.5 Music Streamer II as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.2/input/input5
[10195.262831] generic-usb 0003:4852:0003.0004: input,hidraw1: USB HID v1.00 Device [www.hirestech.com 2010 REV 1.5 Music Streamer II] on usb-0000:00:1a.1-1/input2
[10195.267839] generic-usb 0003:4852:0003.0005: hiddev0,hidraw2: USB HID v1.00 Device [www.hirestech.com 2010 REV 1.5 Music Streamer II] on usb-0000:00:1a.1-1/input3
[10927.569177] r8169 0000:02:01.0: eth0: link down
[10929.326813] r8169 0000:02:01.0: eth0: link up
Xorg.0.log doesn't seem to have any relevant info either: http://pastebin.com/Qjp2m4UC. The crash seemed to have happened between these two lines in Xorg.0.log:
Code:
[ 10195.330] (**) Option "xkb_layout" "dk"
[ 10562.922] (II) AIGLX: Suspending AIGLX clients for VT switch
The first line being when I plugged in a USB DAC (before the freeze happened), and the second line being me switching to VT1 after the freeze has happened.
I will try with the updated packages in your PPA. But the bug description in question seems to describe a crash, and all I'm seeing is a freeze.
Since I'm using Compiz I think I will try restarting only compiz the next time the freeze happens, to see if this is the program that freezes.
If the freeze still happens with your updated packages I'll try to switch out the X driver and mesa driver, one at a time, from your PPA with the one from Natty.