[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-25 Thread Franck
Hi,

I reinstalled my system (previously under Gusty) in with Hardy beta. The bug is 
still here.
When installing, default xorg.conf device section is minimalist :

Section Device
Identifier  Configured Video Device
EndSection

So the ForceEnablePipeA option workaround is not activated. In fact you
don't even know which video driver will be used ??

Anyway, if I either try to hibernate or suspend, I get a console with a
blinking cursor, and then nothing anymore. I have to hard reboot. (nb: I
already attached lspci)

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-22 Thread Rok Lenardic
Same problem with hardy alpha 6, updated to the latest package names on
22-03-2008.

My laptop is HP 6510b.

lspci -vn attached


** Attachment added: lspci-vn.txt
   http://launchpadlibrarian.net/12811559/lspci-vn.txt

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-12 Thread Franck Routier

** Attachment added: lspci -vn
   http://launchpadlibrarian.net/12603452/lspcivn.txt

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-12 Thread Franck Routier
Attached are full output of lspci -v and -vn for my Sony Vaio VGN-SZ4MN

** Attachment added: lspci -v
   http://launchpadlibrarian.net/12603443/lspciv.txt

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-11 Thread Franck Routier
Hi,

just to tell you ForceEnablePipeA seems to fix the problem here, on a
Vaio VGN-SZ4.

lspci -v | grep VGA gives me :
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA])

Here there side effects on using ForceEnablePipeA ?

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-11 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Unknown = Fix Released

** Changed in: xserver-xorg-video-intel
   Status: Unknown = Fix Released

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-11 Thread Alex Mauer
If you can provide full output of 'lspci -v' and 'lspci -vn' that would
be much appreciated, and the problem can be forwarded upstream.

The only side effect I know of from using ForceEnablePipeA is slightly
increased power usage.  That's according to the upstream bug.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-11 Thread Colin Macdonald
FYI: Thinkpad R31 needs the Pipe A quirk.  Submitted upstream as:

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

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-10 Thread Alex Mauer
in /etc/X11/xorg.conf, change:

Section Device
Identifier  Configured Video Device
Driver  intel
EndSection

to

Section Device
Identifier  Configured Video Device
Driver  intel
Option  ForceEnablePipeA  true
EndSection


** Bug watch added: freedesktop.org Bugzilla #14888
   https://bugs.freedesktop.org/show_bug.cgi?id=14888

** Also affects: xserver-xorg-video-intel via
   https://bugs.freedesktop.org/show_bug.cgi?id=14888
   Importance: Unknown
   Status: Unknown

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-10 Thread Alex Mauer
D505:
If you can provide the output from 'sudo lspci -v' and 'sudo lspci -vn' we can 
get the fix built in for you.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-10 Thread Alex Mauer
(assuming that option fixes the problem for you)

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-10 Thread Alex Mauer
Matt: That's from a D505?

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-10 Thread Alex Mauer
n/m, I see you have the Portege.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-10 Thread Matt
Oh no, it's from a Toshiba Portege that appears to experience the same
problem.


On Mon, Mar 10, 2008 at 1:57 PM, Alex Mauer [EMAIL PROTECTED]
wrote:

 Matt: That's from a D505?

 --
 xserver-xorg-video-intel hangs the system when laptop lid is closed
 https://bugs.launchpad.net/bugs/138256
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-10 Thread Alex Mauer
I've forwarded the information upstream.

** Changed in: xorg-server
 Bugwatch: freedesktop.org Bugzilla #11432 = freedesktop.org Bugzilla 
#14944
   Status: Fix Released = Unknown

** Changed in: xorg-server
 Bugwatch: freedesktop.org Bugzilla #14944 = freedesktop.org Bugzilla 
#11432

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-10 Thread Alex Mauer
freedesktop https://bugs.freedesktop.org/show_bug.cgi?id=14944

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-10 Thread Matt
Attached are the output of lspci -v and -vn on my machine (v.txt and
vn.txtrespectively):



On Mon, Mar 10, 2008 at 1:22 PM, Alex Mauer [EMAIL PROTECTED] wrote:

 (assuming that option fixes the problem for you)

 --
 xserver-xorg-video-intel hangs the system when laptop lid is closed
 https://bugs.launchpad.net/bugs/138256
 You received this bug notification because you are a direct subscriber
 of the bug.



00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express 
Processor to DRAM Controller (rev 03)
Subsystem: Toshiba America Info Systems Unknown device 0001
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information

00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML 
Express Graphics Controller (rev 03) (prog-if 00 [VGA])
Subsystem: Toshiba America Info Systems Unknown device 0001
Flags: bus master, fast devsel, latency 0, IRQ 21
Memory at cff8 (32-bit, non-prefetchable) [size=512K]
I/O ports at cff8 [size=8]
Memory at b000 (32-bit, prefetchable) [size=256M]
Memory at cff4 (32-bit, non-prefetchable) [size=256K]
Capabilities: [d0] Power Management version 2

00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express 
Graphics Controller (rev 03)
Subsystem: Toshiba America Info Systems Unknown device 0001
Flags: fast devsel
Memory at 6400 (32-bit, non-prefetchable) [disabled] [size=512K]
Capabilities: [d0] Power Management version 2

00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #1 (rev 03) (prog-if 00 [UHCI])
Subsystem: Toshiba America Info Systems Unknown device 0001
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at cf80 [size=32]

00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #2 (rev 03) (prog-if 00 [UHCI])
Subsystem: Toshiba America Info Systems Unknown device 0001
Flags: bus master, medium devsel, latency 0, IRQ 19
I/O ports at 28c0 [size=32]

00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #3 (rev 03) (prog-if 00 [UHCI])
Subsystem: Toshiba America Info Systems Unknown device 0001
Flags: bus master, medium devsel, latency 0, IRQ 20
I/O ports at 28e0 [size=32]

00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #4 (rev 03) (prog-if 00 [UHCI])
Subsystem: Toshiba America Info Systems Unknown device 0001
Flags: bus master, medium devsel, latency 0, IRQ 21
I/O ports at 2c00 [size=32]

00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB2 EHCI Controller (rev 03) (prog-if 20 [EHCI])
Subsystem: Toshiba America Info Systems Unknown device 0001
Flags: bus master, medium devsel, latency 0, IRQ 18
Memory at 6408 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3) (prog-if 
01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=04, sec-latency=32
I/O behind bridge: 1000-1fff
Memory behind bridge: cfe0-cfef
Prefetchable memory behind bridge: 6000-63ff
Capabilities: [50] Subsystem: Toshiba America Info Systems Unknown 
device 0001

00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) AC'97 Audio Controller (rev 03)
Subsystem: Toshiba America Info Systems Unknown device 0248
Flags: bus master, medium devsel, latency 0, IRQ 23
I/O ports at 2000 [size=256]
I/O ports at 2880 [size=64]
Memory at 64080400 (32-bit, non-prefetchable) [size=512]
Memory at 64080600 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2

00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 
Modem Controller (rev 03) (prog-if 00 [Generic])
Subsystem: Toshiba America Info Systems Unknown device 0001
Flags: medium devsel, IRQ 17
I/O ports at 2400 [size=256]
I/O ports at 2800 [size=128]
Capabilities: [50] Power Management version 2

00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge 
(rev 03)
Subsystem: Toshiba America Info Systems Unknown device 0001
Flags: bus master, medium devsel, latency 0

00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
IDE Controller (rev 03) (prog-if 8a [Master SecP PriP])
Subsystem: Toshiba America Info Systems Unknown device 0001
Flags: bus master, medium devsel, latency 0, IRQ 20
I/O ports at 01f0 [size=8]
  

[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-10 Thread Alex Mauer
Matt: the ForceEnablePipeA option fixes the problem for you, right?

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-07 Thread Alex Mauer
Setting

Option ForceEnablePipeA true

worked around the problem on my machine.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-07 Thread D505
The problem still persists in Ubuntu 7.10 (2.6.22-14-generic) on a Dell 
Latitude D505 Intel 855GME chipset.
Will anybody do something about it? Who should I contact and with what 
information?
How do I switch the drivers? Where do I write ForceEnablePipeA true?

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-07 Thread simovaris
I just switched from i810 to intel drivers and I'm also experiencing
system hanging when idle for longer period of time (screensaver
activates/ or could also be when laptop screen is powered down) on a HP
nx7400 laptop with Intel 945GM graphics chipset and with ubuntu 7.10 and
xserver-xorg-video-intel driver.

Though with i810 driver I never encountered this hang up, so I'm
assuming the bug is in the intel driver.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-07 Thread simovaris
More about the hang up;

It hangs the system up completely; ccreen is blank, keyboard and mouse
don't work. Only the power button works in the system.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-07 Thread Alex Mauer
I just switched my system to use the i810 drivers, and there it works
properly.

This is on a Dell Latitude D500 with Intel 855GM video.

So I agree that this is a bug with the intel driver.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-07 Thread Bruno Santos
Since moving to Hardy I also get this on a MacBook C2D. The X server
freezes showing a couple of vertical greenish lines when the lid is
closed and on logoff or shutdown/restart the screen freezes with various
vertical lines. Sometimes it shut off, or restarts, and usplash shows
just before these actions but all distorted. On the boot sequence
usplash shows up normally and X has no issues. I can normally change to
a tty while X is running normally, too.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-07 Thread Matt
Could someone clarify the steps that I need to use to install debugging
symbols?  I tried to install them but the packages that I thought I needed
to add weren't there.

-Matt

On Thu, Feb 21, 2008 at 5:55 AM, Bruno Santos [EMAIL PROTECTED] wrote:

 Since moving to Hardy I also get this on a MacBook C2D. The X server
 freezes showing a couple of vertical greenish lines when the lid is
 closed and on logoff or shutdown/restart the screen freezes with various
 vertical lines. Sometimes it shut off, or restarts, and usplash shows
 just before these actions but all distorted. On the boot sequence
 usplash shows up normally and X has no issues. I can normally change to
 a tty while X is running normally, too.

 --
 xserver-xorg-video-intel hangs the system when laptop lid is closed
 https://bugs.launchpad.net/bugs/138256
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-03-07 Thread C
Even if somehow there seems to be a mention of a fix release with a
link to

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

the problem is still present in Hardy Alpha 5 - tested with a Dell
Latitude X300 (lspci output attached, see also

https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/156621 )

** Attachment added: L:\home\cc\lspci_vvn.txt
   http://launchpadlibrarian.net/12164630/L%3A%5Chome%5Ccc%5Clspci_vvn.txt

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-02-15 Thread Alex Mauer
Still occurs for me as well, with a D500.  This happens even when the
lid close action is do nothing.  It does *not* happen if the machine
is in a docking station, booted while closed and in the dock, and then
opened/closed in the dock.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-02-09 Thread sklp
This still occurs for me on latest hardy(newer than alpha4).

Dell Latitude D505, Intel 855GM graphics.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Fix Released = Confirmed

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-02-06 Thread Timo Aaltonen
This seems to be fixed in Hardy. If you can reproduce the issue with
alpha4 or newer, feel free to reopen this bug.

** Changed in: xserver-xorg-video-intel (Debian)
   Status: New = Invalid

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Triaged = Fix Released

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-01-10 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Confirmed = Fix Released

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-01-05 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Incomplete = Confirmed

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-01-05 Thread Matt
I disabled the screensaver in gnome preferences and there was no crash
during the night.

On Jan 5, 2008 3:02 AM, Bug Watch Updater [EMAIL PROTECTED]
wrote:

 ** Changed in: xorg-server
   Status: Incomplete = Confirmed

 --
 xserver-xorg-video-intel hangs the system when laptop lid is closed
 https://bugs.launchpad.net/bugs/138256
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-01-04 Thread Greg Bognar
NO, THIS DOES NOT SOLVE THE PROBLEM.  After uninstalling xscreensaver-
gl, the system continues to hang.  But I have not experienced any
problems when the screensaver is turned off entirely.

I am dismayed by the lack of progress on such a mission-critical bug.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2008-01-03 Thread H.Evers
I can confirm rorzers success after uninstalling xscreensaver-gl.

After this all problems were gone. I had the random Screensaver
activated.

Before I did this my system (Compaq Deskpro with intel i815 grafics on
board) sometimes hang up  when the screensaver was activated. Screen was
black, only Mousepointer was visible and moving, no ssh, only hard reset
possible. This also happened sometimes when System went down to sleep
(supend to disk). When it failed, I could sometimes see the screensaver
getting active just before ist stopped).

This occured with both drivers, i810 and intel.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-12-13 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Confirmed = Incomplete

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-12-10 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Incomplete = Confirmed

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-12-04 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Confirmed = Incomplete

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-12-02 Thread Aaron Whitehouse
I just tested Hardy Alpha 1 and this still occurs:

when I close the laptop lid, the screens my system hangs: black screen
except for the mouse pointer which is stuck.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-19 Thread Hamish Harvey
I'm getting something which may be related.

00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics 
Device (rev 02)

On resume (from suspend) I got X back, but the screen wouldn't refresh
properly. As I opened windows/menus they would sort of display, but not
be removed from the screen when closed. Everything else appeared to be
working.

After much browsing and fiddling (no records kept, I'm afraid) I came to
this fix:

Add SAVE_VIDEO_PCI_STATE=true to /etc/default/acpi-support
Modify /etc/acpi/suspend.d/80-video-pci-state.sh according to attached diff, to 
save state from /sys/bus/pci/devices/:00:02.1 (as well as 02.0).

This last change was a stab in the gloom based on:
http://lists.freedesktop.org/archives/xorg/2007-June/025349.html

Current impression is that suspend and hibernate both work.


** Attachment added: Patch to /etc/acpi/suspend.d/80-video-pci-state.sh
   http://launchpadlibrarian.net/10472233/diff

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-19 Thread Hamish Harvey
The above comment relates to a near-fresh Kubuntu 7.10 installation with
kernel 2.6.20-16-generic (I needed to downgrade for suspend to work at
all).

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-16 Thread Bryce Harrington
Subscribing Intel's Hardware Certification team to this bug.  I'm hoping
IHC can help by reviewing fwyzard's patch and giving guidance toward a
better fix.

In reading through this bug thread, it is apparent that many of the
people reporting they have the same issue are actually experiencing
separate bugs with suspend/resume.  While those are serious issues,
we're going to focus this report specifically to fwyzard's problem.


** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided = High
   Status: Incomplete = Triaged

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-16 Thread Bryce Harrington
I've collected the reports from people commenting on bugs 138256 and
150109:  https://wiki.ubuntu.com/X/Bugs/ScreenModeChange

I think there's more than two bugs represented here, but in many cases
we don't have enough data.  Please look at the above page and fill in
the missing data.

I've also created a page summarizing how to analyze and work around
these issues.  It would be worthwhile for anyone experiencing these
issues to review and try these steps, and then report their findings on
the appropriate bug

https://wiki.ubuntu.com/X/Debugging#head-
0b6e9c6b60fa07cda4013a1c51239f1c14c4f89d

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-05 Thread Peter Clifton
fwyzard, Would you mind renaming the above package without the ~pcjc2 in
the name please. (~fwyzard would be appropriate). It will save confusion
for all involved to know what we're testing and where's come from.

Thanks, and I'm glad to see you're getting further with the issue. You
might want to try it without my patch to stop startup blinking, that is
not very widely tested, and will effect the code-paths seen at resume /
VT switch.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-05 Thread fwyzard
peter, yes, done.

New package is at http://fwyzard.web.cern.ch/fwyzard/xserver-xorg-video-
intel/xserver-xorg-video-intel_2.1.1-0ubuntu10~fw1_i386.deb

I removed the startup blinking patch, but I haven't tested it yet - I
will have a look tonight.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-04 Thread fwyzard
Hi,
in the last couple of days I've tried all the options I could think off:
 - 3D enabled (running Compiz and GL screensavers) or disabled (switching to 
MESA software implementation)
 - DRI/GLX on/off
 - DDC/DPMS on/off
 - ACPI/HAL on/off
 - xorg.conf's NoPM
 - CheckDevices on/off

I might have missed some weird combinations of all the above, but I tested a 
lot... Nothing there prevented my system from hanging on lid close :-(
Peter's tst3 hasn't been very helpful in pinpointing the issue, as I didn't get 
any messages in the Xorg.0.log file.

Looking for a way to lie to X and fake an external monitor, Peter then
pointed me to this patch by Raúl Sánchez Siles:
https://bugs.freedesktop.org/attachment.cgi?id=11492action=view

which forces the driver to detect an external monitor with the
(undocumented) option

Option  ForceEnablePipeAtrue

Using this patched driver and option, I get a better behaviour: my
system happily blanks the monitor on lid closing, but does not hang.
Hitting the keyboard or moving the mouse unblanks the screen correctly.

However, I have a new problem: now my system locks on lid *opening*.

This time, disabling ACPI (sudo /etc/init.d/acpid stop) works around the
problem (rmmod video, disabling only the acpid socket, or using NoPM in
xorg.conf are not enough): opening the lid has no effect, the monitor is
still blanked but the system doest not hang. Keyboard/mouse do not
unblank the screen, either, but switching to a text console and back to
X works.

I've put a .deb package of the patched driver online if anyone is
interested in giving it a try (for the sourced just look into the same
directory):

https://webafs08.cern.ch/fwyzard/xserver-xorg-video-intel/xserver-xorg-
video-intel_2.1.1-0ubuntu10~pcjc2.tst4_i386.deb

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-04 Thread fwyzard
Sorry, here's the correct link, the above one may or may not work from
time to time:

http://fwyzard.web.cern.ch/fwyzard/xserver-xorg-video-intel/xserver-
xorg-video-intel_2.1.1-0ubuntu10~pcjc2.tst4_i386.deb

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-04 Thread Franck
@fwyzard : did you try removing xscreensaver-gl package ? It implies
also remove ubuntu-desktop, but it solved the crash on lid close for me,
using xserver-xorg-video-intel + compiz + i945GM chipset.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-04 Thread fwyzard
@franck : I tried that, but right now I can't remember if before or
after applying the ForcePipeA patch. Anyway, it doeasn't help with the
hang on lid opening :-(

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-03 Thread satkata
I posted my comment by mistake on the duplicate bug 150109, so here it
is:

I have an Intel Corporation 82852/855GM Integrated Graphics Device on
HP nx9020 and tried the patched driver above on my up-to-date Gutsy, but
it didn't help at all.

All I see after Resume is black screen and my mouse cursor. Restart of
my notebook was only via syscalls possible..

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-03 Thread Peter Clifton
satkata, the bug you're seeing doesn't match the symptoms seen by this
bug, but it does 150109, I think the bug may be marked as a duplicate
incorrectly.

Unfortunately there is host of different problems which are getting
confused in these various bug reports.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-02 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Incomplete = Confirmed

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-01 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Confirmed = Incomplete

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-01 Thread climatewarrior
I tried removing xscreensaver-gl but I still dont get no resume after
suspend. I just get the password box I type it and then the black screen
stays and I can only move the cursor. I am using the intel driver and I
have an Intel 855Gm graphics card on a dell latitude x300

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-31 Thread fwyzard
OK, I tried after removing the video module. I still get a system lock
:-(

# cat /proc/acpi/video/*/DOS (before rrmod'ing)

DOS setting: 4
DOS setting: 4

# cat /proc/acpi/video/*/DOS (after rrmod'ing)

cat: /proc/acpi/video/*/DOS: No such file or directory


/proc/acpi/dsdt is attached

** Attachment added: ACPI firmware
   http://launchpadlibrarian.net/10222515/dsdt.aml

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-31 Thread Janna
Problem is also occuring on Toshiba U205. Very unpleasant...my computer
is crashing 2-3 times per day, and I can't close my laptop lid without
having to restart the computer. Considering I'm a student, this is a BIG
problem. Let me know if you need logs.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-31 Thread Stan Couix
Hi, 
Don't know if this can help but I experienced this bug (as originally posted) 
on and Dell laptop 510m, with intel 855GM chip and intel driver on a fresh 
install of gutsy. Everything was fine when I was under feisty with i810 driver, 
so I switch to i810 driver and everything go back to normal ! Compiz fusion 
works great too and no problem with totem-xine video player.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-31 Thread MaxNegro
I can confirm the bug on a Toshiba Satellite A510. Strange thing is: I'm
experiencing this (screen stays blank on lid close) _and_ still using
old i810 driver.

output from lspci:
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)

Relevant part of Xorg.0.log:
(II) LoadModule: i810
(II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so
(II) Module i810: vendor=X.Org Foundation
compiled for 1.3.0, module version = 1.7.4
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2

Relevant part of Xorg.0.log.old (hopefully near or during freeze):
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
f000:5503: 01 ILLEGAL EXTENDED X86 OPCODE!
SetGrabKeysState - enabled
SetGrabKeysState - disabled

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-31 Thread Aaron Whitehouse
Stan,

I already reported that i810 fixes the issue (in Bug #150109 ), but the
comment isn't in this bug.



I have been playing with this and have determined the following
(rebooting/hard-powering-off in between tests):

Three times I tested suspending with the Intel driver. It seems to
resume correctly and then reaches the password prompt to unlock the
screen. I enter my password, press enter and it freezes. This occurred
each of the three times. Sometimes it froze while the prompt was still
on the screen, sometimes it disappeared first leaving a black screen.

I then dpkg-reconfigure xserver-xorg and changed the driver to i810.
This works perfectly and never hanged. I tried this three times with
no issues.

I then dpkg-reconfigure xserver-xorg and changed the driver to Intel.
I used the configuration editor to stop the screen locking on suspend.
I then rebooted and tried again. It behaved the same as the initial
Intel tests: appearing to work, but hanging before the desktop is
displayed - leaving a black screen.

Turning off the desktop effects makes the suspending work properly and
it does not hang.

Clearly, this happens with the lid-button as well as suspending.

Stan, as your machine sounds identical to mine, you may like to check
over my page at
https://wiki.ubuntu.com/LaptopTestingTeam/DellInspiron510m - your help
on that page and linked bugs would be great.

Peter - yes, that was from a different install, so Xorg.log was attached
instead of the old one; sorry, I thought that the log would make it
clear that it was with the new driver.

I'll run the new tests when I get a chance. Thanks a lot for your help
on this bug, Peter.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-31 Thread Aaron Whitehouse
Before removing video module:
$ cat /proc/acpi/video/*/DOS
DOS setting: 1
DOS setting: 1


** Attachment added: dsdt prior to removing the video module
   http://launchpadlibrarian.net/10230398/dsdt_pre_video_remove.aml

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-31 Thread Aaron Whitehouse
After removing the video module:
$ cat /proc/acpi/video/*/DOS
cat: /proc/acpi/video/*/DOS: No such file or directory

I've attached the dsdt output after removing the module. I didn't know
whether it would change, but attached it anyway.

** Attachment added: dsdt after removing the video module
   http://launchpadlibrarian.net/10230420/dsdt_post_video_remove.aml

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-31 Thread Aaron Whitehouse
The crash still occurs on pressing the lid-close button. I will attach
my Xorg log (I am back in the testing install, so will attach the old
log).

Changing brightness is not affected (that occurs in BIOS on a Dell
laptop) and nothing else seems to be affected either.


** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/10230493/Xorg.0.log.old

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-31 Thread rorzer
This is not a suspend issue at all.  Suspend works fine.  It is resuming an
X session after the screen is locked that is the problem.

My laptop is a Dell 640m, with intel 945GM chipset.  The bug occurs when the
screen is blanked/locked under the following circumstances:

Compiz enabled, intel xorg driver (using Peter's tst3 driver above).
Compiz enabled, i810 xorg driver.

the password prompt to unlock the screen shows up, the keyboard works fine
until you unlock the screen.  Then I am faced with a blank, backlit screen,
with the mouse pointer visible and working.  The keyboard is unresponsive.
the only key that works for me is the wireless switch function key.  Screen
brightness does not work.  The only method of recovering my computer is to
hard reset tthe  machine.

Attached is the output of lspci -vv, my xorg.conf, and my x log .

I wonder if this bug might be related to the gnome screensaver?

Thanks for the efforts,

Rory

On 11/1/07, Aaron Whitehouse [EMAIL PROTECTED] wrote:

 The crash still occurs on pressing the lid-close button. I will attach
 my Xorg log (I am back in the testing install, so will attach the old
 log).

 Changing brightness is not affected (that occurs in BIOS on a Dell
 laptop) and nothing else seems to be affected either.


 ** Attachment added: Xorg.0.log.old
http://launchpadlibrarian.net/10230493/Xorg.0.log.old

 --
 xserver-xorg-video-intel hangs the system when laptop lid is closed
 https://bugs.launchpad.net/bugs/138256
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.



--

My email address has changed to [EMAIL PROTECTED]

From October [EMAIL PROTECTED] will no longer be active.  Please update
your address book.

Cheers,

Rory


00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
Subsystem: Dell Unknown device 01d8
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR-
Latency: 0
Capabilities: [e0] Vendor Specific Information

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA])
Subsystem: Dell Unknown device 01d8
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at eff0 (32-bit, non-prefetchable) [size=512K]
Region 1: I/O ports at eff8 [size=8]
Region 2: Memory at d000 (32-bit, prefetchable) [size=256M]
Region 3: Memory at efec (32-bit, non-prefetchable) [size=256K]
Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Address:   Data: 
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller (rev 03)
Subsystem: Dell Unknown device 01d8
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 0
Region 0: Memory at eff8 (32-bit, non-prefetchable) [size=512K]
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 01)
Subsystem: Dell Unknown device 01d8
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 20
Region 0: Memory at efebc000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
Enable-
Address:   Data: 
Capabilities: [70] Express Unknown type IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag-
Device: Latency L0s 64ns, L1 1us
Device: 

Re: [Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-31 Thread rorzer
Success!!!

The bug is definitely related to gnome-screensaver.  I uninstalled
gnome-screensaver, and installed xscreensaver and now  suspend, screen
locking etc. all work with compiz enabled, using Peter's driver.

I noticed I had  xscreensaver-gl installed previously too.  I'll try a few
combinations, and report my results soon.

Rory

On 11/1/07, Rory Grant [EMAIL PROTECTED] wrote:

 This is not a suspend issue at all.  Suspend works fine.  It is resuming
 an X session after the screen is locked that is the problem.

 My laptop is a Dell 640m, with intel 945GM chipset.  The bug occurs when
 the screen is blanked/locked under the following circumstances:

 Compiz enabled, intel xorg driver (using Peter's tst3 driver above).
 Compiz enabled, i810 xorg driver.

 the password prompt to unlock the screen shows up, the keyboard works fine
 until you unlock the screen.  Then I am faced with a blank, backlit screen,
 with the mouse pointer visible and working.  The keyboard is unresponsive.
 the only key that works for me is the wireless switch function key.  Screen
 brightness does not work.  The only method of recovering my computer is to
 hard reset tthe  machine.

 Attached is the output of lspci -vv, my xorg.conf, and my x log .

 I wonder if this bug might be related to the gnome screensaver?

 Thanks for the efforts,

 Rory

 On 11/1/07, Aaron Whitehouse [EMAIL PROTECTED] wrote:
 
  The crash still occurs on pressing the lid-close button. I will attach
  my Xorg log (I am back in the testing install, so will attach the old
  log).
 
  Changing brightness is not affected (that occurs in BIOS on a Dell
  laptop) and nothing else seems to be affected either.
 
 
  ** Attachment added: Xorg.0.log.old
 http://launchpadlibrarian.net/10230493/Xorg.0.log.old
 
  --
  xserver-xorg-video-intel hangs the system when laptop lid is closed
  https://bugs.launchpad.net/bugs/138256
  You received this bug notification because you are a direct subscriber
  of a duplicate bug.
 



 --

 My email address has changed to [EMAIL PROTECTED]

 From October [EMAIL PROTECTED] will no longer be active.  Please update
 your address book.

 Cheers,

 Rory




-- 

My email address has changed to [EMAIL PROTECTED]

From October [EMAIL PROTECTED] will no longer be active.  Please update
your address book.

Cheers,

Rory

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-31 Thread rorzer
The culprit appears to be xscreensaver-gl.  My current combination is:

gutsy default intel driver + gnome-screensaver + compiz = working.

Peter's intel driver also works.

If you are suffering from this bug, check if xscreensaver-gl is installed.
If it is, try removing it and then report your results.  This may not solve
the bug, but it might help isolate it, and provide a useable workaround.

Rory

On 11/1/07, Rory Grant [EMAIL PROTECTED] wrote:

 Success!!!

 The bug is definitely related to gnome-screensaver.  I uninstalled
 gnome-screensaver, and installed xscreensaver and now  suspend, screen
 locking etc. all work with compiz enabled, using Peter's driver.

 I noticed I had  xscreensaver-gl installed previously too.  I'll try a few
 combinations, and report my results soon.

 Rory

 On 11/1/07, Rory Grant [EMAIL PROTECTED] wrote:
 
  This is not a suspend issue at all.  Suspend works fine.  It is resuming
  an X session after the screen is locked that is the problem.
 
  My laptop is a Dell 640m, with intel 945GM chipset.  The bug occurs when
  the screen is blanked/locked under the following circumstances:
 
  Compiz enabled, intel xorg driver (using Peter's tst3 driver above).
  Compiz enabled, i810 xorg driver.
 
  the password prompt to unlock the screen shows up, the keyboard works
  fine until you unlock the screen.  Then I am faced with a blank, backlit
  screen, with the mouse pointer visible and working.  The keyboard is
  unresponsive.  the only key that works for me is the wireless switch
  function key.  Screen brightness does not work.  The only method of
  recovering my computer is to hard reset tthe  machine.
 
  Attached is the output of lspci -vv, my xorg.conf, and my x log .
 
  I wonder if this bug might be related to the gnome screensaver?
 
  Thanks for the efforts,
 
  Rory
 
  On 11/1/07, Aaron Whitehouse [EMAIL PROTECTED] wrote:
  
   The crash still occurs on pressing the lid-close button. I will attach
   my Xorg log (I am back in the testing install, so will attach the
   old
   log).
  
   Changing brightness is not affected (that occurs in BIOS on a Dell
   laptop) and nothing else seems to be affected either.
  
  
   ** Attachment added: Xorg.0.log.old
  http://launchpadlibrarian.net/10230493/Xorg.0.log.old
  
   --
   xserver-xorg-video-intel hangs the system when laptop lid is closed
   https://bugs.launchpad.net/bugs/138256
   You received this bug notification because you are a direct subscriber
   of a duplicate bug.
  
 
 
 
  --
 
  My email address has changed to [EMAIL PROTECTED]
 
  From October [EMAIL PROTECTED] will no longer be active.  Please update
  your address book.
 
  Cheers,
 
  Rory
 
 


 --

 My email address has changed to [EMAIL PROTECTED]

 From October [EMAIL PROTECTED] will no longer be active.  Please update
 your address book.

 Cheers,

 Rory



--

My email address has changed to [EMAIL PROTECTED]

From October [EMAIL PROTECTED] will no longer be active.  Please update
your address book.

Cheers,

Rory

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-30 Thread fwyzard
Hi Peter,
I don't know if this helps, but if I connect an external monitor to the VGA 
output, the lid button works properly, and using the debug intel driver  I 
see these lines at the end of Xorg.0.log

(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(WW) intel(0): Disabling pipe 0 (4)
(WW) intel(0): Survived poke
(WW) intel(0): Disabling pipe 1 (4)
(WW) intel(0): Survived poke
(II) PM Event received: Capability Changed
I830PMEvent: Capability change
(WW) intel(0): Enabling pipe 0 (3)
(WW) intel(0): Survived poke
(WW) intel(0): Enabling plane 0 (3)
(WW) intel(0): Survived poke
(WW) intel(0): Enabling pipe 1 (3)
(WW) intel(0): Survived poke
(WW) intel(0): Enabling plane 1 (3)
(WW) intel(0): Survived poke

with no external monitor attached, the system hangs (black screen but
for the mouse pointer) and after reboot in text mode I don't see
anything in the Xorg.0.log .

I'll try again without external monitor with the ACPI stuff you posted.

.Andrea

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-29 Thread Aaron Whitehouse
I did disable HD caching and attached the log. Setting back to confirmed
- let me know if you need any further logs.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = Confirmed

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-29 Thread Aaron Whitehouse
Here is the log from the new package. Hopefully it is more useful.

For the record, mine is a clean install and uses Intel.

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/10203289/Xorg.0.log

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-29 Thread Peter Clifton
Thanks for the log... just a heads up though, bugs which have replies
since being marked incomplete may be easier to find than bugs marked
as confirmed. Doesn't matter in my case, as I'm reading the bugmail, but
there is a lot and it might get missed.

I don't see any of the debug statements hit at the end of the log
unfortunately. I notice its not the Xorg.0.log.old you attached, however
as you comment above that you retrieved the logs from a different
install, I'll assume you did the same in this case unless you post
otherwise.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-29 Thread Peter Clifton
To get a better feel for when / how this happens, can you let me know what is 
effected (display power / brightness controls / crash when closing lid etc..) 
if you remove the video ACPI module:
sudo rmmod video

This may identify if the bug is in the driver / BIOS, or can be avoided.
If this avoids the crash, we've learned a lot. If it still crashes, we
may have learn't a little.

Can you report the output of:
cat /proc/acpi/video/*/DOS

(Before and after removing the video module)

Can you run:
sudo cat /proc/acpi/dsdt  ~/dsdt.aml

and attach the dsdt.aml file created in your home-dir. (It _might_ be
useful to take a look at the ACPI firmware from one or more affected
machines.)

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-29 Thread Peter Clifton
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Confirmed = Incomplete

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-28 Thread Peter Clifton
Raúl Sánchez Siles has a good lead on this in the fd.o bug 11432, 
https://bugs.freedesktop.org/show_bug.cgi?id=11432

He's working around the crash by forcing PipeA to be enabled, without an
external screen attached. This is a step in the right direction to
debugging the issue. We may be able to get a better solution still by
identifying where this specific crash occurs, and either enabling PIpeA
for that portion of code, or avoiding that code-path when PipeA is
disabled.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-28 Thread Peter Clifton
Could someone give the following package a test. The bug will be present, but 
there will hopefully be more interesting information in the logs. I've added 
sync(); calls after the debug prints I added, so these _SHOULD_ make it to disk 
if you turn off HDD write caching:
hdparm -W 0 device

http://www2.eng.cam.ac.uk/~pcjc2/ubuntu/debug/xserver-xorg-video-
intel_2.1.1-0ubuntu10~pcjc2.tst3_i386.deb

Please post the logs back, if I've added enough print messages, we'll
catch where the crash is occuring and will be a lot closer to figuring
out a fix.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-28 Thread Peter Clifton
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: In Progress = Incomplete

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-28 Thread anco
19 hours ago I still had this problem with crash too when closing lid. Well 
for me it is gone. I changed my xorg.conf to driver intel and installed the 
latest driver I found on another bugdiscussion. 
http://www2.eng.cam.ac.uk/~pcjc2/ubuntu/xserver-xorg-video-intel_2.1.1-0ubuntu10~pcjc2.2_i386.deb

I'm just an ubuntu user and not a hacker/programmer orso. Appearently
after my upgrade from feisty to gutsy my xorg.conf wasn't changed to the
intel driver, but anyhow I directly had very buggy X behavior. Then
because when somebody asked me to look at xorg.conf there was i810 in my
config...changed it to intel  I've tried like 20 times closing the
lid and it works fine now, before 50% off the lidclosings went into full
crash. So toshiba R15-S829 with 82852/855GM runs great again including
suspend and hibernation. Thanks Peter

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-27 Thread Aaron Whitehouse
Note that I have only tested the lid-close button - not suspending. Let
me know if you want any other logs and then I will try suspending to
RAM.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-27 Thread Aaron Whitehouse
No, it didn't fix the issue :(.

I have attached my Xorg log. I have not rebooted since the hang/crash (I
have pulled it over from a different install on a separate partition),
so all my logs should be as at the hang. Are there any others that you
would like?

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/10184545/Xorg.0.log

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-27 Thread fwyzard
Back after some more testing. To summarise: my problem is not related to 
hybernation or suspension, just closing the lid (or hitting the close lid 
button) makes the system hang.
One funny thing is that the screen goes black (not blank) except for the mouse 
pointer!

1.) If I plug in a second monitor to the VGA connector, the blanking on
lid close is disable, and this problem disappears. Is it possible to
forcibly disable the screen blanking even when no external monitor is
attached?

2.) I've tried xserver-xorg-video-intel_2.1.1-0ubuntu10~pcjc2.2_i386.deb
, but it doesn't help me: my system still lock as soon as I close the
lid.

3.) The system hangs even when I'm running only KDM, so it shouldn't be
related to Compiz  company.

How should I go on debugging ?

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-27 Thread fwyzard
4.) /var/log/Xorg.0.log doesn't show anything after reboot (and before
launching X again) - all the messages are related to startup and present
way before the system lock up.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-27 Thread anco
Just for the stats. I'm experiencing this bug too on a toshiba satellite
R15-S829 855GM intel. Since my upgrade to Gutsy.. Also total crash if
screensaver kicks in. Not always, but too often... weird. Switched off
screensaver even when on battery power and leave my laptop open... Than
it still crashes after like two hours on Ac power. My nightly downloads
don't work anymore... Every morning my system has crashed...

Hopefully some smart guys solve this soon. Thanks already.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-26 Thread Aaron Whitehouse
Not yet, sorry Bryce, I've been really busy and wanted to run all the
tests for LaptopTesting on the normal driver first. I'll do my best to
do it this weekend. Fingers crossed!

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-25 Thread Stephen Monteith
I have an Toshiba Tecra A1 with the Intel 855GM graphics chipset.   I am using 
Gutsy final.
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 01)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics 
Device (rev 01)

 In addition to this bug, the backlight would not turn on after a resume
from hibernation, and the video would be corrupted after a resume from
suspend.  Disabling compiz fusion removed these problems.

I just installed Peter Clifton's updated driver and the problems have
disappeared while running compiz fusion.  Bother resume from ram and
resume from hibernation works as expected.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-25 Thread Bryce Harrington
Stephen, thanks that's good news.

Aaron, have you also had a chance to test Peter's deb?

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-22 Thread Peter Clifton
http://www2.eng.cam.ac.uk/~pcjc2/ubuntu/xserver-xorg-video-
intel_2.1.1-0ubuntu10~pcjc2.2_i386.deb

This encorporates all unreleased fixes I've been working on, and an
additional line which aims to reset the 3D state of the card after VT
switch. This may help after suspend, and has been reported to help
issues with crashes after VT switch and textures on 855 hardware after
resume.

Please let me know if this helps, both on the 855 and 810 hardware.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-22 Thread Peter Clifton
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = In Progress

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-22 Thread Aaron Whitehouse
I have tested this with Gutsy Final and the problem still occurs. I will
test with Peter's driver soon.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-22 Thread Aaron Whitehouse
Please note that,  as I posted in Bug #150109 , this does not occur with
hibernation - only suspend to RAM.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-22 Thread rorzer
Problem still occurs with gutsy final and Peter's driver on a 945GM

On 10/23/07, Aaron Whitehouse [EMAIL PROTECTED] wrote:

 I have tested this with Gutsy Final and the problem still occurs. I will
 test with Peter's driver soon.

 --
 xserver-xorg-video-intel hangs the system when laptop lid is closed
 https://bugs.launchpad.net/bugs/138256
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.



--

My email address has changed to [EMAIL PROTECTED]

From October [EMAIL PROTECTED] will no longer be active.  Please update
your address book.

Cheers,

Rory

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-22 Thread Aaron Whitehouse
Please also note that my system freezes occur at different times. When I
Suspend to RAM, it freezes when I try to wake the system up (see full
description in Bug #150109 ). The cursor is visible (and movable) over
the top, but I can't click anything or do anything. When I push the
laptop lid button, I have the system immediately hang with the cursor
frozen in place on the screen.

Are these separate bugs or the same one?

I am using Gutsy Final. Do you need any logs from me?

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-22 Thread Aaron Whitehouse
(Most of my logs are available in Bug #150109 )

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-22 Thread Aaron Whitehouse
After a hang from pushing the Lid Close (Blank Screen) button.

** Attachment added: /var/log/Xorg.0.log
   http://launchpadlibrarian.net/10125484/Xorg.0.log

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-22 Thread Aaron Whitehouse
After a hang from pushing the Lid Close (Blank Screen) button.

** Attachment added: /var/log/Xorg.0.log.old
   http://launchpadlibrarian.net/10125485/Xorg.0.log.old

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-20 Thread Bryce Harrington
Please test this against gutsy-final, which has a newer version of this
driver, and let us know how it goes.  See
https://wiki.ubuntu.com/X/Debugging for more info on debugging X
problems, and other info you could include to help triage this bug.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = Incomplete

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-18 Thread moschops
I have the same problem with Dell Inspiron 700m which also uses the
i855GM chip - it worked fine with the i810 driver so long as I used the
i955 fix which would change the resolution to 1280x800 for me.  The new
Intel driver gives me correct resolution out of the box but I get the
same black screen of death experiences that are unrecoverable by
anything other than power cycling.

I've seen them a) when logging out and b) when trying to hibernate.

I have tried both with and without the frame buffer option in xorg.conf.

It seems that if I reboot, login and logout immediately it sometimes
works, otherwise it will fail and I have to power cycle.

If I turn off the desktop effects the problem is much less common but
I've still seen it - especially trying to hibernate or suspend.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-10 Thread urbanslayer
I am also having this problem with the xserver-xorg-video-intel driver
in Ubuntu Gutsy on a Dell Latitude X300, I do not have the problem with
the i810 driver though.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-07 Thread Matt
I'm also having this problem with a Toshiba Portege R-205 S-209 with
that xorg driver.   Please let me know if there are any files or config
settings that i can upload that will help someone fix this bug.

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-05 Thread Tomasz Rozynek
** Also affects: xserver-xorg-video-intel (Debian)
   Importance: Undecided
   Status: New

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-02 Thread Tomasz Rozynek
The same bug appears on DELL Latitude D500, also i810, xorg hangs when I
close the lid, no matter if I have acpi turned on or off. My system is
Debian Unstable(Sid) updated yesterday (2007-10-02).

Linux d500-kleofas 2.6.22-2-686 #1 SMP Fri Aug 31 00:24:01 UTC 2007 i686
GNU/Linux

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4-3)
Current Operating System: Linux d500-kleofas 2.6.22-2-686 #1 SMP Fri Aug 31 
00:24:01 UTC 2007 i686
Build Date: 29 September 2007  04:19:41PM

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-09-12 Thread Emmanuel Pacaud
** Bug watch added: freedesktop.org Bugzilla #11432
   https://bugs.freedesktop.org/show_bug.cgi?id=11432

** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=11432
   Importance: Unknown
   Status: Unknown

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-09-12 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Unknown = Confirmed

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-09-08 Thread fwyzard

** Attachment added: xorg.conf for i810
   http://launchpadlibrarian.net/9189843/xorg.conf.i810

-- 
xserver-xorg-video-intel hangs the system when laptop lid is closed
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >