[SOLVED] Dell Studio 1555, arch64, touchpad + ATI Radeon HD, Catalyst.

Hi everyone.
I have a strange problem, that these days is a pin in my ass. My touchpad is not workig, and I need it because I am traveling alot. I checked the wiki. I tryed to set the touchpad via xorg.conf and hal, but it is not working.
That is what I am getting in my xorg log file:
(II) UnloadModule: "synaptics"
(II) Unloading /usr/lib/xorg/modules/input//synaptics_drv.so
(EE) Failed to load module "synaptics" (module requirement mismatch, 0)
I have xf86-input-synaptics-1.2.0-1 installed on my machine.
Here is my xorg.conf:
Section "ServerLayout"
Identifier "Gruntz`s Layout"
Screen 0 "Main Screen" 0 0
InputDevice "Mouse" "CorePointer"
InputDevice "SynapticsTouchpad" "SendCoreEvents"
InputDevice "Keyboard" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/artwiz-fonts:unscaled"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/speedo"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/util"
EndSection
Section "Module"
Load "dbe"
Load "glx"
Load "dri"
Load "dri2"
Load "extmod"
Load "record"
Load "synaptics"
Load "freetype"
Load "xtrap"
Load "GLcore"
EndSection
Section "ServerFlags"
Option "AutoAddDevice" "False"
Option "AIGLX" "True"
Option "Xinerama" "off"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,bg"
Option "XkbVariant" ",phonetic"
Option "XkbOptions" "grp:alt_shift_toggle,grp:lwin_switch,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
#Option "Device" "/dev/input/mice"
Identifier "SynapticsTouchpad"
Driver "synaptics"
Option "AlwaysCore" "true" # send events to CorePointer
Option "Device" "/dev/input/mice"
Option "Protocol" "auto"
Option "SHMConfig" "false" # configurable at runtime? security risk
Option "LeftEdge" "1700" # x coord left
Option "RightEdge" "5300" # x coord right
Option "TopEdge" "1700" # y coord top
Option "BottomEdge" "4200" # y coord bottom
Option "FingerLow" "25" # pressure below this level triggers release
Option "FingerHigh" "30" # pressure above this level triggers touch
Option "MaxTapTime" "180" # max time in ms for detecting tap
Option "VertEdgeScroll" "true" # enable vertical scroll zone
Option "HorizEdgeScroll" "true" # enable horizontal scroll zone
Option "CornerCoasting" "true" # enable continuous scroll with finger in corner
Option "CoastingSpeed" "0.30" # corner coasting speed
Option "VertScrollDelta" "100" # edge-to-edge scroll distance of the vertical scroll
Option "HorizScrollDelta" "100" # edge-to-edge scroll distance of the horizontal scroll
Option "MinSpeed" "0.10" # speed factor for low pointer movement
Option "MaxSpeed" "0.60" # maximum speed factor for fast pointer movement
Option "AccelFactor" "0.0020" # acceleration factor for normal pointer movements
Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
EndSection
Section "Monitor"
Identifier "LCD Monitor"
VendorName "LGD"
ModelName "20b"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "FBTexPercent" # <i>
#Option "DepthBits" # <i>
#Option "PCIAPERSize" # <i>
#Option "AccelDFS" # [<bool>]
#Option "IgnoreEDID" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "ColorTiling" # [<bool>]
#Option "VideoKey" # <i>
#Option "RageTheatreCrystal" # <i>
#Option "RageTheatreTunerPort" # <i>
#Option "RageTheatreCompositePort" # <i>
#Option "RageTheatreSVideoPort" # <i>
#Option "TunerType" # <i>
#Option "RageTheatreMicrocPath" # <str>
#Option "RageTheatreMicrocType" # <str>
#Option "ScalerWidth" # <i>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
#Option "VGAAccess" # [<bool>]
#Option "ReverseDDC" # [<bool>]
#Option "LVDSProbePLL" # [<bool>]
#Option "AccelMethod" # <str>
#Option "DRI" # [<bool>]
#Option "ConnectorTable" # <str>
#Option "DefaultConnectorTable" # [<bool>]
#Option "DefaultTMDSPLL" # [<bool>]
#Option "TVDACLoadDetect" # [<bool>]
#Option "ForceTVOut" # [<bool>]
#Option "TVStandard" # <str>
#Option "IgnoreLidStatus" # [<bool>]
#Option "DefaultTVDACAdj" # [<bool>]
#Option "Int10" # [<bool>]
#Option "EXAVSync" # [<bool>]
#Option "ATOMTVOut" # [<bool>]
#Option "R4xxATOM" # [<bool>]
Identifier "ATI Radeon"
Driver "fglrx"
VendorName "ATI Technologies Inc"
BoardName "M92 [Mobility Radeon HD 4500 Series]"
Option "AGPMode" "4"
Option "ColorTiling" "on"
Option "AGPFastWrite" "yes"
Option "EXAVSync" "yes"
Option "DRI" "on"
Option "DynamicPM" "on" # Dynamic powersaving.
Option "ClockGating" "on" # Assisting option for powersaving.
Option "AccelMethod" "EXA" # EXA should fit most cases.
Option "DMAForXv" "on" # Forced option in order to enable Xv overlay.
Option "ScalerWidth" "2048" # That should fix some very rare bugs.
Option "EnablePageFlip" "on" # It will not be enabled on R5xx cards.
Option "RenderAccel" "on" # Optional. It should be enabled by default.
Option "AccelDFS" "on" #Optional. See the man page.
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Main Screen"
Device "ATI Radeon"
Monitor "LCD Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
Option "DAMAGE" "On"
Option "RenderAccel" "true"
Option "backingstore" "true"
Option "AllowGLXWithComposite" "true"
EndSection
I have Ati radein hd, and I am using catalyst 11 driver. I added: "IgnorePkg   = xf86-video-vesa xorg-server xf86-input-evdev xf86-input-keyboard xf86-input-mouse" in order to use the old xorg so I can use the catalyst new driver, and it is working. Is this the reason form my touchpad?
If you have some ideas, or you need more data, just ask.
Thank you all,
Regards.
Last edited by Gruntz (2009-12-10 21:24:17)

You need the older synaptics driver.
xf86-input-synaptics-1.1.3-1-x86_64.pkg.tar.gz
After downgrading, you should add xf86-input-synaptics to the IgnorePkg line.

Similar Messages

  • [~Solved] Dell Studio 1555 - temperatures not dropping enough

    Hello all,
    On a fresh Arch installation (base/base-devel + some basic stuff - xorg, mesa, ati open source driver, no DE), the fan remains constantly on and audible.
    I let the system stay idle overnight (about 6.5 hours) in order to stabilize temperatures, and checked the sensors as soon as I opened the lid (screen turned itself off).
    It's worth noting that fan was active in the morning, and I have no reason to believe it was not active all night.
    CPU - the CPU is Intel P8600. Using cpufrequtils, I made sure the current governor is "ondemand" and indeed the CPU ran at it lowest frequency (800Mhz) prior to leaving the system.
    GPU - the GPU is ATI mobility Radeon 4570. I used the Profile-based frequency switching, and echoed "low" as current profile (for the sake of testing), and indeed the GPU clocks ran at their lowest prior to leaving the system.
    Once I opened the lid, the sensors read as follows:
    acpitz-virtual-0
    temp1: 52
    temp2: 52
    temp3: 59
    radeon-pci-0100
    temp1: 60.5
    coretemp-isa-0000
    core0: 47
    core1: 47
    I suppose the first one is the motherboard the the following are GPU, CPU in that order.
    Now, for the sake of comparison, after taking the sensors measurement, I logged in to Windows 7, and waited a few minutes.
    Temperatures dropped in about 5-7 degrees (and I've seen it lower in the past), which was enough for the fan to become less active.
    This leads me to believe that the problem isn't in the fan itself, but rather with the temperatures that do not drop enough for the fan to calm itself down.
    Any ideas what else I should do in order to lower the temperatures?
    Thanks, Adam.
    * EDIT *
    Do tools like Laptop Mode Tools have an effect on temperature, or mainly on battery life?
    Last edited by adam777 (2012-05-31 17:41:03)

    OK, second overnight is done - a little better now that the dust is gone.
    This time I used dynpm for the GPU powersaving and not low, which might have caused the temperatures not to drop all the way down.
    I got a drop of ~5-7 degrees across the board, which makes the temperatures comparable to the Windows system (though, in turn, the Windows system also manage to drop the temperatures a bit more).
    Fan is still a bit too audible for my taste (not too bad, though), but I guess the only thing left at this point as far as CPU and GPU are concerned is switching to the ATI proprietary driver.
    I'm not sure about the proprietary driver, as it seems it cause some problems here and there.
    Adam.
    * EDIT *
    it's worth noting the above is done without a DE, I guess I can expect results to be worse once a DE is involved.
    Last edited by adam777 (2012-05-29 07:45:25)

  • FAST ACCESS FACIAL RECOGNITION WON'T WORK ON DELL STUDIO 1555 SINCE MOZILLA UPDATE

    When Firefox updated my Facial Recognition Fast Access on Dell Studio 1555 no longer works. The box shows up but not green line around it

    Some Firefox add-ons have a hard limit on compatible versions and may stop working after a Firefox update. To check for a newer version from Dell, see this article:
    http://www.sensiblevision.com/en-us/support/dellsupport.aspx
    Can you find a newer/updated version that might work with Firefox 19?

  • [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(

  • Ati, radeon, fglrx, catalyst, ???

    I am converting one of my boxes to Arch.  it has an older ATI Radeon card (7500, I think).  I have always used the "radeon" driver.
    pacman finds no "radeon" driver--only "radeonhd".  Some quick digging--including here--finds discussion of "catalyst" as the replacement for "fglrx".
    But---what is the replacement for "radeon"?  And, if "radeonhd" is not it, then what is "radeonhd"
    Also----is it true that the ATI Radeon requires "dri" to be loaded?  Both my other boxes use Nvidia, and dri is not used.

    pixellany wrote:Thanks--in the interim I loaded that and setup to use "ati".  I did not notice if it loaded "radeon" also.
    Anyway, now it's working....
    Yes, it did  load "radeon" also--which I am now using.
    Anyone know what "radeonhd" is?

  • [SOLVED] ATI Radeon and Catalyst - Invalid AMD VBIOS

    Hi everyone!
    I got a new laptop with an AMD Radeon HD 7650M graphic card, I can't get catalyst working, kernel log reports:
    <3>[fglrx:hal_read_VBIOS] *ERROR* Invalid AMD VBIOS!
    <3>[fglrx:hal_init_cpu] *ERROR* Failed to read VBIOS!
    <6>[fglrx] device open failed with code -1
    <3>[fglrx:firegl_get_vbios_image] *ERROR* Invalid image size requested
    /var/log/Xorg.0.log reports:
    [    11.333]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [    11.333] X Protocol Version 11, Revision 0
    [    11.333] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [    11.333] Current Operating System: Linux Pitchblack 3.6.6-1-ARCH #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012 x86_64
    [    11.333] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=470eec3c-7b63-43e0-ab12-a32a315ba84b ro resume=/dev/sda3 radeon.modeset=0 quiet
    [    11.333] Build Date: 27 August 2012  08:04:39AM
    [    11.333] 
    [    11.333] Current version of pixman: 0.26.2
    [    11.333]     Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    [    11.333] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    11.334] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 10 09:37:07 2012
    [    11.407] (==) Using config file: "/etc/X11/xorg.conf"
    [    11.407] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [    11.665] (==) ServerLayout "aticonfig Layout"
    [    11.665] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [    11.665] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
    [    11.682] (**) |   |-->Device "aticonfig-Device[0]-0"
    [    11.682] (==) Automatically adding devices
    [    11.682] (==) Automatically enabling devices
    [    11.914] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [    11.914]     Entry deleted from font path.
    [    12.043] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
    [    12.043] (==) ModulePath set to "/usr/lib/xorg/modules"
    [    12.043] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    12.043] (II) Loader magic: 0x7c8b00
    [    12.043] (II) Module ABI versions:
    [    12.043]     X.Org ANSI C Emulation: 0.4
    [    12.043]     X.Org Video Driver: 12.1
    [    12.043]     X.Org XInput driver : 16.0
    [    12.043]     X.Org Server Extension : 6.0
    [    12.044] (--) PCI:*(0:1:0:0) 1002:6841:104d:90ac rev 0, Mem @ 0xb0000000/268435456, 0xc4000000/131072, I/O @ 0x00005000/256, BIOS @ 0x????????/131072
    [    12.044] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [    12.044] (II) "extmod" will be loaded by default.
    [    12.044] (II) "dbe" will be loaded by default.
    [    12.044] (II) "glx" will be loaded by default.
    [    12.044] (II) "record" will be loaded by default.
    [    12.044] (II) "dri" will be loaded by default.
    [    12.044] (II) "dri2" will be loaded by default.
    [    12.044] (II) LoadModule: "extmod"
    [    12.106] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [    12.119] (II) Module extmod: vendor="X.Org Foundation"
    [    12.119]     compiled for 1.12.4, module version = 1.0.0
    [    12.119]     Module class: X.Org Server Extension
    [    12.119]     ABI class: X.Org Server Extension, version 6.0
    [    12.119] (II) Loading extension MIT-SCREEN-SAVER
    [    12.119] (II) Loading extension XFree86-VidModeExtension
    [    12.119] (II) Loading extension XFree86-DGA
    [    12.119] (II) Loading extension DPMS
    [    12.119] (II) Loading extension XVideo
    [    12.119] (II) Loading extension XVideo-MotionCompensation
    [    12.119] (II) Loading extension X-Resource
    [    12.119] (II) LoadModule: "dbe"
    [    12.130] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [    12.131] (II) Module dbe: vendor="X.Org Foundation"
    [    12.131]     compiled for 1.12.4, module version = 1.0.0
    [    12.131]     Module class: X.Org Server Extension
    [    12.131]     ABI class: X.Org Server Extension, version 6.0
    [    12.131] (II) Loading extension DOUBLE-BUFFER
    [    12.131] (II) LoadModule: "glx"
    [    12.131] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [    12.159] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [    12.160]     compiled for 6.9.0, module version = 1.0.0
    [    12.160] (II) Loading extension GLX
    [    12.160] (II) LoadModule: "record"
    [    12.160] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [    12.167] (II) Module record: vendor="X.Org Foundation"
    [    12.167]     compiled for 1.12.4, module version = 1.13.0
    [    12.167]     Module class: X.Org Server Extension
    [    12.167]     ABI class: X.Org Server Extension, version 6.0
    [    12.167] (II) Loading extension RECORD
    [    12.167] (II) LoadModule: "dri"
    [    12.168] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [    12.186] (II) Module dri: vendor="X.Org Foundation"
    [    12.186]     compiled for 1.12.4, module version = 1.0.0
    [    12.186]     ABI class: X.Org Server Extension, version 6.0
    [    12.186] (II) Loading extension XFree86-DRI
    [    12.186] (II) LoadModule: "dri2"
    [    12.186] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [    12.198] (II) Module dri2: vendor="X.Org Foundation"
    [    12.198]     compiled for 1.12.4, module version = 1.2.0
    [    12.198]     ABI class: X.Org Server Extension, version 6.0
    [    12.198] (II) Loading extension DRI2
    [    12.198] (II) LoadModule: "fglrx"
    [    12.223] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [    12.518] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [    12.518]     compiled for 1.4.99.906, module version = 9.0.2
    [    12.518]     Module class: X.Org Video Driver
    [    12.519] (II) Loading sub module "fglrxdrm"
    [    12.519] (II) LoadModule: "fglrxdrm"
    [    12.519] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [    12.578] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [    12.578]     compiled for 1.4.99.906, module version = 9.0.2
    [    12.578] (II) AMD Proprietary Linux Driver Version Identifier:9.00.2
    [    12.578] (II) AMD Proprietary Linux Driver Release Identifier: 9.00.11                             
    [    12.578] (II) AMD Proprietary Linux Driver Build Date: Sep 20 2012 11:56:16
    [    12.578] (++) using VT number 7
    [    12.584] (WW) Falling back to old probe method for fglrx
    [    12.694] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [    12.712] ukiDynamicMajor: found major device number 250
    [    12.712] ukiDynamicMajor: found major device number 250
    [    12.712] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    12.712] ukiOpenDevice: node name is /dev/ati/card0
    [    12.712] ukiOpenDevice: open result is 7, (OK)
    [    12.723] ukiOpenDevice: open result is 7, (OK)
    [    12.723] ukiOpenByBusid: ukiOpenMinor returns 7
    [    12.723] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    12.755] (--) Chipset Supported AMD Graphics Processor (0x6841) found
    [    12.779] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [    12.779] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [    12.796] (II) AMD Video driver is signed
    [    12.796] (II) fglrx(0): pEnt->device->identifier=0xa114b0
    [    12.796] (II) fglrx(0): === [xdl_xs112_atiddxPreInit] === begin
    [    12.796] (II) Loading sub module "vgahw"
    [    12.796] (II) LoadModule: "vgahw"
    [    12.796] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [    12.821] (II) Module vgahw: vendor="X.Org Foundation"
    [    12.821]     compiled for 1.12.4, module version = 0.1.0
    [    12.821]     ABI class: X.Org Video Driver, version 12.1
    [    12.821] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [    12.821] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [    12.821] (==) fglrx(0): Default visual is TrueColor
    [    12.821] (**) fglrx(0): Option "DPMS" "true"
    [    12.822] (==) fglrx(0): RGB weight 888
    [    12.822] (II) fglrx(0): Using 8 bits per RGB
    [    12.822] (==) fglrx(0): Buffer Tiling is ON
    [    12.822] (II) Loading sub module "fglrxdrm"
    [    12.822] (II) LoadModule: "fglrxdrm"
    [    12.822] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [    12.822] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [    12.822]     compiled for 1.4.99.906, module version = 9.0.2
    [    12.824] ukiDynamicMajor: found major device number 250
    [    12.824] ukiDynamicMajor: found major device number 250
    [    12.827] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    12.827] ukiOpenDevice: node name is /dev/ati/card0
    [    12.827] ukiOpenDevice: open result is 10, (OK)
    [    12.827] ukiOpenByBusid: ukiOpenMinor returns 10
    [    12.827] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    12.828] (**) fglrx(0): NoAccel = NO
    [    12.828] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [    12.828] (--) fglrx(0): Chipset: "AMD Radeon HD 7500M/7600M Series" (Chipset = 0x6841)
    [    12.828] (--) fglrx(0): (PciSubVendor = 0x104d, PciSubDevice = 0x90ac)
    [    12.828] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [    12.828] (--) fglrx(0): Linear framebuffer (phys) at 0xb0000000
    [    12.828] (--) fglrx(0): MMIO registers at 0xc4000000
    [    12.828] (--) fglrx(0): I/O port at 0x00005000
    [    12.828] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [    12.831] (II) fglrx(0): AC Adapter is used
    [    12.848] (EE) fglrx(0): V_BIOS address 0x0 out of range
    [    12.849] (EE) fglrx(0): Failed to obtain VBIOS from Kernel!
    [    12.849] (EE) fglrx(0): VBIOS read from Kernel, Invalid signature!
    [    12.849] (EE) fglrx(0): GetBIOSParameter failed
    [    12.849] (EE) fglrx(0): PreInitAdapter failed
    [    12.849] (EE) fglrx(0): PreInit failed
    [    12.849] (II) fglrx(0): === [xdl_xs112_atiddxPreInit] === end
    [    13.116] SetVBEMode failed
    [    13.116] (II) UnloadModule: "fglrx"
    [    13.116] (II) UnloadSubModule: "fglrxdrm"
    [    13.116] (II) Unloading fglrxdrm
    [    13.116] (II) UnloadSubModule: "vgahw"
    [    13.116] (II) Unloading vgahw
    [    13.116] (II) UnloadSubModule: "fglrxdrm"
    [    13.116] (EE) Screen(s) found, but none have a usable configuration.
    [    13.116]
    Fatal server error:
    [    13.116] no screens found
    [    13.116]
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    [    13.117] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [    13.117]
    [    13.143] Server terminated with error (1). Closing log file.
    xorg.conf (generated using aticonfig --initial)
    Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option        "VendorName" "ATI Proprietary Driver"
        Option        "ModelName" "Generic Autodetecting Monitor"
        Option        "DPMS" "true"
    EndSection
    Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
    EndSection
    Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
            Viewport   0 0
            Depth     24
        EndSubSection
    EndSection
    /etc/default/grub:
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX="resume=/dev/sda3 radeon.modeset=0"
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors.  Used by normal and wallpaper
    # modes only.  Entries specified as foreground/background.
    #GRUB_COLOR_NORMAL="light-blue/black"
    #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    lspci | grep VGA
    01.00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Thames [Radeon 7500/7600M Series]
    Thanks a lot, any ideas?
    Last edited by Mliquid (2013-02-21 07:56:42)

    Mliquid wrote:
    MiguelAngelLV wrote:Some problem... Did you resolve?
    Not yet sorry. Still getting the same problem. I'm using radeon open source drivers right now and i got some problem on these ones too,
    framebuffer issues at boot.
    Kernel version: 3.6.11-1-ARCH
    With free driver only works for me using VGA. The laptop screen is not nothing, just blinks.

  • Facing problem of not getting Bluetooth periferal device to connect with my computer windows 7 on Del studio 1555 model

    I am facing problem for connecting with my windows 7
    My blackberry Q10 not conecting properly,elerts displaying on computer you have not Bluetooth Periferal device driver
    installed,I am not getting same on internet searching

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at http://h30499.www3.hp.com/hpeb/
    I hope this helps.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Can i use airport express on a dell studio 1555 windows 7

    Hi just wanted to know if i can use a usb data card and can i connect it to the airport express
    if i have a pre existing wifi at home how can i use this airport express without installing it at home
    can i use this to enhance the wifi signals from the existing network
    can this be used on batteries or has this be mainly connected to the power supply ?

    Hi just wanted to know if i can use a usb data card and can i connect it to the airport express
    If you mean, can you connnect the AirPort Express Base Station (AX) directly to the PC via USB and gain Internet access, then the answer is no. If, on the other hand, you mean can the PC with a USB wireless adapter, gain wireless access to the AX, then the answer is most likely yes.
    if i have a pre existing wifi at home how can i use this airport express without installing it at home
    I'm not sure I quite understand your question. You can use the AX for both sharing a USB printer and/or for streaming iTunes with an existing wireless network. The AX would only need to be configured to "join" that wireless network.
    can i use this to enhance the wifi signals from the existing network
    Only if the existing wireless network is provided by another AirPort or Time Capsule.
    can this be used on batteries or has this be mainly connected to the power supply ?
    It has to be connected to an AC power source to work.

  • Questions about my MSI R5770 Hawk Radeon HD 5770 and my Dell Studio 7100

    Ok, I have had this card installed for about a year now. From the beginning Catalyst Control Center had given me error messages, "Catalyst Control Centre: Host application has stopped working. Windows is checking for solutions" every time I start the machine or every time I try to use the Catalyst Control Center. This has not been a problem because I have been using a 2 monitor system using the DVI port from on and the HDMI to Display Port adapter to the second larger monitor (if I went straight HDMI I can't change the settings and I end up with a 1 inch black border around the desktop and the outer edge of the 23" monitor,) so I just worked around with the HDMI to DVI. Well now I am trying to hook up three monitors. One to the Display port through a Displayport to DVI, one to the HDMI through the HDMI to DVI and one to the Display port. No matter what I try to do through the Windows display control panel, I can not get the displayport monitor (which ever is hook to that port) to display. Windows 7 does detect all three monitors, but it will not allow me to "extend the desktop" to the third monitor and I still can't get the Catalyst Control Center to work.
    I have uninstalled all files from ATI or AMD that involve the video and reinstalled the latest drivers and software, but the Catalyst Control center still is not running.
    If you could help me with this it would be great. I am a graphics designer and web designer/developer and not a hardware or software tech and I have been googling and trying different possible answers since yesterday morning.
    My graphics card is
    MSI R5770 Hawk Radeon HD 5770
    My computer is
    Dell Studio XPS 7100, AMD Athlon IIX4 630 Processor 2.80 GHz
    8 gb
    64-bit operating system
    I am attempting to hook up a LG W2361 to the HDMI through HDMI to DVI adapter (presently working) at 1920 x 1080
    an LG W1952 (at 1440 x 900) through the DVI port to DVI (presently working) and
    an old Samsung SyncMaster 170t  to the Displayport through a the adapter (not working) monitor is detected but it will not allow the extend desktop to be applied.
    Hope someone can help, thanks in advance for just reading all of this. 

    Just incase anyone runs into a similar problem. I figured it out.
    Somehow in one of either the ATI driver updates or in a Microsoft update, my drivers and software was contaminated. I deleted all software and drivers for the card, which I had already tried several times. But this time I went into safe mode used CCcleaner in safe mode and cleared the register of all entries. I then reloaded and the Catalyst Control center and it works fine now.
    The problem with the three monitors seems to be that the one hooked to the displayport, if you are using more than 2 monitors, must be hooked to an active displayport adapter. I was using a passive adapter. So either I need to buy a very expensive adapter or.....maybe a new monitor that uses displayport. 
    Hopefully this will help someone else having this issue.

  • Studio 1558 ATI Radeon HD5470 hardware problem

    I have a Dell Studio 1558 with ATI Mobility Radeon HD5470 graphics card on it. Yesterday, the computer crashed suddenly and started mentioning ATI driver crash, soon after which bluescreen errors followed - mentioning a failure of the atimkdag.sys file.
    Then, the display got discoloured, showing random dots, blue vertical lines and discolorations and gibberish characters here and there. I am not being able to load windows as it immediately ends up crashing with always the same bluescreen error.
    What bugs me is that, right from the point of start of booting (when the dell logo shows) and after which you can get the boot options etc, all the time, the screen is discolored and gibberish - even inside BIOS, and the basic diagnostics thing that Dell offers.
    It is not a LCD problem since I tried attaching a separate monitor using a VGA cable and the exact same problem is reflected on this external monitor also. Also, if I load  a Linux Live Cd, say ubuntu, then it loads and at least shows the desktop, but the discolorations are always there, so it isn't a software problem either - I had also tried restoring to factory settings and the problem is still there.
    I think my ATI card is damaged. In that case, is there any option to recover/repair - like disabling the ATI card and working using the onboard intel graphics chipset if any -  or do I have to replace the motherboard, since the ATI cards are as far as I know, soldered and fixed permanently to the motherboard ???
    Also, since the warranty period is over, if I need to replace the motherboard, can anyone help me estimate the expense for the replacement?? (I live in India)
    Please help!! Thanks in advance! 

    Well, correct me if I am wrong, but I think you must have used a "preview" version of the updated ATI driver.
    I did the same thing before trying games like NFS The Run, and Battlefield 3, because any game running on the FROSTBITE2 engine forces you to update the driver to a latest version. And then my ATI chip got damaged.
    Another fact: I even put a ATI HD 6450 on my desktop and needed to update the driver - did it to a 11.x preview version and it started the crashing-and-recovering scenario - luckily I got a v12.x version which was not a preview one, and the problem stopped. Btw, ATI HD 6450 is a really shitty card. I am never going to purchase another ATI ever again!!
    So the PREVIEW version of the ATI drivers are really CRAP!!!! It all starts with driver crashing-and-recovering and then one day, it damages the card.
    As for the other thing, I don't think the graphics driver has anything to do with the generation of the Core i CPU because basically, they ought to be kind of independent of each other (the CPU and the GPU that is) although I've heard that an ATI GPU tries to throttle itself using some CPU power, especially the PhysX part...)
    So basically, I must say that ATI GPUs are crappy and much less powerful than NVidia ones 'coz they bring their own GPU physics processors with are really necessary for high-graphics games.
    Your and mine laptop specs identical as far as you've mentioned. Also, I've seen TWO of my friends facing the same problem (damaged ATI Mobility Radeon HD 5470) on a Dell Inspiron 14s. They had to go through motherboard replacement 'coz most of laptop GPUs (all of ATIs and some of NVIDIAs afaik) are soldered permanent on the motherboard. This suggests that the 5470 card itself is really bad.
    Dell should know this and do something!!!
    BTW, I still haven't gone through a motherboard replacement from Dell, well simply 'coz its really EXPENSIVE (agree with you on the common people terms). INR 16.5K for 1yr Breakfix! WTH!! I could save some more money and buy another laptop of a different brand that gives me same or even more performance than the present one :)

  • Will the ATI Radeon 700 AGP card run two Studio 21 Displays?

    I just bought a G4 MDD 1.4 GHZ Mac that has what I assume was the stock video card, which appears to be for LCD displays, since the cables from my Apple 21" Studio displays (CRTs) don't match up to it (those are called VGA monitors, right?).
    On my present Mac (G4 Quicksilver) I am running both of these 21" Studio Displays, one plugged into the stock AGP card and the other connected to a PCI video card. As I prepare to switch over to my "new" MDD Mac now, I need to figure out how best to run the two monitors with this G4. (I will leave the video cards in the old Quicksilver and give it to a relative who also wants to run two monitors with it).
    I notice a new Radeon 7000 AGP card being offered on Ebay which has one VGA port, and they provide an adapter so that the second (DVI) port can also run a VGA monitor. If that card would run both my 21" Studio Displays independently as claimed, it would be the ideal solution, if the performance is adequate.
    I do lots of Photoshop(CS2)adjustment of digital camera images and also make video movies with Final Cut Express, iDVD, etc., with both monitors set to 1152 X 870 at 75 Hertz. Would such a card as this one be up to the task with both monitors?
    Every time I try to post the link to the Ebay auction for this card, everything in this text box disappears. So I'll just copy and paste the description of the card from the auction: "ATI Radeon 7000 64MB DDR Dual Monitor capable AGP Video Card with VGA, DVI-I, and S-Video Out and a DVI to VGA adapter. The video card has ATI's latest firmware (v226) with the latest ATI Displays support. It does not have any sleep issues. The card is capable of dual true independent/simultaneous monitor support with extended desktop. The adapter allows for dual VGA operation. This model has been tested in a G4 Tower, G4 Cube, and G5 with several versions of OS X including OS 10.4/Tiger. This card is guaranteed to work in any Macintosh G4 Tower, G4 Cube, or G5 Tower with OS 9.2.2 or later that has an available AGP slot."
    Sounds good---maybe too good to be true. Any drawbacks to such a setup as this?
    Any advice most appreciated.
    Tom

    Thanks for the info Malcolm. I checked out those links you provided, and it appears that buying two adapters for the presently-inistalled video card which would allow it to run two VGA monitors looks like a workable solution, all right. But it would be more expensive than just buying that Radeon AGP card to run both monitors, if the latter would work (that's what I'm still wondering).
    Also, I notice that the DVI to VGA adapter sold by Apple has some poor reviews and seems to have glitches. It is reported by several people to be unreliable and seems to turn a lot of displays magenta, and in other cases requires a lot of wiggling or careful positioning to make it work right. Sounds like Apple needs to work on the design.
    I appreciate the info, but I'm still favoring the Radeon 700 AGP card if someone can tell me it might work.
    As to which card my Mac has in it right now, I can't tell just by looking at it (why don't they put an identifying sticker or something on the things?) and I can't connect any of my VGA displays to it yet to let the Mac report what it has in it, so it's still a mystery.
    Thanks again,
    Tom

  • Xorg-No Device Detected-ATI Radeon [solved]

    I keep getting errors while trying to start the X server- EE No Deviced Detected.  I'm usting a dell inspiron 600m laptop with an ATI Radeon 9000 mobility.
    I used the fglrx driver which loaded perfectly, it's just not working when i start X.
    Here is my /var/log/Xorg.0.log
    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux derek-laptop 2.6.21-ARCH #1 SMP PREEMPT Sun May 6 18:33:47 CEST 2007 i686
    Build Date: 08 April 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 2 21:02:08 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "aticonfig-Screen[0]" (0)
    (**) | |-->Monitor "aticonfig-Monitor[0]"
    (**) | |-->Device "aticonfig-Device[0]"
    (**) |-->Input Device "Keyboard0"
    (**) Option "XkbRules" "xorg"
    (**) XKB: rules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) XKB: model: "pc105"
    (WW) Option "XkbLayout" requires an string value
    (WW) Option "XkbVariant" requires an string value
    (==) Keyboard: CustomKeycode disabled
    (**) |-->Input Device "USB Mouse"
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "AllowMouseOpenFail" "true"
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81c44a0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.1
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,3340 card 1028,01be rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 03 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24c2 card 1028,01be rev 01 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 1028,01be rev 01 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 1028,01be rev 01 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 1028,01be rev 01 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 81 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 01 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24ca card 1028,01be rev 01 class 01,01,8a hdr 00
    (II) PCI: 00:1f:5: chip 8086,24c5 card 1028,01be rev 01 class 04,01,00 hdr 00
    (II) PCI: 00:1f:6: chip 8086,24c6 card 14f1,5422 rev 01 class 07,03,00 hdr 00
    (II) PCI: 01:00:0: chip 1002,4c66 card 1028,01be rev 02 class 03,00,00 hdr 00
    (II) PCI: 02:00:0: chip 14e4,170c card 1028,8127 rev 02 class 02,00,00 hdr 00
    (II) PCI: 02:01:0: chip 1217,7113 card d001,0000 rev 20 class 06,07,00 hdr 82
    (II) PCI: 02:01:1: chip 1217,7113 card d801,0000 rev 20 class 06,07,00 hdr 82
    (II) PCI: 02:03:0: chip 8086,4223 card 8086,1020 rev 05 class 02,80,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,7), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
    [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,10), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
    [4] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [5] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [6] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [7] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xf6000000 - 0xfbffffff (0x6000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x57ffffff (0x8000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 3: bridge is at (2:1:0), (2,3,6), BCTRL: 0x0580 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x53ffffff (0x4000000) MX[b]
    (II) PCI-to-CardBus bridge:
    (II) Bus 7: bridge is at (2:1:1), (2,7,10), BCTRL: 0x0580 (VGA_EN is cleared)
    (II) Bus 7 I/O range:
    [0] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [1] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
    (II) Bus 7 prefetchable memory range:
    [0] -1 0 0x54000000 - 0x57ffffff (0x4000000) MX[b]
    (--) PCI:*(1:0:0) ATI Technologies Inc Radeon R250 [Mobility FireGL 9000] rev 2, Mem @ 0xe8000000/27, 0xfcff0000/16, I/O @ 0xc000/8
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [1] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [2] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [3] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [4] -1 0 0x58000000 - 0x580003ff (0x400) MX[b]
    [5] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [7] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [8] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [9] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [10] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [11] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [12] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [13] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [14] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [15] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [16] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [17] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [18] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [19] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [20] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [21] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [1] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [2] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [3] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [4] -1 0 0x58000000 - 0x580003ff (0x400) MX[b]
    [5] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [7] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [8] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [9] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [10] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [11] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [12] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [13] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [14] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [15] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [16] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [17] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [18] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [19] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [20] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [21] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [5] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [6] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [7] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [8] -1 0 0x58000000 - 0x580003ff (0x400) MX[b]
    [9] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [11] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [12] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [16] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [17] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [18] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [19] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [20] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [21] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [22] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [24] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [25] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [26] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [27] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules//libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.2.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.37.6
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "keyboard"
    (II) Loading /usr/lib/xorg/modules/input//keyboard_drv.so
    (II) Module keyboard: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) Primary Device is: PCI 01:00:0
    (II) ATI Proprietary Linux Driver Version Identifier:8.37.6
    (II) ATI Proprietary Linux Driver Release Identifier: LGDr8.37g1
    (II) ATI Proprietary Linux Driver Build Date: May 25 2007 14:25:03
    (II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.37.1.1.2.3-driver-lnx-x86-x86_64-346145
    (--) Assigning device section with no busID to primary device
    (EE) No devices detected.
    Fatal server error:
    no screens found
    and my /etc/X11/xorg.conf:
    # Auto-generated by Archie mkxcfg
    # Auto-generated by Archie mkxcfg
    Section "ServerLayout"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    Identifier "Xorg Configured"
    Screen 0 "aticonfig-Screen[0]" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "USB Mouse" "CorePointer"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" ""
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    Section "Monitor"
    # Warning: This may fry old Monitors
    # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    Identifier "Monitor0"
    HorizSync 28.0 - 96.0
    VertRefresh 50.0 - 75.0
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
    ModeLine "768x576" 35.0 768 792 872 976 576 577 580 597 -hsync +vsync
    ModeLine "768x576" 42.9 768 800 880 992 576 577 580 601 -hsync +vsync
    ModeLine "768x576" 45.5 768 808 888 1008 576 577 580 602 -hsync +vsync
    ModeLine "768x576" 51.8 768 808 888 1008 576 577 580 605 -hsync +vsync
    ModeLine "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
    ModeLine "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
    ModeLine "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
    ModeLine "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
    ModeLine "1152x864" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
    ModeLine "1152x864" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
    ModeLine "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
    ModeLine "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
    ModeLine "1280x960" 179.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
    ModeLine "1280x1024" 191.0 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
    ModeLine "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    ModeLine "1400x1050" 149.3 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
    ModeLine "1400x1050" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
    ModeLine "1400x1050" 179.3 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
    ModeLine "1400x1050" 214.4 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
    ModeLine "1600x1200" 280.6 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]"
    Driver "fglrx"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "aticonfig-Device[0]"
    Monitor "Monitor0"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device "aticonfig-Device[0]"
    Monitor "aticonfig-Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Last edited by DrRootabega (2007-07-03 02:58:08)

    I think Flgrx simply does not support cards that are that old anymore. Use an older version or use xf86-video-ati which probably will be the better choice for you card anyways.
    Last edited by kth5 (2007-07-03 01:37:02)

  • I can not scroll on my dell studio touchpad and I am running Windows 7 and Firefox 8.0.1.

    I just noticed that I can no longer use my touchpad to scroll on webpages in Firefox 8.0.1. I don't think I had this problem a few days ago, definitely not last week. I see the scroll icon but it does not scroll when I am on any webpage. At times it starts on one page until i refresh the page or click a link on the page but then it will stop scrolling.
    I am able to scroll using my touchpad in Word 2010 and on the rest of my computer.
    I am running Windows 7 Home Premium 64-bit and have a Dell Studio 1558 that is a year old.
    I updated the touchpad driver from and it still did not work. Then tried the one directly from Synaptics and still not working.
    I also updated Firefox 8 to 8.0.1 and it still does not work.
    Please fix this as it is rather annoying.

    My scroll also doesn't work in Firefox -- but does in Excel and Word. This has been intermittent for months now. Usually, if I reboot the scroll would begin working again until for no apparent reason it quits again. Now even the reboot doesn't fix the no-scroll problem. I have Windows Vista. I even did a Firefox Update to 9.0.1.
    I don't have that file on my about:config page so this solution won't work for me.
    Thanks in advance for any help!

  • [Solved] Conflict: ATI Radeon HDMI vs onboard sound crashes PulseAudio

    Firstly, please excuse my ignorance about audio issues!
    I have a mate running Arch who has an ATI Radeon HD5450 graphics card (using radeon driver) and onboard sound also. He doesn't want to use the graphics card for audio purposes at all. He's getting (seemingly) random switches between PulseAudio thinking its default audio sink is the onboard sound and the graphics card. When the latter happens, PulseAudio crashes out.
    (Tried setting the kernel boot parameter 'radeon.audio=1' to try and make the HDMI audio work, but to no avail. Though card is in radeon driver matrix saying HDMI audio feature should work with this card.)
    Issuing these commands usually gets things up and running again:
    pulseaudio --start && pacmd set-default-sink alsa_output.xxxxx.analog-stereo
    where alsa_output.xxxxx.analog-stereo is the appropriate string from the 'Default Sink' line of the ouput from the command:
    pactl stat
    Tried switching the HDMI input/output off using pavucontrol but after an indeterminate time it creeps back and kills off PulseAudio.
    Can the graphics card be blacklisted as a soundcard by PulseAudio or Alsa in some way?
    Any ideas to resolve this most welcome!
    PS: Had a look through the Arch Wiki on PulseAudio and it helped quite a bit with understanding pactl and pacmd commands.
    Edit @29/01/14: Problem solved - by going deeper to kernel level!
    From the wiki:
    If both devices use the same module then we can use the *enable* parameter from snd-hda-intel module, it's an array of booleans that can enable/disable the desired sound card [put in /etc/modprobe.d/modprobe.conf]:
    e.g
    options snd-hda-intel enable=1,0
    Useful commands to check situation:
    cat /proc/asound/cards
    cat /proc/asound/modules
    aplay -l
    Last edited by ninian (2014-01-29 23:14:35)

    Silex89 wrote:
    Hi there!
    If you're using the latest kernel spin (3.13), you don't have to really put that kernel parameter in your bootloader config anymore because it's enabled by default already. Which DE are you using? GNOME, GNOME Flashback, Cinnamon and Unity have all integrated with pulseaudio and no extra configuration is needed. If you're using Xfce, LXDE, KDE or any other WM/DE, you'll have to install pulseaudio-alsa and alsa-utils to get it working. That made my HDMI audio work out of the box on my ancient KDE session with the open source driver.
    I hope this helps!
    Best of Luck
    Hi,
    okay I just removed the kernel option, thanks for the advice!
    I'm using xfce and I already had installed pulseaudio-alsa and alsa-utils, anyway the strange thing is that before switching to headphones (on the other card) it worked, but now it seems that is dead...
    Thank you for helping!

  • I have an early 2008 Mac Pro, 8 gb ram with a Dell 27" display and a 42" LG TV. I am thinking about upgrading the stock ATI Radeon 2600 graphics card for better resolution, preferring 2 dvi outputs. Does anyone have any suggestions on the best card?

    I have an early 2008 Mac Pro, 8 gb ram with a Dell 27” display and a 42” LG TV. I am thinking about upgrading the stock ATI Radeon 2600 graphics card for better resolution, preferring 2 dvi outputs or 1 dvi and 1 vga vs 1 dvi and a mini. I don't do a lot of Final Cut Pro, gaming, etc. I am interested in best value for the graphics card.
    Does anyone have any suggestions on the best graphics card for these larger displays for the best value?
    Thanks,
    Kevin

    I recommend you install nothing older than the Apple-firware 5770, about US$250.
    RE: Mac Pro Replacement Graphics cards
    1) Apple brand cards,
    2) "sold in the Apple store" cards, and
    3) "Mac Edition" cards ...
    ... show all the screens, including Boot up screens, Safe Mode, Installer, Recovery, debug screens, and Alt/Option boot screens. At this writing, these choices include:
    1) Apple brand cards:
    • Apple-firmware 5770, about US$250** works near full speed in every model Mac Pro, Drivers in 10.6.5
    • Apple-firmware 5870, about US$450
    2) "sold in the Apple store" cards
    • NVIDIA Quadro 4000, about US$1200
    • NVIDIA Quadro 5000, about US$2500
    3) "Mac Edition" cards -- REQUIRE 10.8.3 or later:
    • SAPPHIRE HD 7950 3GB GDDR5 MAC Edition, about US$480** Vendor recommends Mac Pro 4,1
    • EVGA GTX 680 Mac Edition, about US$600
    The cards above require no more than the provided two 6-pin aux power connectors provided in the Mac Pro through 2012 model. Aux cables may not be provided for third-party cards, but are readily available.
    If you are Meet ALL of these:
    • running 10.8.3 or later AND
    • don't care about "no boot screens" etc AND
    • can re-wire or otherwise "work out" the power cabling, THEN:
    You can use many more cards, even most "PC-only cards"

Maybe you are looking for

  • OS X 10.9 System Preferences - Engery Saver UPS Configuration

    There used to be an option for a UPS configuration under System Preferences - Engery Saver for previous versions of OS X.  Can this feature still be accessed for OS X 10.9, and if so, how and where?

  • Change the Event username and password

    I am trying to change the event subscription username and password for the Cisco IPS module for the ASA's. I have them tied into the IME, but went through the setup I must have goofed and checked the box that said use same username and password for e

  • Form English Char ( Single Byte  ) TO Double Byte ( Japanese Char )

    Hello EveryOne !!!! I need Help !! I am new to Java ,.... I got assignment where i need to Check the String , if that string Contains Any Non Japanse Character ( a~z , A~Z , 0 -9 ) then this should be replaced with Double Byte ( Japanese Char )... I

  • Planned Cost is taken from Actual Cost even through there is Baseline Cost

    Hi All, Responsibility: Project Super User Create Project with fully shared structure Enter planned cost for 25000 against Task (Define Project scope in detail) with Financial Element as Resource and baseline the work plan. Now enter the actual cost

  • Security Upgrade from 4.6C to ECC 6.0

    We upgrade from 4.6C to ECC 6.0. In the past we use SU24 to maintain authorization check. Do I need to run the Step 1 in SU25? (initially filling customer tables) Does this step overwrite everything by copy tables USOBT, USOBX to USOBT_C and USOBX_C