public inbox for gentoo-laptop@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-laptop] Intel Corporation 82852/855GM Integrated Graphics Device
@ 2005-06-13 14:20 Ahmad Fahad Al-Twaijiry
  2005-06-13 18:11 ` Lars Tobias Børsting
  0 siblings, 1 reply; 9+ messages in thread
From: Ahmad Fahad Al-Twaijiry @ 2005-06-13 14:20 UTC (permalink / raw
  To: gentoo-laptop

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

Hi everyone

I have Dell Inspiron 510m laptop and I was able to make everything to
work except the suspend and hibernate, my problem when I do suspend is
that the laptop with suspend but when it come back the LCD will not work
(I can access the machine using ssh and I found it works fine)

my video card is

0000:00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV
Processor to I/O Controller (rev 02)
0000:00:00.1 System peripheral: Intel Corporation 82852/82855
GM/GME/PM/GMV Processor to I/O Controller (rev 02)
0000:00:00.3 System peripheral: Intel Corporation 82852/82855
GM/GME/PM/GMV Processor to I/O Controller (rev 02)
0000:00:02.0 VGA compatible controller: Intel Corporation 82852/855GM
Integrated Graphics Device (rev 02)
0000:00:02.1 Display controller: Intel Corporation 82852/855GM
Integrated Graphics Device (rev 02)


anyway know what is the best think to make the LCD come back after the
suspend ?

also when every I try to hibernate the kernel will crash and I have to
reboot


-- 
Ahmad Fahad Al-Twaijiry <ahmadt@gmail.com>

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-laptop] Intel Corporation 82852/855GM Integrated Graphics Device
  2005-06-13 14:20 Ahmad Fahad Al-Twaijiry
@ 2005-06-13 18:11 ` Lars Tobias Børsting
  2005-07-12 12:53   ` YoYo Siska
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Tobias Børsting @ 2005-06-13 18:11 UTC (permalink / raw
  To: gentoo-laptop

Ahmad Fahad Al-Twaijiry <ahmadt@gmail.com> writes:

> anyway know what is the best think to make the LCD come back after the
> suspend ?

When suspending from X you may do a workaround to get the LCD up
again. The bad thing is that X dies hard, but the bright side is that
you don't have to boot, merely start X again. When suspending to ram
make a little script that does this for you and after the suspend
command add these lines:

chvt 1
chvt 7

Don't know why it works, but it does for me. And with ACPI suspend to
ram there seems to be no problem with the ipw2200 and i915 modules.

> also when every I try to hibernate the kernel will crash and I have to
> reboot

This may have to do with the ipw2200 and/or i915 modules. Remove them
prior to a suspend.

-- 
Regards,

Lars Tobias Børsting

-- 
gentoo-laptop@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-laptop] Intel Corporation 82852/855GM Integrated Graphics Device
  2005-06-13 18:11 ` Lars Tobias Børsting
@ 2005-07-12 12:53   ` YoYo Siska
  2005-07-12 12:56     ` Henrik Brix Andersen
  0 siblings, 1 reply; 9+ messages in thread
From: YoYo Siska @ 2005-07-12 12:53 UTC (permalink / raw
  To: gentoo-laptop

Lars Tobias Børsting wrote:
> Ahmad Fahad Al-Twaijiry <ahmadt@gmail.com> writes:
> 
> 
>>anyway know what is the best think to make the LCD come back after the
>>suspend ?
> 
> 
> When suspending from X you may do a workaround to get the LCD up
> again. The bad thing is that X dies hard, but the bright side is that
> you don't have to boot, merely start X again. When suspending to ram
> make a little script that does this for you and after the suspend
> command add these lines:
> 
> chvt 1
> chvt 7
> 
> Don't know why it works, but it does for me. And with ACPI suspend to
> ram there seems to be no problem with the ipw2200 and i915 modules.

I found a small program video_post on the net that brings the lcd up
(google found this:
http://www.srcf.ucam.org/~mjg59/laptops/video-post_0.1.orig.tar.gz)
It worked for me with i810 on a text console with framebuffer turned off
so i had a suspend script like:

#change to text console
chvt 47
#suspend
echo mem >/sys/power/state
video_post
#back to x
chvt 7

>>also when every I try to hibernate the kernel will crash and I have to
>>reboot
> 
> 
> This may have to do with the ipw2200 and/or i915 modules. Remove them
> prior to a suspend.
> 

-- 
gentoo-laptop@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-laptop] Intel Corporation 82852/855GM Integrated Graphics Device
  2005-07-12 12:53   ` YoYo Siska
@ 2005-07-12 12:56     ` Henrik Brix Andersen
  0 siblings, 0 replies; 9+ messages in thread
From: Henrik Brix Andersen @ 2005-07-12 12:56 UTC (permalink / raw
  To: gentoo-laptop

[-- Attachment #1: Type: text/plain, Size: 493 bytes --]

On Tue, 2005-07-12 at 14:53 +0200, YoYo Siska wrote:
> I found a small program video_post on the net that brings the lcd up
> (google found this:
> http://www.srcf.ucam.org/~mjg59/laptops/video-post_0.1.orig.tar.gz)
> It worked for me with i810 on a text console with framebuffer turned off
> so i had a suspend script like:

You might want to check out sys-apps/vbetools instead.

./Brix
-- 
Henrik Brix Andersen <brix@gentoo.org>
Gentoo Metadistribution | Mobile computing herd

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: [gentoo-laptop] Intel Corporation 82852/855GM Integrated Graphics Device
@ 2005-08-11 14:25 Jason Smith
  2005-08-11 14:44 ` R: " Joe Riker
  2005-08-19 16:30 ` Matthias Bethke
  0 siblings, 2 replies; 9+ messages in thread
From: Jason Smith @ 2005-08-11 14:25 UTC (permalink / raw
  To: gentoo-laptop

Go to http://gentoo.org and look under the mailing list section it has all the information you need.

-----Original Message-----
From: Joe Riker [mailto:joeriker@cyber-city.us] 
Sent: Thursday, August 11, 2005 8:23 AM
To: gentoo-laptop@lists.gentoo.org
Subject: R: [gentoo-laptop] Intel Corporation 82852/855GM Integrated Graphics Device

Hi how to unsubscribe from gentoo-laptop@gentoo.org mailing list?

alex

> -----Messaggio originale-----
> Da: YoYo Siska [mailto:yoyo@gl.ksp.sk]
> Inviato: martedì 12 luglio 2005 14.53
> A: gentoo-laptop@lists.gentoo.org
> Oggetto: Re: [gentoo-laptop] Intel Corporation 82852/855GM Integrated
> Graphics Device
> 
> Lars Tobias Børsting wrote:
> > Ahmad Fahad Al-Twaijiry <ahmadt@gmail.com> writes:
> >
> >
> >>anyway know what is the best think to make the LCD come back after the
> >>suspend ?
> >
> >
> > When suspending from X you may do a workaround to get the LCD up
> > again. The bad thing is that X dies hard, but the bright side is that
> > you don't have to boot, merely start X again. When suspending to ram
> > make a little script that does this for you and after the suspend
> > command add these lines:
> >
> > chvt 1
> > chvt 7
> >
> > Don't know why it works, but it does for me. And with ACPI suspend to
> > ram there seems to be no problem with the ipw2200 and i915 modules.
> 
> I found a small program video_post on the net that brings the lcd up
> (google found this:
> http://www.srcf.ucam.org/~mjg59/laptops/video-post_0.1.orig.tar.gz)
> It worked for me with i810 on a text console with framebuffer turned off
> so i had a suspend script like:
> 
> #change to text console
> chvt 47
> #suspend
> echo mem >/sys/power/state
> video_post
> #back to x
> chvt 7
> 
> >>also when every I try to hibernate the kernel will crash and I have to
> >>reboot
> >
> >
> > This may have to do with the ipw2200 and/or i915 modules. Remove them
> > prior to a suspend.
> >
> 
> --
> gentoo-laptop@gentoo.org mailing list




-- 
gentoo-laptop@gentoo.org mailing list




-- 
gentoo-laptop@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* R: [gentoo-laptop] Intel Corporation 82852/855GM Integrated Graphics Device
  2005-08-11 14:25 [gentoo-laptop] Intel Corporation 82852/855GM Integrated Graphics Device Jason Smith
@ 2005-08-11 14:44 ` Joe Riker
  2005-08-19 16:30 ` Matthias Bethke
  1 sibling, 0 replies; 9+ messages in thread
From: Joe Riker @ 2005-08-11 14:44 UTC (permalink / raw
  To: gentoo-laptop

Thnx
alex

> -----Messaggio originale-----
> Da: Jason Smith [mailto:jason_smith@sento.com]
> Inviato: giovedì 11 agosto 2005 16.26
> A: gentoo-laptop@lists.gentoo.org
> Oggetto: RE: [gentoo-laptop] Intel Corporation 82852/855GM Integrated
> Graphics Device
> 
> Go to http://gentoo.org and look under the mailing list section it has all
> the information you need.
> 
> -----Original Message-----
> From: Joe Riker [mailto:joeriker@cyber-city.us]
> Sent: Thursday, August 11, 2005 8:23 AM
> To: gentoo-laptop@lists.gentoo.org
> Subject: R: [gentoo-laptop] Intel Corporation 82852/855GM Integrated
> Graphics Device
> 
> Hi how to unsubscribe from gentoo-laptop@gentoo.org mailing list?
> 
> alex
> 
> > -----Messaggio originale-----
> > Da: YoYo Siska [mailto:yoyo@gl.ksp.sk]
> > Inviato: martedì 12 luglio 2005 14.53
> > A: gentoo-laptop@lists.gentoo.org
> > Oggetto: Re: [gentoo-laptop] Intel Corporation 82852/855GM Integrated
> > Graphics Device
> >
> > Lars Tobias Børsting wrote:
> > > Ahmad Fahad Al-Twaijiry <ahmadt@gmail.com> writes:
> > >
> > >
> > >>anyway know what is the best think to make the LCD come back after the
> > >>suspend ?
> > >
> > >
> > > When suspending from X you may do a workaround to get the LCD up
> > > again. The bad thing is that X dies hard, but the bright side is that
> > > you don't have to boot, merely start X again. When suspending to ram
> > > make a little script that does this for you and after the suspend
> > > command add these lines:
> > >
> > > chvt 1
> > > chvt 7
> > >
> > > Don't know why it works, but it does for me. And with ACPI suspend to
> > > ram there seems to be no problem with the ipw2200 and i915 modules.
> >
> > I found a small program video_post on the net that brings the lcd up
> > (google found this:
> > http://www.srcf.ucam.org/~mjg59/laptops/video-post_0.1.orig.tar.gz)
> > It worked for me with i810 on a text console with framebuffer turned off
> > so i had a suspend script like:
> >
> > #change to text console
> > chvt 47
> > #suspend
> > echo mem >/sys/power/state
> > video_post
> > #back to x
> > chvt 7
> >
> > >>also when every I try to hibernate the kernel will crash and I have to
> > >>reboot
> > >
> > >
> > > This may have to do with the ipw2200 and/or i915 modules. Remove them
> > > prior to a suspend.
> > >
> >
> > --
> > gentoo-laptop@gentoo.org mailing list
> 
> 
> 
> 
> --
> gentoo-laptop@gentoo.org mailing list
> 
> 
> 
> 
> --
> gentoo-laptop@gentoo.org mailing list




-- 
gentoo-laptop@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-laptop] Intel Corporation 82852/855GM Integrated Graphics Device
  2005-08-11 14:25 [gentoo-laptop] Intel Corporation 82852/855GM Integrated Graphics Device Jason Smith
  2005-08-11 14:44 ` R: " Joe Riker
@ 2005-08-19 16:30 ` Matthias Bethke
  2005-08-21 11:44   ` Henrik Brix Andersen
  1 sibling, 1 reply; 9+ messages in thread
From: Matthias Bethke @ 2005-08-19 16:30 UTC (permalink / raw
  To: gentoo-laptop

[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

Hi Jason,
on Thursday, 2005-08-11 at 08:25:30, you wrote:
> Go to http://gentoo.org and look under the mailing list section it has all the information you need.

Actually, the information there is incorrect as was just noted on
gentoo-user. The unsubscribe address used to be
gentoo-laptop-unsubscribe@gentoo.org, but the second dash has changed to
a plus. The websitse still has the old info---ist's correct in every
message header you get from the list.

kind regards
	Matthias
-- 
I prefer encrypted and signed messages.       KeyID: 90CF8389
Fingerprint: 8E 1F 10 81 A4 66 29 46  B9 8A B9 E2 09 9F 3B 91

[-- Attachment #2: Type: application/pgp-signature, Size: 481 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-laptop] Intel Corporation 82852/855GM Integrated Graphics Device
  2005-08-19 16:30 ` Matthias Bethke
@ 2005-08-21 11:44   ` Henrik Brix Andersen
  2005-08-22 13:12     ` Matthias Bethke
  0 siblings, 1 reply; 9+ messages in thread
From: Henrik Brix Andersen @ 2005-08-21 11:44 UTC (permalink / raw
  To: gentoo-laptop

[-- Attachment #1: Type: text/plain, Size: 514 bytes --]

On Fri, 2005-08-19 at 18:30 +0200, Matthias Bethke wrote:
> Actually, the information there is incorrect as was just noted on
> gentoo-user. The unsubscribe address used to be
> gentoo-laptop-unsubscribe@gentoo.org, but the second dash has changed to
> a plus. The websitse still has the old info---ist's correct in every
> message header you get from the list.

Both addresses work for unsubscribing.

./Brix
-- 
Henrik Brix Andersen <brix@gentoo.org>
Gentoo Metadistribution | Mobile computing herd

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-laptop] Intel Corporation 82852/855GM Integrated Graphics Device
  2005-08-21 11:44   ` Henrik Brix Andersen
@ 2005-08-22 13:12     ` Matthias Bethke
  0 siblings, 0 replies; 9+ messages in thread
From: Matthias Bethke @ 2005-08-22 13:12 UTC (permalink / raw
  To: gentoo-laptop

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

Hi Henrik,
on Sunday, 2005-08-21 at 13:44:57, you wrote:
> Both addresses work for unsubscribing.

Huh? When I wanted to change my Gentoo-User subscription to digest, the
one with a dash didn't.

kind regards
	Matthias


-- 
I prefer encrypted and signed messages.       KeyID: 90CF8389
Fingerprint: 8E 1F 10 81 A4 66 29 46  B9 8A B9 E2 09 9F 3B 91

[-- Attachment #2: Type: application/pgp-signature, Size: 481 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-08-22 13:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-11 14:25 [gentoo-laptop] Intel Corporation 82852/855GM Integrated Graphics Device Jason Smith
2005-08-11 14:44 ` R: " Joe Riker
2005-08-19 16:30 ` Matthias Bethke
2005-08-21 11:44   ` Henrik Brix Andersen
2005-08-22 13:12     ` Matthias Bethke
  -- strict thread matches above, loose matches on Subject: below --
2005-06-13 14:20 Ahmad Fahad Al-Twaijiry
2005-06-13 18:11 ` Lars Tobias Børsting
2005-07-12 12:53   ` YoYo Siska
2005-07-12 12:56     ` Henrik Brix Andersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox