Pagina 1 di 1
[Risolto] il problema del secolo: sospendi/iberna (per NVidia)
Inviato: sabato 15 dicembre 2007, 5:11
da bloody_eyes
allora so che l'argomento è stato ampiamente trattato
so che sono le 5 del mattino e per tutta la notte ho provato le 3(tra le quali pm-utils) possibili soluzioni a questo problema senza soluzione...
secondo me centra la scheda video e i driver
nel mio caso (ho una nvidia geforce fx go5200 64mb con driver proprietari e compiz) quando premo sia su sospendi o su iberna funziona, ovvero il pc si spegne in ambedue i casi il problema è che al ripristino lo schermo si presenta con delle strisce colorate "random" e la tastiera non funziona più e l'unica soluzione è resettare manualmente (cosa che odio da morire)
che devo fà?aspetto hardy?

Re: il problema del secolo: sospendi/iberna
Inviato: sabato 15 dicembre 2007, 9:17
da mcz
Togli Compiz.

Re: il problema del secolo: sospendi/iberna
Inviato: sabato 15 dicembre 2007, 20:10
da bloody_eyes
quindi è lui l'artefice?
vi posto il mio xorg.conf potrebbe esservi utile anche perchè penso che il problema sia lì
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/local/share/fonts"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation NV34M [GeForce FX Go5200 64M]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
Horizsync 28-51
Vertrefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV34M [GeForce FX Go5200 64M]"
Monitor "Monitor Generico"
Defaultdepth 24
SubSection "Display"
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "freetype"
EndSection
Re: il problema del secolo: sospendi/iberna
Inviato: sabato 15 dicembre 2007, 21:35
da bloody_eyes
la mia intuiazione era giusta, andava corretto un parametro nello xorg.conf, la soluzione l'ho trovata in questa
guida