On Fri, Sep 23, 2005 at 04:52:15PM +0200, Ivo Marino wrote: > Hello folks, > > I've recently upgraded my Debian testing based iBook2 (G3) from XFree to > X.org -- My X configuration file has actually not changed, just the > configuration file name of course. > > My problem is that, since I've upgraded to X.org, I expect a delay after > resuming my iBook from the sleep/suspend state; This delay has never > occurred during the `good old` days I was running XFree. > > [ ... ]
Our graphic chips seem to be different ones, but I'm not sure whether they're that much different: excerpt from lspci here: " VGA compatible controller: ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] (rev 01)" :$ cat /proc/cpuinfo processor : 0 cpu : 7455, altivec supported clock : 867MHz revision : 0.2 (pvr 8001 0302) bogomips : 865.18 machine : PowerBook3,5 motherboard : PowerBook3,5 MacRISC2 MacRISC Power Macintosh detected as : 80 (PowerBook Titanium IV) pmac flags : 0000001b L2 cache : 256K unified memory : 768MB pmac-generation : NewWorld We also probably have different screen sizes ... But here's my xorg.conf ... IIRC at least parts of it were completely made automagically during or after the new xorg stuff install a few months ago ... : # xorg.conf.dpkg-new (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.dpkg-new manual page. # (Type "man xorg.conf.dpkg-new" 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 commands as root: # # cp /etc/X11/xorg.conf.dpkg-new /etc/X11/xorg.conf.dpkg-new.custom # md5sum /etc/X11/xorg.conf.dpkg-new >/var/lib/xfree86/xorg.conf.dpkg-new.md5sum # dpkg-reconfigure xserver-xorg Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "v4l" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" Option "XkbOptions" "lv3:lwin_switch" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "false" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "Device" Identifier "ATI Technologies, Inc. Radeon R250 Lf [FireGL 9000]" Driver "ati" BusID "PCI:0:16:0" Option "UseFBDev" "true" Option "AGPSize" "16" Option "AGPMode" "4" Option "EnablePageFlip" Option "DRIReinit" "true" Option "BackingStore" "True" EndSection Section "Monitor" Identifier "Color LCD" DisplaySize 323 216 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies, Inc. Radeon R250 Lf [FireGL 9000]" Monitor "Color LCD" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1280x854" "1152x768" "1026x684" "900x600" "801x534" "720x480" "642x428" EndSubSection SubSection "Display" Depth 16 Modes "1280x854" "1152x768" "1026x684" "900x600" "801x534" "720x480" "642x428" EndSubSection SubSection "Display" Depth 24 Modes "1280x854" "1152x768" "1026x684" "900x600" "801x534" "720x480" "642x428" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection Oh yes: I'm not sure whether BackingStore is so safe to be enabled: But I want it for the Xboing special effects ... :) HTH Best Regards Wolfgang -- Wolfgang Pfeiffer http://profiles.yahoo.com/wolfgangpfeiffer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]