<?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=Gslt</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=Gslt"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Gslt"/>
	<updated>2026-04-04T06:30:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Mandriva_2008_x86-64_Powerpack_on_a_Thinkpad_T61&amp;diff=35902</id>
		<title>Installing Mandriva 2008 x86-64 Powerpack on a Thinkpad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Mandriva_2008_x86-64_Powerpack_on_a_Thinkpad_T61&amp;diff=35902"/>
		<updated>2008-01-13T16:49:31Z</updated>

		<summary type="html">&lt;p&gt;Gslt: /* Suspend to RAM */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I don't like the dual booting since I have have seen myself and others more often booting into MS Windows. So, I made the Rescue &amp;amp; Recovery CDs for Windows Vista Home Basic that came bundled with the system and installed Mandriva Powerpack x86-64 successfully on my Lenovo Thinkpad T61 6465-CTO.&lt;br /&gt;
&lt;br /&gt;
Using the GNOME desktop environment, The problems I am facing are:&lt;br /&gt;
* Unable to successfully control the brightness using the brightness keys (Fn + Home/End) &lt;br /&gt;
* After suspending &amp;amp; resuming successfully, the screen is blank. I have to switch to a virtual terminal (Ctrl+Alt+F12) and then switch back to X (Ctrl+Alt+F7)&lt;br /&gt;
* The wireless LED seems to shiver. I think it is constantly scanning for wireless networks. Having had Thinkpads with Linux in the past, I don't think this is normal.&lt;br /&gt;
&lt;br /&gt;
I also have Windows XP Professional installed inside VMWare Workstation 6&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
The following is written by:--[[User:Gslt|Gslt]] 17:37, 13 January 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
== Suspend to RAM ==&lt;br /&gt;
On our Thinkpad T61 with the Intel GMA X3100 GM965 Intel and Mandriva 2008 Free, we needed to add the following into {{path|/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;match key=&amp;quot;system.hardware.product&amp;quot; string=&amp;quot;765912G&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;power_management.quirk.s3_bios&amp;quot; type=&amp;quot;bool&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
&amp;lt;/match&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{cmdroot|service haldaemon restart}}&lt;br /&gt;
&lt;br /&gt;
Replace the ''765912G'' with your product no, which can be obtained by doing&lt;br /&gt;
&amp;lt;pre&amp;gt;lshal | grep system.hardware.product&amp;lt;/pre&amp;gt;&lt;br /&gt;
We also tried to use {{bootparm|key|power_management.quirk.s3_mode}} but then the the backlight would be set to zero (0) when resuming from suspend.&lt;br /&gt;
&lt;br /&gt;
A crude way to fix the backlight issue is to create a file {{path|/etc/pm/sleep.d/00crudebacklightfix}} with the following&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
case $1 in&lt;br /&gt;
    hibernate)&lt;br /&gt;
        ;;&lt;br /&gt;
    suspend)&lt;br /&gt;
        ;;&lt;br /&gt;
    thaw)&lt;br /&gt;
        /usr/bin/chvt 1&lt;br /&gt;
        sleep 1&lt;br /&gt;
        /usr/bin/chvt 7&lt;br /&gt;
        ;;&lt;br /&gt;
    resume)&lt;br /&gt;
        /usr/bin/chvt 1&lt;br /&gt;
        sleep 1&lt;br /&gt;
        /usr/bin/chvt 7&lt;br /&gt;
        ;;&lt;br /&gt;
    *)  echo &amp;quot;somebody is calling me totally wrong.&amp;quot;&lt;br /&gt;
        ;;&lt;br /&gt;
esac&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{cmdroot|chmod +x /etc/pm/sleep.d/00crudebacklightfix}}&lt;/div&gt;</summary>
		<author><name>Gslt</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Mandriva_2008_x86-64_Powerpack_on_a_Thinkpad_T61&amp;diff=35900</id>
		<title>Installing Mandriva 2008 x86-64 Powerpack on a Thinkpad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Mandriva_2008_x86-64_Powerpack_on_a_Thinkpad_T61&amp;diff=35900"/>
		<updated>2008-01-13T16:37:07Z</updated>

		<summary type="html">&lt;p&gt;Gslt: Added info on Suspend to RAM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I don't like the dual booting since I have have seen myself and others more often booting into MS Windows. So, I made the Rescue &amp;amp; Recovery CDs for Windows Vista Home Basic that came bundled with the system and installed Mandriva Powerpack x86-64 successfully on my Lenovo Thinkpad T61 6465-CTO.&lt;br /&gt;
&lt;br /&gt;
Using the GNOME desktop environment, The problems I am facing are:&lt;br /&gt;
* Unable to successfully control the brightness using the brightness keys (Fn + Home/End) &lt;br /&gt;
* After suspending &amp;amp; resuming successfully, the screen is blank. I have to switch to a virtual terminal (Ctrl+Alt+F12) and then switch back to X (Ctrl+Alt+F7)&lt;br /&gt;
* The wireless LED seems to shiver. I think it is constantly scanning for wireless networks. Having had Thinkpads with Linux in the past, I don't think this is normal.&lt;br /&gt;
&lt;br /&gt;
I also have Windows XP Professional installed inside VMWare Workstation 6&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
The following is written by:--[[User:Gslt|Gslt]] 17:37, 13 January 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
== Suspend to RAM ==&lt;br /&gt;
On our Thinkpad T61 with the Intel GMA X3100 GM965 Intel and Mandriva 2008 Free, we needed to add the following into {{path|/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;match key=&amp;quot;system.hardware.product&amp;quot; string=&amp;quot;765912G&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;power_management.quirk.s3_bios&amp;quot; type=&amp;quot;bool&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
&amp;lt;/match&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Replace the ''765912G'' with your product no, which can be obtained by doing&lt;br /&gt;
&amp;lt;pre&amp;gt;lshal | grep system.hardware.product&amp;lt;/pre&amp;gt;&lt;br /&gt;
We also tried to use {{bootparm|key|power_management.quirk.s3_mode}} but then the the backlight would be set to zero (0) when resuming from suspend.&lt;br /&gt;
&lt;br /&gt;
A crude way to fix the backlight issue is to create a file {{path|/etc/pm/sleep.d/00crudebacklightfix}} with the following&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
case $1 in&lt;br /&gt;
    hibernate)&lt;br /&gt;
        ;;&lt;br /&gt;
    suspend)&lt;br /&gt;
        ;;&lt;br /&gt;
    thaw)&lt;br /&gt;
        /usr/bin/chvt 1&lt;br /&gt;
        sleep 1&lt;br /&gt;
        /usr/bin/chvt 7&lt;br /&gt;
        ;;&lt;br /&gt;
    resume)&lt;br /&gt;
        /usr/bin/chvt 1&lt;br /&gt;
        sleep 1&lt;br /&gt;
        /usr/bin/chvt 7&lt;br /&gt;
        ;;&lt;br /&gt;
    *)  echo &amp;quot;somebody is calling me totally wrong.&amp;quot;&lt;br /&gt;
        ;;&lt;br /&gt;
esac&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{cmdroot|chmod +x /etc/pm/sleep.d/00crudebacklightfix}}&lt;/div&gt;</summary>
		<author><name>Gslt</name></author>
		
	</entry>
</feed>