Bug#589348: xorg: Jerky cursor and keyboard lagging, slow
I see this too in current squeeze, so it *is* reproducible. At first I was tempted to kill X because it was consuming so much CPU, but after a minute or so, it settled down. Alex, do you use the intel driver? It's so broken right now, I wonder if it's yet another bug with it. Antony Versions of packages xserver-xorg-video-intel depends on: ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib ii libdrm-intel1 2.4.18-6 Userspace interface to intel-speci ii libdrm2 2.4.18-6 Userspace interface to kernel DRM ii libpciaccess0 0.11.0-2 Generic PCI access library for X ii libxext6 2:1.1.1-3 X11 miscellaneous extension librar ii libxfixes31:4.0.4-2 X11 miscellaneous 'fixes' extensio ii libxv12:1.0.5-1 X11 Video extension library ii libxvmc1 2:1.0.5-1 X11 Video extension library ii xserver-xorg-core [xorg-video 2:1.7.7-2 Xorg X server - core server -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c440cdd.6020...@gmail.com
Bug#585663: xorg: i915 and DRI leak memory
Juha, Any chance of posting relevant URLs from your Google searches - I'd be interested to know more about this. Intel / xorg is currently so unreliable that I'm willing to look at anything that might help me stabilize my system. Antony -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c4411e2.2080...@gmail.com
Bug#584100: Resume from hibernate to blank screen on Lenovo R61
Another comment - I tried disabling KMS and it was no better, except I could at least get to virtual consoles. Now trying 2.12 as suggested at http://ikibiki.org/blog/2010/07/04/We_need_you_redux/ and after discussions in #debian-x. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c442465.3090...@gmail.com
Bug#589547: xserver-xorg-video-nv: (EE) NV: Kernel modesetting driver in use, refusing to load: no xorg after kernel upgrade
Fixed by aptitude install xserver-xorg-video-all (-all includes -nouveau). Thanks for the quick suggestion! Ric -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201007191141.05901.r.duc...@gmail.com
xorg-server: Changes to 'debian-experimental'
debian/changelog |7 +++ debian/patches/17-fix-DRI2-segfault-when-clientGone.diff | 33 --- debian/patches/series|1 3 files changed, 7 insertions(+), 34 deletions(-) New commits: commit be9a61fd2ab1b9ac0c0b8cea1719bf0d929c733c Author: Christopher James Halse Rogers Date: Thu Jul 15 15:37:44 2010 +1000 Drop DRI2 segfault fix patch. This is fixed upstream in commit 660f6ab5 diff --git a/debian/changelog b/debian/changelog index 2b67be9..fdca61d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xorg-server (2:1.8.99.905-2) UNRELEASED; urgency=low + + * Drop 17-fix-DRI2-segfault-when-clientGone.diff: fixed upstream in more +generality. + + -- Christopher James Halse Rogers Mon, 19 Jul 2010 12:48:10 +0200 + xorg-server (2:1.8.99.905-1) experimental; urgency=low * Drop recommends on xbase-clients. diff --git a/debian/patches/17-fix-DRI2-segfault-when-clientGone.diff b/debian/patches/17-fix-DRI2-segfault-when-clientGone.diff deleted file mode 100644 index 2e75ca2..000 --- a/debian/patches/17-fix-DRI2-segfault-when-clientGone.diff +++ /dev/null @@ -1,33 +0,0 @@ -From c1c59e7d5f0c6f0eea88657f892175166679da4f Mon Sep 17 00:00:00 2001 -From: Chris Wilson -Date: Sat, 15 May 2010 19:24:30 +0100 -Subject: [PATCH] dri2: Only send the swap event if the client hasn't gone fishing -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Fixes: - - Bug 27497 - xorg crashes after update to 1.8.0 - https://bugs.freedesktop.org/show_bug.cgi?id=27497 - -Signed-off-by: Chris Wilson -Cc: Kristian Høgsberg - hw/xfree86/dri2/dri2ext.c |3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) - -Index: xorg-server/hw/xfree86/dri2/dri2ext.c -=== xorg-server.orig/hw/xfree86/dri2/dri2ext.c -+++ xorg-server/hw/xfree86/dri2/dri2ext.c -@@ -362,6 +362,9 @@ - xDRI2BufferSwapComplete event; - DrawablePtr pDrawable = data; - -+if (client->clientGone) -+ return; -+ - event.type = DRI2EventBase + DRI2_BufferSwapComplete; - event.event_type = type; - event.drawable = pDrawable->id; diff --git a/debian/patches/series b/debian/patches/series index f850a70..adf3c9c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,4 +7,3 @@ #13_debian_add_xkbpath_env_variable.diff 15-nouveau.diff 16-xaa-fbcomposite-fix-negative-size.diff -17-fix-DRI2-segfault-when-clientGone.diff -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1oanyy-rc...@alioth.debian.org
Bug#587999: turning off radeonfb crashes system on console switch
Hi! I got around to testing with "video=radeonfb:off" on the kernel commandline. What you then get is a completely hanging system when switching terminale (chvt), when trying to stop the login manager KDM or when logging out of an X session. Note that this means that rebooting the system becomes impossible, similarly partitions aren't unmounted properly either. I also tried activating KMS explicitly then, but that crashes even earlier during boot, even before init is started. The kernel seems to detect that my video card has 256MiB of VRAM, while it only has 32. Some other memory layouts it detects are similarly off. If I find a free hour I'll try to disable KDM and then try without radeonfb, if that is broken, too, or if it is only in combination with X. I'll also try to copy the kernel output when using KMS. Cheers! Uli -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201007191539.37722.dooms...@knuut.de
Bug#551387: Bug#xxxxx: Please check whether your bug exists with 2.12.0-1+ickle2
> Would you mind filing a new bug on > http://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel > and attaching that dmesg there? done: 29153 https://bugs.freedesktop.org/show_bug.cgi?id=29153 Regards, M -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/d96a5f8920bed833bf1754f743a01b72.squir...@luminoussheep.net
Bug#519167: Crash on suspend/resume
Hello, I got a similar crash of xorg 1.7.7-2 with nv driver. I have acore dump which indicates it was caused by redrawing a window, whose pixmap had devPrivate.ptr == NULL, with fbFill method which doesn't expect NULL there. Could it be a similar problem to 519167? What is the progress of this bug? Regards Jiri Palecek -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/op.vf4f3sfqu2f...@debian