Re: Lenovo T520i X11 Intel i810 "static display" issue
Keith: not sure if you're still seeing this issue, but it's been
resolved for me with a recent testing/sid update. I'll have to check
my laptop to see just which 3.0 kernel and xorgs packages I'm using,
but all my video freeze/static issues (playback of video reduced view,
full-screen view, toggling between X11 and console,
suspend/hibernate/restore, and logging off/on to X11 sessions), are
resolved.
On Tue, Aug 16, 2011 at 5:25 AM, wrote:
> In response to a previous thread:
>
> Dr. Mobius, Bill Brelsford, et all:
>
> Did anyone find a solution or even a cause for this "static display"
> problem upon resume from suspend?
>
> I see that Martin Steigerwald claims that upgrading to 3.0 solves the
> problem, but it hasn't solved the problem for me- I am running 3.1.0-rc1
> with all upgraded packages on my Thinkpad T520 and the problem persists.
> In looking around on the Internet I see that others have the same problem,
> and _sometimes_ upgrading mysteriously helps, but no one seems to know a
> definitive answer.
>
> I would appreciate any help anyone can offer.
>
>> The symptoms are that the display doesn't update -- while it's
>> viewable. There's no visible response to keyboard or mouse inputs.
>> The pointer itself /does/ move around the display, but windows
>> don't take focus, won't resize or move, etc.
>>
>> However if I toggle away () then back to
>> ( or ) the display -- the changes /are/
>> reflected. I've taken advantage of this to shut down windows/apps
>> cleanly.
>>
>> If i restart X ("sudo /etc/init.d/kdm stop; sudo /etc/init.d/kdm
>> start" from another virtual console), X works properly, usually.
>>
>> I've noticed this under several desktops / window managers (GNOME,
>> KDE, XFCE, twm, wmaker). It doesn't appear to be specific to the
>> window manager.
>>
>> Restarting the window manager doesn't clear the behavior.
>
> [email protected]
>
>
>
> --
> To UNSUBSCRIBE, email to [email protected]
> with a subject of "unsubscribe". Trouble? Contact [email protected]
> Archive:
> http://lists.debian.org/36d029c41e067f681f2d240ff06db85a.squir...@webmail.strucktower.com
>
>
--
Dr. Ed Morbius
Chief Scientist / Philologist / Robot Wrangler / Powerplant Operator
Krell Power Systems Unlimited
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive:
http://lists.debian.org/caluzhnx_l52ppofxpmnxezxh+x_szgfsy-y9gjh4wwpdivx...@mail.gmail.com
Re: Lenovo T520i X11 Intel i810 "static display" issue- SOLVED
Am Mittwoch, 31. August 2011 schrieben Sie: > I wanted to get back to you and tell you that I was finally able to > install a 3.0 kernel (Wheezy- not Sid) and you are correct- now my > Thinkpad T520 will resume from sleep properly. Thanks so much! > > For some background for others: I had been using Squeeze (kernel > 2.6.32-5) and my T520 would not resume from sleep properly. Looking > around on the web I saw that a number of other people were having this > problem. > > I first tried to compile my own 3.0 kernel within Squeeze- but alas, > choosing the proper kernel compile options for this beginner proved to > be too difficult. [...] > Now my T520 does resume from sleep properly. So there you are after quite an odyssey ;). Often its easier to just use the standard package. I used to compile my own kernels for my older ThinkPads, but on the T520 the packaged 3.0 works so great, that I didn´t feel like compiling my own one, although it should compile pretty fast on that T520 with Intel SSD 320. A good starting point for an own kernel is the config from the debian one and the package kernel-package. But that for sure it out of the scope of debian-laptop. Maybe sometime I subscribe to debian-user, but for now I am just on debian-user-german. -- Martin 'Helios' Steigerwald - http://www.Lichtvoll.de GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
Re: Lenovo T520i X11 Intel i810 "static display" issue- SOLVED
I wanted to get back to you and tell you that I was finally able to install a 3.0 kernel (Wheezy- not Sid) and you are correct- now my Thinkpad T520 will resume from sleep properly. Thanks so much! For some background for others: I had been using Squeeze (kernel 2.6.32-5) and my T520 would not resume from sleep properly. Looking around on the web I saw that a number of other people were having this problem. I first tried to compile my own 3.0 kernel within Squeeze- but alas, choosing the proper kernel compile options for this beginner proved to be too difficult. I then tried upgrading to Wheezy through apt-get install full-upgrade using Wheezy sources in my /etc/apt/sources.list file. Although this did upgrade all the packages, it did not upgrade the kernel, and the resume from sleep problem persisted. I finally decided to start from scratch and do a fresh install of Wheezy from a netinstall cd (weekly build). This proved difficult because the installer kept failing to install Grub, and as a beginner installing Grub manually proved beyond my skill. Finally, with help from the debian-user forum ([email protected]) I was able to install Wheezy. Now my T520 does resume from sleep properly. thanks again, Keith Ostertag -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/70b2a80224c95ea46d20270b154c7ccf.squir...@webmail.strucktower.com
Re: Lenovo T520i X11 Intel i810 "static display" issue
Hi Keith! Please use proper quoting. Thanks. TOFU repaired. Am Freitag, 26. August 2011 schrieb [email protected]: > > Am Donnerstag, 25. August 2011 schrieb [email protected]: > >> Hi Martin- > > > > Hi Keith, > > > >> Thanks for your reply. > >> > >> Can you tell me _how_ to "try exactly 3.0.0 from the debian > >> package"? If I donwload the source for 3.0.3 (the most recent > >> stable kernel on kernel.org) I will then need to build a .config > >> file- and obviously my attempts so far have been wrong. I'm new to > >> Linux, and guessing at the thousands of configuration lines in make > >> menuconfig isn't working for me... > >> > >> The most recent debian distribution only uses 2.6.39 (or so), so I > >> am not sure how you mean to try 3.0.0 from "the debian package". > >> > >> Can you explain further? Is there some way to get a 3.0.0 kernel > >> with "default" or generic .config file that will work with debian > >> on my T520? > > > > Get linux-image-3.0.0-1-amd64 3.0.0-2 from Debian Sid. No need to > > build a kernel, just use the binary package. > > > > Thanks, > > -- > > Martin 'Helios' Steigerwald - http://www.Lichtvoll.de > > GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 > > Hi Martin- > > Thanks once again, I really appreciate your help. > > I downloaded the linux-image-3.0.0-1-amd64 deb file from Debian Sid as > you suggested, but when I tried to install it I got this error message > from the package instaler: > > "Error: Dependency is not satisfiable: linux-base (<=3~) > > Hmm... I thought at first that referred to the fact that I had booted > into my 3.1.0-rc1 kernel, but I also tried it after booting into my > old 2.6.32-5-amd64 kernel and still I get the same error message. No, this is related some to a package dependency. > Can you explain how to work around this? I bet you need linux-base 3.3 from unstable as well. > When I search inside Synaptic for linux-base I only see the one that's > installed- 2.6.32-35, even though I am running the 3.1.0-rc1 kernel... > so I am confused. Do I need to add a new/different repository to my > sources.list file in order to install a later version? You could do something like this: deb http://ftp.de.debian.org/debian/ squeeze main non-free contrib deb-src http://ftp.de.debian.org/debian/ squeeze main non-free contrib deb http://ftp.de.debian.org/debian/ sid main non-free contrib deb-src http://ftp.de.debian.org/debian/ sid main non-free contrib and then in /etc/apt/preferences to avoid updating everything to Sid: Explanation: lower priority than stable (500), 26.8.2011 Package: * Pin: release a=unstable Pin-Priority: 400 BTW when you used 2.6.32 before, are you using Squeeze completely? Then I suggest upgrading to Wheezy. Squeeze is not recent enough for Sandybridge. So some of your problems might just be related to using Squeeze. I just run everything at Sid at the moment and it works marvellous. A bit more conservative approach would be using Wheezy which should be recent enough by now. At least 3.0 kernel already made it to Wheezy: martin@merkaba:~> rmadison linux-image-3.0.0-1-amd64 linux-image-3.0.0-1-amd64 | 3.0.0-1 | wheezy | amd64, i386 linux-image-3.0.0-1-amd64 | 3.0.0-2 | sid| amd64, i386 Thanks, -- Martin 'Helios' Steigerwald - http://www.Lichtvoll.de GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
Re: Lenovo T520i X11 Intel i810 "static display" issue
Hi Martin- Thanks once again, I really appreciate your help. I downloaded the linux-image-3.0.0-1-amd64 deb file from Debian Sid as you suggested, but when I tried to install it I got this error message from the package instaler: "Error: Dependency is not satisfiable: linux-base (<=3~)" Hmm... I thought at first that referred to the fact that I had booted into my 3.1.0-rc1 kernel, but I also tried it after booting into my old 2.6.32-5-amd64 kernel and still I get the same error message. Can you explain how to work around this? When I search inside Synaptic for linux-base I only see the one that's installed- 2.6.32-35, even though I am running the 3.1.0-rc1 kernel... so I am confused. Do I need to add a new/different repository to my sources.list file in order to install a later version? Thanks so much, Keith Ostertag > Am Donnerstag, 25. August 2011 schrieb [email protected]: >> Hi Martin- > > Hi Keith, > >> Thanks for your reply. >> >> Can you tell me _how_ to "try exactly 3.0.0 from the debian package"? >> If I donwload the source for 3.0.3 (the most recent stable kernel on >> kernel.org) I will then need to build a .config file- and obviously my >> attempts so far have been wrong. I'm new to Linux, and guessing at the >> thousands of configuration lines in make menuconfig isn't working for >> me... >> >> The most recent debian distribution only uses 2.6.39 (or so), so I am >> not sure how you mean to try 3.0.0 from "the debian package". >> >> Can you explain further? Is there some way to get a 3.0.0 kernel with >> "default" or generic .config file that will work with debian on my >> T520? > > Get linux-image-3.0.0-1-amd64 3.0.0-2 from Debian Sid. No need to build a > kernel, just use the binary package. > > Thanks, > -- > Martin 'Helios' Steigerwald - http://www.Lichtvoll.de > GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/3f1d69766ce98b9d8ce4a9d2d0579100.squir...@webmail.strucktower.com
Re: Lenovo T520i X11 Intel i810 "static display" issue
Am Donnerstag, 25. August 2011 schrieb [email protected]: > Hi Martin- Hi Keith, > Thanks for your reply. > > Can you tell me _how_ to "try exactly 3.0.0 from the debian package"? > If I donwload the source for 3.0.3 (the most recent stable kernel on > kernel.org) I will then need to build a .config file- and obviously my > attempts so far have been wrong. I'm new to Linux, and guessing at the > thousands of configuration lines in make menuconfig isn't working for > me... > > The most recent debian distribution only uses 2.6.39 (or so), so I am > not sure how you mean to try 3.0.0 from "the debian package". > > Can you explain further? Is there some way to get a 3.0.0 kernel with > "default" or generic .config file that will work with debian on my > T520? Get linux-image-3.0.0-1-amd64 3.0.0-2 from Debian Sid. No need to build a kernel, just use the binary package. Thanks, -- Martin 'Helios' Steigerwald - http://www.Lichtvoll.de GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
Re: Lenovo T520i X11 Intel i810 "static display" issue
Hi Martin- Thanks for your reply. Can you tell me _how_ to "try exactly 3.0.0 from the debian package"? If I donwload the source for 3.0.3 (the most recent stable kernel on kernel.org) I will then need to build a .config file- and obviously my attempts so far have been wrong. I'm new to Linux, and guessing at the thousands of configuration lines in make menuconfig isn't working for me... The most recent debian distribution only uses 2.6.39 (or so), so I am not sure how you mean to try 3.0.0 from "the debian package". Can you explain further? Is there some way to get a 3.0.0 kernel with "default" or generic .config file that will work with debian on my T520? Thanks, Keith Ostertag > Am Dienstag, 16. August 2011 schrieb [email protected]: >> In response to a previous thread: >> >> Dr. Mobius, Bill Brelsford, et all: >> >> Did anyone find a solution or even a cause for this "static display" >> problem upon resume from suspend? >> >> I see that Martin Steigerwald claims that upgrading to 3.0 solves the >> problem, but it hasn't solved the problem for me- I am running >> 3.1.0-rc1 with all upgraded packages on my Thinkpad T520 and the >> problem persists. In looking around on the Internet I see that others >> have the same problem, and _sometimes_ upgrading mysteriously helps, >> but no one seems to know a definitive answer. >> >> I would appreciate any help anyone can offer. > > Please try exactly 3.0.0 from the debian package. This is what I am using > with Debian Sid. > > Might well be that 3.1.0-rc1 has some bug. Its a rc1. > > I am using KDE 4.6.5 with Powerdevil via pm-utils hibernation or suspend > to ram and both work out of the box. > > -- > Martin 'Helios' Steigerwald - http://www.Lichtvoll.de > GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: http://lists.debian.org/[email protected] > > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/73fe85680653cedf22ed13b37cd4f62e.squir...@webmail.strucktower.com
Re: Lenovo T520i X11 Intel i810 "static display" issue
Am Dienstag, 16. August 2011 schrieb [email protected]: > In response to a previous thread: > > Dr. Mobius, Bill Brelsford, et all: > > Did anyone find a solution or even a cause for this "static display" > problem upon resume from suspend? > > I see that Martin Steigerwald claims that upgrading to 3.0 solves the > problem, but it hasn't solved the problem for me- I am running > 3.1.0-rc1 with all upgraded packages on my Thinkpad T520 and the > problem persists. In looking around on the Internet I see that others > have the same problem, and _sometimes_ upgrading mysteriously helps, > but no one seems to know a definitive answer. > > I would appreciate any help anyone can offer. Please try exactly 3.0.0 from the debian package. This is what I am using with Debian Sid. Might well be that 3.1.0-rc1 has some bug. Its a rc1. I am using KDE 4.6.5 with Powerdevil via pm-utils hibernation or suspend to ram and both work out of the box. -- Martin 'Helios' Steigerwald - http://www.Lichtvoll.de GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
Re: Lenovo T520i X11 Intel i810 "static display" issue
On 08/16/2011 08:25 AM, [email protected] wrote: In response to a previous thread: Dr. Mobius, Bill Brelsford, et all: Did anyone find a solution or even a cause for this "static display" problem upon resume from suspend? I see that Martin Steigerwald claims that upgrading to 3.0 solves the problem, but it hasn't solved the problem for me- I am running 3.1.0-rc1 with all upgraded packages on my Thinkpad T520 and the problem persists. In looking around on the Internet I see that others have the same problem, and _sometimes_ upgrading mysteriously helps, but no one seems to know a definitive answer. I would appreciate any help anyone can offer. The symptoms are that the display doesn't update -- while it's viewable. There's no visible response to keyboard or mouse inputs. The pointer itself /does/ move around the display, but windows don't take focus, won't resize or move, etc. However if I toggle away () then back to ( or) the display -- the changes /are/ reflected. I've taken advantage of this to shut down windows/apps cleanly. If i restart X ("sudo /etc/init.d/kdm stop; sudo /etc/init.d/kdm start" from another virtual console), X works properly, usually. I've noticed this under several desktops / window managers (GNOME, KDE, XFCE, twm, wmaker). It doesn't appear to be specific to the window manager. Restarting the window manager doesn't clear the behavior. [email protected] Wow! I wish I knew of a way to help. I just got a T520i (Core i3 processor). I installed testing on it with linux-image-2.6.39-2-amd64. That has since been upgraded to 3.0.0+39 with the old image being removed. The first kernel worked perfectly for me. Only display issues on this are the ones common to all of my testing systems -- GTK and QT apps run via SSH -X session on remote systems show some minor but annoying corruptions. But I haven't seen any GUI responsiveness issues (on local or remote apps) like the ones you mention. I have to wonder if this is a driver issue for a specific video subsystem that you folks are seeing. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
Re: Lenovo T520i X11 Intel i810 "static display" issue
In response to a previous thread:
Dr. Mobius, Bill Brelsford, et all:
Did anyone find a solution or even a cause for this "static display"
problem upon resume from suspend?
I see that Martin Steigerwald claims that upgrading to 3.0 solves the
problem, but it hasn't solved the problem for me- I am running 3.1.0-rc1
with all upgraded packages on my Thinkpad T520 and the problem persists.
In looking around on the Internet I see that others have the same problem,
and _sometimes_ upgrading mysteriously helps, but no one seems to know a
definitive answer.
I would appreciate any help anyone can offer.
> The symptoms are that the display doesn't update -- while it's
> viewable. There's no visible response to keyboard or mouse inputs.
> The pointer itself /does/ move around the display, but windows
> don't take focus, won't resize or move, etc.
>
> However if I toggle away () then back to
> ( or ) the display -- the changes /are/
> reflected. I've taken advantage of this to shut down windows/apps
> cleanly.
>
> If i restart X ("sudo /etc/init.d/kdm stop; sudo /etc/init.d/kdm
> start" from another virtual console), X works properly, usually.
>
> I've noticed this under several desktops / window managers (GNOME,
> KDE, XFCE, twm, wmaker). It doesn't appear to be specific to the
> window manager.
>
> Restarting the window manager doesn't clear the behavior.
[email protected]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive:
http://lists.debian.org/36d029c41e067f681f2d240ff06db85a.squir...@webmail.strucktower.com
Re: Lenovo T520i X11 Intel i810 "static display" issue
Am Montag, 11. Juli 2011 schrieb Dr. Ed Morbius: > on 01:46 Sun 10 Jul, Bill Brelsford ([email protected]) wrote: > > In article , > > > > Dr. Ed Morbius wrote: > > > I've been running into an issue with a Lenovo Thinkpad T520i > > > running squeeze where the X11 display goes into a sort of "static" > > > state. It's usually after a pm-suspend or pm-hibernate (but not > > > after all suspend/hibernates), and sometimes simply when awakening > > > the screensaver. Restarting X generally (always?) clears the > > > issue, but doesn't do much for preserving session state. > > > > > > The symptoms are that the display doesn't update -- while it's > > > viewable. There's no visible response to keyboard or mouse inputs. > > > The pointer itself /does/ move around the display, but windows > > > don't take focus, won't resize or move, etc. > > > > > > However if I toggle away () then back to > > > ( or ) the display -- the changes /are/ > > > reflected. I've taken advantage of this to shut down windows/apps > > > cleanly. > > > > > > If i restart X ("sudo /etc/init.d/kdm stop; sudo /etc/init.d/kdm > > > start" from another virtual console), X works properly, usually. > > > > > > I've noticed this under several desktops / window managers (GNOME, > > > KDE, XFCE, twm, wmaker). It doesn't appear to be specific to the > > > window manager. > > > > > > Restarting the window manager doesn't clear the behavior. > > > > > > Occasionally when xscreensaver is activated, moving the mouse won't > > > bring up the password dialog, but the mouse is limited to moving > > > within the bounds of where that dialog would be. > > > > > > Graphics devicde appears to be Intel Integrated Graphics Chipsets: > > > i810 famiily. > > > > > > 1: Any idea what the bug is? Or a fix? > > > 2: What package(s) should I file it against? > > > > It appears to be a bug in xserver-xorg-video-intel that occurs > > under kernels 2.6.38 and 2.6.39. The latter seems to help some -- > > in my case anyway -- but the problem is still there. See bug > > 622308 (which has been closed); bugs 626337 and 627249 are similar. > > I'm seeing the same issue with a 2.6.39 kernel. I'll try a 3.0 rc as > well, but so far no joy. > > Linux altaira 2.6.39-2-amd64 #1 SMP Tue Jul 5 02:51:22 UTC 2011 > x86_64 GNU/Linux I strongly recommend 3.0 kernel for Intel Sandybridge for various reasons including a strange lockup bug that was discussed on linux thinkpad mailing list apparently has been fixed since then. And then the new Sandybridge Acceleration Architecture which easily doubles FreeDroid RPG framerate with Full HD display from 30 to 60 fps is only in 3.0. -- Martin 'Helios' Steigerwald - http://www.Lichtvoll.de GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
Re: Lenovo T520i X11 Intel i810 "static display" issue
on 01:46 Sun 10 Jul, Bill Brelsford ([email protected]) wrote: > In article , > Dr. Ed Morbius wrote: > > I've been running into an issue with a Lenovo Thinkpad T520i running > > squeeze where the X11 display goes into a sort of "static" state. It's > > usually after a pm-suspend or pm-hibernate (but not after all > > suspend/hibernates), and sometimes simply when awakening the > > screensaver. Restarting X generally (always?) clears the issue, but > > doesn't do much for preserving session state. > > > > The symptoms are that the display doesn't update -- while it's viewable. > > There's no visible response to keyboard or mouse inputs. The pointer > > itself /does/ move around the display, but windows don't take focus, > > won't resize or move, etc. > > > > However if I toggle away () then back to ( or > > ) the display -- the changes /are/ reflected. I've taken > > advantage of this to shut down windows/apps cleanly. > > > > If i restart X ("sudo /etc/init.d/kdm stop; sudo /etc/init.d/kdm start" > > from another virtual console), X works properly, usually. > > > > I've noticed this under several desktops / window managers (GNOME, KDE, > > XFCE, twm, wmaker). It doesn't appear to be specific to the window > > manager. > > > > Restarting the window manager doesn't clear the behavior. > > > > Occasionally when xscreensaver is activated, moving the mouse won't > > bring up the password dialog, but the mouse is limited to moving within > > the bounds of where that dialog would be. > > > > Graphics devicde appears to be Intel Integrated Graphics Chipsets: i810 > > famiily. > > > 1: Any idea what the bug is? Or a fix? > > 2: What package(s) should I file it against? > > It appears to be a bug in xserver-xorg-video-intel that occurs > under kernels 2.6.38 and 2.6.39. The latter seems to help some -- > in my case anyway -- but the problem is still there. See bug > 622308 (which has been closed); bugs 626337 and 627249 are similar. I'm seeing the same issue with a 2.6.39 kernel. I'll try a 3.0 rc as well, but so far no joy. Linux altaira 2.6.39-2-amd64 #1 SMP Tue Jul 5 02:51:22 UTC 2011 x86_64 GNU/Linux -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell! -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
Re: Lenovo T520i X11 Intel i810 "static display" issue
In article , Dr. Ed Morbius wrote: > on 01:46 Sun 10 Jul, Bill Brelsford ([email protected]) wrote: >> In article , >> Dr. Ed Morbius wrote: >> > I've been running into an issue with a Lenovo Thinkpad T520i running >> > squeeze where the X11 display goes into a sort of "static" state. It's >> > usually after a pm-suspend or pm-hibernate (but not after all >> > suspend/hibernates), and sometimes simply when awakening the >> > screensaver. Restarting X generally (always?) clears the issue, but >> > doesn't do much for preserving session state. >> > >> > The symptoms are that the display doesn't update -- while it's viewable. >> > There's no visible response to keyboard or mouse inputs. The pointer >> > itself /does/ move around the display, but windows don't take focus, >> > won't resize or move, etc. >> > >> > However if I toggle away () then back to ( or >> > ) the display -- the changes /are/ reflected. I've taken >> > advantage of this to shut down windows/apps cleanly. >> > >> > If i restart X ("sudo /etc/init.d/kdm stop; sudo /etc/init.d/kdm start" >> > from another virtual console), X works properly, usually. >> > >> > I've noticed this under several desktops / window managers (GNOME, KDE, >> > XFCE, twm, wmaker). It doesn't appear to be specific to the window >> > manager. >> > >> > Restarting the window manager doesn't clear the behavior. >> > >> > Occasionally when xscreensaver is activated, moving the mouse won't >> > bring up the password dialog, but the mouse is limited to moving within >> > the bounds of where that dialog would be. >> > >> > Graphics devicde appears to be Intel Integrated Graphics Chipsets: i810 >> > famiily. >> >> > 1: Any idea what the bug is? Or a fix? >> > 2: What package(s) should I file it against? >> >> It appears to be a bug in xserver-xorg-video-intel that occurs >> under kernels 2.6.38 and 2.6.39. The latter seems to help some -- >> in my case anyway -- but the problem is still there. See bug >> 622308 (which has been closed); bugs 626337 and 627249 are similar. >> >> (I'm running an Asus laptop with an Intel 965GM chipset.) > > Thanks, Bill. > > Any chance that the video codec and GLX issues I'm having are also > related? > > I can play Flash videos but not full-screen. Attempting to use any > video codec I've tried so far in mplayer/xine hangs the video session > entirely. I don't see those problems. Full-screen video works fine for me in both Opera/Flash and xine. -- Bill Brelsford [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
Re: Lenovo T520i X11 Intel i810 "static display" issue
on 01:46 Sun 10 Jul, Bill Brelsford ([email protected]) wrote: > In article , > Dr. Ed Morbius wrote: > > I've been running into an issue with a Lenovo Thinkpad T520i running > > squeeze where the X11 display goes into a sort of "static" state. It's > > usually after a pm-suspend or pm-hibernate (but not after all > > suspend/hibernates), and sometimes simply when awakening the > > screensaver. Restarting X generally (always?) clears the issue, but > > doesn't do much for preserving session state. > > > > The symptoms are that the display doesn't update -- while it's viewable. > > There's no visible response to keyboard or mouse inputs. The pointer > > itself /does/ move around the display, but windows don't take focus, > > won't resize or move, etc. > > > > However if I toggle away () then back to ( or > > ) the display -- the changes /are/ reflected. I've taken > > advantage of this to shut down windows/apps cleanly. > > > > If i restart X ("sudo /etc/init.d/kdm stop; sudo /etc/init.d/kdm start" > > from another virtual console), X works properly, usually. > > > > I've noticed this under several desktops / window managers (GNOME, KDE, > > XFCE, twm, wmaker). It doesn't appear to be specific to the window > > manager. > > > > Restarting the window manager doesn't clear the behavior. > > > > Occasionally when xscreensaver is activated, moving the mouse won't > > bring up the password dialog, but the mouse is limited to moving within > > the bounds of where that dialog would be. > > > > Graphics devicde appears to be Intel Integrated Graphics Chipsets: i810 > > famiily. > > > 1: Any idea what the bug is? Or a fix? > > 2: What package(s) should I file it against? > > It appears to be a bug in xserver-xorg-video-intel that occurs > under kernels 2.6.38 and 2.6.39. The latter seems to help some -- > in my case anyway -- but the problem is still there. See bug > 622308 (which has been closed); bugs 626337 and 627249 are similar. ... and: I'm running 2.6.38-2-amd64 Will try the .39 upgrade. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell! -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
Re: Lenovo T520i X11 Intel i810 "static display" issue
on 01:46 Sun 10 Jul, Bill Brelsford ([email protected]) wrote: > In article , > Dr. Ed Morbius wrote: > > I've been running into an issue with a Lenovo Thinkpad T520i running > > squeeze where the X11 display goes into a sort of "static" state. It's > > usually after a pm-suspend or pm-hibernate (but not after all > > suspend/hibernates), and sometimes simply when awakening the > > screensaver. Restarting X generally (always?) clears the issue, but > > doesn't do much for preserving session state. > > > > The symptoms are that the display doesn't update -- while it's viewable. > > There's no visible response to keyboard or mouse inputs. The pointer > > itself /does/ move around the display, but windows don't take focus, > > won't resize or move, etc. > > > > However if I toggle away () then back to ( or > > ) the display -- the changes /are/ reflected. I've taken > > advantage of this to shut down windows/apps cleanly. > > > > If i restart X ("sudo /etc/init.d/kdm stop; sudo /etc/init.d/kdm start" > > from another virtual console), X works properly, usually. > > > > I've noticed this under several desktops / window managers (GNOME, KDE, > > XFCE, twm, wmaker). It doesn't appear to be specific to the window > > manager. > > > > Restarting the window manager doesn't clear the behavior. > > > > Occasionally when xscreensaver is activated, moving the mouse won't > > bring up the password dialog, but the mouse is limited to moving within > > the bounds of where that dialog would be. > > > > Graphics devicde appears to be Intel Integrated Graphics Chipsets: i810 > > famiily. > > > 1: Any idea what the bug is? Or a fix? > > 2: What package(s) should I file it against? > > It appears to be a bug in xserver-xorg-video-intel that occurs > under kernels 2.6.38 and 2.6.39. The latter seems to help some -- > in my case anyway -- but the problem is still there. See bug > 622308 (which has been closed); bugs 626337 and 627249 are similar. > > (I'm running an Asus laptop with an Intel 965GM chipset.) Thanks, Bill. Any chance that the video codec and GLX issues I'm having are also related? I can play Flash videos but not full-screen. Attempting to use any video codec I've tried so far in mplayer/xine hangs the video session entirely. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell! -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
Re: Lenovo T520i X11 Intel i810 "static display" issue
In article ,
Dr. Ed Morbius wrote:
> I've been running into an issue with a Lenovo Thinkpad T520i running
> squeeze where the X11 display goes into a sort of "static" state. It's
> usually after a pm-suspend or pm-hibernate (but not after all
> suspend/hibernates), and sometimes simply when awakening the
> screensaver. Restarting X generally (always?) clears the issue, but
> doesn't do much for preserving session state.
>
> The symptoms are that the display doesn't update -- while it's viewable.
> There's no visible response to keyboard or mouse inputs. The pointer
> itself /does/ move around the display, but windows don't take focus,
> won't resize or move, etc.
>
> However if I toggle away () then back to ( or
> ) the display -- the changes /are/ reflected. I've taken
> advantage of this to shut down windows/apps cleanly.
>
> If i restart X ("sudo /etc/init.d/kdm stop; sudo /etc/init.d/kdm start"
> from another virtual console), X works properly, usually.
>
> I've noticed this under several desktops / window managers (GNOME, KDE,
> XFCE, twm, wmaker). It doesn't appear to be specific to the window
> manager.
>
> Restarting the window manager doesn't clear the behavior.
>
> Occasionally when xscreensaver is activated, moving the mouse won't
> bring up the password dialog, but the mouse is limited to moving within
> the bounds of where that dialog would be.
>
> Graphics devicde appears to be Intel Integrated Graphics Chipsets: i810
> famiily.
> 1: Any idea what the bug is? Or a fix?
> 2: What package(s) should I file it against?
It appears to be a bug in xserver-xorg-video-intel that occurs
under kernels 2.6.38 and 2.6.39. The latter seems to help some --
in my case anyway -- but the problem is still there. See bug
622308 (which has been closed); bugs 626337 and 627249 are similar.
(I'm running an Asus laptop with an Intel 965GM chipset.)
Bill
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

