Intel 915GM slow performance.

I don't know what happen, but my Intel 915GM (graphic card) is very very slow under linux.
I've already tried the i810 driver, and the intel driver. The performance is like 30~40% of the original on Windows...
The direct rendering is up, below it's some bench and config files:
glxgears output:
sebastorama ~ $ glxgears
2776 frames in 5.0 seconds = 555.132 FPS
2802 frames in 5.0 seconds = 560.347 FPS
2816 frames in 5.0 seconds = 563.037 FPS
2788 frames in 5.0 seconds = 557.578 FPS
xorg.conf file:
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
#FontPath "unix/:-1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/aquafont"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/arphicfonts"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/cheapskatefonts"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/urw-fonts"
FontPath "/usr/share/fonts/urwvn-fonts"
FontPath "/usr/share/fonts/hunkyfonts"
FontPath "/usr/share/fonts/lfpfonts-fix"
FontPath "/usr/share/fonts/lfpfonts-var"
FontPath "/usr/share/fonts/myfonts"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
#Option "Xinerama" "true"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "dri"
load "int10"
Load "dbe" # Double-Buffering Extension
Load "dri"
Load "GLcore"
Load "extmod"
Load "freetype"
Load "glx" # 3D layer
Load "synaptics"
Load "record"
Load "vbe"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us_intl"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "SendCoreEvents" "true"
Option "Emulate3Buttons" "true"
EndSection
#Section "InputDevice"
# Identifier "FW-Mouse"
# Driver "evdev"
# Option "Protocol" "IMPS/2"
# Option "Device" "/dev/input/fwmouse"
# Option "ZAxisMapping" "4 5"
# Option "SendCoreEvents" "true"
#EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "touchpad"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.12"
Option "MaxSpeed" "0.24"
Option "AccelFactor" "0.0020"
Option "SHMConfig" "on"
# Option "Repeater" "/dev/ps2mouse"
EndSection
Section "Monitor"
Identifier "LCD"
VendorName "Generic"
ModelName "Flat Panel"
HorizSync 30-81
VertRefresh 56-75
Option "DPMS"
EndSection
Section "Monitor"
Identifier "VGA"
VendorName "Projector"
ModelName "Projector"
EndSection
Section "Device"
Identifier "device0"
Driver "i810"
# Option "DPMS"
VideoRam 32768
BusID "PCI:0:2:0"
# Screen 0
# Option "DevicePresence" "yes"
# Option "MonitorLayout" "CRT,LFP"
# Option "NoAccel" "false"
# Option "DRI" "true"
# Option "XVideo" "true"
# Option "VBERestore" "true"
# Option "SWCursor" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "AccelMethod" "exa"
Option "MigrationHeuristic" "greedy"
EndSection
Section "Device"
Identifier "device1"
Driver "i810"
VideoRam 32768
BusID "PCI:0:2:1"
#Screen 1
#Option "Display" "DFP"
#Option "DevicePresence" "yes"
#Option "MonitorLayout" "CRT,LFP"
#Option "NoAccel" "false"
Option "DRI" "true"
#Option "XVideo" "true"
#Option "VBERestore" "false"
#Option "SWCursor" "true"
#Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Screen"
Identifier "screen0"
Device "device0"
Monitor "LCD"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "1440x900"
EndSubsection
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "VGA"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "touchpad" "CorePointer"
InputDevice "Mouse1"
# InputDevice "FW-Mouse"
Screen 0 "screen0" 0 0
#Screen 1 "screen1" RightOf "screen0"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Xort.0.log file:
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-ARCH i686
Current Operating System: Linux myhost 2.6.24-ARCH #1 SMP PREEMPT Sun Mar 30 11:40:06 CEST 2008 i686
Build Date: 23 March 2008 11:53:09AM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 26 01:24:35 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "layout1"
(**) |-->Screen "screen0" (0)
(**) | |-->Monitor "LCD"
(**) | |-->Device "device0"
(**) |-->Input Device "Keyboard1"
(**) |-->Input Device "touchpad"
(**) |-->Input Device "Mouse1"
(**) Option "AllowMouseOpenFail"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/aquafont".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/aquafont").
(WW) The directory "/usr/share/fonts/corefonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/default" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/arphicfonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/artwiz" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/cheapskatefonts" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
(WW) The directory "/usr/share/fonts/freefont" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/local" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ukr" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/sharefonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/urw-fonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/urwvn-fonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hunkyfonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/lfpfonts-fix" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/lfpfonts-var" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/myfonts".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/myfonts").
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/Type1,
/usr/share/fonts/75dpi,
/usr/share/fonts/misc,
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/TTF,
/usr/share/fonts/Type1
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d77c0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2590 card 103c,099c rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2592 card 103c,099c rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,2792 card 103c,099c rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 103c,099c rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 103c,099c rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 103c,099c rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 103c,099c rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 103c,099c rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 103c,099c rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1e:3: chip 8086,266d card 103c,099c rev 03 class 07,03,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2641 card 103c,099c rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,266f card 103c,099c rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 0000,0000 rev 03 class 0c,05,00 hdr 00
(II) PCI: 02:04:0: chip 8086,4220 card 103c,12f5 rev 05 class 02,80,00 hdr 00
(II) PCI: 02:06:0: chip 104c,8031 card 1400,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:06:1: chip 104c,8031 card 1c00,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:06:2: chip 104c,8032 card 103c,099c rev 00 class 0c,00,10 hdr 80
(II) PCI: 02:06:3: chip 104c,8033 card 103c,099c rev 00 class 01,80,00 hdr 80
(II) PCI: 02:06:4: chip 104c,8034 card 103c,099c rev 00 class 08,05,00 hdr 80
(II) PCI: 02:06:5: chip 104c,8035 card 103c,099c rev 00 class 07,80,00 hdr 80
(II) PCI: 02:0e:0: chip 14e4,165e card 103c,099c rev 03 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,16), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 16: bridge is at (0:28:0), (0,16,16), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,7), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xd0000000 - 0xd03fffff (0x400000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:6:0), (2,3,3), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) PCI-to-CardBus bridge:
(II) Bus 4: bridge is at (2:6:1), (2,4,7), BCTRL: 0x05c0 (VGA_EN is cleared)
(--) PCI:*(0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xd0400000/19, 0xc0000000/28, 0xd0480000/18, I/O @ 0x7000/3
(--) PCI: (0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xd0500000/19
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
(II) Active PCI resource ranges:
[0] -1 0 0xd0020000 - 0xd002ffff (0x10000) MX[b]
[1] -1 0 0xd0010000 - 0xd0010fff (0x1000) MX[b]
[2] -1 0 0xd000f000 - 0xd000ffff (0x1000) MX[b]
[3] -1 0 0xd000e000 - 0xd000efff (0x1000) MX[b]
[4] -1 0 0xd000d000 - 0xd000dfff (0x1000) MX[b]
[5] -1 0 0xd000c000 - 0xd000c0ff (0x100) MX[b]
[6] -1 0 0xd000b000 - 0xd000b0ff (0x100) MX[b]
[7] -1 0 0xd000a000 - 0xd000a0ff (0x100) MX[b]
[8] -1 0 0xd0008000 - 0xd0009fff (0x2000) MX[b]
[9] -1 0 0xd0004000 - 0xd0007fff (0x4000) MX[b]
[10] -1 0 0xd0003000 - 0xd00037ff (0x800) MX[b]
[11] -1 0 0xd0000000 - 0xd0000fff (0x1000) MX[b]
[12] -1 0 0xd0582000 - 0xd05820ff (0x100) MX[b]
[13] -1 0 0xd0581000 - 0xd05811ff (0x200) MX[b]
[14] -1 0 0xd0580000 - 0xd05803ff (0x400) MX[b]
[15] -1 0 0xd0500000 - 0xd057ffff (0x80000) MX[b](B)
[16] -1 0 0xd0480000 - 0xd04bffff (0x40000) MX[b](B)
[17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
[18] -1 0 0xd0400000 - 0xd047ffff (0x80000) MX[b](B)
[19] -1 0 0x00001200 - 0x0000121f (0x20) IX[b]
[20] -1 0 0x00002580 - 0x0000258f (0x10) IX[b]
[21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[25] -1 0 0x00002500 - 0x0000257f (0x80) IX[b]
[26] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[27] -1 0 0x00002200 - 0x0000223f (0x40) IX[b]
[28] -1 0 0x00002100 - 0x000021ff (0x100) IX[b]
[29] -1 0 0x00002060 - 0x0000207f (0x20) IX[b]
[30] -1 0 0x00002040 - 0x0000205f (0x20) IX[b]
[31] -1 0 0x00002020 - 0x0000203f (0x20) IX[b]
[32] -1 0 0x00002000 - 0x0000201f (0x20) IX[b]
[33] -1 0 0x00007000 - 0x00007007 (0x8) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xd0020000 - 0xd002ffff (0x10000) MX[b]
[1] -1 0 0xd0010000 - 0xd0010fff (0x1000) MX[b]
[2] -1 0 0xd000f000 - 0xd000ffff (0x1000) MX[b]
[3] -1 0 0xd000e000 - 0xd000efff (0x1000) MX[b]
[4] -1 0 0xd000d000 - 0xd000dfff (0x1000) MX[b]
[5] -1 0 0xd000c000 - 0xd000c0ff (0x100) MX[b]
[6] -1 0 0xd000b000 - 0xd000b0ff (0x100) MX[b]
[7] -1 0 0xd000a000 - 0xd000a0ff (0x100) MX[b]
[8] -1 0 0xd0008000 - 0xd0009fff (0x2000) MX[b]
[9] -1 0 0xd0004000 - 0xd0007fff (0x4000) MX[b]
[10] -1 0 0xd0003000 - 0xd00037ff (0x800) MX[b]
[11] -1 0 0xd0000000 - 0xd0000fff (0x1000) MX[b]
[12] -1 0 0xd0582000 - 0xd05820ff (0x100) MX[b]
[13] -1 0 0xd0581000 - 0xd05811ff (0x200) MX[b]
[14] -1 0 0xd0580000 - 0xd05803ff (0x400) MX[b]
[15] -1 0 0xd0500000 - 0xd057ffff (0x80000) MX[b](B)
[16] -1 0 0xd0480000 - 0xd04bffff (0x40000) MX[b](B)
[17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
[18] -1 0 0xd0400000 - 0xd047ffff (0x80000) MX[b](B)
[19] -1 0 0x00001200 - 0x0000121f (0x20) IX[b]
[20] -1 0 0x00002580 - 0x0000258f (0x10) IX[b]
[21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[25] -1 0 0x00002500 - 0x0000257f (0x80) IX[b]
[26] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[27] -1 0 0x00002200 - 0x0000223f (0x40) IX[b]
[28] -1 0 0x00002100 - 0x000021ff (0x100) IX[b]
[29] -1 0 0x00002060 - 0x0000207f (0x20) IX[b]
[30] -1 0 0x00002040 - 0x0000205f (0x20) IX[b]
[31] -1 0 0x00002020 - 0x0000203f (0x20) IX[b]
[32] -1 0 0x00002000 - 0x0000201f (0x20) IX[b]
[33] -1 0 0x00007000 - 0x00007007 (0x8) IX[b](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xd0020000 - 0xd002ffff (0x10000) MX[b]
[5] -1 0 0xd0010000 - 0xd0010fff (0x1000) MX[b]
[6] -1 0 0xd000f000 - 0xd000ffff (0x1000) MX[b]
[7] -1 0 0xd000e000 - 0xd000efff (0x1000) MX[b]
[8] -1 0 0xd000d000 - 0xd000dfff (0x1000) MX[b]
[9] -1 0 0xd000c000 - 0xd000c0ff (0x100) MX[b]
[10] -1 0 0xd000b000 - 0xd000b0ff (0x100) MX[b]
[11] -1 0 0xd000a000 - 0xd000a0ff (0x100) MX[b]
[12] -1 0 0xd0008000 - 0xd0009fff (0x2000) MX[b]
[13] -1 0 0xd0004000 - 0xd0007fff (0x4000) MX[b]
[14] -1 0 0xd0003000 - 0xd00037ff (0x800) MX[b]
[15] -1 0 0xd0000000 - 0xd0000fff (0x1000) MX[b]
[16] -1 0 0xd0582000 - 0xd05820ff (0x100) MX[b]
[17] -1 0 0xd0581000 - 0xd05811ff (0x200) MX[b]
[18] -1 0 0xd0580000 - 0xd05803ff (0x400) MX[b]
[19] -1 0 0xd0500000 - 0xd057ffff (0x80000) MX[b](B)
[20] -1 0 0xd0480000 - 0xd04bffff (0x40000) MX[b](B)
[21] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
[22] -1 0 0xd0400000 - 0xd047ffff (0x80000) MX[b](B)
[23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[24] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[25] -1 0 0x00001200 - 0x0000121f (0x20) IX[b]
[26] -1 0 0x00002580 - 0x0000258f (0x10) IX[b]
[27] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[31] -1 0 0x00002500 - 0x0000257f (0x80) IX[b]
[32] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[33] -1 0 0x00002200 - 0x0000223f (0x40) IX[b]
[34] -1 0 0x00002100 - 0x000021ff (0x100) IX[b]
[35] -1 0 0x00002060 - 0x0000207f (0x20) IX[b]
[36] -1 0 0x00002040 - 0x0000205f (0x20) IX[b]
[37] -1 0 0x00002020 - 0x0000203f (0x20) IX[b]
[38] -1 0 0x00002000 - 0x0000201f (0x20) IX[b]
[39] -1 0 0x00007000 - 0x00007007 (0x8) IX[b](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.4.0.90, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.1.0
ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "i810"
(II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 2.2.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.4.0, module version = 1.2.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.4.0, module version = 1.2.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
(II) Primary Device is: PCI 00:02:0
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 915GM found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xd0020000 - 0xd002ffff (0x10000) MX[b]
[5] -1 0 0xd0010000 - 0xd0010fff (0x1000) MX[b]
[6] -1 0 0xd000f000 - 0xd000ffff (0x1000) MX[b]
[7] -1 0 0xd000e000 - 0xd000efff (0x1000) MX[b]
[8] -1 0 0xd000d000 - 0xd000dfff (0x1000) MX[b]
[9] -1 0 0xd000c000 - 0xd000c0ff (0x100) MX[b]
[10] -1 0 0xd000b000 - 0xd000b0ff (0x100) MX[b]
[11] -1 0 0xd000a000 - 0xd000a0ff (0x100) MX[b]
[12] -1 0 0xd0008000 - 0xd0009fff (0x2000) MX[b]
[13] -1 0 0xd0004000 - 0xd0007fff (0x4000) MX[b]
[14] -1 0 0xd0003000 - 0xd00037ff (0x800) MX[b]
[15] -1 0 0xd0000000 - 0xd0000fff (0x1000) MX[b]
[16] -1 0 0xd0582000 - 0xd05820ff (0x100) MX[b]
[17] -1 0 0xd0581000 - 0xd05811ff (0x200) MX[b]
[18] -1 0 0xd0580000 - 0xd05803ff (0x400) MX[b]
[19] -1 0 0xd0500000 - 0xd057ffff (0x80000) MX[b](B)
[20] -1 0 0xd0480000 - 0xd04bffff (0x40000) MX[b](B)
[21] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
[22] -1 0 0xd0400000 - 0xd047ffff (0x80000) MX[b](B)
[23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[24] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[25] -1 0 0x00001200 - 0x0000121f (0x20) IX[b]
[26] -1 0 0x00002580 - 0x0000258f (0x10) IX[b]
[27] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[31] -1 0 0x00002500 - 0x0000257f (0x80) IX[b]
[32] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[33] -1 0 0x00002200 - 0x0000223f (0x40) IX[b]
[34] -1 0 0x00002100 - 0x000021ff (0x100) IX[b]
[35] -1 0 0x00002060 - 0x0000207f (0x20) IX[b]
[36] -1 0 0x00002040 - 0x0000205f (0x20) IX[b]
[37] -1 0 0x00002020 - 0x0000203f (0x20) IX[b]
[38] -1 0 0x00002000 - 0x0000201f (0x20) IX[b]
[39] -1 0 0x00007000 - 0x00007007 (0x8) IX[b](B)
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xd0020000 - 0xd002ffff (0x10000) MX[b]
[5] -1 0 0xd0010000 - 0xd0010fff (0x1000) MX[b]
[6] -1 0 0xd000f000 - 0xd000ffff (0x1000) MX[b]
[7] -1 0 0xd000e000 - 0xd000efff (0x1000) MX[b]
[8] -1 0 0xd000d000 - 0xd000dfff (0x1000) MX[b]
[9] -1 0 0xd000c000 - 0xd000c0ff (0x100) MX[b]
[10] -1 0 0xd000b000 - 0xd000b0ff (0x100) MX[b]
[11] -1 0 0xd000a000 - 0xd000a0ff (0x100) MX[b]
[12] -1 0 0xd0008000 - 0xd0009fff (0x2000) MX[b]
[13] -1 0 0xd0004000 - 0xd0007fff (0x4000) MX[b]
[14] -1 0 0xd0003000 - 0xd00037ff (0x800) MX[b]
[15] -1 0 0xd0000000 - 0xd0000fff (0x1000) MX[b]
[16] -1 0 0xd0582000 - 0xd05820ff (0x100) MX[b]
[17] -1 0 0xd0581000 - 0xd05811ff (0x200) MX[b]
[18] -1 0 0xd0580000 - 0xd05803ff (0x400) MX[b]
[19] -1 0 0xd0500000 - 0xd057ffff (0x80000) MX[b](B)
[20] -1 0 0xd0480000 - 0xd04bffff (0x40000) MX[b](B)
[21] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
[22] -1 0 0xd0400000 - 0xd047ffff (0x80000) MX[b](B)
[23] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[24] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[25] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[27] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[28] -1 0 0x00001200 - 0x0000121f (0x20) IX[b]
[29] -1 0 0x00002580 - 0x0000258f (0x10) IX[b]
[30] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[32] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[33] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[34] -1 0 0x00002500 - 0x0000257f (0x80) IX[b]
[35] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[36] -1 0 0x00002200 - 0x0000223f (0x40) IX[b]
[37] -1 0 0x00002100 - 0x000021ff (0x100) IX[b]
[38] -1 0 0x00002060 - 0x0000207f (0x20) IX[b]
[39] -1 0 0x00002040 - 0x0000205f (0x20) IX[b]
[40] -1 0 0x00002020 - 0x0000203f (0x20) IX[b]
[41] -1 0 0x00002000 - 0x0000201f (0x20) IX[b]
[42] -1 0 0x00007000 - 0x00007007 (0x8) IX[b](B)
[43] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[44] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules//libvbe.so
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 0.1.0
ABI class: X.Org Video Driver, version 2.0
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "AccelMethod" "exa"
(II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
(--) intel(0): Chipset: "915GM"
(--) intel(0): Linear framebuffer at 0xC0000000
(--) intel(0): IO registers at addr 0xD0400000
(II) intel(0): 2 display pipes available.
(**) intel(0): Using EXA for acceleration
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section VGA
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): EDID vendor "LPL", prod id 0
(II) intel(0): EDID quirk: Detailed timings give horizontal size in cm.
(II) intel(0): EDID quirk: Detailed timings give sizes in cm.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) intel(0): initializing int10
(WW) intel(0): Bad V_BIOS checksum
(II) intel(0): Primary V_BIOS segment is: 0xc000
(II) intel(0): VESA BIOS detected
(II) intel(0): VESA VBE Version 3.0
(II) intel(0): VESA VBE Total Mem: 7872 kB
(II) intel(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
(II) intel(0): VESA VBE OEM Software Rev: 1.0
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation
(II) intel(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): No SDVO device found on SDVOB
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Output TV has no monitor section
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): EDID vendor "SAM", prod id 627
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
(II) intel(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
(II) intel(0): Modeline "1280x1024"x59.9 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
(II) intel(0): Modeline "1280x960"x59.9 101.25 1280 1360 1488 1696 960 963 967 996 -hsync +vsync (59.7 kHz)
(II) intel(0): Modeline "1152x864"x74.8 104.00 1152 1224 1344 1536 864 867 871 905 -hsync +vsync (67.7 kHz)
(II) intel(0): EDID vendor "SAM", prod id 627
(II) intel(0): EDID vendor "LPL", prod id 0
(II) intel(0): EDID quirk: Detailed timings give horizontal size in cm.
(II) intel(0): EDID quirk: Detailed timings give sizes in cm.
(II) intel(0): Output VGA connected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TV disconnected
(II) intel(0): Output VGA using initial mode 1440x900
(II) intel(0): Output LVDS using initial mode 1024x768
(II) intel(0): Monitoring connected displays enabled
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 7932 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(**) intel(0): Display dimensions: (410, 260) mm
(**) intel(0): DPI set to (89, 140)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 2.2.0
ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00020203 to 0x00020207
(WW) intel(0): PIPEASTAT before: status: VBLANK_INT_ENABLE VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): PIPEASTAT after: status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x800012d3 to 0x800010bb
(WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x000234b5 to 0x00028283
(WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00011a5a to 0x00014141
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xd0480000 - 0xd04bffff (0x40000) MS[b]
[1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MS[b]
[2] 0 0 0xd0400000 - 0xd047ffff (0x80000) MS[b]
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[7] -1 0 0xd0020000 - 0xd002ffff (0x10000) MX[b]
[8] -1 0 0xd0010000 - 0xd0010fff (0x1000) MX[b]
[9] -1 0 0xd000f000 - 0xd000ffff (0x1000) MX[b]
[10] -1 0 0xd000e000 - 0xd000efff (0x1000) MX[b]
[11] -1 0 0xd000d000 - 0xd000dfff (0x1000) MX[b]
[12] -1 0 0xd000c000 - 0xd000c0ff (0x100) MX[b]
[13] -1 0 0xd000b000 - 0xd000b0ff (0x100) MX[b]
[14] -1 0 0xd000a000 - 0xd000a0ff (0x100) MX[b]
[15] -1 0 0xd0008000 - 0xd0009fff (0x2000) MX[b]
[16] -1 0 0xd0004000 - 0xd0007fff (0x4000) MX[b]
[17] -1 0 0xd0003000 - 0xd00037ff (0x800) MX[b]
[18] -1 0 0xd0000000 - 0xd0000fff (0x1000) MX[b]
[19] -1 0 0xd0582000 - 0xd05820ff (0x100) MX[b]
[20] -1 0 0xd0581000 - 0xd05811ff (0x200) MX[b]
[21] -1 0 0xd0580000 - 0xd05803ff (0x400) MX[b]
[22] -1 0 0xd0500000 - 0xd057ffff (0x80000) MX[b](B)
[23] -1 0 0xd0480000 - 0xd04bffff (0x40000) MX[b](B)
[24] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
[25] -1 0 0xd0400000 - 0xd047ffff (0x80000) MX[b](B)
[26] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
[27] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
[28] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
[29] 0 0 0x00007000 - 0x00007007 (0x8) IS[b]
[30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[31] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[32] -1 0 0x00001200 - 0x0000121f (0x20) IX[b]
[33] -1 0 0x00002580 - 0x0000258f (0x10) IX[b]
[34] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[35] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[36] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[37] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[38] -1 0 0x00002500 - 0x0000257f (0x80) IX[b]
[39] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
[40] -1 0 0x00002200 - 0x0000223f (0x40) IX[b]
[41] -1 0 0x00002100 - 0x000021ff (0x100) IX[b]
[42] -1 0 0x00002060 - 0x0000207f (0x20) IX[b]
[43] -1 0 0x00002040 - 0x0000205f (0x20) IX[b]
[44] -1 0 0x00002020 - 0x0000203f (0x20) IX[b]
[45] -1 0 0x00002000 - 0x0000201f (0x20) IX[b]
[46] -1 0 0x00007000 - 0x00007007 (0x8) IX[b](B)
[47] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
[48] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(WW) intel(0): VideoRam configuration found, which is no longer recommended.
(II) intel(0): Continuing with default 262144kB VideoRam instead of 32768 kB.
(II) intel(0): Kernel reported 238848 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 955388 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): VideoRam: 262144 KB
(**) intel(0): Framebuffer compression enabled
(**) intel(0): Tiling enabled
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Success.
(II) intel(0): Increasing the scanline pitch to allow tiling mode (1472 -> 2048).
(II) intel(0): [drm] Registers = 0xd0400000
(II) intel(0): [drm] ring buffer = 0xc0000000
(II) intel(0): [drm] mapped front buffer at 0xc1000000, handle = 0xc1000000
(II) intel(0): [drm] mapped back buffer at 0xc5000000, handle = 0xc5000000
(II) intel(0): [drm] mapped depth buffer at 0xc6000000, handle = 0xc6000000
(II) intel(0): [drm] mapped classic textures at 0xc7000000, handle = 0xc7000000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(==) intel(0): Write-combining range (0xc0000000,0x10000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(**) intel(0): Option "MigrationHeuristic" "greedy"
(II) EXA(0): Offscreen pixmap area of 35389440 bytes
(II) EXA(0): Driver registered support for the following operations:
(II) Solid
(II) Copy
(II) Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x01000000 (pgoffset 4096)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x02000000 (pgoffset 8192)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x05000000 (pgoffset 20480)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x06000000 (pgoffset 24576)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x07000000 (pgoffset 28672)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x000000003f820000 physical
(II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000003fe20000 physical
(II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000003fe21000 physical
(II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
(II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x000000003fe33000 physical
(II) intel(0): 0x007bf000: end of stolen memory
(II) intel(0): 0x01000000-0x01ffffff: front buffer (11520 kB) X tiled
(II) intel(0): 0x02000000-0x041bffff: exa offscreen (34560 kB)
(II) intel(0): 0x05000000-0x05ffffff: back buffer (11520 kB) X tiled
(II) intel(0): 0x06000000-0x06ffffff: depth buffer (11520 kB) X tiled
(II) intel(0): 0x07000000-0x08ffffff: classic textures (32768 kB)
(II) intel(0): 0x10000000: end of aperture
(II) intel(0): fbc disabled on plane a
(II) intel(0): fbc disabled on plane a
(II) intel(0): fbc disabled on plane a
(II) intel(0): fbc disabled on plane a
(II) intel(0): fbc disabled on plane a
(II) intel(0): fbc disabled on plane a
(II) intel(0): fbc disabled on plane a
(II) intel(0): fbc disabled on plane a
(II) intel(0): fbc disabled on plane a
(II) intel(0): fbc disabled on plane a
(II) intel(0): Output configuration:
(II) intel(0): Pipe A is on
(II) intel(0): Display plane A is now enabled and connected to pipe A.
(II) intel(0): Pipe B is on
(II) intel(0): Display plane B is now enabled and connected to pipe B.
(II) intel(0): Output VGA is connected to pipe A
(II) intel(0): Output LVDS is connected to pipe B
(II) intel(0): Output TV is connected to pipe none
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) Option "dpms"
(**) intel(0): DPMS enabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: Enabled
(WW) intel(0): Option "XAANoOffscreenPixmaps" is not used
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 410 x 257
(**) Option "CoreKeyboard"
(**) Keyboard1: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard1: XkbModel: "pc105"
(**) Option "XkbLayout" "us_intl"
(**) Keyboard1: XkbLayout: "us_intl"
(WW) Option "XkbOptions" requires an string value
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) touchpad auto-dev sets device to /dev/input/event9
(**) Option "Device" "/dev/input/event9"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "1700"
(**) Option "RightEdge" "5300"
(**) Option "TopEdge" "1700"
(**) Option "BottomEdge" "4200"
(**) Option "VertScrollDelta" "100"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "220"
(--) touchpad touchpad found
(**) Option "CorePointer"
(**) touchpad: always reports core events
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "SendCoreEvents" "true"
(**) Mouse1: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 9
(**) Mouse1: Sensitivity: 1
(II) evaluating device (Mouse1)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) evaluating device (touchpad)
(II) XINPUT: Adding extended input device "touchpad" (type: MOUSE)
(II) evaluating device (Keyboard1)
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) Mouse1: ps2EnableDataReporting: succeeded
(--) touchpad auto-dev sets device to /dev/input/event9
(**) Option "Device" "/dev/input/event9"
(--) touchpad touchpad found
(II) intel(0): fbc disabled on plane a
(II) intel(0): fbc disabled on plane a
(II) intel(0): EDID vendor "SAM", prod id 627
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
(II) intel(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
(II) intel(0): Modeline "1280x1024"x59.9 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
(II) intel(0): Modeline "1280x960"x59.9 101.25 1280 1360 1488 1696 960 963 967 996 -hsync +vsync (59.7 kHz)
(II) intel(0): Modeline "1152x864"x74.8 104.00 1152 1224 1344 1536 864 867 871 905 -hsync +vsync (67.7 kHz)
(II) intel(0): EDID vendor "SAM", prod id 627
(II) intel(0): EDID vendor "LPL", prod id 0
(II) intel(0): EDID quirk: Detailed timings give horizontal size in cm.
(II) intel(0): EDID quirk: Detailed timings give sizes in cm.
I tried changing driver as described above,and changing some options on Device section...
If anyone has a intel915GM working fine, please, give-me some light...
Thanks..

Hey,
I've had similar problems with an intel 950 card.
What worked for me is using the 'xf86-video-intel' package, thus using the 'intel' driver
and not 'i810'.
Plus - I recreated the xorg.conf file using 'hwd -xa', which gave me the best performance (have a look at the Xorg configuration wiki,
its explained there).
These are my current rates:
5048 frames in 5.0 seconds = 1009.550 FPS
5037 frames in 5.0 seconds = 1007.200 FPS
5076 frames in 5.0 seconds = 1015.112 FPS
And this is my xorg.conf for you to compare (though, again, you should use hwd -xa):
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "USB Mouse" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
FontPath "/usr/share/fonts/cyrillic"
# FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
# FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/share/fonts/defoma/CID"
FontPath "/usr/share/fonts/defoma/TrueType"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "type1"
Load "freetype"
Load "record"
# Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" ""
EndSection
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "synaptics"
: Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection
# Auto-generated by Archie mkxcfg
Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
# HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
# VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
# Default modes distilled from
# "VESA and Industry Standards and Guide for Computer Display Monitor
# Timing", version 1.0, revision 0.8, adopted September 17, 1998.
# $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
# 640x350 @ 85Hz (VESA) hsync: 37.9kHz
ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
# 640x400 @ 85Hz (VESA) hsync: 37.9kHz
ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
# 720x400 @ 85Hz (VESA) hsync: 37.9kHz
ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
# 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
# 640x480 @ 72Hz (VESA) hsync: 37.9kHz
ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
# 640x480 @ 75Hz (VESA) hsync: 37.5kHz
ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
# 640x480 @ 85Hz (VESA) hsync: 43.3kHz
# 640x480 @ 75Hz (VESA) hsync: 37.5kHz
ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
# 640x480 @ 85Hz (VESA) hsync: 43.3kHz
ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
# 800x600 @ 56Hz (VESA) hsync: 35.2kHz
ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
# 800x600 @ 60Hz (VESA) hsync: 37.9kHz
ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
# 800x600 @ 72Hz (VESA) hsync: 48.1kHz
ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
# 800x600 @ 75Hz (VESA) hsync: 46.9kHz
ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
# 800x600 @ 85Hz (VESA) hsync: 53.7kHz
ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
# 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
# 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
# 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
# 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
# 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
# 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
# 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
# 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
# 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
# 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
# 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
# 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
# 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
# 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
# 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
# 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
# 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
# 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
# Additional modelines
ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
# Extended modelines with GTF timings
# 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
# 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
# 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
# 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
# 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
# 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
# 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
# 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
# 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
# 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
# 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
# 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
# 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
# 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
# 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
# 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
# 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
# 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
# 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
# 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
EndSection
# Auto-generated by Archie mkxcfg
Section "Device"
Identifier "Card0"
Driver "intel"
# Option "AccelMethod" "xaa"
Option "MigrationHeuristic" "greedy"
VendorName "All"
BoardName "All"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
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
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Regards
fiod
Last edited by fiod (2008-04-26 07:32:51)

Similar Messages

  • Slow performance on Intel Mac a damaged disk?

    Hi,
    I'm experiencing very slow performance on my Intel Mac 216 Ghz core duo, with 2GB 667 MHz DDR2 SDRAM. Running OS 10.6.8. Have been experiencing reduced performance, can't use Entourage email or Chrome, Firefox browsers at the same time. Ran Utilities to repair permissions, only a Java set of issues. Disk Utilities found no problems with the disk.  Have experienced this issue increasingly for 5-6 months. Using Activity Window i see that Entourage, Word, Safari, Chrome, even System Preferences pane sometimes "Is not responding". Other system services take longer than before.
    Apple support had me get larger RAM chip. Now have 2GB Ram. Upgraded to OS 10.6.8 with no improvement. Ran Software Update several times.
    I have no anti virus software, have disabled Spotlight and any other memory demanding software. I'm on a in-home wi-fi network on an Airport Extreme.
    In addition, at startup it takes 15+ seconds for the keyboard (wired) typing to show in the log on field. Running a single account with Admin access. Screen refreshes slow at times. Currently running is Safe Boot mode but that's not helping much.
    Read on this board discussion 23238910 to use Terminal Window to do a syslog comand. The results in the Text Edit reads
    Thu Jun  5 14:29:54 strait-admins-computer kernel[0] <Debug>: disk1: I/O error.
    Thu Jun  5 14:32:25 strait-admins-computer kernel[0] <Debug>: disk1: I/O error.
    Thu Jun  5 16:44:10 strait-admins-computer kernel[0] <Debug>: disk1: I/O error.
    Fri Jun  6 09:07:00 strait-admins-computer kernel[0] <Debug>: disk1: I/O error.
    I need to resolve the issue as it's killing my time!
    Thanks for any suggestions.

    It does not sound good for your disk drive.
    I suggest you backup everything to an external disk drive ASAP.
    Review the steps to changing the disk drive at http://www.ifixit.com/Guide/iMac+Intel+20-Inch+EMC+2266+Hard+Drive+Replacement/9 19

  • CS5 or Pc  Slow performance?

    Hi there,I have a problem with my pc at work and because I am not quite sure in which one is exactly the problem I decide to ask you.The pc is intel pentium 4 with 3 Gb Ram  XP professional service pack 3 Photoshop CS 5.
    The pc is connected to server(data base).When I open a bunch of photos (20-30) approximately 8 - 12 MB each one and sometimes I experience a slow performance(for example I am trying to retouch/clone something and it takes a lot of time for the pc to redraw/respond) the interesting part is that it doesn't happen always(sometimes can be even 3 photos and it will take ages to do something) also I notice that after appr. 20 minutes it's suddenly start to work as it should normally(it's like there was an update and when is updated/complete everything is fine).When that start to happen today I restart CS5 and load the same photos and it work fine, so it is really bizarre for me.I put a 89% ram usage to the CS5(I pretty much use only all the time Photoshop and bridge )   also made the history steps to 7 and the cache to 6 for big and flat files.I was checking the Efficiency and it's all the time 100 % so it's like it's not the photoshop but like I said today i just restard the ps and upload the same photos and got fix...I tried to copy the photos on my hard drive(so it should not be affect of the performance of the server but still the same as when I take them straight from the server.Because the hard drive is only 80 gb ( I don't store anything there )   i did clean up and disk defragment still  the same situation.Do you know what can be the problem and is it the Photoshop or the Pc?I'll appreciate it.
    Thank you  

    Could be that your PC is sometimes looking to check things on the server, and maybe the server or network is busy/bogged down and you PC gets caught in that cycle mess.....so,
    suggest next time you use Ps, set win performance monitor perfmon.exe or perfmon.msc ; setup to view graph of disk use and network activity and cpu usage.....then you may see/track a problem area.
    on win7, task manager does most of the same stuff

  • Slow performance on a iMac 27" (maybe originated by the HDD)

    Hello,
    Well, I've had my iMac for 10 months now, but have never really paid attention to its performance since it was my first Mac and I was upgrading from a quite old computer, so it obviously proved to be a far superior machine.
    However, I noticed the problem when I started to be more critical with my machine's performance (this triggered by the fact that I bought, some months after, a MacBook Air which flies beyond time and space). Curious about this, I requested a friend to do a benchmark test with Xbench resulting in his machine (another iMac 27” with comparable specs) clearly outperforming mine. Even the Air, with its slower processor and smaller RAM, has a relatively close performance.
    Additionally, I have started to notice how the computer takes a long time to start-up and, after the desktop is “layed out”, it takes a lot of time before the machine becomes “responsive” (I usually try to start Mail and Google Chrome as soon as the pointer pops in!) with the final result that I have to wait in company of the beach ball for quite some seconds (half a minute) and even after the application had started, I can still hear the HDD working it as if there would be no tomorrow! And then, it is slooooow. Funnily enough, “tougher” applications like Photoshop or Illustrator don’t seem to have as many problems, relatively speaking.
    A little bit on the background info: I have two partitions: one for Bootcamp (since I was migrating from Windows, I had some software that I wanted to use there: Matlab and Office, basically, and then some smaller Windows-only programs).
    Derived from the benchmark test, I think I might have isolated the problem to the HDD (not sure though!).
    SO THE QUESTIONS ARE:
    1. How can I verify that the slow performance is due to the HDD being defective/badly configured/etc.?
    2. Has the Windows Bootcamp Partition any effect on my machine’s performance under MacOS? (I would assume not, but you never know!). I have more than 1.3 TB free space left
    3. What kind of corrective measures should I take?
    4. Any other type of advice will be warmly welcome: I will try to do some PRAM and SMC resets but I am not counting on it. I had also ran the disk utilities and there were no permission errors (not so sure what this means, but I’ve read that it is supposed to be good news.)
    5. Any extra info you might need, lemme know!
    Greetz,
    Víctor.
    PS: Sorry for the loooong post. I tried to be thorough!

    1. How can I verify that the slow performance is due to the HDD being defective/badly configured/etc.?
    Run Apple Hardware Test: http://support.apple.com/kb/HT1509
    2. Has the Windows Bootcamp Partition any effect on my machine’s performance under MacOS? (I would assume not, but you never know!). I have more than 1.3 TB free space left
    Probably not but 1.3TB of free space left on the total HD is not enough for OS X, OS X needs a minimum of 10-15% free space! If you mean 1.3TB of Windows space I'd recommend posting that question in the Boot Camp forum.
    3. What kind of corrective measures should I take?
    If the drive is failing per the AHT then it's covered by warranty and will need to be replaced. Remember back up!!!!!!!!!!
    4. Any other type of advice will be warmly welcome: I will try to do some PRAM and SMC resets but I am not counting on it. I had also ran the disk utilities and there were no permission errors (not so sure what this means, but I’ve read that it is supposed to be good news.)
    Can't hurt, make sure you read the instructions carefully and execute the tests exactly as they are described for Intel based iMacs.
    5. Any extra info you might need, lemme know!
    If you no longer have a need for Windows on your iMac I'd recommend removing that partition using Boot Camp Assistant. That may correct your problems.
    I would also recommend checking if System Preferences - Startup Disk and see if your internal HD is highlighted as the Startup Disk.
    In addition I would recommend checking your Login Items (System Preferences - Accounts - Login Items) and delete any applications you don't need launching at Login.

  • Slow performance LR 1.3.1 (Library Module)

    LR 1.2 is running OK on my iMac. A while ago I tried LR 1.3. The upgrade really slowed down performance. Mostly a lag in the sliders and navigation tools in both Library and Develop modules that made it unworkable to me. I changed back to LR 1.2.
    Since I want to import Canon G9 RAW files into LR, I upgraded to LR 1.3.1 recently. Performance of sliders and the navigation tool in the Develop module seems the same as in LR 1.2 (or maybe even a little better). Which means it is OK (workable). It still shows the blur when navigating a 100% zoomed image though. But the navigation tool in the Library module still has the same slow performance as it had in LR 1.3. Unworkable!!! I tried everything: optimizing, new catalog, rendering previews, etc.
    I need the Library module to work smoothly (as in LR 1.2) in order to compare images at 100% zoom. I am afraid I have to go back to LR 1.2 again and find another solution for my Canon G9 RAW files. Most inconvenient. I am very disappointed. Especially, since Adobe showed they CAN get it right with the Develop module in version LR 1.3.1...
    Oh yeah, my system specs:
    iMac 2.16 GHz Intel Core 2 Duo
    3GB 667 Mhz DDR2 SDRAM (2GB + 1GB)
    232,89 GB Harddrive, 113 GB available
    ATI Radeon X1600 128MB
    Mac OS 10.4.11
    Please Adobe, make the Library module run as smoothly as the Develop module in version 1.3.2...

    The preview folder is 2,11 GB big. The .lrcat is 47 MB big.
    I opened a new test catalog. I imported 326 images. After the import I rendered 1:1 previews. It took a long time. Real memory used was between 700-1000MB. Virtual memory used was between 1000-1400MB. When it was done rendering it still keep on using 700MB real memory and 1000MB virtual memory. I had to close LR and restart. Real memory after restart was 75MB real memory and 375 virtual memory.
    But it didn't matter. The lag in the navigation tool of the Library module was still there.
    I noticed that when clicking in the navigation window there was less delay as when I slide the white square in the window (in Library module). In the develop module this seems the other way around. Sliding showed less delay than clicking.
    What's going on here?
    I also have a MacBook. Performance seems much faster than on my iMac overall. After creating a new catalog and rendering 1:1 previews, the lag in the navigation window seems less than before. But it was still there...

  • Extremely slow performance with Radeon HD 7870

    Hi,
    I am using a number of Adobe programs on my new Windows 8 64 bit system, with 16 gigs of ram, an Intel Core i5 2.67ghz, and AMD Radeon HD 7870 2 gig. All the programs (including After Effects and Illustrator) work very well with the exception of Photoshop CS6 64 bit, which has extremely slow performance with Use Graphics Processor enabled in my preferences (which Photoshop selects by default). If I turn off Use Graphics Processor, the slow performance vanishes. If I change Drawing Mode to Basic, there might be a slightly detectable improvement over Normal and Advanced, but it's still horribly slow. The refresh rate seems to be just a few frames per second. Everything is slow: brushes, zooming, panning, everything.
    I've tried changing the settings I've seen suggested elsewhere: I switched Cache levels to 2, history states to 10, and tile size to 128k. No effect. Photoshop is currently at the default of using 60% of available ram. Efficiency has remained at 100% throughout all my tests. Also, this slow performance has affected me from the moment I installed Photoshop; it didn't crop up after previous good performance. The problem exists regardless of the size or number of documents I have open. Performance is still terrible even when I create a 500 x 500 pixel blank new canvas and try a simple task like drawing with the brush.
    Photoshop is fully up to date, and so are my graphics drivers (Catalyst version 13.1). Any help would be greatly appreciated; at the moment performance is so bad in Photoshop that it's unusable with graphics acceleration enabled. Thanks in advance for replying.
    Photoshop System Info:
    Adobe Photoshop Version: 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00) x64
    Operating System: Windows 8 64-bit
    Version: 6.2
    System architecture: Intel CPU Family:6, Model:14, Stepping:5 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 4
    Processor speed: 2665 MHz
    Built-in memory: 16379 MB
    Free memory: 13443 MB
    Memory available to Photoshop: 14697 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 2
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Version: 1.2 AMD-APP (1084.4)
    OpenGL Version: 3.0
    Video Rect Texture Size: 16384
    OpenGL Memory: 2048 MB
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: AMD Radeon HD 7800 Series
    Display: 1
    Display Bounds: top=0, left=0, bottom=1080, right=1920
    Video Card Number: 2
    Video Card: AMD Radeon HD 7800 Series
    Driver Version:
    Driver Date:
    Video Card Driver: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: AMD Radeon HD 7800 Series
    Video Card Memory: 2048 MB
    Video Card Number: 1
    Video Card: Microsoft Basic Render Driver
    Driver Version: 9.12.0.0
    Driver Date: 20121219000000.000000-000
    Video Card Driver:
    Video Mode:
    Video Card Caption: Microsoft Basic Render Driver
    Video Card Memory: 0 MB
    Serial number: 90970078453021833509
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\Users\RAFFAE~1\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 931.5G, 534.8G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       ACE.dll   ACE 2012/06/05-15:16:32   66.507768   66.507768
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/09/10-12:31:21   5.0.4   79.517869
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   7.0.0.1686  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/06/05-15:16:32   66.507768   66.507768
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/06/05-15:16:32   66.507768   66.507768
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/06/05-15:16:32   66.507768   66.507768
       BIBUtils.dll   BIBUtils 2012/06/05-15:16:32   66.507768   66.507768
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.1.0.20577   2.1.0.20577
       CoolType.dll   CoolType 2012/06/05-15:16:32   66.507768   66.507768
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   2.1.2.1681  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
    Required plug-ins:
       3D Studio 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       Angled Strokes 13.0
       Average 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.3
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Clouds 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Collada 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Dicom 13.0
       Difference Clouds 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Embed Watermark 4.0
       Entropy 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Extrude 13.0
       FastCore Routines 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Flash 3D 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Google Earth 4 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Kurtosis 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Maximum 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Mean 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Measurement Core 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Median 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Mezzotint 13.0
       Minimum 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       MMXCore Routines 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Picture Package Filter 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Pinch 13.0
       Pixar 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Range 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.1.2
       Shear 13.0
       Skewness 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       STL 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Sumi-e 13.0
       Summation 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Variations 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       Wavefront|OBJ 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       WIA Support 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Wind 13.0
       Wireless Bitmap 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       ZigZag 13.0
    Optional and third party plug-ins:
       DAZ Studio 3D Bridge 12.0
       DazUpdateScene 12.0
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

    Great news!
    I followed your suggestion, Noel, and uninstalled my drivers with the Catalyst Uninstall Utility (which I hadn't used before), rebooted, reinstalled Catalyst 13.2 Beta 7, rebooted, deleted the PS Prefs, started PS, and now the performance is radically improved!
    It baffles me why I would need to do a clean driver uninstall in a new system environment that has only ever had this video card, and is only a few months old, but that action seems to be what's improved the situation. Note that because I deleted the PS preferences, the good performance now occurs with the default Use Graphics Processor enabled, and Drawing Mode set to Advanced (with every feature in the Advanced dialog checked except 30bit display).
    Having no reference point, I can't tell for sure if performance is as good as it theoretically ought to be for my system specs, but using the standard 13px brush is only slightly laggy behind the cursor, even if I become reckless and squiggle on the canvas violently. It wasn't just sluggish response before: Photoshop seemed to be in pain trying to draw the line segments as it laboured to catch up to the cursor. That is pretty much gone now.
    Much more tellingly, zooming and panning the canvas is like it ought to be, responsive and clean, more or less like it was for me in CS4 with my old Nvidia 9600GT. The poor performance with zooming and panning was the most worrying aspect of the issue. It's a great relief to see these working more properly now.
    I have to confess I'm a little embarrassed to have drug you through all this hassle only to discover that something as rudimentary as properly cleaning out the drivers would be the apparent solution. I never would have imagined that doing that, with such a new and stable system, would make any difference, since I don't have a legacy of older drivers dotting my hard drive. In any event, I'm really grateful that you guys took the time to try to help me.
    In the interest of completeness, here's the relevant portion of my system info after doing the reinstall steps I mentioned above:
    Adobe Photoshop Version: 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00) x64
    Operating System: Windows 8 64-bit
    Version: 6.2
    System architecture: Intel CPU Family:6, Model:14, Stepping:5 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 4
    Processor speed: 2665 MHz
    Built-in memory: 16379 MB
    Free memory: 13680 MB
    Memory available to Photoshop: 14695 MB
    Memory used by Photoshop: 60 %
    Image tile size: 1024K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Version: 3.0
    OpenGL Version: 3.0
    Video Rect Texture Size: 16384
    OpenGL Memory: 2048 MB
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: AMD Radeon HD 7800 Series
    Display: 1
    Display Bounds: top=0, left=0, bottom=1080, right=1920
    Video Card Number: 2
    Video Card: AMD Radeon HD 7800 Series
    Driver Version:
    Driver Date:
    Video Card Driver: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: AMD Radeon HD 7800 Series
    Video Card Memory: 2048 MB
    Video Card Number: 1
    Video Card: Microsoft Basic Render Driver
    Driver Version: 12.100.17.0
    Driver Date: 20130226000000.000000-000
    Video Card Driver:
    Video Mode:
    Video Card Caption: Microsoft Basic Render Driver
    Video Card Memory: 0 MB
    As you can see, the Microsoft Basic Render Driver still appears as a Video Card in the list. This presumably has something to do with Windows 8, and I really don't know if its presence here is still a sign that my card is not being used to its optimal capability. I have a hunch that the slight lag that I am still experiencing with the brush when Use Graphics Processor is on -- totally absent with the acceleration turned off -- implies that Photoshop is still unable to take maximum advantage of my card. I would assume that the brush tool should be more responsive with acceleration on than off, in a rig without any issues, but that's just assumption on my part. If you turn off Use Graphics Processor on your systems, is the brush tool more or less responsive?
    But again, panning the canvas with the hand tool is now extremely responsive, without any screen tearing or visible lag, and that's a massive improvement over the total meltdown of performance I was suffering from before.
    Thanks again very much for your help. I'm grateful to all of you who took the time to chime in.

  • ITunes 10.1 (64-bit) slow performance

    Hello all,
    I have recently bought a new pc, a very fast machine (see details below), but I'm experiencing bad performance with iTunes 10.1 (64-bit) for windows.
    I don't have a lot of stuff in iTunes, I have about 120 apps, 500 songs, 1200 photos, couple of ringtones and 0 videos in my library. The whole iTunes interface responds slowly. Like clicking on Music, Videos, my iPhone in the side menu makes iTunes freeze for a couple of seconds and then switches to the screen. Even after loading a screen iTunes is freezed for a seconds before it's responsive.
    I've googled around for a while, and got some tips to disable some options in the preference window, so I've set all unnecessary things off, like: crossfadings songs, automatic update checking, looking for devices, automatic organizing, ping, genius, shared libraries, etc. but it doesn't speed up iTunes much.
    It gets even worse whenever I connect my iPhone 3G (Fw 4.2.1, 16GB, Black). iTunes simply freezes for like half a minute and the pc makes a few beeping noises because of connecting an usb-device. Even Windows 7 slows down a lot while connecting. iTunes gets responsive once my iPhone appears under devices in the side menu.
    Software I have constantly running in the backround are: AVG anti-virus free edition, SQL Server 2008, Steam and Skype. Turning off these softwares doesn't make a difference as well. There are no virusses or whatever on my pc. I let AVG anti-virus do a complete scan like once a week.
    Taskmanager shows iTunes using about 240,000K of memory, followed by steam with 70,000k of memory and skype with 30,000k of memory.
    Anyone else experiencing slow performance or know how to resolve this ?
    System details:
    Windows 7 64-bit
    Intel i7 950 @ 3.06GHz quad core processor
    6gigs of ddr3 (1600mhz) memory
    Ocz vertex2 ssd (The O/S and all music, photos, apps are on this disk)
    nvidia graphics card gtx460
    Message was edited by: Leon49

    Same with me! I recently bought a new laptop, and iTunes 9 was working just fine. It takes like 5 seconds to scroll down one line. Clicking on different tabs and things takes forever as well. I am not sure what is causing it yet, but like you, I have disabled all sorts of iTunes settings which has not helped yet. Hopefully Apple will fix this problem soon! Let me know if you find a way to solve this.
    My PC Specs which are well above the minimum requirements:
    Asus UL80Jt
    Windows 7 64-Bit
    Intel i3 330UM Dual Core Processor @ 1.2GHz (ASUS Overclocking to 1.7 GHz)
    4GB RAM
    1.3 GB Dedicated Video RAM
    128 SSD

  • Sudden slow performance Lenovo IdeaPad G4070 (59415695)

    Hello guys! I need help... My Lenovo IdeaPad G4070 (59415695) is suddenly on slow performance when in multitasking mode such as opening simultaneously NBA2k14, winamp, & adobe photoshop cs5. It performs or runs smoothly then afterwards it become on slow performance but this occurs randomly.. Any idea what's the problem with this..thanks here is my laptop specs:Processors :  4th Gen Intel® Core™ i5-4200U (2.60GHz 1600MHz 3MB)
    Operating System :  Windows 8.1 64
    Graphics :  ATI JET LE R5 M230 With 2GB Video Card DDR3L VRAM
    Memory :  4GB DDR3L 1600 MHz, 2 SODIMM slots
    Hard Disk Drive :  500B HDD storage 5400RPM

    We have the same problem...we need help... 

  • Very, very slow performance

    Lightroom's performance on my computer has become, at times, intolerably slow.  After rebooting my iMac and not opening any other programs or browsers, it just took about eight minutes to import 23 files, and a few more minutes to build 1:1 previews.  When things are running fine this might take one minute.  (I always build 1:1 previews on import and this happens with recently imported files as well as older ones, so it's not a question of having to build previews on the fly.)  I've had extremely slow performance ("Loading") just moving from one photo to another in the Library and Develop modules or moving from one module to another, typically up to about 90 seconds, or when LR is "preparing the file" for export or edit in PS.  But not always -- sometimes it's quite zippy -- and there's no pattern that I can see.  Generally when this is occurring, memory "pressure" and CPU usage are normal, but it happens when usage is minimal as well.  Occasionally there is a spinning beach ball but not usually. 
    My catalog has about 30k photos and very few presets of any kind.  Probably 75% of these files have never been edited at all.  I don't make hundreds of local adjustment, rarely more than ten in one image.  I have about 40 Smart Collections with an average of several hundred images each.  I rarely use Smart Previews.  I optimize and back up the catalog every time I exit LR, which is a few times a week.  My file/folder structure is simple and clean:  /Pictures/year/day.
    I'm running LR 5.4 on a mid-2011 iMac, 3.4 GHz Intel Core i7, with 16GB of memory.  I have the Lightroom catalog and previews on the main drive, which is a 250GB SSD with about 100GB free.  (Problem happened when my catalog was on different internal drive, too.)  My pictures folder is on an internal drive with over 100GB available.  I have the maximum cache size set to 50GB.  I'm running Mavericks but it was just as slow under Mountain Lion.  It was just as slow in earlier versions of Lightroom, major and minor.  Other programs/apps run just fine on my computer, including Photoshop.  (Generally, LR's performance is the same whether or not PS is running.)  The only performance issue I've noticed since switching to Mavericks is that Finder stalls for several seconds every once in a while.
    I've seen this Lightroom problem referred to on various forums, including Adobe forums, for a long time now -- years -- and I've never seen a definitive fix.  I think I've answered all of the questions that are usually asked.  Is there any solution to this?  I use LR 30-40 hours per week.  I'm tearing my hair out and the option of moving to another program would be the very last resort, but I might have to do that. 

    I don't use your same workflow, and I assume you're shooting RAW. However,  after I have built 1:1 previews in LR (which takes a LONG time), when I click on a file to decide if it's sharp or not, it still takes 5-10 seconds for each file to load. And my computer isn't slow, and I have the same issue on my laptop, which is new and fast. I haven't seen a satisfactory answer to this problem, nor much acknowledgement from Adobe. My files are from a Nikon D7100 with 24 megapixels, so the file size is likely a factor.
    If you are shooting the type of subjects where you use 1:1 previews primarily to determine sharpness, you could consider Photo Mechanic (unfortunately it costs $150) as the first step in your workflow. It uses the embedded jpg files in the RAW file, so it loads 1:1 jpg previews almost instantly. Sports and nature photographers use this product all the time, mostly to delete losers.

  • My mac has slow performance when running two or more applications, ran onyx and cleaned cache but my macbook is still running slow. Recommendations?

    I've had my MacBook White running on Mac OSx 10 for about 2 years. My sister has the same type of MacBook and she isn't having any slow performance. I really don't want to install RAM and that can't be the end all be all of solutions. Please help!!

    Kappy's Personal Suggestions for OS X Maintenance
    For disk repairs use Disk Utility.  For situations DU cannot handle the best third-party utilities are: Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible. TechTool Pro provides additional repair options including file repair and recovery, system diagnostics, and disk defragmentation.  TechTool Pro 4.5.1 or higher are Intel Mac compatible;  Drive Genius is similar to TechTool Pro in terms of the various repair services provided.  Versions 1.5.1 or later are Intel Mac compatible.
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts had been significantly reduced in Tiger and Leopard.  These utilities have limited or no functionality with Snow Leopard and should not be installed.
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive. As for virus protection there are few if any such animals affecting OS X. You can protect the computer easily using the freeware Open Source virus protection software ClamXAV. Personally I would avoid most commercial anti-virus software because of their potential for causing problems.
    I would also recommend downloading the shareware utility TinkerTool System that you can use for periodic maintenance such as removing old logfiles and archives, clearing caches, etc.  Other utilities are also available such as Onyx, Leopard Cache Cleaner, CockTail, and Xupport, for example.
    For emergency repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the commandline.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard.
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand. I also recommend booting into safe mode before doing system software updates.
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
    Backuplist
    Carbon Copy Cloner
    Data Backup
    Deja Vu
    iBackup
    JaBack
    Silver Keeper
    MimMac
    Retrospect
    Super Flexible File Synchronizer
    SuperDuper!
    Synchronize Pro! X
    SyncTwoFolders
    Synk Pro
    Synk Standard
    Tri-Backup
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore.
    Additional suggestions will be found in Mac Maintenance Quick Assist.
    Referenced software can be found at CNet Downloads or MacUpdate.

  • Lion: very slow performance of my macbook pro

    very slow performance.
    went to terminal, did the top command, and got following results (mind you, ONLY have Safari and of course Terminal open):
    Processes: 96 total, 4 running, 9 stuck, 83 sleeping, 419 threads      19:07:17
    Load Avg: 1.99, 1.81, 1.59  CPU usage: 2.36% user, 5.21% sys, 92.41% idle
    SharedLibs: 1660K resident, 0B data, 0B linkedit.
    MemRegions: 15947 total, 2662M resident, 47M private, 209M shared.
    PhysMem: 695M wired, 2175M active, 1083M inactive, 3953M used, 13M free.
    VM: 250G vsize, 1093M framework vsize, 699065(68) pageins, 1724738(881) pageouts
    Networks: packets: 70104/55M in, 66648/10M out.
    Disks: 966630/9347M read, 327765/18G written.
    PID   COMMAND      %CPU  TIME     #TH  #WQ  #POR #MREG RPRVT  RSHRD  RSIZE
    4058  top          5.2   00:03.32 1/1  0    28   29    912K   216K   1620K
    4055  bash         0.0   00:00.02 1    0    20   23    356K   216K   1112K
    4052  CVMCompiler  0.0   00:00.30 1    0    30   69    7780K  220K   16M
    4051  login        0.0   00:00.08 2    1    33   63    928K   216K   2184K
    4049  Terminal     0.3   00:01.34 7    3    128+ 164+  7580K+ 13M    15M+
    4042  ocspd        0.0   00:00.02 1    0    26   33    420K+  276K   1376K+
    4041  WebProcess   0.0   00:04.35 7    3    119  201   16M-   10M    26M-
    4039  Safari       1.1   00:09.44 12   3    193  413   47M-   20M    81M-
    3958  spindump_age 0.0   00:00.02 2    2    38   55    356K   220K   1100K
    3956  spindump     1.3   00:42.93 16/1 13   228  145   46M+   15M    53M+
    3953  aosnotifyd   0.0   00:00.18 3    1    53   279   2064K  3532K  6156K
    3939  AddressBookM 6.8   06:59.11 4    1    68   4067+ 2131M- 3308K  1554M-
    3895  lsboxd       0.0   00:00.06 2    2    49   69    1156K  6820K  3292K
    3031  cookied      0.0   00:01.36 2    1    42   82    2028K  268K   3
    every minute or so the computer blocks, every 3 or 4 hours I have to restart etc.
    any suggestions?

    ok, stopped syncing in System preferences and even (horror) deleted the file which reappeared in seconds.
    now waiting to see if stopping the syncing helps - though computer is now working a bit better, the info on Activity Monitor would indicate it is not a real improvement
    473           AddressBookMobileMeSharingAgent          me          1,4          4          1.020,0 MB          Intel (64 bit)
    312           helpd          me          0,4          65          358,9 MB          Intel (64 bit)
    0           kernel_task          root          1,1          76          336,6 MB          Intel (64 bit)
    459           Mail          me          0,4          9          276,2 MB          Intel (64 bit)
    194           java          root          0,1          30          162,4 MB          Intel (64 bit)
    405           Safari          me          0,5          12          120,0 MB          Intel (64 bit)
    407           Safari Web Content          me          0,2          7          100,3 MB          Intel (64 bit)
    195           WindowServer          _windowserver          0,5          7          64,4 MB          Intel (64 bit)

  • Slow performance in browser and OS -- EtreCheck Included

    Hello all, I'll keep this as short and detailed as possible.
    I bought a Macbook Pro for my wife two years ago, but the machine has been very slow since I got it for her.  I've always been a Windows guy myself and am very familiar with troubleshooting in a Windows environment.  I have almost no experience with OSX, however, and have no idea which applications would be needed for troubleshooting, etc.
    As my wife describes the issue, the OS itself is very slow.  She opens the laptop and a full twelve minutes pass before the system is fully responsive.  She has to keep pressing the power button for anything to work.  The screen will be greyed out and a loading bar will appear at the bottom.  It takes so long to load that the system falls asleep and she has to restart multiple times.
    I have noted that the browser is also slow.  My wife uses Safari almost all the time.  I installed Chrome to see how a fresh browser install would perform in OSX, and the speed was very slow as well.  An internet speed test at speedtest.net results in:
    Ping - 47ms
    Down Speed - 5.96 Mbps
    Up Speed - .89 Mbps
    Included below is the result from an Etrecheck run
    Problem description:
    Slow performance in browser and OS
    EtreCheck version: 2.1.6 (109)
    Report generated January 15, 2015 11:03:43 AM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Technical Specifications)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2-core
      8 GB RAM
      BANK 0/DIMM0
      4 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1333 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
      Battery Health: Normal - Cycle count 164
    Video Information: ℹ️
      Intel HD Graphics 4000 - VRAM: 512 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.8.5 (12F45) - Time since boot: 287 days 4:10:20
    Disk Information: ℹ️
      APPLE HDD TOSHIBA MK5065GSXF disk0 : (500.11 GB)
      disk0s1 (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 499.25 GB (453.54 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Anywhere
    Kernel Extensions: ℹ️
      /Applications/VMware Horizon View Client.app
      [not loaded] com.vmware.kext.vmioplug.10.7.0 (10.7.0) [Support]
    Problem System Launch Agents: ℹ️
      [failed] com.apple.coreservices.appleid.authentication.plist [Details]
      [failed] com.apple.lookupd.plist
      [failed] com.apple.printtool.agent.plist [Details]
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.coresymbolicationd.plist [Details]
      [failed] com.apple.wdhelper.plist
    Launch Agents: ℹ️
      [loaded] com.cisco.anyconnect.gui.plist [Support]
      [running] com.gopro.stereomodestatus.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [running] com.cisco.anyconnect.vpnagentd.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [running] com.oracle.java.JavaUpdateHelper.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist [Support]
    User Login Items: ℹ️
      Steam UNKNOWN  (missing value)
      iTunesHelper Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 16.0.0.257 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.1
      Flash Player: Version: 16.0.0.257 - SDK 10.6 [Support]
      SharePointBrowserPlugin: Version: 14.0.0 [Support]
      Unity Web Player: Version: UnityPlayer version 4.2.1f4 - SDK 10.6 [Support]
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Support]
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    User internet Plug-ins: ℹ️
      WebEx64: Version: 1.0 - SDK 10.6 [Support]
      Google Earth Web Plug-in: Version: 7.1 [Support]
    3rd Party Preference Panes: ℹ️
      Cineform  [Support]
      Flash Player  [Support]
      Java  [Support]
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          9% Finder
          3% WindowServer
          2% hidd
          2% WebProcess
          1% Safari
    Top Processes by Memory: ℹ️
      983 MB WebProcess
      163 MB Safari
      77 MB PluginProcess
      52 MB mds
      43 MB SystemUIServer
    Virtual Memory Information: ℹ️
      4.60 GB Free RAM
      1.71 GB Active RAM
      744 MB Inactive RAM
      1.53 GB Wired RAM
      17.96 GB Page-ins
      3.22 GB Page-outs
    Thank you very much for any assistance

    If the machine has always taken 12 minutes to start up, since it came out of the box, then it was and is defective. There's nothing to do in that case but to take it in for service.

  • Dreamweaver CS3 (9) maxed CPU slow performance and FTP issues.

    Dreamweaver CS3 (9) maxed CPU slow performance and FTP
    issues.
    Never mind...I found it.
    Of course I have all the firewall, worm, scanning, phishing
    filtering, full time protect, and everything else turned off when I
    am working on a remote/testing site however I found the Symantec
    antivirus email scan being enabled (doesn't it just interact with
    my email program?) was getting in the way of DW9 ftp operations,
    causing some lagging that was putting DW9 into an unstable mode
    during and immediately after (10 seconds) ftp operations.
    The CPU still spikes to 99% during ftp functions but DW9
    works even though it's likely taxed to the max but when I turn off
    email scan DW9 returned to a functioning state during ftp and
    remote file view. Whatever it takes huh?
    PS: email scanning only never effected DW8.02
    My System Info: properly configured (as in: everything works
    or I fix it) Toshiba - XP pro SP2 – Pentium 4 - 2.3GHz
    – 1.5 GB ram – Intel extreme graphics card 64 MB ram
    – Apache 2.2 server – PHP 5 – MySQL 5 -
    phpMyAdmin – Dreamweaver 8.02 – Interakt Kollection
    3.7.1 – Dreamwweaver 9 - DeVtoolbox – Flash –
    GoLive - Photoshop - ImageReady – Illustrator – Acrobat
    – CuteFTP – Putty SSH - blabla...)

    Thanks for the response. I managed to Google the 'nobody' account and found the explanation.
    As you say, I assumed the 'syslogd' process had to do with system logs. I did check the console and couldn't find anything of particular interest in the logs.
    I'll continue to monitor but if anyone has any further suggestions please post.
    One thing that might also have an impact... my available drive space is now down to less than 5gb (runs anywhere between 1gb and 5gb free depending on what I'm running). I know this causes problems for Parallels as it keeps moaning at me, but would it cause any problems with OSX?
    Thanks again,
    Tom

  • My Mac has been suffering a slow performance, lagging and often froze. One source recommends using Onyx. Is that a trustable source?

    I have a Macbook Pro OS X Version 10.9.4. Processor speed of 2.3 GHz Intel Core i5, memory of 4 GB 1333 MHz DDR3 and storage capacity of 203.51 GB out of 319.21 GB. I have been experiencing very slow performance and sometimes the screen will froze. The spinning wheel is very common and long. I have try to delete as many things as i could from my computer, restarting it but to no avail. One source suggests me to use Onyx. Would that help to solve my problem?

    EtreCheck version: 1.9.15 (52)
    Report generated September 29, 2014 at 7:55:53 PM EDT
    Hardware Information: ?
      MacBook Pro (13-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.3 GHz Intel Core i5 CPU: 2 cores
      4 GB RAM
    Video Information: ?
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ?
      OS X 10.9.5 (13F34) - Uptime: 0 days 0:15:5
    Disk Information: ?
      ST9320325ASG disk0 : (320.07 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 319.21 GB (205.02 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information: ?
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ?
      Apple Inc. thunderbolt_bus
    Gatekeeper: ?
      Mac App Store and identified developers
    Kernel Extensions: ?
      [loaded] com.symantec.kext.SymAPComm (12.2f1 - SDK 10.6) Support
      [loaded] com.symantec.kext.internetSecurity (5.2f1 - SDK 10.6) Support
      [loaded] com.symantec.kext.ips (3.5f1 - SDK 10.6) Support
      [loaded] com.symantec.kext.ndcengine (1.0f1 - SDK 10.6) Support
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.cloudpath.maccmd.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.symantec.liveupdate.daemon.ondemand.plist Support
      [failed] com.symantec.liveupdate.daemon.plist Support
      [not loaded] com.symantec.sep.migratesettings.plist Support
      [running] com.symantec.sharedsettings.plist Support
      [running] com.symantec.symdaemon.plist Support
    Launch Agents: ?
      [not loaded] com.cooliris.SetLaunchArch.plist Support
      [loaded] com.divx.dms.agent.plist Support
      [loaded] com.divx.update.agent.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.symantec.uiagent.application.plist Support
    User Launch Agents: ?
      [failed] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
      [loaded] com.divx.agent.postinstall.plist Support
      [loaded] com.facebook.videochat.[redacted].plist Support
      [failed] com.hitachigst.backup.agent.plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items: ?
      Google Drive
      SpeechSynthesisServer
      Popup
      Notify
    Internet Plug-ins: ?
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      OVSHelper: Version: 1.1 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
      DivX Plus Web Player: Version: 2.4 - SDK 10.5 Support
      CoolirisWebKitPlugin: Version: (null) Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Safari Extensions: ?
      Add To Amazon Wish List
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes: ?
      Flash Player  Support
      Flip4Mac WMV  Support
      Symantec QuickMenu  Support
    Time Machine: ?
      Time Machine not configured!
    Top Processes by CPU: ?
          3% WindowServer
          1% fontd
          1% Google Drive
          0% com.apple.WebKit.Networking
          0% systemstatsd
    Top Processes by Memory: ?
      258 MB SymDaemon
      127 MB mds_stores
      86 MB com.apple.IconServicesAgent
      82 MB Google Drive
      78 MB Mail
    Virtual Memory Information: ?
      923 MB Free RAM
      1.53 GB Active RAM
      656 MB Inactive RAM
      953 MB Wired RAM
      311 MB Page-ins
      0 B Page-outs

  • Ridiculously Slow Performance when Movie Scoring - brand new macbook

    Hello there guys ! Sorry for my bad english, i will try to do my best.
    The title almost says it all. I have a brand new Intel Core Duo Macbook (White, 2ghz, 512 ram, I haven't added any extra ram or anything).
    The machine is blazing fast, I am really loving the experience. But when it comes to using a feature I would love to use everyday, it disappointed me. The movie score feature in Garage Band 3. So, I create a very simple movie in iMovie HD 6, capturing video from my fireware camera.
    It is a very simple video, no soundtracks, just the original sound that came with the camcorder footage. No stills, reverse, slow-motion, effects or anything. Plain video with sound, just the way it came from the camcorder.
    The problem is when creating a movie scoring project with that footage in garageband 3 , the performance is RIDICULOUSLY SLOW. I mean, I press space and the movie strats playing after 1,5 seconds, and the video is halting every other second. It is so laggy that when i press space again to stop the video, the motion continues for another 1,5 seconds until it pauses.
    There's absolutely no way to do any work in conditions like that. And the strange thing is that when using garage band to do other stuff, or when working in iMovie with that same movie there's no lag at all. I have even edited 30 minute long videos with effects and soundtracks in iMovie and it was blazing fast, no lag, no halting.
    But in Garagaband even the simplest of all videos gets this ultra-slow performance, and it makes me wonder why.
    - I have tried desabling recording on the audio track in garageband. I have tried to lock the track. I have done all the steps in the optimizing garage band performance in the help. I don't have firevault activated.
    Any help ? Does anyone have a macbook just like mine that is able of doing moving scoring ? Because EVERYTHING ELSE is ultra fast, including video and audio editing, but when movie scoring it *****.
    Apple Macbook 13inch 2.0ghz Core Duo 512 60GB White SuperDrive   Mac OS X (10.4.7)  

    Ha! It's funny really - you say it all yourself; no extra ram, it doesn't come with enough to run Pro Apps and when you start to use the Scoring feature you are accessing two different functions - playing movies and music tracks - movies are always a stress unless they are very small and the Right Codec - so first up - what format is your movie? Do you have Quicktime Pro? if the answer is No - get it, it's not expensive and it gives your machine many extra abilities - you can then convert your footage to something easy to play.
    How many tracks are you working with?
    Get more RAM - MacIntel or MacPro needs 4-6 gigs to multi-task happily - with only the base load of RAM it can't.
    I have a DP 2 Ghz G5, no where near as fast as yours but I have 4.5 GBs of RAM and a fast graphics card with 512Mbs VRAM - this means Motion and FCP can fly.
    We are about to get a MacPro 2.66 Dual with 6 GBs RAM, essential.
    Hope this helps.

Maybe you are looking for