Dear All,
Can anyone suggest what kernel options are best for driving the board that appears in lspci as
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
please?
(I think I've got the wrong ones, sice DPMS is flaky and I'm getting quite frequent kernel panics related to intelfb.)
Hi Dan,
Do you use X? I have Intel 945 in my desktop and use the stock Ubuntu kernel and let X do all the hard work.
Tim.
On 27 March 2010 09:57, Dan vi5u0-alug@yahoo.co.uk wrote:
Dear All,
Can anyone suggest what kernel options are best for driving the board that appears in lspci as
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
please?
(I think I've got the wrong ones, sice DPMS is flaky and I'm getting quite frequent kernel panics related to intelfb.)
--
Regards
Dan
main@lists.alug.org.uk http://www.alug.org.uk/ http://lists.alug.org.uk/mailman/listinfo/main Unsubscribe? See message headers or the web site above!
On Sun, 28 Mar 2010, Tim Green wrote:
Do you use X?
Yes. The DPMS flakiness has been going on for a while, and is described at http://www.mail-archive.com/xorg@lists.freedesktop.org/msg09263.html. The frequent kernel panics are new since I upgraded from 2.6.28 to 2.6.30. (This is all under Gentoo).
Thanks,
Dan
On 27 March 2010 09:57, Dan vi5u0-alug@yahoo.co.uk wrote:
Can anyone suggest what kernel options are best for driving the board that appears in lspci as
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
please?
On Sun, 28 Mar 2010, Tim Green wrote:
Do you use X? I have Intel 945 in my desktop and use the stock Ubuntu kernel and let X do all the hard work.
OK. I ditched the framebuffer support. The good news is my GUI still works. The bad news is that I'm still getting both the kernel panics and the DPMS flakiness. Reading back up the kernel panic messages, they mention both TuxOnIce and ath5k, the latter being mentioned in the same position (right at the end) that intelfb was mantioned before. Any ideas?
On Wed, 21 Apr 2010, Dan wrote:
OK. I ditched the framebuffer support. The good news is my GUI still works. The bad news is that I'm still getting both the kernel panics and the DPMS flakiness. Reading back up the kernel panic messages, they mention both TuxOnIce and ath5k, the latter being mentioned in the same position (right at the end) that intelfb was mentioned before. Any ideas?
Now this is strange. As I said, I now don't have framebuffer support in the kernel (i.e. it's not compiled in, and the module, although available, is not loaded), yet today, I still got a crash with a message about "intelfb_panic".
On Fri, 23 Apr 2010 17:00:06 +0100 (BST) Dan vi5u0-alug@yahoo.co.uk wrote:
On Wed, 21 Apr 2010, Dan wrote:
OK. I ditched the framebuffer support. The good news is my GUI still works. The bad news is that I'm still getting both the kernel panics and the DPMS flakiness. Reading back up the kernel panic messages, they mention both TuxOnIce and ath5k, the latter being mentioned in the same position (right at the end) that intelfb was mentioned before. Any ideas?
Now this is strange. As I said, I now don't have framebuffer support in the kernel (i.e. it's not compiled in, and the module, although available, is not loaded), yet today, I still got a crash with a message about "intelfb_panic".
In your previous message you mentioned ath5k which is a wireless driver and TuxOnIce which appears to handle hibernation. I'd therefore be inclined to try turning off wireless for a while and also trying without using hibernation to see if either of these solves the problem with the panic.
It is also worth running memtest86 to check for faulty memory - if there is a memory fault this can cause puzzling symptoms because, as the configuration changes, the module affected by the fault also changes.
HTH, Steve.
On Sat, 24 Apr 2010, Steve Fosdick wrote:
It is also worth running memtest86 to check for faulty memory - if there is a memory fault this can cause puzzling symptoms because, as the configuration changes, the module affected by the fault also changes.
Just a quick update. On upgrade from the kernel known to Gentoo as 2.6.28-tuxonice-r10 to the one known as 2.6.33-tuxonice-r1, the kernel panics went away and were replaced by the known issue described at http://lists.tuxonice.net/pipermail/tuxonice-devel/2010-March/006000.html.
DPMS still flaky, though.
Many thanks to Steve and Tim.
Dan