ATI Mobility vs. Regular

I was wondering what the difference between the ATI Mobility Radeon x1600 (found in Macbook Pros) and the ATI Radeon x1600 is. Are they about the same speed and the same power as each other? Or is the Mobility version less powerful than the other graphics card? If so, by how much?

ATI's website is: http://www.ati.com/. That's where you go for answers to your question.

Similar Messages

  • W500 with ATI Mobility FireGL V5700 -can't change switchable graphics to "High Performanc​e"

    My W500 crashed on me this morning while playing a game, and I ran into a couple blue screens of death.After doing some troubleshooting, I determined that I had an issue with my video card, more specifically that my machine no longer recognizes my ATI Mobility FGL V5700, and only the low quality Intel chipset.
    I tried uninstalling and reinstalling the ATI Catalyst drivers, but that did not work.
    I also tried changing the switchable graphics back to "High Performance", but when I do, the screen goes completely black. If I put my computer to sleep and then wake it back up, the switchable graphics automatically go back to "Energy Saving", and my display works again, of course with the Intel graphics only.
    If reinstalling the drivers doesn't work, and I can't change the graphics back to High Performance mode, does that mean my video card is shot? Any suggestions other than buy a new one or live with the Intel graphics?
    I'd try to contact support but unfortunately my warranty just expired a month ago. Seems like everything breaks within a couple months of the warranty expiring. Grrr.

    I'm having identical issues. After updating the driver through lenovo update utility, i can no longer get the graphic card driver working. I've tried several different drivers, none of them work, and I'm now stuck here with a useless computer while my deadlines come closer and closer. Are there seriously no offical reply to any of these threads?

  • [Solved] ATI Mobility Radeon HD 2300 Problem - fglrx not loading

    I changed the currently unreliable GS 8600 nvidia card in my laptop to a compatible old ATI HD 2300 card from a similar model laptop but I can't get the Catalyst drivers to work with it. The open source driver xf86-video-ati works well with it for basic use, but is not so good for 3D. This card should work with an Amilo xi-2428 & has done for other people who have developed faulty nvidia cards.
    I have the legacy driver installed from AUR (Catalyst-total-hd234k) and have enabled Vi0L0's [xorg112] server properly in pacman.conf & downgraded to Xorg-server 1.12. I also tried downgrading to Xorg-server 1.11 & reinstalling the drivers from AUR. Plus I have enabled and tried Vi0L0's [catalyst-hd234k] repo in place of the AUR package each time too. Made no difference. I've blacklisted radeon too.
    When the laptop boots systemd-modules-load.service shows as failed.
    $ sudo systemctl --failed
    UNIT LOAD ACTIVE SUB DESCRIPTION
    systemd-modules-load.service loaded failed failed Load Kernel Modules
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    1 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    [fyn@Finnix ~]$ systemctl status systemd-modules-load
    systemd-modules-load.service - Load Kernel Modules
    Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
    Active: failed (Result: exit-code) since Wed, 2012-12-19 15:29:57 GMT; 7min ago
    Docs: man:systemd-modules-load.service(8)
    man:modules-load.d(5)
    Process: 121 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
    It is only the fglrx module which fails to load:-
    $ sudo journalctl -b _PID=121
    -- Logs begin at Fri, 2012-10-26 09:21:22 GMT, end at Wed, 2012-12-19 15:38:07 G
    Dec 19 15:29:56 Finnix systemd-modules-load[121]: Failed to insert 'fglrx': No such device
    Dec 19 15:29:56 Finnix systemd-modules-load[121]: Inserted module 'nfs'
    Dec 19 15:29:57 Finnix systemd-modules-load[121]: Inserted module 'vboxnetflt'
    I have no idea how to get fglrx to load & since it fails to load so early during boot I doubt the problem lies with my Xorg.conf. Likewise neither aticonfig or the ATI control center work.
    aticonfig: No supported adapters detected
    amdcccle just give this message
    "There was a problem initializing Catalyst Control Center Linux edition. It could be caused by the following.
    No AMD graphics driver is installed, or the AMD driver is not functioning properly.
    Please install the AMD driver appropriate for you AMD hardware, or configure using aticonfig."
    Graphic card info
    $ hwinfo --gfxcard
    27: PCI 100.0: 0300 VGA compatible controller (VGA)
    [Created at pci.319]
    Unique ID: VCu0.SZRyUClQNUF
    Parent ID: vSkL.rRA4AOLb3d5
    SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0
    SysFS BusID: 0000:01:00.0
    Hardware Class: graphics card
    Model: "ATI M71 [Mobility Radeon X2100]"
    Vendor: pci 0x1002 "ATI Technologies Inc"
    Device: pci 0x7210 "M71 [Mobility Radeon X2100]"
    SubVendor: pci 0x1734 "Fujitsu Technology Solutions"
    SubDevice: pci 0x1107
    Revision: 0xce
    Memory Range: 0xd0000000-0xdfffffff (ro,non-prefetchable)
    I/O Ports: 0x2000-0x2fff (rw)
    Memory Range: 0xcfef0000-0xcfefffff (rw,non-prefetchable)
    Memory Range: 0xcfe00000-0xcfe1ffff (ro,non-prefetchable,disabled)
    IRQ: 5 (no events)
    I/O Ports: 0x3c0-0x3df (rw)
    Module Alias: "pci:v00001002d00007210sv00001734sd00001107bc03sc00i00"
    Driver Info #0:
    Driver Status: radeon is not active
    Driver Activation Cmd: "modprobe radeon"
    Config Status: cfg=new, avail=yes, need=no, active=unknown
    Attached to: #8 (PCI bridge)
    Primary display adapter: #27
    my Xorg.conf derived mainly from a newly generated config using Xorg :0 -configure
    Section "ServerLayout"
    Identifier "Arch"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "ColorTiling" # [<bool>]
    #Option "ColorTiling2D" # [<bool>]
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "EXAVSync" # [<bool>]
    #Option "EXAPixmaps" # [<bool>]
    #Option "ZaphodHeads" # <str>
    #Option "EnablePageFlip" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    Identifier "Card0"
    Driver "fglrx" # Essential.
    # Driver "vesa"
    BusID "PCI:1:0:0" # Recommended if autodetect fails.
    Option "OpenGLOverlay" "0" ##
    Option "XAANoOffscreenPixmaps" "false" ##
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card1"
    Driver "fglrx"
    # Driver "vesa"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24 # Should not change from '24'
    Modes "1280x800" "1280x800" ## 1st value=default resolution, 2nd=maximum.
    Virtual 1664 1200 ## (x+64, y) to workaround potential OGL rect. artifacts/
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    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"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666 # May help enable direct rendering.
    EndSection
    Xorg log
    [ 22.305]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 22.306] X Protocol Version 11, Revision 0
    [ 22.306] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 22.307] Current Operating System: Linux Finnix 3.6.10-1-ARCH #1 SMP PREEMPT Tue Dec 11 09:40:17 CET 2012 x86_64
    [ 22.307] Kernel command line: root=/dev/sda3 ro video=vesa:off vga=0x360 init=/usr/lib/systemd/systemd nomodeset
    [ 22.308] Build Date: 27 August 2012 08:04:39AM
    [ 22.308]
    [ 22.309] Current version of pixman: 0.28.2
    [ 22.309] Before reporting problems, check
    to make sure that you have the latest version.
    [ 22.310] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 22.312] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 19 13:14:33 2012
    [ 22.312] (==) Using config file: "/etc/X11/xorg.conf"
    [ 22.313] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 22.313] (==) ServerLayout "Arch"
    [ 22.313] (**) |-->Screen "Screen0" (0)
    [ 22.313] (**) | |-->Monitor "Monitor0"
    [ 22.313] (**) | |-->Device "Card0"
    [ 22.313] (**) |-->Screen "Screen1" (1)
    [ 22.313] (**) | |-->Monitor "Monitor1"
    [ 22.313] (**) | |-->Device "Card1"
    [ 22.313] (**) |-->Input Device "Mouse0"
    [ 22.313] (**) |-->Input Device "Keyboard0"
    [ 22.313] (==) Automatically adding devices
    [ 22.313] (==) Automatically enabling devices
    [ 22.313] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 22.313] Entry deleted from font path.
    [ 22.313] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 22.313] Entry deleted from font path.
    [ 22.313] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 22.313] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 22.313] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 22.313] (WW) Disabling Mouse0
    [ 22.314] (WW) Disabling Keyboard0
    [ 22.314] (II) Loader magic: 0x7c8b00
    [ 22.314] (II) Module ABI versions:
    [ 22.314] X.Org ANSI C Emulation: 0.4
    [ 22.314] X.Org Video Driver: 12.1
    [ 22.314] X.Org XInput driver : 16.0
    [ 22.314] X.Org Server Extension : 6.0
    [ 22.315] (--) PCI:*(0:1:0:0) 1002:7210:1734:1107 rev 206, Mem @ 0xd0000000/268435456, 0xcfef0000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    [ 22.315] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 22.315] (II) "extmod" will be loaded by default.
    [ 22.315] (II) "dbe" will be loaded by default.
    [ 22.315] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 22.315] (II) "record" will be loaded by default.
    [ 22.315] (II) "dri" will be loaded by default.
    [ 22.315] (II) "dri2" will be loaded by default.
    [ 22.315] (II) LoadModule: "glx"
    [ 22.315] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 22.315] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 22.315] compiled for 6.9.0, module version = 1.0.0
    [ 22.315] (II) Loading extension GLX
    [ 22.315] (II) LoadModule: "extmod"
    [ 22.315] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 22.315] (II) Module extmod: vendor="X.Org Foundation"
    [ 22.315] compiled for 1.12.4, module version = 1.0.0
    [ 22.315] Module class: X.Org Server Extension
    [ 22.315] ABI class: X.Org Server Extension, version 6.0
    [ 22.315] (II) Loading extension MIT-SCREEN-SAVER
    [ 22.316] (II) Loading extension XFree86-VidModeExtension
    [ 22.316] (II) Loading extension XFree86-DGA
    [ 22.316] (II) Loading extension DPMS
    [ 22.316] (II) Loading extension XVideo
    [ 22.316] (II) Loading extension XVideo-MotionCompensation
    [ 22.316] (II) Loading extension X-Resource
    [ 22.316] (II) LoadModule: "dbe"
    [ 22.316] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 22.316] (II) Module dbe: vendor="X.Org Foundation"
    [ 22.316] compiled for 1.12.4, module version = 1.0.0
    [ 22.316] Module class: X.Org Server Extension
    [ 22.316] ABI class: X.Org Server Extension, version 6.0
    [ 22.316] (II) Loading extension DOUBLE-BUFFER
    [ 22.316] (II) LoadModule: "record"
    [ 22.316] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 22.316] (II) Module record: vendor="X.Org Foundation"
    [ 22.316] compiled for 1.12.4, module version = 1.13.0
    [ 22.316] Module class: X.Org Server Extension
    [ 22.316] ABI class: X.Org Server Extension, version 6.0
    [ 22.316] (II) Loading extension RECORD
    [ 22.316] (II) LoadModule: "dri"
    [ 22.316] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 22.316] (II) Module dri: vendor="X.Org Foundation"
    [ 22.316] compiled for 1.12.4, module version = 1.0.0
    [ 22.316] ABI class: X.Org Server Extension, version 6.0
    [ 22.316] (II) Loading extension XFree86-DRI
    [ 22.316] (II) LoadModule: "dri2"
    [ 22.316] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.317] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.317] compiled for 1.12.4, module version = 1.2.0
    [ 22.317] ABI class: X.Org Server Extension, version 6.0
    [ 22.317] (II) Loading extension DRI2
    [ 22.317] (II) LoadModule: "fglrx"
    [ 22.317] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 22.333] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 22.333] compiled for 1.4.99.906, module version = 8.97.2
    [ 22.333] Module class: X.Org Video Driver
    [ 22.333] (II) Loading sub module "fglrxdrm"
    [ 22.333] (II) LoadModule: "fglrxdrm"
    [ 22.333] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 22.333] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 22.333] compiled for 1.4.99.906, module version = 8.97.2
    [ 22.333] (II) ATI Proprietary Linux Driver Version Identifier:8.97.2
    [ 22.333] (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.97.100.3
    [ 22.333] (II) ATI Proprietary Linux Driver Build Date: Jul 3 2012 23:56:30
    [ 22.333] (++) using VT number 1
    [ 22.334] (WW) Falling back to old probe method for fglrx
    [ 22.337] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 22.337] (EE) No supported AMD display adapters were found
    [ 22.337] (EE) No devices detected.
    [ 22.337]
    Fatal server error:
    [ 22.337] no screens found
    [ 22.337]
    Please consult the The X.Org Foundation support
    at
    for help.
    [ 22.337] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 22.337]
    Solved. The  ATI Mobility Radeon HD 2300 was based on an earlier design & was not really one of the HD 2*** cards, even tho it was released as one (HD 2*** cards are R600 series while the HD 2300 is based on the R500 generation). So the offical drivers for it were relegated to legacy in 2009 with AMD's Catalyst 9.3 release & are no longer supported. Pretty crappy considering the HD 2300 was only on the market from 2007.
    To use the official catalyst drivers would require xorg 1.5.3 and kernel 2.6.29..... with no support for newer distros.
    Using open source drivers, cannot remember all the packages but have listed some below in case it helps anyone:-
    xf86-video-ati
    ati-dri
    lib32-ati-dri
    libtxc_dxtn
    lib32-libtxc_dxtn
    mesa
    lib32-mesa
    No xorg.conf needed for it using kms, but can make a config file to tweak if you like in the xorg.conf.d directory called 20-radeon.conf
    Last edited by Nixie (2012-12-24 17:21:29)

    Thanks for the response. It is not an obvious hardware issue. I would contact HP phone support to get the hardware addressed. You can utilize this website to learn how to contact HP appropriately, based on your region: Contact HP Worldwide
    Please let me know if you have any other questions or concerns. Thanks!
    Mario
    I worked on behalf of HP.

  • Broken ATI Mobility FireGL V5700 for W500 with Windows 7 - 64 bit

    Hello all,
    My setup is Lenovo Thinkpad W500 with Windows 7 - 64 bit
    Display card is a ATI Mobility FireGL V5700
    My graphics drivers used to be functional but now I have lost a lot of functionality (mostly graphics issues).
    My two biggest issues are:
    Many video games will crash/break because of my drivers apparently
    Lost switchable graphics completely (the ability to change from FireGL V5700 to the low power card)
    To clearly state: It is impossible to download these drivers from AMD, AMD themselves tell you to go to Lenovo
    This is because Lenovo is responsible for the display card drivers in their own laptops.
    I have not modified my computer. I believe that Lenovo's updates broke my laptop's functions.
    How do I FIX this??
    Nothing works from Lenovo's website. I've installed all their updates and the issues persist.
    The Lenovo Solution Center tells me that everything is up to date.
    Windows Update tells me everything is up to date.
    I am NOT reformatting my computer, that is a rediculous thing to say when everyone is clearly having this issue.
    What is the deal here? This laptop cost a very large amount of money and now it just broke itself? I don't believe it.

    Ok thank you, this is likely a BIOS related issue now.
    As you can see, Power Manager does not provide a switchable graphics option:
    Device Manager only recognizes the high power graphics card (FireGL V5700) and not the low power card
    Here is my BIOS settings for the display adapter:
         Default Primary video Device: INTERNAL
         Boot Display Device: THINKPAD LCD
         Graphics Device: DISCRETE GRAPHICS
         OS Detection for Switchable Graphics: DISABLED

  • Flash Player Crashes completely on ATI Mobility Radeon

    hello,
    I am the administrator of a couple of websites, that share the same AJAX/Flash AS3 basic structures. Normally, everything works fine, but on a few notebooks, every browser crashes at that moment, the flash components start to work.
    the notebook:
    DELL studio XPS 16
    ATI Mobility Radeon HD 3670
    Windows Vista
    http://www.dell.com/us/en/home/notebooks/laptop-studio-xps-16/pd.aspx?refid=laptop-studio- xps-16&cs=19&s=dhs
    an example page:
    http://www.thadasuanduanchai.com
    i have no idea, why that happens, but i suggest, that a problem with flash-graphics card or flash-built-in camera may be responsable for the problem.
    Has anybody an idea?
    thank you very much,
    C.Brosdau
    Germany

    If you read in graphics hardware support in some previous releases of Flash Player, flash video decoding support a.k.a. h.264 hardware video decoding is supported fully by ATi(or AMD) Radeon HD 4xxx and higher. The Radeon HD 3xxx and lower can't support h.264 video decoding for flash video decoding fully enough.

  • How to get "ATI Mobility FIREGL V5250 graphics adapter" on T60p to support plug-n-play monitor

    My T60p 8742 with ATI Mobility FIREGL V5250 graphics only recognizes a "plug and play monitor" (a Sceptre X240BC-FHD  tv) as a "default monitor" and can't get the monitor to display in its target resolution, 1920x1080, using VGA.
    Setting it to 1920x1080 in Display Properties yields 1280x720 which extends beyond the montor's frame.
    I want to use it as a second monitor along with my T60p's 1680x1050 screen. (OS is XPsp3)
    Will updating the the video driver
     > from "8.442.3-080103a1-057754C (Build ID: 79D172WW)"
     > to "8.593.100.7-090929a"
    (per http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-62841) get me plug-n-play support?
    If not, any way to make it work?
    Thanks very much.

    The problem has been corrected(!!!!), so I'll mark this issue as solved.  I now have an inoperative Catalyst Control Center (CCC), but I feel that is a comparatively minor issue that I can deal with later.
    There were several learnings along the way to share with anyone who may be interested:
    - Based on this experience, I would regard v8.442 FireGL video driver as less stable than Version 8.383.1.1.3 (for XP) in dual monitor mode, and would not recommend its use.  If you do upgrade to it, be prepared to rollback.
    - Old drivers can be found on www.opendrivers.com, but are also available via ftp from IBM's web site.  I found this quite by accident.  The v8.383.1.1.3 driver is at  ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/79d165ww.exe.
    - If, like me, you can't use rollback and have to install an older driver over a new one, be aware that the older version of CCC will fail to install.  You must uninstall the newer version first.  Otherwise, you'll be left with a version of CCC that (apparently) fails to run.
    Thanks for your help, JanJL!

  • Gx623 ati mobility radeon 4670

    I have problem with ati mobility radeon 4670, as i can understand full core speed is reached just in 3d mode (675MHz), normal mode 300 MHz.
    I made a test with game "Blur" and it seems like something wrong with 3d control, because  i got lag. maybe drivers ? or smth ? 
    Driver version: 8.741.0.0
     i guess in 3d mode it should stay stable at 675MHz

    The temperatures are a bit high if it is a new laptop. If it's not, there may be some dust inside building the heat up. You should try installing system control manager and using the turbo mode. It improves the performance quite a lot. Also, i would suggest to update the game to the latest version, it may improve the performance too. This issue was really significant with GTA4. With the original version, it lagged with low settings, and with the latest patch i can play on medium settings with no lag at all.

  • Need driver for display (ATI Mobility Radeon 7000 IGP)

    Necessary driver for display ATI MOBILITY RADEON 7000 IGP under operating system Win 98, ME

    Hi
    Like Joao said try to find necessary drivers on Toshiba download site. All drivers are designed for each notebook model and if you use a driver downloaded from graphic card producer site there is no guarantee that it will work properly.
    Good luck!

  • Ati Mobility M6 LY catalyst

    I've got a laptop with an ATI Mobility M6 LY card in it.  I installed the catalyst drivers and at first the screen would blank out before I could logon.  I fixed this by disabling KMS with "radeon.modeset=0".  I can logon now but startx puts my screen on a resolution it cant handle.  Upon further inspection the xorg.conf is missing and running aticonfig I get the error that no supported adapters are detected.

    M6 is not supported by catalyst, but it works just fine with xf86-video-ati. Just use a sane video boot option. See https://wiki.archlinux.org/index.php/In … small_area.  < that can cause black screen too, and it's not intel spesific even tho the wiki seems to think so

  • T42p ATI Mobility Radeon Fire GL T2

    When I try to install the ATI Mobility Radeon Fire GL T2 driver from ATI's website, why does it not work? It claims the hardware is not present.
    Message Edited by rwing14 on 07-31-2008 12:30 PM

    Have you unpacked the driver from the correct directory after downloading it, it should be something like C>Drivers>Win>Video (or Monitor)?
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • Where do I get ATI mobility Radeon 9600/9700 Driver for Satellite M30?

    Hey ho, had to reinstall winxp now i cant get any drievrs for the graphic card, I tried ATI they got the ones i need, but say they dont support toshiba notebooks and i cant install or even download the driver i need.i looked everywhere . on this site in the drivers section i cant find any ati drivers or any graphic drivers at all...Anyone got a Link for me plz?
    Ati mobility Radeon 9600/9700 Driver for Satellite M30
    Hope this works somehow been looking all day long now :(

    Hi,
    its your lucky day my friend.
    Check this sites and download the drivers you need:
    http://www.laptopvideo2go.com/
    http://www.omegadrivers.net/
    The drivers are native Nvidia/ATI drivers but the *.inf files (the files where the hardware information and the settings for the cards are listed) were fitted for mobile systems. That means you can install them on your machine and by the way you will get the most actual drivers.
    Greets

  • Temporarily solution for ATI Mobility HD 3470 driver

    Hi guys,    
    I have found a temporarily solution for installing ATI Mobility HD 3470 driver, as shown following:    
    1) Disable Intel X4500 in BIOS;
    2) Download a software named as driver genius and install it;
     The software can be download at:
    http://drivers.mydrivers.com/downloa...XP-2003-Vista/
    or
    http://count.mydrivers.com/download....us_v2008b5.zip
    3) Run driver genius and select the item of driver update (the first button on software interface). In the software, this item is shown as "驱动更新" due to it is a Chinese version;   
    4) Select your display adapters from the hardware list shown soon;   
    5) Click the green button on the lower right corner to start updating and installing the driver automatically. The button is shown as "开始更新" in the software;   
    6) Reboot the laptop after the driver installing completed;
    7) The ATI 3470 display adpater will be shown in device manager as "ATI mobility  readon HD 3400 series" if the install is successful. After the operation the VISTA score can be update to be 4.7, while a score of 3.8 can be got for Intel X4500 display adapter.
     When installing X4500 display adapter, the ATI 3470 adapter should be disabled in BIOS. Then you can update the driver for X4500 adapter following similar procedure for ATI driver installing.
     Hope this can be helpful for you guys!! Wish you luck!!

    i want to get latest driver for grafic card ati mobility radeon 5650

  • Can not install latest ATI mobility Radeon x1600 display driver for my Satellite A100

    Hello,
    my Satellite A100-704 PSAA9E is equipped with the ATI Mobility Radeon X1600 display graphic card, for which ATI provides a new driver, named Catalyst 8.3. My issue is that when I run the verification software I get a message telling me that driver is not suitable to be installed on my system.
    Is that any information available about it? Can I still install the new Catalyst driver or it's better if I don't? Oh, the current driver I have running on my notebook is the one downloaded from the Toshiba site, 8.292 I believe.
    Any information is appreciated. Thank you very much.

    > Can I still install the new Catalyst driver or it's better if I don't?
    I dont recommend the installation of any 3rd party graphic drivers. The fact is that such drivers are not tested and not certified and nobody knows how such driver would affect the notebooks hardware in worst case it could lead to the GPU overheating and damage
    best regards

  • HP G-72 Video driver UPDATE (ATI Mobility Radeon HD 5470)

    Hi...
    Pleas I need latest video driver for my GPU Ati Mobility Radeon 5470...win7 64bit
    I found only driver of 2010 (sp 50231) and I need the newer...
    When I download for example Catalyst 13.9...with graphics driver and install, switchable graphics stop working...
    Pleas can you help me? Witch product I can download?
    Thx so much
    This question was solved.
    View Solution.

    Hi Sirec,
    Please let me know what is your model number and current operating system?
    Here is a link that will help you find that out.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00033108&lc=en&cc=us&dlc=en
    Please let me know.
    Thanks
    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 bottom to say “Thanks” for helping!

  • FAN Part # needed for T60P 8744-C9U with ATI Mobility FireGL V5250

    I have a 15.4"  T60P 8744-C9U with ATI Mobility FireGL V5250. The fan makes weird noise - the Laptop overheats and goes to sleep. I need to replace the fan (or the whole assembly).
    1. What is the part number?
    2. What else do I need (Thermal Paste / Screw driver etc?)
    3. Are there any instructions / Videos etc?
    4. Where can I buy the fan from?
    Thanks for your help!!!
    edit: 
    I did a little digging and the part number seems to be 41W6409. However one ebay item says that it is for integrated grahics. I am consufed. Please help me find the correct part number.

    Welcome to the forum!
    41W6409 is the correct FRU number.
    Download the HMM from here:
    http://support.lenovo.com/en_US/product-and-parts/detail.page?LegacyDocID=MIGR-66958
    You'll need some thermal paste (Arctic Silver 5 would be my preference) and a Phillips screwdriver.
    Good luck.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

Maybe you are looking for

  • When I installed Windows 7 with bootcamp, bootcamp was not on my partition

    I got windows 7, I have done this before and after installing you normally get the bootcamp assistant on your windows partition so that you can do drivers and such, I didnt get bootcamp on the partition and now I'm lost... If anyone knows what I did

  • How do I save text i wrote in Wordpress, by going into the Terminal?

    Hi! I'm in Firefox 9.0.1 for mac, and it just froze with all my tabs. I was writing a post in Wordpress-admin and it was not restored after restart. This has happened once before, and then i got help from a fantastic chatsupportperson who knew the co

  • Treo 800w Antenna Adapter

    Where in the Hell can I get an antenna adapter for my Treo 800w?  Even Palm doesn't list the accessory. Sprint coverage in my area is terrible and I cannot use the phone without an external antenna. Thanks.

  • FM or RFC to retrieve QM notification data

    Hi Gurus, I looking for a function that can fetch QM notification data from R/3, so that I can display the same in a WebDynpro application. I will be lucky if there is some standard FM to do that. If not, I have to do it my self for all the notificat

  • Nickname is already taken

    I'm new to Mac and am already frustrated. I just wanted to play a game to kill some time. When I go into the game center, it asks for my apple id and password. No problem there. But then it wants my age. What if I don't want to give it?  It also asks