Re: Hibernation on compaq presario 1200

2003-06-03 Thread Christian Lyra
Hi,

On Monday 02 June 2003 12:41, Hugo S. Carrer wrote:
> That's the way I have it running right now. But the thing is that when it
> comes out of hib. I can't go back to my X session. I think it is a problem
> with the video card or the PCI bus.
>

Hm... maybe something with your kernel? or the XF86Config? mine works fine, 
even with X... sometimes I use to xtrlock my session, them hibernate, and all 
get back just fine! 

-- 
Christian Lyra
POP-PR - RNP

http://lyra.soueu.com.br
http://wecanstopspam.org

  Thus spake the master programmer: 
  ``Though a program be but three lines long, someday it will have to be 
maintained.'' 
The Tao Of Programing


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Hibernation on compaq presario 1200

2003-06-03 Thread Hugo S. Carrer
That's the way I have it running right now. But the thing is that when it comes
out of hib. I can't go back to my X session. I think it is a problem with the
video card or the PCI bus.

If i go into hib. without X running, when I resume and try to start X I get 
the following output.

(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "es"
(**) XKB: layout: "es"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(**) FontPath set to 
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/cyrillic,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "BlankTime" "20"
(**) Option "SuspendTime" "20"
(**) Option "OffTime" "20"
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0601 card , rev 05 class 06,00,00 hdr 00

Fatal server error:
Caught signal 11.  Server aborting



Any ideas?
sorry for the long post



On Mon, 2 Jun 2003 11:50:16 -0300
Christian Lyra <[EMAIL PROTECTED]> wrote:

> 
> Hi,
> 
>   I had a succefull history! 
> 
>   To get hibernate (you mean suspend to disk?), you have to compile the
>   kernel with APM support. Them you have to create the hibernate partition
>   with a app called lphdisk, and you are done.
>   It's a shame that with APM you get hibernate but loose the /proc/acpi 
> informations (like proc  temperature). But with ACPI you loose hibernate!
>   From time to time I try ACPI again. Last time I got hibernate (echo 3s >
>   /proc/acpi/sleep if I'm not wrong), but when I tried to wake it up, it 
> crashed...
> 
> On Monday 02 June 2003 11:17, Hugo S. Carrer wrote:
> > Hi:
> >
> > Does anyone have a success story of hib. on a presario 1200?
> > Or at least a story? :).
> >
> > Thanks.
> > hugo
> 
> -- 
> Christian Lyra
> POP-PR - RNP


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Hibernation on compaq presario 1200

2003-06-03 Thread Christian Lyra

Hi,

I had a succefull history! 

To get hibernate (you mean suspend to disk?), you have to compile the kernel 
with APM support. Them you have to create the hibernate partition with a app 
called lphdisk, and you are done.
It's a shame that with APM you get hibernate but loose the /proc/acpi 
informations (like proc  temperature). But with ACPI you loose hibernate!
From time to time I try ACPI again. Last time I got hibernate (echo 3s > 
/proc/acpi/sleep if I'm not wrong), but when I tried to wake it up, it 
crashed...

On Monday 02 June 2003 11:17, Hugo S. Carrer wrote:
> Hi:
>
> Does anyone have a success story of hib. on a presario 1200?
> Or at least a story? :).
>
> Thanks.
> hugo

-- 
Christian Lyra
POP-PR - RNP

http://lyra.soueu.com.br
http://wecanstopspam.org

  Thus spake the master programmer: 
  ``A well-written program is its own heaven; a poorly-written program is its 
own hell.'' 
The Tao Of Programing


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Hibernation on compaq presario 1200

2003-06-02 Thread Christian Lyra
Hi,

On Monday 02 June 2003 12:41, Hugo S. Carrer wrote:
> That's the way I have it running right now. But the thing is that when it
> comes out of hib. I can't go back to my X session. I think it is a problem
> with the video card or the PCI bus.
>

Hm... maybe something with your kernel? or the XF86Config? mine works 
fine, 
even with X... sometimes I use to xtrlock my session, them hibernate, and all 
get back just fine! 

-- 
Christian Lyra
POP-PR - RNP

http://lyra.soueu.com.br
http://wecanstopspam.org

  Thus spake the master programmer: 
  ``Though a program be but three lines long, someday it will have to be 
maintained.'' 
The Tao Of Programing



Re: Hibernation on compaq presario 1200

2003-06-02 Thread Hugo S. Carrer
That's the way I have it running right now. But the thing is that when it comes
out of hib. I can't go back to my X session. I think it is a problem with the
video card or the PCI bus.

If i go into hib. without X running, when I resume and try to start X I get 
the following output.

(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "es"
(**) XKB: layout: "es"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(**) FontPath set to 
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/cyrillic,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "BlankTime" "20"
(**) Option "SuspendTime" "20"
(**) Option "OffTime" "20"
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0601 card , rev 05 class 06,00,00 hdr 00

Fatal server error:
Caught signal 11.  Server aborting



Any ideas?
sorry for the long post



On Mon, 2 Jun 2003 11:50:16 -0300
Christian Lyra <[EMAIL PROTECTED]> wrote:

> 
> Hi,
> 
>   I had a succefull history! 
> 
>   To get hibernate (you mean suspend to disk?), you have to compile the
>   kernel with APM support. Them you have to create the hibernate partition
>   with a app called lphdisk, and you are done.
>   It's a shame that with APM you get hibernate but loose the /proc/acpi 
> informations (like proc  temperature). But with ACPI you loose hibernate!
>   From time to time I try ACPI again. Last time I got hibernate (echo 3s >
>   /proc/acpi/sleep if I'm not wrong), but when I tried to wake it up, it 
> crashed...
> 
> On Monday 02 June 2003 11:17, Hugo S. Carrer wrote:
> > Hi:
> >
> > Does anyone have a success story of hib. on a presario 1200?
> > Or at least a story? :).
> >
> > Thanks.
> > hugo
> 
> -- 
> Christian Lyra
> POP-PR - RNP



Re: Hibernation on compaq presario 1200

2003-06-02 Thread Christian Lyra

Hi,

I had a succefull history! 

To get hibernate (you mean suspend to disk?), you have to compile the 
kernel 
with APM support. Them you have to create the hibernate partition with a app 
called lphdisk, and you are done.
It's a shame that with APM you get hibernate but loose the /proc/acpi 
informations (like proc  temperature). But with ACPI you loose hibernate!
From time to time I try ACPI again. Last time I got hibernate (echo 3s 
> 
/proc/acpi/sleep if I'm not wrong), but when I tried to wake it up, it 
crashed...

On Monday 02 June 2003 11:17, Hugo S. Carrer wrote:
> Hi:
>
> Does anyone have a success story of hib. on a presario 1200?
> Or at least a story? :).
>
> Thanks.
> hugo

-- 
Christian Lyra
POP-PR - RNP

http://lyra.soueu.com.br
http://wecanstopspam.org

  Thus spake the master programmer: 
  ``A well-written program is its own heaven; a poorly-written program is its 
own hell.'' 
The Tao Of Programing