geps2 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 12 Jul 2006 Posts: 267
|
Posted: Sun Jun 29, 2008 6:09 pm Post subject: Ksynaptics e suspend2 |
|
|
Ho configurato per benino il sistema per la sospensione (suspend to disk) con il kernel Tuxonice.
L'unica cosa che non funziona è l'applet Ksynaptics: se dopo il resume provo a configurare le opzioni del touchpad, mi da questo messaggio d'errore:
Code: |
Shared Memory is not accessible
Please add the option 'SHMConfig "on" into the touch pad section of /etc/X11/Xorg.conf |
Questa è la parte corrispondente di xorg.conf:
Code: | Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
Option "UseSHM" "true"
EndSection |
e questo è /etc/hibernate/suspend2.conf
Code: | UseSuspend2 yes
Reboot no
EnableEscape yes
DefaultConsoleLevel 1
Compressor lzf
Encryptor none
SuspendDevice swap:/dev/hda2
UnloadModules sd_mod
GentooModulesAutoload yes
RestartServices acpid
RestartServices hsf
RestartServices alsasound
Unmount /mnt/geps_otello
Unmount /mnt/store_otello
LockKDE
Verbosity 0
LogFile /var/log/hibernate.log
LogVerbosity 1
Distribution gentoo
ProcSetting userui_program /sbin/tuxoniceui_text
ProcSetting extra_pages_allowance 7500
FullSpeedCPU yes
Include common.conf |
Qualcuno ha avuto lo stesso problema?
Grazie per l'attenzione, ciao!
GePs |
|