<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bashusr</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bashusr"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Bashusr"/>
	<updated>2026-04-18T19:39:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19212</id>
		<title>ACPI on the 770</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19212"/>
		<updated>2006-02-01T17:32:47Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are several ACPI scripts that has enabled me to view turn on/off the screen when closing the monitor. &lt;br /&gt;
&lt;br /&gt;
NOTE: Requires the ibm_acpi module to be installed into the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
lid.sh&lt;br /&gt;
&lt;br /&gt;
    #!/bin/sh&lt;br /&gt;
    &lt;br /&gt;
    tmp=${4: -1:1}&lt;br /&gt;
    status=`/bin/awk '/^(lcd|crt):/ { ORS=&amp;quot;&amp;quot;; print $2 }' /proc/acpi/ibm/video`&lt;br /&gt;
    matches=&amp;quot;13579bdf&amp;quot;&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    if &amp;lt;nowiki&amp;gt;[[ $matches = *$tmp* ]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    then&lt;br /&gt;
        if [ &amp;quot;$status&amp;quot; == &amp;quot;enableddisabled&amp;quot; ]; then&lt;br /&gt;
             /bin/echo lcd_disable,crt_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
        elif [ &amp;quot;$status&amp;quot; == &amp;quot;enabledenabled&amp;quot; ]; then&lt;br /&gt;
             /bin/echo lcd_disable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
        fi&lt;br /&gt;
    else&lt;br /&gt;
        /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    fi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
events/lid&lt;br /&gt;
    event=button/lid LID0 00000080.*&lt;br /&gt;
    action=/etc/acpi/actions/lid.sh %e&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:770]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19211</id>
		<title>ACPI on the 770</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19211"/>
		<updated>2006-02-01T17:32:28Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are several ACPI scripts that has enabled me to view turn on/off the screen when closing the monitor. &lt;br /&gt;
&lt;br /&gt;
NOTE: Requires the ibm_acpi module to be installed into the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
lid.sh&lt;br /&gt;
&lt;br /&gt;
    #!/bin/sh&lt;br /&gt;
    &lt;br /&gt;
    tmp=${4: -1:1}&lt;br /&gt;
    status=`/bin/awk '/^(lcd|crt):/ { ORS=&amp;quot;&amp;quot;; print $2 }' /proc/acpi/ibm/video`&lt;br /&gt;
    matches=&amp;quot;13579bdf&amp;quot;&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    if &amp;lt;nowiki&amp;gt;[[ $matches = *$tmp* ]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    then&lt;br /&gt;
        if [ &amp;quot;$status&amp;quot; == &amp;quot;enableddisabled&amp;quot; ]; then&lt;br /&gt;
             /bin/echo lcd_disable,crt_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
        elif [ &amp;quot;$status&amp;quot; == &amp;quot;enabledenabled&amp;quot; ]; then&lt;br /&gt;
             /bin/echo lcd_disable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
        fi&lt;br /&gt;
    else&lt;br /&gt;
        /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    fi&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
events/lid&lt;br /&gt;
==============================&lt;br /&gt;
event=button/lid LID0 00000080.*&lt;br /&gt;
action=/etc/acpi/actions/lid.sh %e&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
[[Category:770]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19210</id>
		<title>ACPI on the 770</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19210"/>
		<updated>2006-02-01T17:32:21Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are several ACPI scripts that has enabled me to view turn on/off the screen when closing the monitor. &lt;br /&gt;
&lt;br /&gt;
NOTE: Requires the ibm_acpi module to be installed into the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
lid.sh&lt;br /&gt;
&lt;br /&gt;
    #!/bin/sh&lt;br /&gt;
    &lt;br /&gt;
    tmp=${4: -1:1}&lt;br /&gt;
    status=`/bin/awk '/^(lcd|crt):/ { ORS=&amp;quot;&amp;quot;; print $2 }' /proc/acpi/ibm/video`&lt;br /&gt;
    matches=&amp;quot;13579bdf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    if &amp;lt;nowiki&amp;gt;[[ $matches = *$tmp* ]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    then&lt;br /&gt;
        if [ &amp;quot;$status&amp;quot; == &amp;quot;enableddisabled&amp;quot; ]; then&lt;br /&gt;
             /bin/echo lcd_disable,crt_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
        elif [ &amp;quot;$status&amp;quot; == &amp;quot;enabledenabled&amp;quot; ]; then&lt;br /&gt;
             /bin/echo lcd_disable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
        fi&lt;br /&gt;
    else&lt;br /&gt;
        /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    fi&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
events/lid&lt;br /&gt;
==============================&lt;br /&gt;
event=button/lid LID0 00000080.*&lt;br /&gt;
action=/etc/acpi/actions/lid.sh %e&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
[[Category:770]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19209</id>
		<title>ACPI on the 770</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19209"/>
		<updated>2006-02-01T17:32:14Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are several ACPI scripts that has enabled me to view turn on/off the screen when closing the monitor. &lt;br /&gt;
&lt;br /&gt;
NOTE: Requires the ibm_acpi module to be installed into the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
lid.sh&lt;br /&gt;
&lt;br /&gt;
    #!/bin/sh&lt;br /&gt;
&lt;br /&gt;
    tmp=${4: -1:1}&lt;br /&gt;
    status=`/bin/awk '/^(lcd|crt):/ { ORS=&amp;quot;&amp;quot;; print $2 }' /proc/acpi/ibm/video`&lt;br /&gt;
    matches=&amp;quot;13579bdf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    if &amp;lt;nowiki&amp;gt;[[ $matches = *$tmp* ]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    then&lt;br /&gt;
        if [ &amp;quot;$status&amp;quot; == &amp;quot;enableddisabled&amp;quot; ]; then&lt;br /&gt;
             /bin/echo lcd_disable,crt_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
        elif [ &amp;quot;$status&amp;quot; == &amp;quot;enabledenabled&amp;quot; ]; then&lt;br /&gt;
             /bin/echo lcd_disable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
        fi&lt;br /&gt;
    else&lt;br /&gt;
        /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    fi&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
events/lid&lt;br /&gt;
==============================&lt;br /&gt;
event=button/lid LID0 00000080.*&lt;br /&gt;
action=/etc/acpi/actions/lid.sh %e&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
[[Category:770]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19208</id>
		<title>ACPI on the 770</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19208"/>
		<updated>2006-02-01T17:32:01Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are several ACPI scripts that has enabled me to view turn on/off the screen when closing the monitor. &lt;br /&gt;
&lt;br /&gt;
NOTE: Requires the ibm_acpi module to be installed into the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
lid.sh&lt;br /&gt;
==&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
tmp=${4: -1:1}&lt;br /&gt;
status=`/bin/awk '/^(lcd|crt):/ { ORS=&amp;quot;&amp;quot;; print $2 }' /proc/acpi/ibm/video`&lt;br /&gt;
matches=&amp;quot;13579bdf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    if &amp;lt;nowiki&amp;gt;[[ $matches = *$tmp* ]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    then&lt;br /&gt;
        if [ &amp;quot;$status&amp;quot; == &amp;quot;enableddisabled&amp;quot; ]; then&lt;br /&gt;
             /bin/echo lcd_disable,crt_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
        elif [ &amp;quot;$status&amp;quot; == &amp;quot;enabledenabled&amp;quot; ]; then&lt;br /&gt;
             /bin/echo lcd_disable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
        fi&lt;br /&gt;
    else&lt;br /&gt;
        /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    fi&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
events/lid&lt;br /&gt;
==============================&lt;br /&gt;
event=button/lid LID0 00000080.*&lt;br /&gt;
action=/etc/acpi/actions/lid.sh %e&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
[[Category:770]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19207</id>
		<title>ACPI on the 770</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19207"/>
		<updated>2006-02-01T17:31:31Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are several ACPI scripts that has enabled me to view turn on/off the screen when closing the monitor. &lt;br /&gt;
&lt;br /&gt;
NOTE: Requires the ibm_acpi module to be installed into the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
lid.sh&lt;br /&gt;
==&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
tmp=${4: -1:1}&lt;br /&gt;
status=`/bin/awk '/^(lcd|crt):/ { ORS=&amp;quot;&amp;quot;; print $2 }' /proc/acpi/ibm/video`&lt;br /&gt;
matches=&amp;quot;13579bdf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    if [[ $matches = *$tmp* ]]&lt;br /&gt;
    then&lt;br /&gt;
        if [ &amp;quot;$status&amp;quot; == &amp;quot;enableddisabled&amp;quot; ]; then&lt;br /&gt;
             /bin/echo lcd_disable,crt_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
        elif [ &amp;quot;$status&amp;quot; == &amp;quot;enabledenabled&amp;quot; ]; then&lt;br /&gt;
             /bin/echo lcd_disable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
        fi&lt;br /&gt;
    else&lt;br /&gt;
        /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    fi&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
events/lid&lt;br /&gt;
==============================&lt;br /&gt;
event=button/lid LID0 00000080.*&lt;br /&gt;
action=/etc/acpi/actions/lid.sh %e&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
[[Category:770]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19206</id>
		<title>ACPI on the 770</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19206"/>
		<updated>2006-02-01T17:29:43Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are several ACPI scripts that has enabled me to view turn on/off the screen when closing the monitor. &lt;br /&gt;
&lt;br /&gt;
NOTE: Requires the ibm_acpi module to be installed into the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
lid.sh&lt;br /&gt;
==&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
tmp=${4: -1:1}&lt;br /&gt;
status=`/bin/awk '/^(lcd|crt):/ { ORS=&amp;quot;&amp;quot;; print $2 }' /proc/acpi/ibm/video`&lt;br /&gt;
matches=&amp;quot;13579bdf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if [[ $matches = *$tmp* ]]&lt;br /&gt;
then&lt;br /&gt;
    if [ &amp;quot;$status&amp;quot; == &amp;quot;enableddisabled&amp;quot; ]; then&lt;br /&gt;
         /bin/echo lcd_disable,crt_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    #elif [ &amp;quot;$status&amp;quot; == &amp;quot;disabledenabled&amp;quot; ]; then&lt;br /&gt;
    #     /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    elif [ &amp;quot;$status&amp;quot; == &amp;quot;enabledenabled&amp;quot; ]; then&lt;br /&gt;
         /bin/echo lcd_disable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    fi&lt;br /&gt;
&lt;br /&gt;
else&lt;br /&gt;
    /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
fi&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
events/lid&lt;br /&gt;
==============================&lt;br /&gt;
event=button/lid LID0 00000080.*&lt;br /&gt;
action=/etc/acpi/actions/lid.sh %e&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
[[Category:770]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19205</id>
		<title>ACPI on the 770</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19205"/>
		<updated>2006-02-01T17:29:07Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are several ACPI scripts that has enabled me to view turn on/off the screen when closing the monitor. &lt;br /&gt;
&lt;br /&gt;
NOTE: Requires the ibm_acpi module to be installed into the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
lid.sh&lt;br /&gt;
=============================&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
tmp=${4: -1:1}&lt;br /&gt;
status=`/bin/awk '/^(lcd|crt):/ { ORS=&amp;quot;&amp;quot;; print $2 }' /proc/acpi/ibm/video`&lt;br /&gt;
matches=&amp;quot;13579bdf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if [[ $matches = *$tmp* ]]&lt;br /&gt;
then&lt;br /&gt;
    if [ &amp;quot;$status&amp;quot; == &amp;quot;enableddisabled&amp;quot; ]; then&lt;br /&gt;
         /bin/echo lcd_disable,crt_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    #elif [ &amp;quot;$status&amp;quot; == &amp;quot;disabledenabled&amp;quot; ]; then&lt;br /&gt;
    #     /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    elif [ &amp;quot;$status&amp;quot; == &amp;quot;enabledenabled&amp;quot; ]; then&lt;br /&gt;
         /bin/echo lcd_disable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    fi&lt;br /&gt;
&lt;br /&gt;
else&lt;br /&gt;
    /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
fi&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
events/lid&lt;br /&gt;
==============================&lt;br /&gt;
event=button/lid LID0 00000080.*&lt;br /&gt;
action=/etc/acpi/actions/lid.sh %e&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
[[Category:770]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19204</id>
		<title>ACPI on the 770</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19204"/>
		<updated>2006-02-01T17:28:13Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: /* = */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are several ACPI scripts that has enabled me to view turn on/off the screen when closing the monitor. &lt;br /&gt;
&lt;br /&gt;
NOTE: Requires the ibm_acpi module to be installed into the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
lid.sh&lt;br /&gt;
&amp;lt;nowiki&amp;gt;=============================&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
tmp=${4: -1:1}&lt;br /&gt;
status=`/bin/awk '/^(lcd|crt):/ { ORS=&amp;quot;&amp;quot;; print $2 }' /proc/acpi/ibm/video`&lt;br /&gt;
matches=&amp;quot;13579bdf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if [[ $matches = *$tmp* ]]&lt;br /&gt;
then&lt;br /&gt;
    if [ &amp;quot;$status&amp;quot; == &amp;quot;enableddisabled&amp;quot; ]; then&lt;br /&gt;
         /bin/echo lcd_disable,crt_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    #elif [ &amp;quot;$status&amp;quot; == &amp;quot;disabledenabled&amp;quot; ]; then&lt;br /&gt;
    #     /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    elif [ &amp;quot;$status&amp;quot; == &amp;quot;enabledenabled&amp;quot; ]; then&lt;br /&gt;
         /bin/echo lcd_disable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    fi&lt;br /&gt;
&lt;br /&gt;
else&lt;br /&gt;
    /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
fi&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
events/lid&lt;br /&gt;
==============================&lt;br /&gt;
event=button/lid LID0 00000080.*&lt;br /&gt;
action=/etc/acpi/actions/lid.sh %e&lt;br /&gt;
==============================&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
[[:Category:770|770]][[Category:770]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19203</id>
		<title>ACPI on the 770</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ACPI_on_the_770&amp;diff=19203"/>
		<updated>2006-02-01T17:27:22Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are several ACPI scripts that has enabled me to view turn on/off the screen when closing the monitor. &lt;br /&gt;
&lt;br /&gt;
NOTE: Requires the ibm_acpi module to be installed into the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
lid.sh&lt;br /&gt;
=============================&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
tmp=${4: -1:1}&lt;br /&gt;
status=`/bin/awk '/^(lcd|crt):/ { ORS=&amp;quot;&amp;quot;; print $2 }' /proc/acpi/ibm/video`&lt;br /&gt;
matches=&amp;quot;13579bdf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if [[ $matches = *$tmp* ]]&lt;br /&gt;
then&lt;br /&gt;
    if [ &amp;quot;$status&amp;quot; == &amp;quot;enableddisabled&amp;quot; ]; then&lt;br /&gt;
         /bin/echo lcd_disable,crt_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    #elif [ &amp;quot;$status&amp;quot; == &amp;quot;disabledenabled&amp;quot; ]; then&lt;br /&gt;
    #     /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    elif [ &amp;quot;$status&amp;quot; == &amp;quot;enabledenabled&amp;quot; ]; then&lt;br /&gt;
         /bin/echo lcd_disable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
    fi&lt;br /&gt;
&lt;br /&gt;
else&lt;br /&gt;
    /bin/echo lcd_enable &amp;gt;/proc/acpi/ibm/video&lt;br /&gt;
fi&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
events/lid&lt;br /&gt;
==============================&lt;br /&gt;
event=button/lid LID0 00000080.*&lt;br /&gt;
action=/etc/acpi/actions/lid.sh %e&lt;br /&gt;
==============================&lt;br /&gt;
&lt;br /&gt;
[[:Category:770|770]][[Category:770]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=6400</id>
		<title>Installing Gentoo on a ThinkPad 770E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=6400"/>
		<updated>2005-03-18T18:28:14Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: /* Power management */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installing Gentoo Linux on a Thinkpad 770E==&lt;br /&gt;
&lt;br /&gt;
This is the gentoo installation guide for the linux Thinkpad 770E. This is not meant to replace the gentoo handbook, but rather, as a guide to help fine tune certain options. Please refer to the gentoo handbook, gentoo docs/wiki and the gentoo forums for more help. &lt;br /&gt;
&lt;br /&gt;
===Partitioning===&lt;br /&gt;
Until linux supports ibm thinkpad controls like ps2.exe, it is recommended you keep a small bootable partition (10-100MB for a DOS partition). You will need this if you want to change or find out irq, mem address, and dma settings. &lt;br /&gt;
&lt;br /&gt;
===Kernel configuration===&lt;br /&gt;
For '''PCMCIA''' support you have to load the ''yenta_socket'' module and change the configuration file &amp;lt;tt&amp;gt;/etc/conf.d/pcmcia&amp;lt;/tt&amp;gt; (replace &amp;lt;tt&amp;gt;PCIC=i82365&amp;lt;/tt&amp;gt; with &amp;lt;tt&amp;gt;PCIC=yenta_socket&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
For '''Frame Buffers''' support, do '''NOT''' load any frame buffer drivers besides vesafb. Do NOT even load vesafb-tng. Even though the video card is a trident card, the tridentfb does not work. It will produce a flickery screen. All you want to do is compile vesafb into your kernel or as a module, then add vga=791 to your boot line. Do not even bother with video=mtrr or any other options. VGA=791 is all you need for 1024x768 frame buffers support.&lt;br /&gt;
&lt;br /&gt;
===Sound support===&lt;br /&gt;
'''FIX'''&lt;br /&gt;
&lt;br /&gt;
I have since been able to get sound working on my 770E, but I had to use the OSS drivers. The procedure I used was to boot into a windows partition and use IBM's ps2.exe utility to determine irq, port, and dma information. After I got this information, I had to reinitialize the hardware from the BIOS before the sound would work in linux. (Hold F1 while booting to get to the BIOS menu) After the reinitialization, I modprobed:&lt;br /&gt;
&lt;br /&gt;
 modprobe cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9&lt;br /&gt;
&lt;br /&gt;
I believe these are the factory default settings. Please insert your settings from the ps2.exe reading. If modprobe completed with no errors, try playing a sound and it should work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
All 770's should get sound using the ALSA snd_cs4232 module, although they have a cs4610 chip. Similar to [[Problem with broken sound on ThinkPad 600]].  Try&lt;br /&gt;
 modprobe snd-cs4232 port=0x530 cport=0x538 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I tried using those parameters on a 770E and I get a &amp;quot;no such device&amp;quot; error when modprobe'ing. If anyone finds the right parameters for Alsa, please insert it here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See also [http://dag.wieers.com/howto/thinkpad/770/ DAG: Linux on 770]&lt;br /&gt;
&lt;br /&gt;
===Power management===&lt;br /&gt;
&lt;br /&gt;
You had BETTER install acpi first thing. From my tests, the fans in the 770E will '''NOT''' turn on by itself, even if it reaches 90 degrees celsius. I believe the 770E's cooling system is completely software controlled through acpi. To turn on the fan(s), modprobe acpi, and type: &lt;br /&gt;
 echo 0 &amp;gt; /proc/acpi/fan/FN00/state&lt;br /&gt;
&lt;br /&gt;
I don't actually know how many fans are in there, but I know that when I did not turn on the fans manually, acpi -V showed readings as hot as 93 degrees Celsius when compiling and CPU intensive operations. I ended up writing a cron script to run every minute and check if the temperature is over a certain point. I do not know what's a safe temperature, so I set it low at 45 degrees celsius.&lt;br /&gt;
&lt;br /&gt;
===X11 configuration===&lt;br /&gt;
Follow the Gentoo Xorg howto. It should work from there.&lt;br /&gt;
&lt;br /&gt;
[[Category:770E]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=1862</id>
		<title>Installing Gentoo on a ThinkPad 770E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=1862"/>
		<updated>2005-03-18T18:27:25Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: /* Power management */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installing Gentoo Linux on a Thinkpad 770E==&lt;br /&gt;
&lt;br /&gt;
This is the gentoo installation guide for the linux Thinkpad 770E. This is not meant to replace the gentoo handbook, but rather, as a guide to help fine tune certain options. Please refer to the gentoo handbook, gentoo docs/wiki and the gentoo forums for more help. &lt;br /&gt;
&lt;br /&gt;
===Partitioning===&lt;br /&gt;
Until linux supports ibm thinkpad controls like ps2.exe, it is recommended you keep a small bootable partition (10-100MB for a DOS partition). You will need this if you want to change or find out irq, mem address, and dma settings. &lt;br /&gt;
&lt;br /&gt;
===Kernel configuration===&lt;br /&gt;
For '''PCMCIA''' support you have to load the ''yenta_socket'' module and change the configuration file &amp;lt;tt&amp;gt;/etc/conf.d/pcmcia&amp;lt;/tt&amp;gt; (replace &amp;lt;tt&amp;gt;PCIC=i82365&amp;lt;/tt&amp;gt; with &amp;lt;tt&amp;gt;PCIC=yenta_socket&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
For '''Frame Buffers''' support, do '''NOT''' load any frame buffer drivers besides vesafb. Do NOT even load vesafb-tng. Even though the video card is a trident card, the tridentfb does not work. It will produce a flickery screen. All you want to do is compile vesafb into your kernel or as a module, then add vga=791 to your boot line. Do not even bother with video=mtrr or any other options. VGA=791 is all you need for 1024x768 frame buffers support.&lt;br /&gt;
&lt;br /&gt;
===Sound support===&lt;br /&gt;
'''FIX'''&lt;br /&gt;
&lt;br /&gt;
I have since been able to get sound working on my 770E, but I had to use the OSS drivers. The procedure I used was to boot into a windows partition and use IBM's ps2.exe utility to determine irq, port, and dma information. After I got this information, I had to reinitialize the hardware from the BIOS before the sound would work in linux. (Hold F1 while booting to get to the BIOS menu) After the reinitialization, I modprobed:&lt;br /&gt;
&lt;br /&gt;
 modprobe cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9&lt;br /&gt;
&lt;br /&gt;
I believe these are the factory default settings. Please insert your settings from the ps2.exe reading. If modprobe completed with no errors, try playing a sound and it should work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
All 770's should get sound using the ALSA snd_cs4232 module, although they have a cs4610 chip. Similar to [[Problem with broken sound on ThinkPad 600]].  Try&lt;br /&gt;
 modprobe snd-cs4232 port=0x530 cport=0x538 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I tried using those parameters on a 770E and I get a &amp;quot;no such device&amp;quot; error when modprobe'ing. If anyone finds the right parameters for Alsa, please insert it here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See also [http://dag.wieers.com/howto/thinkpad/770/ DAG: Linux on 770]&lt;br /&gt;
&lt;br /&gt;
===Power management===&lt;br /&gt;
&lt;br /&gt;
You had BETTER install acpi first thing. From my tests, the fans in the 770E will '''NOT''' turn on by itself, even if it reaches 90 degrees celsius. I believe the 770E's cooling system is completely software controlled through acpi. To turn on the fan(s), type: &lt;br /&gt;
 echo 0 &amp;gt; /proc/acpi/fan/FN00/state&lt;br /&gt;
&lt;br /&gt;
I don't actually know how many fans are in there, but I know that when I did not turn on the fans manually, acpi -V showed readings as hot as 93 degrees Celsius when compiling and CPU intensive operations. I ended up writing a cron script to run every minute and check if the temperature is over a certain point. I do not know what's a safe temperature, so I set it low at 45 degrees celsius.&lt;br /&gt;
&lt;br /&gt;
===X11 configuration===&lt;br /&gt;
Follow the Gentoo Xorg howto. It should work from there.&lt;br /&gt;
&lt;br /&gt;
[[Category:770E]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=1861</id>
		<title>Installing Gentoo on a ThinkPad 770E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=1861"/>
		<updated>2005-03-18T18:27:02Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: /* Power management */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installing Gentoo Linux on a Thinkpad 770E==&lt;br /&gt;
&lt;br /&gt;
This is the gentoo installation guide for the linux Thinkpad 770E. This is not meant to replace the gentoo handbook, but rather, as a guide to help fine tune certain options. Please refer to the gentoo handbook, gentoo docs/wiki and the gentoo forums for more help. &lt;br /&gt;
&lt;br /&gt;
===Partitioning===&lt;br /&gt;
Until linux supports ibm thinkpad controls like ps2.exe, it is recommended you keep a small bootable partition (10-100MB for a DOS partition). You will need this if you want to change or find out irq, mem address, and dma settings. &lt;br /&gt;
&lt;br /&gt;
===Kernel configuration===&lt;br /&gt;
For '''PCMCIA''' support you have to load the ''yenta_socket'' module and change the configuration file &amp;lt;tt&amp;gt;/etc/conf.d/pcmcia&amp;lt;/tt&amp;gt; (replace &amp;lt;tt&amp;gt;PCIC=i82365&amp;lt;/tt&amp;gt; with &amp;lt;tt&amp;gt;PCIC=yenta_socket&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
For '''Frame Buffers''' support, do '''NOT''' load any frame buffer drivers besides vesafb. Do NOT even load vesafb-tng. Even though the video card is a trident card, the tridentfb does not work. It will produce a flickery screen. All you want to do is compile vesafb into your kernel or as a module, then add vga=791 to your boot line. Do not even bother with video=mtrr or any other options. VGA=791 is all you need for 1024x768 frame buffers support.&lt;br /&gt;
&lt;br /&gt;
===Sound support===&lt;br /&gt;
'''FIX'''&lt;br /&gt;
&lt;br /&gt;
I have since been able to get sound working on my 770E, but I had to use the OSS drivers. The procedure I used was to boot into a windows partition and use IBM's ps2.exe utility to determine irq, port, and dma information. After I got this information, I had to reinitialize the hardware from the BIOS before the sound would work in linux. (Hold F1 while booting to get to the BIOS menu) After the reinitialization, I modprobed:&lt;br /&gt;
&lt;br /&gt;
 modprobe cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9&lt;br /&gt;
&lt;br /&gt;
I believe these are the factory default settings. Please insert your settings from the ps2.exe reading. If modprobe completed with no errors, try playing a sound and it should work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
All 770's should get sound using the ALSA snd_cs4232 module, although they have a cs4610 chip. Similar to [[Problem with broken sound on ThinkPad 600]].  Try&lt;br /&gt;
 modprobe snd-cs4232 port=0x530 cport=0x538 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I tried using those parameters on a 770E and I get a &amp;quot;no such device&amp;quot; error when modprobe'ing. If anyone finds the right parameters for Alsa, please insert it here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See also [http://dag.wieers.com/howto/thinkpad/770/ DAG: Linux on 770]&lt;br /&gt;
&lt;br /&gt;
===Power management===&lt;br /&gt;
&lt;br /&gt;
You BETTER install acpi first thing. From my tests, the fans in the 770E will '''NOT''' turn on by itself, even if it reaches 90 degrees celsius. I believe the 770E's cooling system is completely software controlled through acpi. To turn on the fan(s), type: &lt;br /&gt;
 echo 0 &amp;gt; /proc/acpi/fan/FN00/state&lt;br /&gt;
&lt;br /&gt;
I don't actually know how many fans are in there, but I know that when I did not turn on the fans manually, acpi -V showed readings as hot as 93 degrees Celsius when compiling and CPU intensive operations. I ended up writing a cron script to run every minute and check if the temperature is over a certain point. I do not know what's a safe temperature, so I set it low at 45 degrees celsius.&lt;br /&gt;
&lt;br /&gt;
===X11 configuration===&lt;br /&gt;
Follow the Gentoo Xorg howto. It should work from there.&lt;br /&gt;
&lt;br /&gt;
[[Category:770E]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=1860</id>
		<title>Installing Gentoo on a ThinkPad 770E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=1860"/>
		<updated>2005-03-18T18:20:44Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: /* Sound support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installing Gentoo Linux on a Thinkpad 770E==&lt;br /&gt;
&lt;br /&gt;
This is the gentoo installation guide for the linux Thinkpad 770E. This is not meant to replace the gentoo handbook, but rather, as a guide to help fine tune certain options. Please refer to the gentoo handbook, gentoo docs/wiki and the gentoo forums for more help. &lt;br /&gt;
&lt;br /&gt;
===Partitioning===&lt;br /&gt;
Until linux supports ibm thinkpad controls like ps2.exe, it is recommended you keep a small bootable partition (10-100MB for a DOS partition). You will need this if you want to change or find out irq, mem address, and dma settings. &lt;br /&gt;
&lt;br /&gt;
===Kernel configuration===&lt;br /&gt;
For '''PCMCIA''' support you have to load the ''yenta_socket'' module and change the configuration file &amp;lt;tt&amp;gt;/etc/conf.d/pcmcia&amp;lt;/tt&amp;gt; (replace &amp;lt;tt&amp;gt;PCIC=i82365&amp;lt;/tt&amp;gt; with &amp;lt;tt&amp;gt;PCIC=yenta_socket&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
For '''Frame Buffers''' support, do '''NOT''' load any frame buffer drivers besides vesafb. Do NOT even load vesafb-tng. Even though the video card is a trident card, the tridentfb does not work. It will produce a flickery screen. All you want to do is compile vesafb into your kernel or as a module, then add vga=791 to your boot line. Do not even bother with video=mtrr or any other options. VGA=791 is all you need for 1024x768 frame buffers support.&lt;br /&gt;
&lt;br /&gt;
===Sound support===&lt;br /&gt;
'''FIX'''&lt;br /&gt;
&lt;br /&gt;
I have since been able to get sound working on my 770E, but I had to use the OSS drivers. The procedure I used was to boot into a windows partition and use IBM's ps2.exe utility to determine irq, port, and dma information. After I got this information, I had to reinitialize the hardware from the BIOS before the sound would work in linux. (Hold F1 while booting to get to the BIOS menu) After the reinitialization, I modprobed:&lt;br /&gt;
&lt;br /&gt;
 modprobe cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9&lt;br /&gt;
&lt;br /&gt;
I believe these are the factory default settings. Please insert your settings from the ps2.exe reading. If modprobe completed with no errors, try playing a sound and it should work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
All 770's should get sound using the ALSA snd_cs4232 module, although they have a cs4610 chip. Similar to [[Problem with broken sound on ThinkPad 600]].  Try&lt;br /&gt;
 modprobe snd-cs4232 port=0x530 cport=0x538 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I tried using those parameters on a 770E and I get a &amp;quot;no such device&amp;quot; error when modprobe'ing. If anyone finds the right parameters for Alsa, please insert it here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See also [http://dag.wieers.com/howto/thinkpad/770/ DAG: Linux on 770]&lt;br /&gt;
&lt;br /&gt;
===Power management===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===X11 configuration===&lt;br /&gt;
Follow the Gentoo Xorg howto. It should work from there.&lt;br /&gt;
&lt;br /&gt;
[[Category:770E]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=1859</id>
		<title>Installing Gentoo on a ThinkPad 770E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=1859"/>
		<updated>2005-03-18T18:12:50Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: /* Sound support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installing Gentoo Linux on a Thinkpad 770E==&lt;br /&gt;
&lt;br /&gt;
This is the gentoo installation guide for the linux Thinkpad 770E. This is not meant to replace the gentoo handbook, but rather, as a guide to help fine tune certain options. Please refer to the gentoo handbook, gentoo docs/wiki and the gentoo forums for more help. &lt;br /&gt;
&lt;br /&gt;
===Partitioning===&lt;br /&gt;
Until linux supports ibm thinkpad controls like ps2.exe, it is recommended you keep a small bootable partition (10-100MB for a DOS partition). You will need this if you want to change or find out irq, mem address, and dma settings. &lt;br /&gt;
&lt;br /&gt;
===Kernel configuration===&lt;br /&gt;
For '''PCMCIA''' support you have to load the ''yenta_socket'' module and change the configuration file &amp;lt;tt&amp;gt;/etc/conf.d/pcmcia&amp;lt;/tt&amp;gt; (replace &amp;lt;tt&amp;gt;PCIC=i82365&amp;lt;/tt&amp;gt; with &amp;lt;tt&amp;gt;PCIC=yenta_socket&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
For '''Frame Buffers''' support, do '''NOT''' load any frame buffer drivers besides vesafb. Do NOT even load vesafb-tng. Even though the video card is a trident card, the tridentfb does not work. It will produce a flickery screen. All you want to do is compile vesafb into your kernel or as a module, then add vga=791 to your boot line. Do not even bother with video=mtrr or any other options. VGA=791 is all you need for 1024x768 frame buffers support.&lt;br /&gt;
&lt;br /&gt;
===Sound support===&lt;br /&gt;
''I currently have not been able to get sound working for the IBM Thinkpad 770E. Please edit this if you find a fix to sound for the IBM Thinkpad 770E.''&lt;br /&gt;
&lt;br /&gt;
'''FIX'''&lt;br /&gt;
I have since been able to get sound working on my 770E, but I had to use the OSS drivers. The procedure I used was to boot into a windows partition and use IBM's ps2.exe utility to determine irq, port, and dma information. After I got this information, I had to reinitialize the hardware from the BIOS before the sound would work in linux. (Hold F1 while booting to get to the BIOS menu) After the reinitialization, I modprobed:&lt;br /&gt;
&lt;br /&gt;
 modprobe cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9&lt;br /&gt;
&lt;br /&gt;
I believe these are the factory default settings. Please insert your settings from the ps2.exe reading. If modprobe completed with no errors, try playing a sound and it should work.&lt;br /&gt;
&lt;br /&gt;
All 770's should get sound using the ALSA snd_cs4232 module, although they have a cs4610 chip. Similar to [[Problem with broken sound on ThinkPad 600]].  Try&lt;br /&gt;
 modprobe snd-cs4232 port=0x530 cport=0x538 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
See also [http://dag.wieers.com/howto/thinkpad/770/ DAG: Linux on 770]&lt;br /&gt;
&lt;br /&gt;
===Power management===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===X11 configuration===&lt;br /&gt;
Follow the Gentoo Xorg howto. It should work from there.&lt;br /&gt;
&lt;br /&gt;
[[Category:770E]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=1858</id>
		<title>Installing Gentoo on a ThinkPad 770E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=1858"/>
		<updated>2005-03-18T18:11:48Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: /* Sound support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installing Gentoo Linux on a Thinkpad 770E==&lt;br /&gt;
&lt;br /&gt;
This is the gentoo installation guide for the linux Thinkpad 770E. This is not meant to replace the gentoo handbook, but rather, as a guide to help fine tune certain options. Please refer to the gentoo handbook, gentoo docs/wiki and the gentoo forums for more help. &lt;br /&gt;
&lt;br /&gt;
===Partitioning===&lt;br /&gt;
Until linux supports ibm thinkpad controls like ps2.exe, it is recommended you keep a small bootable partition (10-100MB for a DOS partition). You will need this if you want to change or find out irq, mem address, and dma settings. &lt;br /&gt;
&lt;br /&gt;
===Kernel configuration===&lt;br /&gt;
For '''PCMCIA''' support you have to load the ''yenta_socket'' module and change the configuration file &amp;lt;tt&amp;gt;/etc/conf.d/pcmcia&amp;lt;/tt&amp;gt; (replace &amp;lt;tt&amp;gt;PCIC=i82365&amp;lt;/tt&amp;gt; with &amp;lt;tt&amp;gt;PCIC=yenta_socket&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
For '''Frame Buffers''' support, do '''NOT''' load any frame buffer drivers besides vesafb. Do NOT even load vesafb-tng. Even though the video card is a trident card, the tridentfb does not work. It will produce a flickery screen. All you want to do is compile vesafb into your kernel or as a module, then add vga=791 to your boot line. Do not even bother with video=mtrr or any other options. VGA=791 is all you need for 1024x768 frame buffers support.&lt;br /&gt;
&lt;br /&gt;
===Sound support===&lt;br /&gt;
''I currently have not been able to get sound working for the IBM Thinkpad 770E. Please edit this if you find a fix to sound for the IBM Thinkpad 770E.''&lt;br /&gt;
&lt;br /&gt;
'''FIX'''&lt;br /&gt;
I have since been able to get sound working on my 770E, but I had to use the OSS drivers. The procedure I used was to boot into a windows partition and use IBM's ps2.exe utility to determine irq, port, and dma information. After I got this information, I had to reinitialize the hardware from the BIOS before the sound would work in linux. (Hold F1 while booting to get to the BIOS menu) After the reinitialization, I modprobed:&lt;br /&gt;
&lt;br /&gt;
modprobe cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9&lt;br /&gt;
&lt;br /&gt;
I believe these are the factory default settings. Please insert your settings from the ps2.exe reading. If modprobe completed with no errors, try playing a sound and it should work.&lt;br /&gt;
&lt;br /&gt;
All 770's should get sound using the ALSA snd_cs4232 module, although they have a cs4610 chip. Similar to [[Problem with broken sound on ThinkPad 600]].  Try&lt;br /&gt;
 modprobe snd-cs4232 port=0x530 cport=0x538 fm_port=0x388 irq=5 dma1=1 dma2=0&lt;br /&gt;
See also [http://dag.wieers.com/howto/thinkpad/770/ DAG: Linux on 770]&lt;br /&gt;
&lt;br /&gt;
===Power management===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===X11 configuration===&lt;br /&gt;
Follow the Gentoo Xorg howto. It should work from there.&lt;br /&gt;
&lt;br /&gt;
[[Category:770E]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=1568</id>
		<title>Installing Gentoo on a ThinkPad 770E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Gentoo_on_a_ThinkPad_770E&amp;diff=1568"/>
		<updated>2005-03-10T23:56:20Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installing Gentoo Linux on a Thinkpad 770E==&lt;br /&gt;
&lt;br /&gt;
This is the gentoo installation guide for the linux Thinkpad 770E. This is not meant to replace the gentoo handbook, but rather, as a guide to help fine tune certain options. Please refer to the gentoo handbook, gentoo docs/wiki and the gentoo forums for more help. &lt;br /&gt;
&lt;br /&gt;
===Partitioning===&lt;br /&gt;
Until linux supports ibm thinkpad controls like ps2.exe, it is recommended you keep a small bootable partition (10-100MB for a DOS partition). You will need this if you want to change or find out irq, mem address, and dma settings. &lt;br /&gt;
&lt;br /&gt;
===Kernel configuration===&lt;br /&gt;
For '''PCMCIA''' support you have to load the ''yenta_socket'' module and change the configuration file &amp;lt;tt&amp;gt;/etc/conf.d/pcmcia&amp;lt;/tt&amp;gt; (replace &amp;lt;tt&amp;gt;PCIC=i82365&amp;lt;/tt&amp;gt; with &amp;lt;tt&amp;gt;PCIC=yenta_socket&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
For '''Frame Buffers''' support, do '''NOT''' load any frame buffer drivers besides vesafb. Do NOT even load vesafb-tng. Even though the video card is a trident card, the tridentfb does not work. It will produce a flickery screen. All you want to do is compile vesafb into your kernel or as a module, then add vga=791 to your boot line. Do not even bother with video=mtrr or any other options. VGA=791 is all you need for 1024x768 frame buffers support.&lt;br /&gt;
&lt;br /&gt;
===Sound support===&lt;br /&gt;
I currently have not been able to get sound working for the IBM Thinkpad 770E. Please edit this if you find a fix to sound for the IBM Thinkpad 770E.&lt;br /&gt;
&lt;br /&gt;
===Power management===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===X11 configuration===&lt;br /&gt;
Follow the Gentoo Xorg howto. It should work from there.&lt;br /&gt;
&lt;br /&gt;
[[Category:770E]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_770E&amp;diff=5788</id>
		<title>Installation instructions for the ThinkPad 770E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_770E&amp;diff=5788"/>
		<updated>2005-03-10T23:44:06Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the Thinkpad 770E.&lt;br /&gt;
&lt;br /&gt;
Please choose (or create) the Operating System of interest:&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Gentoo | Gentoo]] [[Installing Gentoo on a Thinkpad 770E | installation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:770E]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_770E&amp;diff=1556</id>
		<title>Installation instructions for the ThinkPad 770E</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_770E&amp;diff=1556"/>
		<updated>2005-03-10T23:43:36Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the Thinkpad 770E.&lt;br /&gt;
&lt;br /&gt;
Please choose (or create) the Operating System of interest:&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Gentoo | Gentoo]] [[Installing Gentoo on a Thinkpad A30p | installation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:770E]]&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User_talk:Bashusr&amp;diff=1557</id>
		<title>User talk:Bashusr</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User_talk:Bashusr&amp;diff=1557"/>
		<updated>2005-03-10T23:42:39Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hei,&lt;br /&gt;
&lt;br /&gt;
sorry for interfering with your work, i know the intended structure of the Specs page is not all logical.&lt;br /&gt;
&lt;br /&gt;
For the howto: I'll introduce a Graphics section in the Driver Installation HOWTO page (&amp;quot;HOWTO - Driver Installation&amp;quot;), you can create a link there the like of [[How to install framebuffer drivers]]. If there are special things about the 770E that are not generally valid for other ThinkPads as well, please state them as notes, maybe in a separate section. If it's all 770E specific, think about if it might be more sensible to put the HOWTO onto an 770E Installation page.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 00:30, 11 Mar 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
It's pretty much exclusive for the 770/maybe 660 line... I still can't figure out how to start a new section...&lt;br /&gt;
&lt;br /&gt;
BashUsr&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Sections are those, look at the source of this page to see how it's done...&lt;br /&gt;
=Section=&lt;br /&gt;
==Section==&lt;br /&gt;
===Section===&lt;br /&gt;
&lt;br /&gt;
Look at this page: [[Installation instructions for the ThinkPad 770E]], go into edit mode and you will see a prepared link within an HTML comment. Remove the comment, adjust the distribution (compare Categories-&amp;gt;Distributions), save and click on Installation to start your page.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 00:39, 11 Mar 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
sorry, &lt;br /&gt;
&lt;br /&gt;
i didn't mean &amp;quot;session&amp;quot; as in wiki session... but i mean a &amp;quot;new page&amp;quot;... I think it is best that i just stick a &amp;quot;Howto get framebuffers Working&amp;quot; under the category of 770E. How would I do that, and would that work well with the scheme that you have going?&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User_talk:Bashusr&amp;diff=1553</id>
		<title>User talk:Bashusr</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User_talk:Bashusr&amp;diff=1553"/>
		<updated>2005-03-10T23:32:40Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hei,&lt;br /&gt;
&lt;br /&gt;
sorry for interfering with your work, i know the intended structure of the Specs page is not all logical.&lt;br /&gt;
&lt;br /&gt;
For the howto: I'll introduce a Graphics section in the Driver Installation HOWTO page (&amp;quot;HOWTO - Driver Installation&amp;quot;), you can create a link there the like of [[How to install framebuffer drivers]]. If there are special things about the 770E that are not generally valid for other ThinkPads as well, please state them as notes, maybe in a separate section. If it's all 770E specific, think about if it might be more sensible to put the HOWTO onto an 770E Installation page.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 00:30, 11 Mar 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
It's pretty much exclusive for the 770/maybe 660 line... I still can't figure out how to start a new section...&lt;br /&gt;
&lt;br /&gt;
BashUsr&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User_talk:Wyrfel&amp;diff=1688</id>
		<title>User talk:Wyrfel</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User_talk:Wyrfel&amp;diff=1688"/>
		<updated>2005-03-10T23:23:32Z</updated>

		<summary type="html">&lt;p&gt;Bashusr: Sorry to mess things up...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See [[User_talk:Akw]]&lt;br /&gt;
&lt;br /&gt;
--[[User:Akw|akw]] 13:14, 26 Sep 2004 (CEST)&lt;br /&gt;
----&lt;br /&gt;
I added some ibm flavour to the main stylesheet. What do you think? :-)&lt;br /&gt;
&lt;br /&gt;
--[[User:Akw|akw]] 21:29, 26 Sep 2004 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Looks good.&lt;br /&gt;
But I'd remove the stripes on the left, they look a bit too IBMish for my taste.&lt;br /&gt;
&lt;br /&gt;
I just added pictures to the Category pages. Looks nice. The pictures are partly from IBMs page and they have a disclaimer that says you should make a curtasy by ibm.... statement when using them. We don't use them in their original quality and you can find smallscale versions all over the net. However, we should maybe place some credits page somewhere to include this curtasy line there.&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 21:39, 26 Sep 2004 (CEST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Good work ==&lt;br /&gt;
&lt;br /&gt;
Good work! Please continue! :-)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Hi Wyrfel,&lt;br /&gt;
&lt;br /&gt;
thanks for the great logo! As you may have seen, I put in in place.&lt;br /&gt;
Unfortunately there is still no price available for the contest winner, but maybe this will change.&lt;br /&gt;
&lt;br /&gt;
--[[User:Akw|akw]] 14:29, 1 Mar 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The honour is enough. ;-)&lt;br /&gt;
&lt;br /&gt;
I can send you the files as PNGs with alpha, they should look a little better then.&lt;br /&gt;
Also, I could scale the logo to be a little smaller so that it fits better.&lt;br /&gt;
I'm also working on a page redesign with a bigger black header to contain the logo (the bar would need to be about a 100 pixels in height).&lt;br /&gt;
&lt;br /&gt;
What do you think?&lt;br /&gt;
&lt;br /&gt;
[[User:Wyrfel|Wyrfel]] 19:55, 1 Mar 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Sorry to mess things up... ==&lt;br /&gt;
&lt;br /&gt;
Hey, &lt;br /&gt;
&lt;br /&gt;
I want to write a framedrivers howto for the 770e... Where and how should i put it? &lt;br /&gt;
&lt;br /&gt;
Bashusr&lt;/div&gt;</summary>
		<author><name>Bashusr</name></author>
		
	</entry>
</feed>