<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Dear pm-utils users and developers,<br>
    <br>
    This is my first mail on this list so I present myself a bit:<br>
    I am a long time user of opensuse at work and at home, but I am only
    a user and certainly not a system expert, so that even after reading
    some of the documentation for the opensuse implementation of
    pm-utils, I still have problems to be able to sort out by myself a
    problem with pm-utils. <br>
    <br>
    I have had a problem with hibernate/resume on my computer since at
    least the default pm-utils that was integrated in opensuse 11.4
    until now (12.3)! (In fact I do not remember that it ever worked for
    me). The problem is that I usually have plenty of softs and at least
    one virtual machine opened at the same time (I have 24 GB of RAM) so
    that I almost never shutdown and reboot my PC and have very rarely
    the occasion and time to experiment with hibernate.<br>
    Hence, if you solve the following problem, you will also make a good
    action for the planet since I will be able to use hibernation at the
    end of every working day! <img
      src="cid:part1.02010900.05040501@univ-fcomte.fr" alt=""
      title="Wink" class="inlineimg" border="0"><br>
    <br>
    <br>
    The current version of pm-utils on my PC is
    <meta name="qrichtext" content="1">
    <span style="
      font-family:'Verdana,Geneva,Arial,Helvetica,sans-serif';
      font-size:small; color:#141312;">  1.4.1-26.17.1</span>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--EndFragment--></p>
    <meta http-equiv="Content-Type" content="text/html;
      charset=ISO-8859-1">
    <style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
    <br>
    The hibernate and resume just go on all right (success at the end of
    pm-suspend.log and 100% of data image loaded) but I get a black
    screen afterward (and neither Ctrl-Alt-F1 to F12 works nor
    Ctrl-Alt-Esc or Ctrl-Alt-Del).<br>
    <br>
    By checking Xorg.0.log against Xorg.0.log.old, I see that at the end
    after the EDID checks I have <br>
    <div class="bbcode_container">
      <div class="bbcode_quote">
        <div class="quote_container"> [ 4863.515] (II) Open ACPI
          successful (/var/run/acpid.socket)<br>
          [ 4863.592] (WW) NVIDIA(GPU-0): Failed to enter interactive
          mode.<br>
          [ 4863.592] (EE) NVIDIA(GPU-0): Failed to determine display
          capabilities<br>
          [ 4863.592] (EE) *** Aborting ***<br>
          [ 4863.592]<br>
          Fatal server error:<br>
          [ 4863.592] EnterVT failed for screen 0<br>
          [ 4863.592]<br>
          [ 4863.592] (EE)<br>
          Please consult the The X.Org Foundation support<br>
          at <a onclick="_gaq.push(['_trackEvent', 'Outgoing',
            'wiki.x.org', '']);" href="http://wiki.x.org"
            target="_blank">xorg</a><br>
          for help.<br>
          [ 4863.592] (EE) Please also check the log file at
          "/var/log/Xorg.0.log" for additional information.<br>
          [ 4863.592] (EE)<br>
          [ 4863.594] (II) evdev: Logitech HID compliant keyboard: Close<br>
          [ 4863.594] (II) UnloadModule: "evdev"<br>
          [ 4863.594] (II) evdev: Logitech HID compliant keyboard: Close<br>
          [ 4863.595] (II) UnloadModule: "evdev"<br>
          [ 4863.596] (II) evdev: Microsoft Corporation Microsoft ®
          Laser Mouse 6000: Close<br>
          [ 4863.596] (II) UnloadModule: "evdev"<br>
          [ 4863.596] (II) evdev: STV06xx: Close<br>
          [ 4863.596] (II) UnloadModule: "evdev"<br>
          [ 4863.597] (II) evdev: Power Button: Close<br>
          [ 4863.597] (II) UnloadModule: "evdev"<br>
          [ 4863.597] (II) evdev: Power Button: Close<br>
          [ 4863.597] (II) UnloadModule: "evdev"<br>
          <br>
          <br>
        </div>
      </div>
    </div>
    I have tried to google "(EE) NVIDIA(GPU-0): Failed to determine
    display capabilities" but the only reference are for my former posts
    on the opensuse forums <br>
    <br>
    My graphics card is a GTX260 and I use x11-video-nvidiaG03,
    nvidia-gfx03-kmp-desktop and nvidia-computeG03 from
    obs://build.suse.de/home:sndirsch:drivers though I do not have this
    repo in my list (I have <a onclick="_gaq.push(['_trackEvent',
      'Outgoing', 'download.nvidia.com', '/opensuse/12.3/']);"
      href="ftp://download.nvidia.com/opensuse/12.3/" target="_blank">ftp://download.nvidia.com/opensuse/12.3/</a>)
    ...<br>
    <br>
    I have tried to create a script named first 99znvidia the 99nvidia
    with<br>
    ::::::::::::::<br>
    /etc/pm/sleep.d/99znvidia<br>
    ::::::::::::::<br>
    #!/bin/bash<br>
    <br>
    . $PM_UTILS_LIBDIR/functions<br>
    <br>
    case "$1" in<br>
    hibernate|suspend)<br>
    modunload nvidia<br>
    ;;<br>
    thaw|resume)<br>
    modreload nvidia<br>
    ;;<br>
    *)<br>
    ;;<br>
    esac<br>
    <br>
    exit 0 <br>
    <br>
    The script was executed during hibernate and thaw with success, but
    my screen stayed black and unresponsive after the image was loaded
    into memory and pm_suspend.log contains only success.<br>
    <br>
    Any help will be appreciated.<br>
    <br>
  </body>
</html>