# Configuration options common for suspending to disk or RAM. # Options are not case sensitive. # # See hibernate.conf(5) for help on the configuration items. ############################################################################## ### Some global settings ############################################################################## Verbosity 0 LogFile /var/log/hibernate.log LogVerbosity 1 # LogTimestamp yes # AlwaysForce yes # AlwaysKill yes # HibernateVT 15 Distribution gentoo # XDisplay :0 ############################################################################## ### Scriptlets ### Scriptlets provide support for doing all sorts of things before and after ### suspending. The defaults settings here should work for most people, but ### you may wish to edit these to taste. Consult "hibernate -h" for help on ### the configuration settings. ############################################################################## ### bootsplash ## If you use bootsplash, also enabling SwitchToTextMode is recommended if ## you use X, otherwise you may end up with a garbled X display. # Bootsplash on # BootsplashConfig /etc/bootsplash/default/config/bootsplash-1024x768.cfg ### clock SaveClock restore-only ### devices # IncompatibleDevices /dev/dsp /dev/video* ### diskcache # DisableWriteCacheOn /dev/hda ### fbsplash (enable SwitchToTextMode if you use this) # FBSplash on # FBSplashTheme trevor ### filesystems # Unmount /nfsshare /windows /mnt/sambaserver # UnmountFSTypes smbfs nfs # UnmountGraceTime 1 # Mount /windows ### grub #ChangeGrubMenu yes #GrubMenuFile /boot/grub/menu.lst #AlternateGrubMenuFile /boot/grub/menu-suspended.lst #BackupGrubMenuFile /boot/grub/menu.lst.hibernate.bak ### hardware_tweaks # IbmAcpi yes # Runi855resolution yes # FullSpeedCPU yes ### lilo # EnsureLILOResumes yes ### lock (generally you only want one of the following options) # LockConsoleAs root # LockXScreenSaver yes LockGnomeScreenSaver yes # LockKDE yes # LockXLock yes # LockXAutoLock yes ### misclaunch # OnSuspend 20 echo "Good night!" OnSuspend 10 /usr/sbin/alsactl store OnSuspend 11 /usr/bin/amixer sset PCM 0 OnSuspend 12 /usr/bin/amixer sset Master 0 # OnResume 20 echo "Good morning!" OnResume 10 /usr/sbin/alsactl restore ### modules # UnloadModules snd_via82cxxx usb-ohci # UnloadAllModules yes UnloadBlacklistedModules yes LoadModules auto # LoadModulesFromFile /etc/modules ### modules-gentoo GentooModulesAutoload yes ### network # DownInterfaces eth0,eth1 # UpInterfaces auto ### pause_audio ## TC I do this myself as ths doesn't really work properly # MuteAudio yes # PauseAudio yes ### pcmcia # EjectCards yes ### programs # IncompatiblePrograms xmms ### services RestartServices laptop_mode ipw3945d StopServices bluetooth StartServices bluetooth ### vbetool # EnableVbetool yes # RestoreVbeStateFrom /var/lib/vbetool/vbestate # VbetoolPost yes # RestoreVCSAData yes ### xhacks # SwitchToTextMode yes # UseDummyXServer yes # DummyXServerConfig xorg-dummy.conf ### xstatus ## This can be set to gnome, kde or x: XStatus gnome # XmessageDisable yes # XSuspendText Preparing to suspend... # XResumeText Resuming from suspend... ## When using XStatus x, and you have xosd installed: # XosdSettings --font '-misc-fixed-medium-r-semicondensed--*-120-*-*-c-*-*-*' --colour=Green --shadow 1 --pos bottom --align center --offset 50