All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Olsen <adamo-VDTgcPsuuaZWk0Htik3J/w@public.gmane.org>
To: Pavel Machek <pavel-+ZI9xUNit7I@public.gmane.org>
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: Help with S3 on an Acer Travelmate c110 [SOLVED]
Date: Mon, 20 Jun 2005 09:22:01 -0600	[thread overview]
Message-ID: <42B6DF19.9020103@mindzion.com> (raw)
In-Reply-To: <20050620094248.GA3121-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>

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

Pavel Machek wrote:
> Can you provide documentation patch?

How's this?  I changed the Travelmate C300 entry because the 
documentation I found to get the C110 working was actually for the C300 
- it just happened to work for the C110 too 
(http://www.umich2.com/files/2004/12/linux_on_the_ac.html).

Adam


[-- Attachment #2: patch.patch --]
[-- Type: text/x-patch, Size: 1830 bytes --]

*** Documentation/power/video.txt.orig	2005-06-20 08:29:44.877350736 -0600
--- Documentation/power/video.txt	2005-06-20 09:18:41.254953488 -0600
***************
*** 46,51 ****
--- 46,57 ----
    POSTing bios works. Ole Rohne has patch to do just that at
    http://dev.gentoo.org/~marineam/patch-radeonfb-2.6.11-rc2-mm2.
  
+ (8) on some systems, you can use the video_post utility mentioned here:
+   http://bugzilla.kernel.org/show_bug.cgi?id=3670. Do echo 3 > /sys/power/state
+   && /usr/sbin/video_post - which will initialize the display in console mode.
+   If  you are in X, you can switch to a virtual terminal and back to X using
+   CTRL+ALT+F1 - CTRL+ALT+F7 to get the display working in graphical mode again.
+ 
  Now, if you pass acpi_sleep=something, and it does not work with your
  bios, you'll get a hard crash during resume. Be careful. Also it is
  safest to do your experiments with plain old VGA console. The vesafb
***************
*** 64,70 ****
  ------------------------------------------------------------------------------
  Acer Aspire 1406LC		ole's late BIOS init (7), turn off DRI
  Acer TM 242FX			vbetool (6)
! Acer TM C300                    vga=normal (only suspend on console, not in X), vbetool (6)
  Acer TM 4052LCi		        s3_bios (2)
  Acer TM 636Lci			s3_bios vga=normal (2)
  Acer TM 650 (Radeon M7)		vga=normal plus boot-radeon (5) gets text console back
--- 70,76 ----
  ------------------------------------------------------------------------------
  Acer Aspire 1406LC		ole's late BIOS init (7), turn off DRI
  Acer TM 242FX			vbetool (6)
! Acer TM C110,C300   video_post: http://bugzilla.kernel.org/show_bug.cgi?id=3670
  Acer TM 4052LCi		        s3_bios (2)
  Acer TM 636Lci			s3_bios vga=normal (2)
  Acer TM 650 (Radeon M7)		vga=normal plus boot-radeon (5) gets text console back

  parent reply	other threads:[~2005-06-20 15:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-18 15:19 Help with S3 on an Acer Travelmate c110 Adam Olsen
     [not found] ` <42B43B7B.8000402-VDTgcPsuuaZWk0Htik3J/w@public.gmane.org>
2005-06-19 14:25   ` Stefan Dösinger
     [not found]     ` <200506191425.11398.stefandoesinger-RbZlAiThDcE@public.gmane.org>
2005-06-19 16:34       ` Help with S3 on an Acer Travelmate c110 [SOLVED] Adam Olsen
     [not found]         ` <42B59E95.1070408-VDTgcPsuuaZWk0Htik3J/w@public.gmane.org>
2005-06-19 22:00           ` Stefan Dösinger
     [not found]             ` <200506192200.05982.stefandoesinger-RbZlAiThDcE@public.gmane.org>
2005-06-19 20:21               ` Adam Olsen
2005-06-20  9:42               ` Pavel Machek
     [not found]                 ` <20050620094248.GA3121-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2005-06-20 15:22                   ` Adam Olsen [this message]
     [not found]                     ` <42B6DF19.9020103-VDTgcPsuuaZWk0Htik3J/w@public.gmane.org>
2005-06-20 20:45                       ` Pavel Machek
     [not found]                         ` <20050620204515.GB1873-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2005-06-21 11:28                           ` Matthew Garrett
2005-06-21 20:46                             ` Bruno Ducrot
     [not found]                               ` <20050621204628.GC8899-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>
2005-06-21 21:22                                 ` Matthew Garrett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42B6DF19.9020103@mindzion.com \
    --to=adamo-vdtgcpsuuazwk0htik3j/w@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=pavel-+ZI9xUNit7I@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.