[SOLVED] KDE 4.3 Composite with ATI Radeon X1600 Series

I'm new to Archlinux (and don't have too much experience on Linux) and searched everywhere in this forum and on Google but couldn't find out how to solve my problem.
I'm using Archlinux x86_64... my video card is an ATI Radeon X1650 Pro (pretty old) and I can't enable Composite on KDE 4.3 (not KDEMod) to enable transparency and some animation, using OpenGL (with XRender it works, but it also gets extremely slow...)
Here is my xorg.conf: (on Device section, all Options where added following every website I found on Google... everything else was generated by "Xorg --config" command)
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "dbe"
Load "record"
Load "dri"
Load "dri2"
Load "drm"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbVariant" ",winkeys"
Option "XkbLayout" "br"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 410 260 # mm
Identifier "Monitor0"
VendorName "HWP"
ModelName "HP w1907"
HorizSync 24.0 - 83.0
VertRefresh 50.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV530LE [Radeon X1600/X1650 PRO]"
BusID "PCI:4:0:0"
Option "DRI" "true"
Option "XAANOOffscreenPixmaps" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
Section "DRI"
Mode 0666
EndSection
Can anyone help me?
If anyone needs more information, just tell me which information and how to retrieve it!
Last edited by hhideki (2009-09-11 21:31:21)

flamelab wrote:
Remove everything from your xorg.conf, install xorg-input-drivers, install xf86-video-ati make sure HAL is running,  put these in your xorg.conf
Section "ServerFlags"
Option "DontZap" "False"
EndSection
Section "Device"
Identifier "My Graphics Card"
Driver "radeon"
Option "DRI" "on"
Option "ForceLowPowerMode" "on"
# Option "DynamicPM" "on"
# Option "ClockGating" "on"
Option "AccelMethod" "EXA"
Option "EXAVSync" "on"
Option "DMAForXv" "on"
Option "ScalerWidth" "2048"
Option "EnablePageFlip" "on"
Option "RenderAccel" "on"
Option "AccelDFS" "on"
BusID "PCI:1:0:0"
EndSection
Section "ServerFlags"
Option "DontZap" "False"
EndSection
and then restart HAL and restart Xorg.
Done.
Didn't work
After doing what flamelab posted, X didn't start...
Here is the content of /var/log/Xorg.0.log:
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.6.3.901 (1.6.4 RC 1)
Release Date: 2009-8-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-ARCH x86_64
Current Operating System: Linux arch 2.6.30-ARCH #1 SMP PREEMPT Mon Aug 17 16:06:45 CEST 2009 x86_64
Build Date: 04 September 2009 05:45:43PM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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: Fri Sep 11 13:47:48 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section. Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) | |-->Monitor "<default monitor>"
(==) No device specified for screen "Default Screen Section".
Using the first device section listed.
(**) | |-->Device "My Graphics Card"
(==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
(**) Option "DontZap" "False"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/Type1" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/TTF,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0x1d40
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7
(--) PCI:*(0:4:0:0) 1002:71c6:18bc:2712 ATI Technologies Inc RV530LE [Radeon X1600/X1650 PRO] rev 0, Mem @ 0xc0000000/268435456, 0xdfff0000/65536, I/O @ 0x0000e800/256, BIOS @ 0x????????/131072
(--) PCI: (0:4:0:1) 1002:71e6:18bc:2713 ATI Technologies Inc RV530LE [Radeon X1650 PRO] (Secondary) rev 0, Mem @ 0xdffe0000/65536
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 0xffffffff - 0xffffffff (0x1) MX[b]
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
compiled for 1.6.1, module version = 6.12.2
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 5.0
(II) RADEON: Driver for ATI Radeon chipsets:
ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
ATI Radeon 9800XT NJ (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility Radeon X700 XL (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835,
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE),
ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE),
ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
ATI Mobility Radeon X1700, ATI Radeon X2300HD,
ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL),
ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series,
ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250,
ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870,
ATI Mobility RADEON M98, ATI Radeon 4800 Series,
ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP),
ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL),
ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI RV610,
ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610,
ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
ATI Mobility Radeon HD 3850 X2, ATI RV670,
ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
ATI Mobility Radeon 4500 Series, ATI RV630,
ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
ATI FireGL V3600, ATI Radeon HD 2600 LE,
ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
ATI Radeon HD Graphics, ATI Radeon Graphics,
ATI Mobility Radeon HD Graphics, ATI Mobility Radeon Graphics,
ATI Radeon Graphics
(II) Primary Device is: PCI 04@00:00:0
(EE) No devices detected.
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
With the current xorg.conf (the one showed in the first post), /var/log/Xorg.0.log is like this:
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.6.3.901 (1.6.4 RC 1)
Release Date: 2009-8-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-ARCH x86_64
Current Operating System: Linux arch 2.6.30-ARCH #1 SMP PREEMPT Mon Aug 17 16:06:45 CEST 2009 x86_64
Build Date: 04 September 2009  05:45:43PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
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: Fri Sep 11 13:51:45 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "AIGLX" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
(**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    built-ins
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x1d40
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7
(--) PCI:*(0:4:0:0) 1002:71c6:18bc:2712 ATI Technologies Inc RV530LE [Radeon X1600/X1650 PRO] rev 0, Mem @ 0xc0000000/268435456, 0xdfff0000/65536, I/O @ 0x0000e800/256, BIOS @ 0x????????/131072
(--) PCI: (0:4:0:1) 1002:71e6:18bc:2713 ATI Technologies Inc RV530LE [Radeon X1650 PRO] (Secondary) rev 0, Mem @ 0xdffe0000/65536
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1    0    0x00000000 - 0x00000000 (0x1) IX[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) "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) "dri2" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(**) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 6.12.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
(II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL),
    ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
    ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series,
    ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250,
    ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870,
    ATI Mobility RADEON M98, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL),
    ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI RV610,
    ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
    ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610,
    ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
    ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
    ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
    ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
    ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
    ATI Radeon HD Graphics, ATI Radeon Graphics,
    ATI Mobility Radeon HD Graphics, ATI Mobility Radeon Graphics,
    ATI Radeon Graphics
(II) Primary Device is: PCI 04@00:00:0
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(II) resource ranges after probing:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [17] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [18] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [21] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [22] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [23] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [24] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [25] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [26] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [27] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [28] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
(II) RADEON(0): TOTO SAYS 00000000dfff0000
(II) RADEON(0): MMIO registers at 0x00000000dfff0000: size 64KB
(II) RADEON(0): PCI bus 4 card 0 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(**) RADEON(0): Option "RenderAccel" "true"
(**) RADEON(0): Option "DRI" "true"
(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.6.3.901, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(--) RADEON(0): Chipset: "ATI Radeon X1650" (ChipID = 0x71c6)
(WW) RADEON(0): R500 support is under development. Please report any issues to [email protected]
(--) RADEON(0): Linear framebuffer at 0x00000000c0000000
(II) RADEON(0): PCIE card detected
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(II) RADEON(0): ATOM BIOS detected
(II) RADEON(0): ATOM BIOS Rom:
    SubsystemVendorID: 0x18bc SubsystemID: 0x2712
    IOBaseAddress: 0xe800
    Filename: K6QGA7D2.I1H
    BIOS Bootup Message:
RX165PGE2-D3 I1H                                                           
(II) RADEON(0): Framebuffer space used by Firmware (kb): 20
(II) RADEON(0): Start of VRAM area used by Firmware: 0xfffb000
(II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
(II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffb000
(II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
(II) RADEON(0): Default Engine Clock: 601000
(II) RADEON(0): Default Memory Clock: 400000
(II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000
(II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
(II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
(II) RADEON(0): Maximum Pixel Clock: 400000
(II) RADEON(0): Reference Clock: 27000
drmOpenDevice: node name is /dev/dri/card0
[drm] failed to load kernel module "radeon"
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
[dri] Disabling DRI.
(II) RADEON(0): Generation 2 PCI interface, using max accessible memory
(II) RADEON(0): Detected total video RAM=262144K, accessible=262144K (PCI BAR=262144K)
(--) RADEON(0): Mapped VideoRAM: 262144 kByte (64 bit DDR SDRAM)
(II) RADEON(0): Color tiling enabled by default
(II) RADEON(0): Max desktop size set to 2560x1600
(II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
(II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
(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) RADEON(0): ref_freq: 2700, min_out_pll: 64800, max_out_pll: 110000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 601.000000, mclk: 400.000000
(II) RADEON(0): PLL parameters: rf=2700 rd=13 min=64800 max=110000; xclk=40000
(II) RADEON(0): Skipping TV-Out
(II) RADEON(0): Skipping Component Video
encoder: 0x15
encoder: 0x13
encoder: 0x16
encoder: 0xf
(II) RADEON(0): Output DVI-1 using monitor section Monitor0
(II) RADEON(0): I2C bus "DVI-1" initialized.
(II) RADEON(0): Output DVI-0 has no monitor section
(II) RADEON(0): I2C bus "DVI-0" initialized.
(II) RADEON(0): Port0:
  XRANDR name: DVI-1
  Connector: DVI-I
  CRT2: INTERNAL_KLDSCP_DAC2
  DFP1: INTERNAL_KLDSCP_TMDS1
  DDC reg: 0x7e50
(II) RADEON(0): Port1:
  XRANDR name: DVI-0
  Connector: DVI-I
  CRT1: INTERNAL_KLDSCP_DAC1
  DFP3: INTERNAL_LVTM1
  DDC reg: 0x7e40
(II) RADEON(0): I2C device "DVI-1:E-EDID segment register" registered at address 0x60.
(II) RADEON(0): I2C device "DVI-1:ddc2" registered at address 0xA0.
(II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
Dac detection success
Unhandled monitor type 0
finished output detect: 0
(II) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered at address 0x60.
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
(II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
(II) RADEON(0): Manufacturer: HWP  Model: 26a2  Serial#: 2147483648
(II) RADEON(0): Year: 2007  Week: 8
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) RADEON(0): Sync:  Separate
(II) RADEON(0): Max Image Size [cm]: horiz.: 41  vert.: 26
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
(II) RADEON(0): Default color space is primary color space
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.650 redY: 0.340   greenX: 0.290 greenY: 0.610
(II) RADEON(0): blueX: 0.150 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Supported established timings:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported standard timings:
(II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): #1: hsize: 1152  vsize 720  refresh: 60  vid: 113
(II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEON(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 106.5 MHz   Image Size:  408 x 255 mm
(II) RADEON(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
(II) RADEON(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
(II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 140 MHz
(II) RADEON(0): Monitor name: HP w1907
(II) RADEON(0): Serial No: CNN70832Y0
(II) RADEON(0): EDID (in hex):
(II) RADEON(0):     00ffffffffffff0022f0a22600000080
(II) RADEON(0):     0811010368291a782e8585a6574a9c26
(II) RADEON(0):     125054a56b8081807100814095000101
(II) RADEON(0):     0101010101019a29a0d0518422305098
(II) RADEON(0):     360098ff1000001c000000fd00324c18
(II) RADEON(0):     530e000a202020202020000000fc0048
(II) RADEON(0):     502077313930370a20202020000000ff
(II) RADEON(0):     00434e4e373038333259300a202000e1
finished output detect: 1
finished all detect
before xf86InitialConfiguration
(II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
Dac detection success
Unhandled monitor type 0
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
(II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
(II) RADEON(0): Manufacturer: HWP  Model: 26a2  Serial#: 2147483648
(II) RADEON(0): Year: 2007  Week: 8
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) RADEON(0): Sync:  Separate
(II) RADEON(0): Max Image Size [cm]: horiz.: 41  vert.: 26
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
(II) RADEON(0): Default color space is primary color space
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.650 redY: 0.340   greenX: 0.290 greenY: 0.610
(II) RADEON(0): blueX: 0.150 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Supported established timings:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported standard timings:
(II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): #1: hsize: 1152  vsize 720  refresh: 60  vid: 113
(II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEON(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 106.5 MHz   Image Size:  408 x 255 mm
(II) RADEON(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
(II) RADEON(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
(II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 140 MHz
(II) RADEON(0): Monitor name: HP w1907
(II) RADEON(0): Serial No: CNN70832Y0
(II) RADEON(0): EDID (in hex):
(II) RADEON(0):     00ffffffffffff0022f0a22600000080
(II) RADEON(0):     0811010368291a782e8585a6574a9c26
(II) RADEON(0):     125054a56b8081807100814095000101
(II) RADEON(0):     0101010101019a29a0d0518422305098
(II) RADEON(0):     360098ff1000001c000000fd00324c18
(II) RADEON(0):     530e000a202020202020000000fc0048
(II) RADEON(0):     502077313930370a20202020000000ff
(II) RADEON(0):     00434e4e373038333259300a202000e1
(II) RADEON(0): EDID vendor "HWP", prod id 9890
(II) RADEON(0): Output DVI-1 disconnected
(II) RADEON(0): Output DVI-0 connected
(II) RADEON(0): Using user preference for initial modes
(II) RADEON(0): Output DVI-0 using initial mode 1440x900
after xf86InitialConfiguration
(==) RADEON(0): DPI set to (96, 96)
(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.6.3.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) RADEON(0): Using XAA acceleration architecture
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.2.1
    ABI class: X.Org Video Driver, version 5.0
(!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
(!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [17] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [18] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [21] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [22] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [23] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [24] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [25] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [26] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [27] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [28] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) RADEON(0): RADEONScreenInit c0000000 0 0
Output CRT1 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Blank CRTC 1 success
Disable CRTC 1 success
(II) RADEON(0): RADEONInitMemoryMap() :
(II) RADEON(0):   mem_size         : 0x10000000
(II) RADEON(0):   MC_FB_LOCATION   : 0xcfffc000
(II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
(II) RADEON(0): Depth moves disabled by default
(II) RADEON(0): Memory manager initialized to (0,0) (1472,8191)
(II) RADEON(0): Reserved area from (0,1440) to (1472,1442)
(II) RADEON(0): Largest offscreen area available: 1472 x 6749
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0):   MC_FB_LOCATION   : 0xcfffc000 0xcfffc000
(II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
(==) RADEON(0): Backing store disabled
(WW) RADEON(0): Direct rendering disabled
(II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
(II) RADEON(0): Render acceleration disabled
(II) RADEON(0): num quad-pipes is 1
(**) RADEON(0): Option "XaaNoOffscreenPixmaps" "true"
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Scanline Image Writes
    Setting up tile and stipple cache:
        32 128x128 slots
        32 256x256 slots
        16 512x512 slots
(II) RADEON(0): Acceleration enabled
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00819000
(II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x0081f000
(II) RADEON(0): Largest offscreen area available: 1472 x 6741
(II) RADEON(0): Textured video requires CP on R5xx/R6xx/R7xx/IGP
Output CRT1 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Blank CRTC 1 success
Disable CRTC 1 success
Output CRT1 disable success
Mode 1440x900 - 1904 934 6
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0):   MC_FB_LOCATION   : 0xcfffc000 0xcfffc000
(II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
freq: 106500000
best_freq: 106500000
best_feedback_div: 71
best_ref_div: 2
best_post_div: 9
(II) RADEON(0): crtc(0) Clock: mode 106500, PLL 106500
(II) RADEON(0): crtc(0) PLL  : refdiv 2, fbdiv 0x47(71), pdiv 9
Set CRTC 0 PLL success
Set CRTC Timing success
Set CRTC 0 Overscan success
Not using RMX
scaler 0 setup success
Set CRTC 0 Source success
crtc 0 YUV disable setup success
Output DAC1 setup success
Enable CRTC 0 success
Unblank CRTC 0 success
Output CRT1 enable success
Blank CRTC 1 success
Disable CRTC 1 success
(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
Output CRT1 disable success
Blank CRTC 0 success
Disable CRTC 0 success
Mode 1440x900 - 1904 934 6
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0):   MC_FB_LOCATION   : 0xcfffc000 0xcfffc000
(II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
freq: 106500000
best_freq: 106500000
best_feedback_div: 71
best_ref_div: 2
best_post_div: 9
(II) RADEON(0): crtc(0) Clock: mode 106500, PLL 106500
(II) RADEON(0): crtc(0) PLL  : refdiv 2, fbdiv 0x47(71), pdiv 9
Set CRTC 0 PLL success
Set CRTC Timing success
Set CRTC 0 Overscan success
Not using RMX
scaler 0 setup success
Set CRTC 0 Source success
crtc 0 YUV disable setup success
Output DAC1 setup success
Enable CRTC 0 success
Unblank CRTC 0 success
Output CRT1 enable success
(WW) RADEON(0): Option "AllowGLXWithComposite" is not used
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(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) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) RADEON(0): Setting screen physical size to 408 x 255
(II) config/hal: Adding input device Macintosh mouse button emulation
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 2.2.5
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/hal: Adding input device HID 04f3:0087
(**) HID 04f3:0087: always reports core events
(**) HID 04f3:0087: Device: "/dev/input/event6"
(II) HID 04f3:0087: Found 9 mouse buttons
(II) HID 04f3:0087: Found x and y relative axes
(II) HID 04f3:0087: Found scroll wheel(s)
(II) HID 04f3:0087: Found keys
(II) HID 04f3:0087: Configuring as mouse
(II) HID 04f3:0087: Configuring as keyboard
(**) HID 04f3:0087: YAxisMapping: buttons 4 and 5
(**) HID 04f3:0087: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "HID 04f3:0087" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(**) HID 04f3:0087: (accel) keeping acceleration scheme 1
(**) HID 04f3:0087: (accel) filter chain progression: 2.00
(**) HID 04f3:0087: (accel) filter stage 0: 20.00 ms
(**) HID 04f3:0087: (accel) set acceleration profile 0
(II) HID 04f3:0087: initialized for relative axes.
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event3"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event2"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
Dac detection success
Unhandled monitor type 0
(II) RADEON(0): EDID vendor "HWP", prod id 9890
(II) RADEON(0): Using hsync ranges from config file
(II) RADEON(0): Using vrefresh ranges from config file
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) RADEON(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) RADEON(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz)
(II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) RADEON(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
(II) RADEON(

Similar Messages

  • K7D Master-L with ATI Radeon 7000

    Is anyone using K7D Master-L with ATI Radeon 7000? I am not able to use this
    combination. When I switch on the power, the screen doesn't show antying. It is just
    blank.  Even though the monitor doesn't show up, if I don't press any key then the
    system goes further till I see all the 4 leds as green and it tries to read from the
    floppy drive. However, if I press a key after the keyboard is initialized, then the
    d-bracket stops at Testing VGA BIOS. I haven't installed my hard drive at this stage.
    MSI support asked me to try with another graphics card. They also suggested clearing
    CMOS. I cleared the CMOS and the problem still exists. In addition, now the d-bracket
    stops at "Initializing hard drive controller" though I didn't install hard drive. So, I went
    ahead and installed my 200GB hard drive and no change. I think, to fix this issue, I
    should first be able to fix my VGA issue. Also note that as I can't see the monitor from
    the beginning, I don't know what my BIOS version is and if I can flash it with the latest
    version.

    I just tried with Creative Lab's "3D Blaster Savage4 32MB AGP (32MB SDRAM) "   CT6900 which I borrowed from a friend. It didn't work either though this card is supposed to support AGP 2x/4x.  I need to see what other cards I can get hold of
    and try.
    However, as I mentioned, initially the sequence was complete and I could see the 4 leds showing green. But after the advice from MSI tech support to try clearing CMOS for this problem, now the sequence stops at "Initiating Hard Drive Controller" (red red green green). Could this be because the BIOS doesn't know the HDD details after resetting CMOS? If so, once I get my VGA problem resolved will I be able to solve this problem
    by entering into BIOS setup? At what stage does the BIOS setup screen show up when I press 'Del' key? If it is after the entire POST sequence then I will be stuck at the hard drive initialization. Also, I read that AMI BIOS supports Ins key which will bypass CMOS setup in the case. Does AWARD BIOS has any such functionality?

  • Problems with ATI Radeon HD 2600, electrical interference or flickering pix

    Problems with ATI Radeon HD 2600, electrical interference or flickering pixels
    I have a Macro 8 core purchased just 4 months ago with the ATI Radeon HD 2600. Just started getting what looks like electrical interference or flickering pixels all over the screen. It gets worse and worse to the point where i see and cant work then clears up for an hour and then comes back.
    If I change the resolution from 1680x1050 to 1600x1200 everything looks fine and the problem goes away.
    Monitor works fine on two other computers, driver is up to date.
    Would like to upgrade at some point just disappointed that I’m already having problems.
    Any suggestions would be very helpful, in the mean time I’ll searching the forums.
    Thanks,

    When you called Applecare or went to a Genius bar were they of no help?

  • Crash with ATI Radeon X1900 XT and second HD display (DVI) ?

    hi ! i have a realy tough one for you guys : since 3-4 days i've been getting this realy strange (and scary!) kernal panic screen / crashes / freeze with my macpro dual 2.66 with ati radeon X1900 xt.
    the crashes keep coming while doing extensive work (video converting, renders) or just letting the macpro running doing nothing much all night long...
    now this is what i found for now : if i disconect my 2nd display (samsung syncmaster 2493hm HD in DVI 1080p) it seem to be stable. when i reconnect it sometime it can run again with this 2nd display for a while but when i leave a render all night long the next morning it will be frozen, nothing on screen (all black).
    after rebooting it get this crash report from the system :
    Maccinachheeke-pabcapk cat0etiabies 0x00000000000000000000006:
    6 ereerr--i oporgingngnkbeaachineck Maehik ne-a0h0h ck stat00t000000000 r0es0
    reteattartPvvl Ili maaliceicdn mchk aiog eproMh
    rekroi-MCpor reorrosg-:
    porttMCrSTregt(i_MC 0xSTATUS(er40_S x20210(0x0nv0TalU00xx002in000iS10000002405)100l00U I0nva0M 0xS
    IS(0x0A30:_M0U2(00ATU5S(2xx00200TA00000x00400000IAinv2li00lC
    20IAA00200_inv0xid
    0IA3: 3_d0000AT0)000000d)0000n00a00d000nA0v0l0d
    I3S22_v4USi3SIA0411): 0400 0x0U0000020000 00100 00vl00
    0 I0A3011CivAA32_SM_441SxTUTb0004100)000vb01001iA 00led 0I cva00 i e r cI:S(0xe0 1 ):(0 : 041e5)b x000b 800de:fix 4arrld
    Mo MAA e8atr code inf 00: 0 0x00 St
    00s00ode
    spSccifsic codr
    texr ccorre02sor:
    0 8O4x0
    r erder in orrmt n ded0000: 0x1rp0000Satus bitts:
    b 0ts:4ssor PMroexce Chtsscorrupt, tconad:
    e0x3re1cor,rtr epo:bl ed err: E0)roncirters0: 0
    8ernc0ro,rrR2: 0xected error
    CR3: 0x00e7a000, CR4: 0x000006e0
    EAX: 0x24f9bed8, EBX: 0x1a6f198a, ECX: 0x1a6f198a, EDX: 0x004bc870
    ESP: 0x24f9bebc, EBP: 0x24f9bf08, ESI: 0x00001e27, EDI: 0x035e1718
    EFL: 0x00000006, EIP: 0x0019e9c0
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x439d58 : 0x128d0d (0x3cc65c 0x439d7c 0x131f95 0x0)
    0x439d98 : 0x1a42cb (0x3d27fc 0x0 0x35e1718 0x12)
    0x439f58 : 0x19c103 (0x439f70 0x0 0x0 0x0)
    0x24f9bf08 : 0x135888 (0x1a6f164f 0x35e3d40 0x3f91084 0x2)
    0x24f9bf58 : 0x1359c9 (0x13d8a2 0x0 0x0 0x19e23a)
    0x24f9bf78 : 0x13da53 (0x13d8a2 0x0 0x0 0x0)
    0x24f9bfc8 : 0x19b21c (0x0 0x0 0x19e0b5 0x4ebf4c0) Backtrace terminated-invalid frame pointer 0x0
    Kernel version:
    Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386
    Model: MacPro1,1, BootROM MP11.005C.B04, 4 processors, Dual-Core Intel Xeon, 2.66 GHz, 2 GB
    Graphics: ATI Radeon X1900 XT, ATY,RadeonX1900, PCIe, 512 MB
    Memory Module: DIMM Riser A/DIMM 1, 512 MB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser A/DIMM 2, 512 MB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser B/DIMM 1, 512 MB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser B/DIMM 2, 512 MB, DDR2 FB-DIMM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x87), Broadcom BCM43xx 1.0 (4.170.13.1)
    Network Service: AirPort, AirPort, en2
    PCI Card: ATY,RadeonX1900, Display, Slot-1
    Serial ATA Device: ST3250820AS P, 232.89 GB
    Parallel ATA Device: OPTIARC DVD RW AD-7170A
    USB Device: USB2.0 Hub, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: USB RECEIVER, Logitech, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    FireWire Device: built-in_hub, unknown_value, Unknown
    FireWire Device: GSA-5163D Super Multi DVD Rewriter, HL-DT-ST, Up to 400 Mb/sec
    FireWire Device: My Book Device, WD, Up to 800 Mb/sec
    here's my complete config if it can help :
    Model Name: Mac Pro
    Model Identifier: MacPro1,1
    Processor Name: Dual-Core Intel Xeon
    Processor Speed: 2.66 GHz
    Number Of Processors: 2
    Total Number Of Cores: 4
    L2 Cache (per processor): 4 MB
    Memory: 2 GB
    Bus Speed: 1.33 GHz
    Boot ROM Version: MP11.005C.B04
    SMC Version: 1.7f8
    ATI Radeon X1900 XT:
    Chipset Model: ATY,RadeonX1900
    Type: Display
    Bus: PCIe
    Slot: Slot-1
    PCIe Lane Width: x16
    VRAM (Total): 512 MB
    Vendor: ATI (0x1002)
    Device ID: 0x7249
    Revision ID: 0x0000
    ROM Revision: 113-A52027-140
    EFI Driver Version: 01.00.140
    Displays:
    SyncMaster:
    Resolution: 1920 x 1200 @ 60 Hz
    Depth: 32-bit Color
    Core Image: Hardware Accelerated
    Mirror: Off
    Online: Yes
    Quartz Extreme: Supported
    Rotation: Supported
    Television: Yes
    S/M 955SL:
    Resolution: 1280 x 1024 @ 75 Hz
    Depth: 32-bit Color
    Core Image: Hardware Accelerated
    Main Display: Yes
    Mirror: Off
    Online: Yes
    Quartz Extreme: Supported
    Rotation: Supported
    anyone ever see this problem ? at 1st it seem to be related to my ATI card... but i'm no expert so if anyone can understand part of the crash log let me know ! thanx !!
    also forget to say : did all the full apple hardware test + tech tool pro test (app that come with apple care) and nothing was wrong, all ok.
    +
    francis.t
    montreal
    Message was edited by: francis.t

    Are you really still running 10.6.3? you will need 10.6.5+ so do that and make a clone.
    ATI 5770 from Apple Store - like 1000s of others have done and in the comments section on the store page.

  • Incompatibility with ATI Radeon HD 4870

    Hi, using Aperture 3 Trial (I'm waiting the deliver of full one from AppleStore) with few Canon RAW images I've experienced very often crash of the application and two kernel panic (sad), especially using brush tool like skin smoothing:
    0x98c93fc8 : 0x29e44d (0x2113c164 0x1 0x10 0x0)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.ATIRadeonX2000(6.0.6)@0x99753000->0x998adfff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x8eea3000
    dependency: com.apple.iokit.IONDRVSupport(2.0)@0x98cfc000
    dependency: com.apple.iokit.IOGraphicsFamily(2.0)@0x98958000
    After that I've tried to replace the ATI Radeon HD 4870 with my old Nvidia 8800 GT and the crashes are disappeared completely, also the kenel panic.
    The 8800GT however is noticeable slower than ATi 4870 and Aperture3 is very slow with ATi, sadly slow with 8800 GT: using brush skin tool with zoom 1:1 (Z key) with color overlay and RAW images give refresh from a stoke to other until about 2 minutes! Unusable.
    Also in that "wait state", activity window always reports: Generating Thumbnails (every says that)
    Sorry to see that, because quality and features in this version are very exciting!
    Maybe most other issues are mainly connected to graphics drivers.

    Before report to Apple I would like to find most precisely the reason for the crashes :/
    In those days I'm going to be crazy...
    Now I've had aperture crash, some time, also in 1920x1200, so maybe resolution is a false positive :/
    The last trials booting in 64 Bit kernel:
    - ATi - Aperture crash during editing RAW file from canon 50D 7D and 5D mark II
    - ATi - No crash editing jpegs
    - ATi - kernel panic on ATi kernel module during editing RAW file from canon 50D 7D and 5D mark II
    - ATi - Black screen and CPU/GPU hang editing jpegs
    - NVidia 8800 - Aperture crash during editing RAW file from canon 50D 7D and 5D mark II (with 64 Bit kernel is a bit faster)
    - NVidia 8800 - no kernel panic
    - NVidia 8800 - no hang editing jpegs
    I've tried editing the same kind of RAW file on the macbook pro 17" C2D and Aperture crashed...
    So, maybe is a combination between RAW file (crash Aperture) and ATi under pressure (kernel panic & hang)
    p.s under macbook pro (ATi Radeon X1600), during edit, often the screen become corrupted
    On macpro, I've tried also 64 Bit kernel and 32 Bit Aperure, but RAW file editing hanged anyway.
    Interesting the use of memory in 64 vs 32 bit, at 64 Bit (Aperture not kernel) editing a 5D mark II RAW file rise the memory up to 6 GB ram !!! in 32 Bit mode the same image and the same filtering reach only 3 GB of ram
    weird

  • Mac Pro 5.1 (Mid 2010) with Ati Radeon 5870, I can't install Maverick, don't support the graphic driver

    I have a Mac Pro with Ati radeon hd 5870 1024 MB, after the first reboot in the installation of Maverick, the screen does strange things as if the driver does not support.

    Hello pitin,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    You can reset the Mac's parameter RAM and SMC.
    Best of luck,
    Mario

  • [Athlon64] Anybody has any experience with ATI Radeon XPRESS 200P chip sets?

    Anybody has any experience with ATI Radeon XPRESS 200P chip sets?
    I am looking to purchase a computer for my wife who does not require major computing power. And looks like ATI is a cheaper option.  Any recommendations?
    Any info is greatly appreciated.

    Quote from: dannol48 on 23-June-05, 02:25:47
    The RS480M2-IL haa a CnQ option in Bios. 
    Installing the AMD driver and setting the Power Scheme to "Minimal Power Management" in Power Options is required to enable CnQ in XP.
    Danno
    Hello Danno ^^¿''
    Well, I just bought the RS480M2-IL with a Venice 3000+ and 1 GB DDR, I've tested the Video onboard(all the newest drivers installed)  with the 3DMARK  2001, and I just can get 3052 ptos...so .. please tell if you has made some time ...and how's your score?
    Oh man please tell me...maybe I made a bad choise but I was specting something better from this Mobo!!!...
    thanks and enjoy the time 
    PD: Another thing: my modo comes with the bios ver. 3.4 ...and have "The Normals falis" son I don't really know wich ver, could be better....cya..

  • Upgrade MacPro1,1 with ATI Radeon X1900 XT 512 MB and Open GL 1.7.7. to recommended system requirements for heli simulator: OpenGL Version 2.1 compatible 3D-graphics card from NVIDIA or ATI with 512MB.

    I want to install a helicopter simulator into my MacPro1,1 with ATI Radeon X1900 XT 512 MB and Open GL 1.7.7. Recommended system requirements for the heli simulator are: OpenGL Version 2.1 compatible 3D-graphics card from NVIDIA or ATI with 512MB (at least as fast as NVIDIA 8600, 9400 or ATI Radeon HD 2400). Is there such a graphics card available that will work in my Mac Pro?

    Are you really still running 10.6.3? you will need 10.6.5+ so do that and make a clone.
    ATI 5770 from Apple Store - like 1000s of others have done and in the comments section on the store page.

  • After Effects 7 with ATI Radeon X1900 XT

    Hi everyone,
    I use Adobe After Effects 7 a lot and I'm not happy with my current machine (PowerPC G5 2x1.8GHZ, 2GB DDR SDRAM, ATI Radeon X800 XT), it is too slow to work smoothly when I have several layers and effects going on. Previewing the work on the timeline (OpenGL or Adaptative resolution) is painfully slow and takes on my nerves. I believe this is mainly due to my graphics card, and the fact is not 100% compatible with OpenGL on After effects.
    I'm ready to upgrade with a Mac Pro 2.66 GHz Quad Xeon with ATI Radeon X1900 XT, but only if I'm going to enjoy a real improve with After Effects 7, as this is my main editing application right now.
    Does anybody have experience with this configuration?
    Thanks in advance for reading and replies!
    PowerPC G5 2x1.8GHZ   Mac OS X (10.4.7)   2GB DDR SDRAM, ATI Radeon X800 XT

    I have this configuration, but sadly have had no time to play around with After Effects. AE's realtime playback capabilities are limited (especially when compared with something like Motion), so you're probably still going to be rendering to RAM a lot. I believe the OpenGL support is for things like anti-aliasing, blur, and blending modes -- so a faster video card may not automatically equal huge performance boost across the board. Four Xeon cores and a lot of RAM will help it a lot more (see exception below).
    Also, AE 7 still has to run under Rosetta which results in a slower performance than if it was native. Also, be aware that there is a limit placed on all Rosetta processes that do not allow them to address more than 1.5GB of RAM combined. This will most likely limit your render speed and preview lengths. See this thread on Adobe's forums for more info:
    http://www.creativecow.net/articles/jonesgraham/AE7_on_IntelMacPro/index.html
    EDIT: The above link was to the performance comparisons, but not the original Adobe forum thread. Here it is:
    http://www.adobeforums.com/cgi-bin/webx/.3bc2401b
    However, if you read the thread, and follow the link in it, the author is seeing huge performance gains with AE7 on his MacPro 3GBs over his old dual G5 4.5GBs.
    So most likely, you'll see a performance benefit from upgrading. And when an Intel native version of AE ships, things will really fly.

  • PPC G5 with ATI Radeon 9600 Pro monitors not getting signal

    hi there.
    I have a PPC G5 with ATI Radeon 9600 Pro graphics card and I cannot get a monitor to work properly. I am trying an old Apple Studio Display (circa 2001) and a Viewsonic VA520.
    It seems like the Apple display should work, but all I get is a black screen. I ran it through a DVI to ADC adapter and had it working for a short period of time, but for some unknown reason it went back to the black screen.
    The Viewsonic gives a 'NO SIGNAL' screen and not much else.
    Both of these monitors have worked on other G5's. I am guessing this is a graphics card issue.
    I appreciate any kind or helpful words! Thank you.

    I'm having a similar problem with the G5 not recognizing a VGA monitor on either video out. I have no problem using two monitors with the DVI inputs but I need to use a VGA video splitter for a third screen. It worked at the beginning of this week, and now it refuses any VGA out, even without the splitter, just going into directly into the VGA in of one of my working monitors via a DVI-VGA adapter(i've tried different ones). I read another post about trashing "displays" and "windowserver" preference files but i haven't yet tried that..any clues??

  • Problem with ati radeon in 4530s

    hi ....i have problem with ati radeon graphic in hp 4530s ....
    when i install graphic driver apear black screen and i dont see anything ....
    i change windows and load that properly but when install graphic driver black screen apear again.. 
    driver download is corectly i download driver from hp this problom is not from driver..but i dont what's problem
    Please Help Me....Thnx
    Sorry my english language  is weak...:manvery

    Nimestä päätellen oletan että oot varmaan suomesta  
    Eli suomeksi sanottuna osnavi sanoo että ongelma voi johtua liian heikkotehoisesta virtalähteestä, sitä ei voi säätää tehokkaammaksi mistään biosista vaan jos se on alitehoinen pitää hommata uusi tehokkaampi virtalähde. Eli nuo arvot löytyy todennäköisesti sen virtalähteen kupeessa olevasta tarrasta. Se 12 volttia pitäisi olla vähintään 12 amppeeria että se riittäisi kunnolla radeonin näytönohjaimelle. Yleensä 300 wattinen poweri on riittävä, eli siinä tarrassa pitäisi olla maininta ainakin siitä kokonaistehosta, esim total output 300w tai jotain vastaavaa. Vika voi aivan hyvin olla jossain muuallakin, mutta yleensä täällä aina ensimmäiseksi syylliseksi arvellaan virtalähdettä, itselläni kyllä toisessa koneessa radeon 9200se näytönohjain toimii vaikka virtalähde on vain 200 wattinen. Niin ja muuten... eikö olisi helpompaa kysyä neuvoa ensin joltain suomenkieliseltä sivustolta  

  • IMovie 10 on an iMac 24-inch Mid 2007 with ATI Radeon HD 2600 Pro 256MB?

    Will iMovie 10 ever be installable on an iMac 24-inch Mid 2007 with ATI Radeon HD 2600 Pro 256MB?

    They updated iMovie to 10.0.1 so it will work with these Mavericks machines:
    http://support.apple.com/kb/HT6023
    "Installing iMovie (2013) previously required a computer with an OpenCL-capable video card. This requirement was removed, and you can install iMovie version 10.0.1 on any Mac with OS X Mavericks."

  • MDD upgrade conflict with ATI Radeon 9800

    does anyone out there have my specs; Sonnettech MDX Dual 1.6gh processor with ATI Radeon 9800 Pro VGA card? After installing the processor, i now get weird lines all over the screen at bootup and then i get a bunch of green speckles all over my desktop after the computer boots. i can work on my computer, but the screen images, speckles and other artifacts are annoying. i have dropped the hz to 66 and the screen resolution to 800x600 because higher resolutions would cause the computer to freeze. does anyone have any catalyst settings or ATI display panel suggestions ? i wish i could attach the pictures i took of the display.
    Dual Power Mac G4 867 & Macbook Pro 2gig   Mac OS X (10.4.9)   FCP Studio 5.1.2

    Well, i tried your idea, bought the iceberq5, installed it with ease and things just got worse. 1st, my MDD Dual 867 mac's AGP slot is right next to my fourth RAM slot. So with the Iceberq5 installed, i had to lose 512mb of RAM. it just wont fit. the new cooler cover the RAM slot. so instead of 2gigs of RAM, i'm down to 1.5. 2nd, with the icebeq5 on the ATI card, the door will not close. the iceberq runs into the case holding my DVD drives. After booting the computer up with the case open, the screen still loaded with the screen defects. I'm thinking I have a bad card, yet it worked when the Sonnettech dual processor upgrade was not installed. these weird color lines only occur with the sonnettech md/1.6 dual upgrade and the ATI 9800 Pro installed. I then used TechTool pro to scan and check my AGP card VRAM and it gave me an error. So here is my question, is there another powerful AGP card out there for my mac dual 867 that has a powerful fan on it that is also small enough to allow my case to close and for me to have all my RAM installed ? Thanks

  • Aperture 3, Snow Leopard, iMac ATI Radeon X1600 and graphics issues

    I have been searching the web to see if 10.6.4 has finally solved the graphics issues with the white iMac 2.16 intel with the ATI Radeon X1600 graphics processors and seen some mixed reviews. What is the consensus here, has 10.6.4 finally solved the graphics issues when editing photos in Aperture 3 (not to mention problems with iPhoto and iChat also). I had to downgrade to Leopard before so I don't want to upgrade to SL again and go back down the downgrade path. Thanks in advance for the feedback

    I can say that 10.6.4 has worked out the kinks for my white 24" iMac with 7300GT card. From what others have posted here, it appears the x1600 issues have been resolved as well. I was running 10.6.2 prior to this update and advising everyone else of same. Of course, 10.6.2 and SL was not perfect, with some issues cropping up here and there. IMHO the 10.6.4 release is equivalent to the 10.5.3 release by comparison. In fact, I upgraded my Mac mini after my good experiences with 10.6.4 on my iMac. Not sure if this helps or not.

  • ATI Radeon X1600 GPU problem

    I purchased a MacBook Pro with an ATI Radeon X1600 GPU in 2006. Several weeks ago the GPU failed and I was advised that a replacement logic board was needed and this would cost upwards of £500 by various Apple authorised repair centres that I contacted.
    The system is not worth £500 in working condition.
    It appears that I am not the only one that has found this issue, long after the warranty on the system had expired. In addition a number of people have began on online petition to raise awareness of the situation.
    Several months ago a more recent MacBook Pro (circa 2008) with an NVIDIA GPU failed and I was able to have the logic board replaced for free as this was a known fault, even though my system was out of warranty.
    I was very annoyed to find that the hardware defect in ATI GPU's has not resulted in the same replacement program. I therefore had to pay an engineer to attempt to fix the system through a component level repair, which failed. My 4 year old system that cost me a lot of money is now dead.
    I expected a lot more longevity from this system, and I am sorely disappointed. I am feeling a little ripped off.
    I am the current of owner of a iPhone 4 (2010), MacBook Pro 13" (2010), iMac (2010), iPhone 3G (2008), MacBook Pro 15" (2008) and one dead MacBook Pro 15" (2006).
    As you can see I have spent a lot of money on Apple products and accessories, My very first purchase has now died due to ATI GPU failure and I have already replaced a logic board on a 2008 system due to an NVIDIA GPU failure.
    I have never hesitated to recommend Apple products before, until now!
    I'd like Apple to acknowledge this issue and offer customers with the faulty hardware replacement logic boards, I'd expect Apple to recover this cost from ATI who manufactured the faulty hardware.
    I hope that this post serves to raise awareness of the issue and prompts an appropriate response.
    Thanks for reading.
    Dave.

    Your instructions basically work because you're deleting the ATI display drivers, so OS X defaults to no hardware acceleration. In the very long "display anomalies" thread to which you linked, this seems to be related as a pretty common solution.
    This is not a solution IMO. It's basically telling your computer not to use the built-in video card for much more than a frame buffer. Why is this a bad thing? Well, while it eliminates the anomalies and inevitable freezing, it also makes your computer unusable for anything requiring hardware acceleration (which is a lot of things these days, including 3d games and HD video playback, though the latter can still work albeit more slowly).
    You claim that the problem is due to bugs in the ATI driver, but there are two issues with that theory: 1. the problem also happens under Windows via Boot Camp, using several different versions of ATI's Catalyst drivers that support the R500 family (which the X1600 is a member of); and 2. these sorts of anomalies tend to be usually indicative of hardware failure. For example, the nvidia 8800 series famously had similar issues (more and more graphical anomalies followed by eventual lock-ups), which were ultimately caused by hardware failure relating from many heat cycles.
    In this case, the thing that seems closest to the truth to me came in a forum post over at the WoW forums (see the last post, by member "Flloyd"):
    Flloyd's post
    (Linking to the Google cache because the original seems to have been deleted.)
    Quoting the relevant part here:
    "There has been a lot of discussion an Apple forums and other forums about these issues with the Core Duo (not Core 2 Duo) version 1.1 MBPs with the x1600 GPU. The general consensus is that it is definitely a hardware problem and someone mentioned that Apple knows internally that it is an issue with the solder connection between BGA packages and the main board. These machines came out right around when manufacturers were just starting to become ROHS compliant, (the standard that forbids the use of solder containing lead in electronics,) and so it is not surprising to me, (having dealt with some similar issues from the point of view of the manufacturer at work,) that these problems are happening. The lead-free solder is much more brittle than the old kind and solder joints that crack after many thermal cycles are a common problem that everyone trying to use the lead-free solder has had to confront. That being said, Apple still needs to fix this, because anyone who bought one of these would have had no expectation of this kind of failure and many would have bought something else if they knew this was a possibility."
    Thus, the little BGA solder balls become worse over time, and when heated enough (i.e. when the GPU load becomes great enough for long enough, which is when people usually report the problems to occur at first), may start to get a bad connection to the logic board, as a result of thermal expansion or lower conductivity or a combination of things.
    Now, I'm not 100% sure that this is the answer, but it seems most plausible to me. The other common explanation for this is that the thermal paste is applied unevenly on the GPU, or that the thermal paste gets old. However, while people report getting fewer anomalies after re-applying thermal paste, the problems usually stick around and once again start to get worse over time. My theory here is that while re-applying thermal paste helps with lowering GPU temps and lowering the frequency of the symptoms, it doesn't solve the underlying issue. You can get the same effect (lower GPU temps) by downloading and using the Fan Control preference pane or downloading and using the smcFanControl application to increase fan speed. Like re-applying thermal paste, this would decrease GPU temps (and thus incidence of graphical anomalies and eventual lock-ups), but not eliminate the problem.
    It's sad that Apple doesn't (and likely won't) acknowledge this problem as a hardware defect. As far as I know, the issue manifests itself only after several years of use, which is when warranty (even AppleCare) has run out. Those who are lucky enough to have had the Macbook under warranty when symptoms first appeared just had their logic boards replaced for free, and later reported the same problems appearing after a few years with the new logic boards (which predictably contained the same hardware flaw). As I've said before, I'm not 100% confident in this particular explanation, but I am 100% confident that it's a hardware issue.
    So nowadays, people generally have the choice of either buying a new laptop or forking over $300-600 for a new or used logic board to extend the life of the Macbook for a few more years, which would inevitably fail again. There is hope though: the aforementioned nvidia cards (the GeForce 8800 series) with the hardware flaw were eventually recalled and replaced for free, but a lot of people have reported resurrecting their dead cards using this unorthodox method:
    http://hardforum.com/showthread.php?t=1421792
    http://hardforum.com/showthread.php?t=1553073
    http://hardforum.com/showthread.php?t=1470144
    The same method also worked for people with different failing cards (even built-in laptop GPUs, such as we are talking about here), and not just the GeForce 8800 series. I might try this out in a week or so and see if it works for me and report back. I just don't know if it's worth it -- this is my primary work laptop and I can't afford to have to mess around with getting a new one in the middle of the school year if it dies in the process. Not to mention the fact that while the problem certainly is annoying, since I have to save my work every few minutes in anticipation of the computer locking up, it's certainly not critical.
    <URL Embedded by Host>

Maybe you are looking for

  • How can I recover pictures taken with my iPod touch 4g?

    At one point in time about a year or so ago I took some pictures with the camera on my iPod touch 4g, and just assumed that when Apple said it was "backing up" my iPod, that it included those pictures. I even have an "iPod Photo Cache" folder (or did

  • My mac doesn't recognize my ipod nano

    i have a 2nd gen ipod nano and it works perfectly fine when plugged into other lap tops and computers but recently it isnt recognized on my mac computer. i plug it in through the usb port and itunes or the rest of the computer doesnt well...see it? i

  • How to create redlog and control file at ASM in linux RAC

    Hi Experts, I will to maintance a oracle 10g database at ASM as RAC iin linux red hat. i am a new person with some question. nornally speaking, oracle recommadition for oracle 10g database as create 3 copy fills for control file create at least 2 red

  • Load dimensions and members in Planning application via outline load

    it is a classic planning application, after I load dimensions and members into classic Planning application, I can't see new members I added in csv file. How could I confirm whether it was successfully loaded. This is the log. Please refer to it. Suc

  • Need older version of itunes

    I lost my Itunes when I installed a new Hard drive and my macbook is too old to install the OS, so the new Itunes 10 will not install.  I am having a hard time finding a link to an older version of itunes... How can I find this?