[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Suspend... Nvidia non suspend proprio nulla :(



Gabriele Pongelli wrote:

Io ho provato a fare come dici ma... l'hibernate funziona SOLO dando anche il "--force" ed ecco il log :

controlla se nel file /etc/hibernate/blacklisted-modules è presente il modulo della tua scheda video...se è presente ti tocca passare il --force altrimenti non fai nulla!


nel log c'è quel "failed to unload" che non mi convince....

quali XHacks hai settato nel hibernate.conf?!?


giusto per fare una prova: utilizza Xorg con il vesa al posto di nvidia e vedi se riesci a riesumare....anche a me è successo quello che dici e ho risolto usando vesa (l'accelerazione non mi serve molto) anche perché radeon mi faceva crashare il sistema se tentavo di passare ad un terminale...


ps quando hai la schermata nera hai provato a premere tasti, muovere il mouse?!? a me a volte funzionava :-D


Hasta!

_________________________________________________________________
Videochiamata? Prova MSN Messenger: divertente, facile, veloce, gratuito! http://www.msn.it/messenger/v7


Eccoci qua, dopo aver fatto le prove che mi hai chiesto...
Se imposto il driver "vesa" FUNZIONA l'hibernate ed il resume, l'unico problema è che NON posso settare la risoluzione nativa del mio monitor cioè 1280x800. Se imposto come driver "nv", che è il driver nvidia incluso nella distribuzione, la risoluzione FUNZIONA, l'hibernate ed il resume FUNZIONA, l'unica cosa che non va è l'accelerazione 3d e "stranamente" la macchina rallenta... cioè, le finestre fanno piu' "fatica".. Se uso invece il driver "nvidia" dopo averlo ricompilato per il mio kernel FUNZIONA risoluzione, 3d e hibernate. Il problema è che in fase di resume non riesce a caricare il modulo nvidia... non so perchè. Per quello che riguarda di "XHacks" non so cosa siano, ti pasto il mio hibernate.conf a fine mail,per finire il modulo nvidia è presente nel file /etc/hibernate/blacklisted-modules e quando appare la schermata nera, dopo il resume, anche se premo i "tasti" non succede nulla :( non si accende nemmeno la spia di caps-lock o num-lock :((

Attendo consigli/suggerimenti!
Grazie 1000

>> Paste /etc/hibernate/hibernate.conf <<

# Example hibernate.conf file. Adapt to your own tastes.
# Options are not case sensitive.
#
# Run "hibernate -h" for help on the configuration items.

##############################################################################
### Choose your Suspend method. You currently have 3 choices:
###
###    suspend2            Software Suspend 2 (requires kernel patches from
###                        http://www.suspend2.net/)
###
### sysfs_power_state Uses /sys/power/state to suspend (activates pmdisk
###                        on kernels < 2.6.8, or vanilla swsusp otherwise).
###
### acpi_sleep Uses /proc/acpi/sleep to activate swsusp, or other
###                        ACPI sleep state supported by your machine.
###
##############################################################################

### suspend2 (for Software Suspend 2)
UseSuspend2 yes
Reboot no
EnableEscape yes
DefaultConsoleLevel 1
Compressor none
Encryptor none
# ImageSizeLimit 200
## useful for initrd usage:
SuspendDevice swap:/dev/sda1
## Powerdown method - 3 for suspend-to-RAM, 4 for ACPI S4 sleep, 5 for poweroff
PowerdownMethod 5
## Any other /proc/software_suspend setting can be set like so:
# ProcSetting expected_compression 50
## Or traditionally like this:
# Suspend2AllSettings 0 0 2056 65535 5
## Or even from the results of hibernate --save-settings with this:
# Suspend2AllSettingsFile /etc/hibernate/suspend-settings.conf
## For filewriter:
# FilewriterLocation /suspend_file 1000
# VerifyFilewriterResume2 yes
# ProcSetting userui_program /usr/local/sbin/suspend2ui_text

### sysfs_power_state
## To use /sys/power/state to suspend your machine (which may offer
## suspend-to-RAM, suspend-to-disk, standby, etc) comment out all the options ## above for Software Suspend 2, below for acpi_sleep, and uncomment this line. ## You may replace mem with any one of the states from "cat /sys/power/state"
# UseSysfsPowerState mem
# PowerdownMethod shutdown

### acpi_sleep
## To use ACPI to suspend your machine (via /proc/acpi/sleep), comment out
## all the options above for Software Suspend 2 and sysfs, and uncomment this
## line. The number refers to the ACPI sleep state - 3 is suspend-to-RAM and
## 4 is suspend-to-disk.
# UseACPISleep 4

##############################################################################
### Some global settings
##############################################################################

Verbosity 0
LogFile /var/log/hibernate.log
LogVerbosity 1
# AlwaysForce yes
# AlwaysKill yes
# HibernateVT 15
Distribution debian
# 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 suspend2

### 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
# RadeonTool yes

### lilo
# EnsureLILOResumes yes

### lock (generally you only want one of the following options)
# LockConsoleAs root
# LockXScreenSaver yes
# LockKDE yes
# LockXLock yes
# LockXAutoLock yes

### misclaunch
# OnSuspend 20 echo "Good night!"
# OnResume 20 echo "Good morning!"

### modules
# UnloadModules snd_via82cxxx usb-ohci
# UnloadAllModules yes
UnloadBlacklistedModules yes
LoadModules auto
# LoadModulesFromFile /etc/modules

### modules-gentoo
# GentooModulesAutoload yes

### network
DownInterfaces auto
UpInterfaces auto

### pcmcia
# EjectCards yes

### programs
# IncompatiblePrograms xmms

### services
# RestartServices postfix
# StopServices alsasound
# StartServices aumix

### vbetool
EnableVbetool yes
RestoreVbeStateFrom /var/lib/vbetool/vbestate
VbetoolPost yes
RestoreVCSAData yes

### xhacks
SwitchToTextMode yes
UseDummyXServer yes

### xstatus
## This can be set to gnome, kde or x:
XStatus gnome
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

>> End Paste /etc/hibernate/hibernate.conf <<



Reply to: