Suspend and Hibernation Problem

Diogo Branco diogobranco at gmail.com
Thu Sep 2 00:29:36 UTC 2010


2010/8/31 NoOp <glgxg at sbcglobal.net>:
> On 08/31/2010 02:50 PM, NoOp wrote:
>> On 08/31/2010 02:35 PM, Diogo Branco wrote:
>> ...
>>> Noop, this is the output of fdisk -l
>>>
>>> Disk /dev/sda: 60.0 GB, 60011642880 bytes
>>> 255 heads, 63 sectors/track, 7296 cylinders
>>> Units = cylinders of 16065 * 512 = 8225280 bytes
>>> Sector size (logical/physical): 512 bytes / 512 bytes
>>> I/O size (minimum/optimal): 512 bytes / 512 bytes
>>> Disk identifier: 0xd780d780
>>>
>>>    Device Boot      Start         End      Blocks   Id  System
>>> /dev/sda1   *           1          19      145408   83  Linux
>>> Partition 1 does not end on cylinder boundary.
>>> /dev/sda2              19         505     3906560   82  Linux swap / Solaris
>>> Partition 2 does not end on cylinder boundary.
>>> /dev/sda3             505        3545    24414208   83  Linux
>>> /dev/sda4            3545        7296    30137344   83  Linux
>
> Wait... let's backup. I'm not sure if this has anything to do with the
> suspend issue, but these are of concern:
> "Partition 1 does not end on cylinder boundary"
> "Partition 2 does not end on cylinder boundary"
>
> Partition 2 is your swap.
>
> From a quick look, these bugs appear related:
> https://bugs.launchpad.net/ubuntu/+source/partman-base/+bug/561573
> [Partition not end on cylinder boundary Lucid]
> (Ping Colin Watson...)
> https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/574232
>
> https://wiki.ubuntu.com/LucidLynx/ReleaseNotes
> [Partition alignment changes may break some systems]
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>

This definitive something to do with the nvidia card, know i can
hibernate and resume the problem is when i suspend and try to resume
the x screen stays white with a vertical lines, but if i connect to a
second monitor then the x screen appears to make the login, how can i
resume from a stand by without connect to a second monitor.

This is my xorg.conf file:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister at builder75)  Tue Jul 13
21:09:46 PDT 2010

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Nvidia Default Flat Panel"
    HorizSync       29.0 - 50.0
    VertRefresh     0.0 - 61.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce FX Go5200 32M/64M"
    BusID 	   "PCI:1:0:0"
    Option	   "NvAGP" "1"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP: 1280x800 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Regards.




More information about the ubuntu-users mailing list