On Tue, Dec 11, 2007 at 06:53:56PM -0500, Joe Nahmias wrote: > Complete Xorg.log is attached.
We need the log of the crash. If X already restarted after the crash, the log of the previous session should be available in /var/log/Xorg.0.log.old. There should be a backtrace of the the crash at the end. But, it would be even better to get a full debugging backtrace. The easiest way to get one is to: * install xserver-xorg-core-dbg * login from another machine with ssh and enter 'gdb -p $(pidof X)' * reproduce the crash * enter 'bt full' in gdb and send us the whole output > The device section in xorg.conf is: > > Section "Device" > Identifier "Generic Video Card" > Driver "intel" > BusID "PCI:0:2:0" > Option "XAANoOffscreenPixmaps" "true" > EndSection Note that XAANoOffscreenPixmaps is unused zith intel 2.0 since EXA is now used by default instead of XAA. Brice -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]