Comment 2 for bug 587710

Revision history for this message
Jānis Kangarooo (kangarooo) wrote :

Backtrace with commands
sudo aptitude install xserver-xorg-core-dbg libgl1-mesa-dri-dbg
since theres no nvidia-dgb didnt installed that.
from https://wiki.ubuntu.com/DebuggingXorg did GDB
pgrep Xorg
sudo gdb /usr/bin/Xorg 2>&1 | tee gdb-Xorg.txt
(gdb) attach <pgrep Xorg>
(gdb) cont
on freeze (gdb) backtrace full
(gdb) quit