[Bug 66973] [SNA] 915GM with with Kubuntu desktop effects

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 17 02:12:54 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=66973

--- Comment #6 from Chris Wilson <chris at chris-wilson.co.uk> ---
A good first step would be to compile the DDX yourself, install git (and gcc
etc) and

$ git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
$ cd xf86-video-intel
$ ./autogen.sh --enable-debug --with-default-accel=sna --prefix=/usr
$ make && sudo make install

Note that the autogen.sh/configure stage is likely to request a couple of other
packages to be installed to provide the Xserver headers.

The --enable-debug there will turn on extra assertions which I hope will make
it easier to spot the bug. If it crashes due to an assertion, sadly that will
not be logged in Xorg.0.log but in the login manager's log file (e.g.
/var/log/xdm.log or /var/log/gdm/:0.log).

For running X under gdb, from a second machine
$ ssh ${desktop_machine}
$ sudo gdb --args Xorg -ac -noreset
gdb) handle SIGPIPE nostop noprint pass
gdb) run
# wait for crash
gdb) bt full

And to launch your de, also from the second machine (for convenience):
$ ssh ${desktop_machine}
$ DISPLAY=:0 startkde

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130717/17c818c3/attachment.html>


More information about the intel-gfx-bugs mailing list