Difference between revisions of "Installing Mandriva Linux on a ThinkPad T20"

From ThinkWiki
Jump to: navigation, search
(Add some suspend tips for Mandriva on the T20)
 
Line 1: Line 1:
==Mandriva 2005 LE==
+
=Mandriva 2005 LE=
  
===Suspend/Resume===
+
==Suspend/Resume==
  
Mandriva controls suspend/resume preferences through the file /etc/sysconfig/suspend.
+
Mandriva controls suspend/resume preferences through the file {{path|/etc/sysconfig/suspend}}.
 
It is a well-commented text file. Here are two options I set that seemed to help make sound
 
It is a well-commented text file. Here are two options I set that seemed to help make sound
 
continue working after a suspend on the T20:
 
continue working after a suspend on the T20:
Line 10: Line 10:
 
  SOUND_MODULES="sb uart401 sound soundcore maestro cs4281 snd-cs46xx"
 
  SOUND_MODULES="sb uart401 sound soundcore maestro cs4281 snd-cs46xx"
  
I'm not sure if all the sound modules in this list are necessary. I added 'snd-cs46xx' to the list
+
I'm not sure if all the sound modules in this list are necessary. I added <tt>snd-cs46xx</tt> to the list
 
because I knew it was the one I was using.
 
because I knew it was the one I was using.
  
Line 17: Line 17:
 
One of the options is labeled simply "thinkpad". I set it to "1".
 
One of the options is labeled simply "thinkpad". I set it to "1".
  
====Screen Locking after Suspend====
+
===Screen Locking after Suspend===
  
 
My screen always came back locked after I suspended, and I couldn't figure out how to turn that off
 
My screen always came back locked after I suspended, and I couldn't figure out how to turn that off
at first. That preference is also in /etc/sysconfig/suspend and is named LOCK_XFREE.
+
at first. That preference is also in {{path|/etc/sysconfig/suspend}} and is named LOCK_XFREE.
  
 
I set it to "no", but can still lock the screen if I want by using the Klaptop "Lock & Suspend..." option
 
I set it to "no", but can still lock the screen if I want by using the Klaptop "Lock & Suspend..." option

Revision as of 15:17, 1 August 2005

Mandriva 2005 LE

Suspend/Resume

Mandriva controls suspend/resume preferences through the file /etc/sysconfig/suspend. It is a well-commented text file. Here are two options I set that seemed to help make sound continue working after a suspend on the T20:

RESTORE_SOUND="yes"
SOUND_MODULES="sb uart401 sound soundcore maestro cs4281 snd-cs46xx"

I'm not sure if all the sound modules in this list are necessary. I added snd-cs46xx to the list because I knew it was the one I was using.

From the Mandrake Control Center, I configured one specific Thinkpad-specific option for the sound driver. I entered the "Hardware" area and then selected the sound card and clicked "Configure Module". One of the options is labeled simply "thinkpad". I set it to "1".

Screen Locking after Suspend

My screen always came back locked after I suspended, and I couldn't figure out how to turn that off at first. That preference is also in /etc/sysconfig/suspend and is named LOCK_XFREE.

I set it to "no", but can still lock the screen if I want by using the Klaptop "Lock & Suspend..." option

External Sources