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

iBook G4 PmDisk



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all...
I have a problem with software suspend (pmdisk) with an iBook G4.
Some information on my system:
- --/proc/cpuinfo-----------------------------------------------------
processor       : 0
cpu             : 7447A, altivec supported
clock           : 533MHz
revision        : 1.1 (pvr 8003 0101)
bogomips        : 530.43
machine         : PowerBook6,5
motherboard     : PowerBook6,5 MacRISC3 Power Macintosh
detected as     : 287 (iBook G4)
pmac flags      : 0000000a
L2 cache        : 512K unified
memory          : 512MB
pmac-generation : NewWorld
- --------------------------------------------------------------------------

- --lspci------------------------------------------------------------------
0000:00:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 AGP
0000:00:10.0 VGA compatible controller: ATI Technologies Inc RV250 5c63 
[Radeon Mobility 9200 M9+] (rev 01)
0001:01:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 PCI
0001:01:17.0 ff00: Apple Computer Inc. KeyLargo/Intrepid Mac I/O
0001:01:18.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB
0001:01:19.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB
0001:01:1a.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB
0001:01:1b.0 USB Controller: NEC Corporation USB (rev 43)
0001:01:1b.1 USB Controller: NEC Corporation USB (rev 43)
0001:01:1b.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
0002:02:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 Internal PCI
0002:02:0d.0 ff00: Apple Computer Inc. UniNorth/Intrepid ATA/100
0002:02:0e.0 FireWire (IEEE 1394): Apple Computer Inc. UniNorth 2 FireWire 
(rev 81)
0002:02:0f.0 Ethernet controller: Apple Computer Inc. UniNorth 2 GMAC (Sun 
GEM) (rev 80)
- --------------------------------------------------------------------------

Suspend and resume work fine if I am in console. But from X the system crash 
when X turn on after resume. I try to suspend and resume in console and after
switch to the X session but it crash anyway. Here is my XFree config
- --/etc/XF86Config-4----------------------------------------------
Section "ServerLayout"
 Identifier     "normal"
 Screen      0  "Screen0-normal" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
 Identifier     "clone-setup"
 Screen      0  "Screen0-clone-setup" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


Section "Files"
 FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/cyrillic/"
 FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/Type1/"
 FontPath "/usr/lib/X11/fonts/CID"
 FontPath "/usr/lib/X11/fonts/Speedo/"
 FontPath "/usr/lib/X11/fonts/75dpi/"
 FontPath "/usr/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
 Load  "GLcore"
 Load  "bitmap"
 Load  "dbe"
 Load  "ddc"
 Load  "dri"
 Load  "extmod"
 Load  "freetype"
 Load  "glx"
 Load  "int10"
 # Load  "pex5"
 Load  "record"
 Load  "speedo"
 Load  "type1"
 Load  "vbe"
 # Load  "xie"
EndSection

Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "keyboard"
 Option      "CoreKeyboard"
 Option     "XkbRules" "xfree86"
 Option     "XkbModel" "pc104"
 Option     "XkbLayout" "it"
 Option     "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option      "CorePointer"
 Option      "ZAxisMapping"    "4 5"
 Option     "Protocol"        "IMPS/2"
 Option      "Emulate3Buttons" "true"
 Option     "Device"          "/dev/input/mice"
EndSection

Section "Monitor"
 Identifier   "LCD"
 Option       "DPMS"
 HorizSync    40 - 70
 VertRefresh  40 - 70

 #Mode "1280x854"
 # DotClock 79.816
 # HTimings 1280 1296 1408 1536
 # VTimings 854 855 858 866
 # Flags "-HSync" "-VSync"
 #EndMode
EndSection

Section "Device"
 Identifier  "Card0-normal"
 Driver      "radeon"
 VendorName  "ATI Technologies Inc"
 BoardName   "Radeon Mobility M9+ [Radeon Mobility 9200]"
 BusID       "PCI:0:16:0"

 Option      "UseFBDev" "true"
 Option      "DRIReinit"
 Option      "AGPMode" "4"
EndSection

Section "Device"
 Identifier  "Card0-clone-setup"
 Driver      "radeon"
 VendorName  "ATI Technologies Inc"
 BoardName   "Radeon Mobility M9+ [Radeon Mobility 9200]"
 BusID       "PCI:0:16:0"

 Option      "MonitorLayout" "LVDS,CRT"
 Option      "OverlayOnCRTC2"
 Option      "CloneHSync" "40.0-100.0"
 Option      "CloneVRefresh" "40.0-120.0"
 Option      "UseFBDev" "false"
 Option      "AGPMode" "4"
EndSection

Section "Screen"
 Identifier "Screen0-normal"
 Device     "Card0-normal"
 Monitor    "LCD"
 DefaultDepth 16
 SubSection "Display"
  Depth     15
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     16
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     24
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

Section "Screen"
 Identifier "Screen0-clone-setup"
 Device     "Card0-clone-setup"
 Monitor    "LCD"
 DefaultDepth 24
 SubSection "Display"
  Depth     15
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     16
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     24
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

Section "DRI"
 Mode 0666
EndSection
- --------------------------------------------------------------------------

I try to search in google but the only hint I found was to disable DRI. I try 
that but it still don't work.
Has anyone any hint?
Thanks to everyone and sorry for my poor english ;-)

Andrea Zito
- -- 
Nivox

Linux Registered User #290686
Powered by: Debian Testing/Unstable
JABBER: nivox@jabber.linux.it
GPG Key ID: 0xC6A50D8D (info: www.gnupg.org)
GPG Keyserver: http://www.keyserver.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBLw/kfhOftsalDY0RAvfXAKCbR3/jW9sEprdoKGmpfCSWZIwu7QCdF4sy
9OVUiSRIRGJsOLSt56ZroOI=
=BuIo
-----END PGP SIGNATURE-----



Reply to: