[SOLVED] OpenCL AMD/Radeon (amdstream) Missing Device Without X

So I bought an AMD 6950 to do faster computing, since it seemed like the cheapest way to get a lot of stream processors. Unfortunately, I am having trouble getting the drivers to work. I have installed amdstream and libopencl from AUR.
If X is running then the screen freezes (presumably because the video card is being shared), but if X isn't running, /opt/amdstream/bin/clinfo hangs, and so do any opencl programs that attempt to get a list of available platforms. Strace seems to indicate that the program is attempting to connect to X:
http://paste.pocoo.org/show/463191/
Any thoughts on this?
Edit:
Hanging was caused by iptables, I was blocking 127.0.0.1, which prevented ./clinfo from failing to connect to X, and thus the hang.
Now the problem is that without X, my GPU doesn't show up, just my CPU:
http://paste.pocoo.org/show/463204/
http://paste.pocoo.org/show/463208/
Last edited by yiuin (2011-08-24 01:38:18)

Apparently X has to be running which is a little lame:
http://developer.amd.com/support/Knowle … aspx?ID=19

Similar Messages

  • G500 dedicated AMD Radeon card missing in device manager

    Greetings to all,
    I've got Lenovo G500 laptop (i5, 6GB RAM, Intel HD4000 + ATI Radeon 8750HD, Win 8.1) and I am experiencing a serious problem. Yesterday my laptop suddenly freezed during watching a TV show and I was forced to restart it. After restart I received a message, that AMD Catalyst and hydravision doesn't work properly and I should reinstall drivers. So I did but after that, nothing worked properly and my radeon card was missing in device manager, just intel HD was present. I've read throughout this whole forum and I couldn't find a solution; I've tried everything, reinstallation of all drivers, both AMD and Intel, I've tried installation of older drivers, then newer, I've tried to check BIOS, where it all seemed all right (switchable graphics were enabled) and as last option I've reinstalled whole system - back to the factory settings. But my AMD Radeon card is still not present in the system, it seems like it was not ever there. I've tried to find it via that app which finds any hardware, but without any positive result. When I try to run catalyst center, it says "can't run catalyst, no actual settings which could be configured by catalyst control center". I've tried to play various games (far cry 3, mass effect 2, metro redux) with positive outcome, it runs the same way as it did before, but!! - I've got this feeling it always ran on intel hd card...As many others, since the beginning of my laptop purchase I had that problem where everything runs on integrated card instead on the dedicated, but I did not pay much attention to it, since it worked smoothly anyway. I'm not hardcore gamer, or a gamer at all anyway.....so to sum everything up, I think my radeon card is burned or damaged somehow and it didn't work since the very beginning. But still, I would love to get more professional opinion, because it is simply weird, it is missing in device manager. And one more thing, everytime I close the screen end reopen it later, system freezes or something doesn't work or some other inconvenience, leading to forced restart of the system. I thought it's caused by Win 8, because, honestly, that system sucks, but right now I think it's got something to do with that video card problem.
    Thanks in advance and have a nice day ;-)

    The NIC is defective... As far as Windows is concerned there is no NIC so the driver will not install.
    Motherboard replacement is a bit extreme for just a broken NIC. Its possible to get a USB to Ethernet cable:
    http://www.amazon.co.uk/dp/B00484IEJS/ref=pd_lpo_sbs_dp_ss_1/276-0277278-5353446?pf_rd_m=A3P5ROKL5A1OLE&pf_rd_s=lpo-top-stripe&pf_rd_r=1MVJEEYPJ5HJ9KP016WC&pf_rd_t=201&pf_rd_p=569136327&pf_rd_i=B006R665RS

  • [SOLVED] can't access to /dev/ devices without superuser, using udev

    Hello archers
    Ive recently changed my distro from lubuntu to Arch64. In the way i've read many articles about trying to solve your problems in the wiki and such, the thing is, i made it this far without human help (exept some small talk with a friend) and i have encountered a mayor problem wich i can't solve by my own, i've been walking arround in circles and can't manage to get it working properly
    $ uname -a
    Linux Watch-Tower 3.2.11-1-ARCH #1 SMP PREEMPT Thu Mar 15 09:19:02 CET 2012 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ AuthenticAMD GNU/Linux
    what i want to do:
    - start PC
    - insert pendrive/CD/DVD
    - system will automatically mount the storage device
    - be able to access it from PCmanFM (wich i've installed) without being r00t or superuser
    - be able to unmount the storage device with a right click and "remove device" or such...
    what i can do:
    - insert a CD/DVD/USB-PENDRIVE and look at right column of PCmanFM to see it mounted (system will automatically mount the storage device)
    - access the CD/DVD/USB-PENDRIVE files only if i use "sudo pcmanfm" and enter password first
    - unmount only being a superuser or r00t
    i hope i made myself clear. I've tryed to follow the wiki about udev and PCmanFM automount as regular user but if i add
    exec ck-launch-session dbus-launch openbox-session
    to my .xinitrc or to my slim.conf i get an error from SLiM that doesn't let me log in "slim failed to execute login command".
    The only way that i can start openbox is by removing ck-launch-session of .xinitrc and/or slim.conf
    i will post my confs in order to help others to understand what's happening what i don't for lack of experience and knowledge
    rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # See 'man 5 rc.conf' for more details
    # LOCALIZATION
    HARDWARECLOCK=""
    TIMEZONE="America/Argentina/Buenos_Aires"
    KEYMAP="es"
    CONSOLEFONT="161"
    CONSOLEMAP=
    LOCALE=es_AR-UTF.8
    DAEMON_LOCALE="yes"
    USECOLOR="yes"
    # HARDWARE
    MOD_AUTOLOAD="yes"
    MODULES=()
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    # NETWORKING
    HOSTNAME=Watch-Tower
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    NETWORK_PERSIST="no"
    # DAEMONS
    DAEMONS=(@udev @syslog-ng @network @dbus @crond)
    .xinitrc:
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    # exec ck-launch-session dbus-launch openbox-session
    exec openbox-session
    slim.conf:
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    # numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    #login_cmd /bin/bash -login ~/.xinitrc %session
    login_cmd /bin/bash -login ~/.xinitrc %session
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can be overriden by the command line
    # options "-d" and "-nodaemon"
    # daemon yes
    # Available sessions (first one is the default).
    # The current chosen session name is replaced in the login_cmd
    # above, so your login command can handle different sessions.
    # see the xinitrc.sample file shipped with slim sources
    sessions xfce4,icewm,wmaker,blackbox
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # Session message. Prepended to the session name when pressing F1
    # session_msg Session:
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    default_user nicolas
    # Focus the password field on start when default_user is set
    # Set to "yes" to enable this feature
    #focus_password no
    # Automatically login the default user (without entering
    # the password. Set to "yes" to enable this feature
    auto_login yes
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme archlinux-simplyblack
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    hope someone has the answer out there, and is ready to share it,
    thanks in advance.
    Last edited by r@fitiiixxx (2012-03-21 07:19:32)

    berbae wrote:
    ck-launch-session is part of the consolekit package; is it installed on your machine?
    And what do you have in the /etc/X11/xinit/xinitrc.d directory?
    Also start your GUI and post, using code tags, the ouput of
    ps -efww
    You should also remember that there are log files to consult (in /var/log) to search for causes of problems...
    I don't have LXDE, sorry for not telling you that before, just plain OpenBox wm. No DE in my machine. :S
    $ sudo pacman -Ss consolekit
    extra/consolekit 0.4.5-2 [installed]
    A framework for defining and tracking users, login sessions, and seats
    [nicolas@Watch-Tower xinitrc.d]$ ls
    30-dbus 40-libcanberra-gtk-module pulseaudio xdg-user-dirs
    what logs should i be looking for?
    [nicolas@Watch-Tower log]$ ls
    ConsoleKit crond.log.2 faillog slim.log.1.gz
    Xorg.0.log daemon.log kernel.log syslog.log
    Xorg.0.log.old daemon.log.1 kernel.log.1 syslog.log.1
    Xorg.1.log daemon.log.2 kernel.log.2 syslog.log.2
    auth.log dmesg.log lastlog user.log
    auth.log.1 errors.log messages.log user.log.1
    auth.log.2 errors.log.1 messages.log.1 user.log.2
    boot errors.log.2 messages.log.2 wtmp
    btmp everything.log old wtmp.1
    crond.log everything.log.1 pacman.log
    crond.log.1 everything.log.2 slim.log
    ps -efww:
    root 7 2 0 12:44 ? 00:00:00 [watchdog/0]
    root 8 2 0 12:44 ? 00:00:00 [migration/1]
    root 10 2 0 12:44 ? 00:00:00 [ksoftirqd/1]
    root 11 2 0 12:44 ? 00:00:00 [kworker/0:1]
    root 12 2 0 12:44 ? 00:00:00 [watchdog/1]
    root 13 2 0 12:44 ? 00:00:00 [cpuset]
    root 14 2 0 12:44 ? 00:00:00 [khelper]
    root 15 2 0 12:44 ? 00:00:00 [kdevtmpfs]
    root 16 2 0 12:44 ? 00:00:00 [netns]
    root 17 2 0 12:44 ? 00:00:00 [sync_supers]
    root 18 2 0 12:44 ? 00:00:00 [bdi-default]
    root 19 2 0 12:44 ? 00:00:00 [kblockd]
    root 40 2 0 12:44 ? 00:00:00 [khungtaskd]
    root 41 2 0 12:44 ? 00:00:00 [kswapd0]
    root 42 2 0 12:44 ? 00:00:00 [ksmd]
    root 43 2 0 12:44 ? 00:00:00 [khugepaged]
    root 44 2 0 12:44 ? 00:00:00 [fsnotify_mark]
    root 45 2 0 12:44 ? 00:00:00 [crypto]
    root 47 2 0 12:44 ? 00:00:00 [kthrotld]
    root 89 2 0 12:44 ? 00:00:00 [ata_sff]
    root 90 2 0 12:44 ? 00:00:00 [khubd]
    root 95 2 0 12:44 ? 00:00:00 [scsi_eh_0]
    root 96 2 0 12:44 ? 00:00:00 [scsi_eh_1]
    root 99 2 0 12:44 ? 00:00:00 [kworker/u:2]
    root 100 2 0 12:44 ? 00:00:00 [scsi_eh_2]
    root 101 2 0 12:44 ? 00:00:00 [scsi_eh_3]
    root 102 2 0 12:44 ? 00:00:00 [kworker/u:3]
    root 109 2 0 12:44 ? 00:00:00 [kworker/0:2]
    root 120 2 0 12:44 ? 00:00:00 [jbd2/sda3-8]
    root 121 2 0 12:44 ? 00:00:00 [ext4-dio-unwrit]
    root 170 1 0 12:44 ? 00:00:00 /lib/udev/udevd --daemon
    root 207 170 0 12:44 ? 00:00:00 /lib/udev/udevd --daemon
    root 208 170 0 12:44 ? 00:00:00 /lib/udev/udevd --daemon
    root 210 2 0 12:44 ? 00:00:00 [edac-poller]
    root 213 2 0 12:44 ? 00:00:00 [kpsmoused]
    root 214 2 0 12:44 ? 00:00:00 [kworker/1:3]
    root 223 2 0 12:44 ? 00:00:00 [hd-audio1]
    root 248 2 0 12:44 ? 00:00:00 [ext4-dio-unwrit]
    root 249 2 0 12:44 ? 00:00:00 [jbd2/sda4-8]
    root 250 2 0 12:44 ? 00:00:00 [ext4-dio-unwrit]
    root 286 2 0 12:44 ? 00:00:00 [flush-8:0]
    dbus 551 1 0 12:44 ? 00:00:00 /usr/bin/dbus-daemon --system
    root 553 1 0 12:44 ? 00:00:00 supervising syslog-ng
    root 554 553 0 12:44 ? 00:00:00 /usr/sbin/syslog-ng
    root 555 1 0 12:44 ? 00:00:00 /usr/sbin/NetworkManager
    root 562 1 0 12:44 ? 00:00:00 /usr/lib/polkit-1/polkitd --no-debug
    root 567 1 0 12:44 ? 00:00:00 /usr/sbin/crond
    root 576 555 0 12:44 ? 00:00:00 /sbin/dhcpcd -B -K -L -G -c /usr/lib/networkmanager/nm-dhcp-client.action eth0
    root 579 1 0 12:44 tty1 00:00:00 /sbin/agetty -8 -s 38400 tty1 linux
    root 580 1 0 12:44 tty2 00:00:00 /sbin/agetty -8 -s 38400 tty2 linux
    root 581 1 0 12:44 tty3 00:00:00 /sbin/agetty -8 -s 38400 tty3 linux
    root 582 1 0 12:44 tty4 00:00:00 /sbin/agetty -8 -s 38400 tty4 linux
    root 583 1 0 12:44 tty5 00:00:00 /sbin/agetty -8 -s 38400 tty5 linux
    root 584 1 0 12:44 tty6 00:00:00 /sbin/agetty -8 -s 38400 tty6 linux
    root 585 1 0 12:44 ? 00:00:00 /usr/bin/slim
    root 587 585 1 12:44 tty7 00:00:21 /usr/bin/X -nolisten tcp vt07 -auth /var/run/slim.auth
    root 591 1 0 12:44 ? 00:00:00 /usr/sbin/console-kit-daemon --no-daemon
    nicolas 664 585 0 12:44 ? 00:00:00 /usr/bin/openbox --startup /usr/lib/openbox/openbox-autostart OPENBOX
    nicolas 676 1 0 12:44 ? 00:00:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
    nicolas 677 1 0 12:44 ? 00:00:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    nicolas 682 1 0 12:44 ? 00:00:00 /usr/bin/pulseaudio --start
    rtkit 684 1 0 12:44 ? 00:00:00 /usr/lib/rtkit-daemon
    nicolas 692 682 0 12:44 ? 00:00:00 /usr/lib/pulse/gconf-helper
    nicolas 694 1 0 12:44 ? 00:00:00 /usr/lib/GConf/gconfd-2
    nicolas 701 664 0 12:44 ? 00:00:00 /bin/sh /usr/lib/openbox/openbox-autostart OPENBOX
    nicolas 707 701 0 12:44 ? 00:00:00 sh /home/nicolas/.config/openbox/autostart
    nicolas 710 707 0 12:44 ? 00:00:01 wbar --bpress --above-desk --vbar --pos right --isize 47 --nanim 3
    nicolas 714 707 0 12:44 ? 00:00:00 tint2
    nicolas 715 707 0 12:44 ? 00:00:00 sh /home/nicolas/.config/openbox/autostart
    nicolas 722 715 0 12:45 ? 00:00:01 wbar --bpress --above-desk --vbar --pos right --isize 47 --nanim 3
    nicolas 726 1 0 12:45 ? 00:00:00 /usr/lib/gvfs/gvfsd
    nicolas 732 1 0 12:45 ? 00:00:00 /usr/lib/gvfs//gvfs-fuse-daemon /home/nicolas/.gvfs
    nicolas 738 1 0 12:45 ? 00:00:00 /usr/lib/gvfs/gvfs-gdu-volume-monitor
    root 740 1 0 12:45 ? 00:00:00 /usr/lib/udisks/udisks-daemon
    root 741 740 0 12:45 ? 00:00:00 udisks-daemon: not polling any devices
    nicolas 746 1 0 12:45 ? 00:00:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
    nicolas 748 1 0 12:45 ? 00:00:00 /usr/lib/gvfs/gvfs-afc-volume-monitor
    nicolas 762 1 0 12:46 ? 00:00:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.4 /org/gtk/gvfs/exec_spaw/0
    nicolas 823 710 1 12:47 ? 00:00:18 midori
    nicolas 829 1 0 12:47 ? 00:00:00 /usr/lib/gvfs/gvfsd-metadata
    root 922 2 0 12:49 ? 00:00:00 [kworker/1:0]
    root 930 2 0 12:54 ? 00:00:00 [kworker/1:1]
    nicolas 951 664 0 13:00 ? 00:00:00 pcmanfm
    nicolas 988 1 0 13:01 ? 00:00:00 leafpad /home/nicolas/.bash_history
    nicolas 1029 664 0 13:03 ? 00:00:00 xterm -u8
    nicolas 1030 1029 0 13:03 pts/0 00:00:00 bash
    nicolas 1031 1030 0 13:03 pts/0 00:00:00 ps -efww
    this is without ck-launch-session & dbus-launch!, if not, i wouldn't be posting this here...

  • Track missing device without registering it.

    my macbook pro got missing even before i registered the device. so how do i track the location of the device then? thanks

    You can't I'm afraid.

  • Device Manager doesn't show AMD Radeon Graphics

    My Pavilion dm4-3002sa has dual graphics, Intel[R] HD Graphics Family and AMD Radeon. Earlier this year AMD Radeon disapeared from the Device Manager and since than Laptop has only used Intel Graphics.
    I have done clean install of an Operating System, Windows 7 (64bit), but the AMD Radeon doesn't show.
    Does this mean that the card has failed, and if you have any suggestion, it would be appreciated.
    On different, probably unconnected subject, the laptop is very hot at the top left corner. Would this have something to do with dust blocking the vents, and if so, does anyone have any suggestions?
    With thanks.

    Hello @draganmikki ,
    Welcome to the HP Forums!
    I understand your AMD GPU is no longer showing up on your notebook.
    Have you tried showing the hidden devices in Device Manager and checking the Other Devices section to see if a "Display Adapter" is listed? This could be the card missing drivers. I would suggest updating the chipset drivers, and then uninstalling the Intel GPU. Once uninstalled reinstall with the download from our website. After the Intel card is installed, run the 7470m installer.
    You can find the drivers for your notebook here: HP Pavilion dm4-3002sa Notebook PC Drivers.
    Regarding the heat, try this: Reducing Heat Inside the PC to Prevent Overheating.
    If the card is still not detected, you're most likely looking at a hardware issue. I would suggest calling HP Phone Support for service options if this is the case. You can contact HP Technical Support at 1-800-474-6836 in North America. For all other regions click here.
    Hopefully this helps!
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

  • [solved] AMD Radeon - strange behaviour after mesa-update

    Good afternoon Ladies and Gentlemen,
    This is my first posting, I will try to give as much as detailed information refering to my problem as possible. Please be patient if I ask for solutions which for you all seem easy and logical, I am a Newbie.
    The details: I am running a HP Pavilion 17 " AMD Quadcore laptop, 8gb Ram, Arch Linux 32bit Kernel 3.17.1 XFCE desktop with an AMD Radeon graphic card for about a few weeks now. Everything went fine so far, but last Saturday I did an update via pacman-Syu, the update included a mesa package. All went smooth as ever. Then after a reboot the XFCE desktop had stripes across the laptop screen, the mouse cursor had disappeared, also letters of the icon descriptions and the menus were missing, some strange "hieroglyphics" appeared instead of them. I wasn't able to downgrade the mesa-package as I nearly wasn't able to open the terminal because of the missing mouse cursor, then I managed somehow to get into the terminal and gave in the commands but the writing was incomplete and/or did not work because of these strange and missing letters.
    No problem, I thought to myself, a fresh install will do the work, so I wipped my hard drive using Parted Magic, then I did a fresh Arch install (Netinstall), this time using LXDE instead of XFCE as my desktop environment. When I booted into the login screen first, it looked fine but after logging into the desktop all the stripes, the missing mouse cursor and the strange letters appeared again. So is there any solution to that strange behaviour ? Before the Saturday-update everything worked without any problems for weeks. BTW other OS work without these problems, I tried Macpup just for fun, no messing-up with my Radeon graphics card happened.
    Sorry for my piss poor English I am Austrian. Sorry for eventually causing any inconvenience asking this question. Regards, Fladi.
    Last edited by fladi (2014-11-04 05:01:28)

    fafik1234 wrote:
    I have the same problem, free drivers, xfce4, procesor AMD5350(Kabini), vga radeon R3 (8400)
    downgrade linux kernel to linux-3.16.4
    download: http://seblu.net/a/arm/packages/l/linux … pkg.tar.xz
    pacma -U linux-3.16.4-1-i686.pkg.tar.xz
    edit /etc/pacman.conf
    IgnorePkg   =  linux linux-headers
    screenshot
    linux 3.17 xfce http://pics.tinypic.pl/i/00592/ek3z3ip81ky2.png
    linux 3.17 compiz http://pics.tinypic.pl/i/00592/bddprwn4tey8.png
    linux 3.16 compiz http://pics.tinypic.pl/i/00592/ja5ma8c7rdgl.png
    On a laptop, free drivers, linux 3.17.1-pae, openbox, procesor core i5, vga integrated card - everything OK
    The screenshots you posted match exactly to my problem ! Are you really sure the bug is coming from Kernel 3.17 ? I had this kernel running for about a week without any problems, the problems came when updating mesa.

  • AMD Radeon HD 6750 isn't showing on Windows Device Manager. Help pls?

    Hi Guys,
    I am a noob to this, hence appreciate some help here.
    I have installed Windows 7-32bit using either Parallels Desktop and VMware Fusion with hope to run some latest Windows games like BF3. Unfortunately, the Display Adapter in Device Manager isn't showing AMD Radeon HD 6750 (unlike many of you here in this forum) but Intel Graphics (WDDM). When the game launch, it draws on the Intel Graphics instead of the AMD Radeon's and make it unplayable. Please advise what I've done incorrectly and what should I do, thanks a lot!
    Thanks and regards

    If you want to play Windows-based games on your Mac, install Windows via Boot Camp rather than try to run your games in a virtual machine. When you do the latter, your Mac's hardware resources are divided between the two operating systems, and Windows doesn't have full access to or control over the hardware. That will make Windows games run poorly or not at all. When you boot into Windows, only Windows is running, and it can use all your Mac's hardware to run your games.

  • AMD Radeon Graphic Card 8670 not working on my Pavillion 15 notebook n259tx win8.1

    i recently purchased the above notebook and tried to play some games but i am getting error that my graphic card drivers are either not installed properly or they are missing altogether, i had installed drivers from AMD's autodetect driver tool. Earlier i had installed AMD drivers from windows update but the problem still exists. In the game i am getting memory insufficient error, unable to change graphics and display settings. Game crashes giving me error message as to update my AMD graphic drivers.
    My notebook specs are-(dxdiag)
    System Model: HP Pavilion 15 Notebook PC
    BIOS: F.42
    Processor: Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz (4 CPUs), ~1.7GHz
    Memory: 4096MB RAM
    Available OS Memory: 4026MB RAM
    Display Devices-
    Card name: Intel(R) HD Graphics Family
    Manufacturer: Intel Corporation
    Chip type: Intel(R) HD Graphics Family
    Display Memory: 1792 MB
    Dedicated Memory: 0 MB
    Shared Memory: 1792 MB
    Render-
    Card name: Radeon (TM) HD 8670M
    Manufacturer: Advanced Micro Devices, Inc. Chip type: AMD Radeon Graphics Processor (0x6660)
    Display Memory: 3836 MB
    Dedicated Memory: 2044 MB
    Shared Memory: 1792 MB
    I tried changing settings through BIOS setup, but no such (Advance/Display)setting were available??
    I tried setting the app to high performance too through 'Configue Switchable Graphics' option but no success.
    Please tell me which drivers i need to install or what i need to do to work my AMD Radeon Card.
    This question was solved.
    View Solution.

    Hi DevangS,
    If you are using GTA 4 then that would actually be the problem. According the PC System Requirements for GTA 4 it is only compatible with Windows Vista and Windows XP. Also the game requires a minimum of a 1.8 GHz processor and your model only has 1.7 GHz. You are trying to run an older game on the wrong operating system with hardware that doesn't meet the requirements for the game. Changing the BIOS or the NET framework isn't going to help with this issue.
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • Parallels desktop 7 running WI7 can't recognize my AMD Radeon HD 6970M?

    Hello, Apple Support!
    Thank you for beeing here, and I hope you can solve my problem explained below.
    I've got Parallels desktop 7 installed on my intel based iMac 27", where I have Windows 7 installed.
    Today I bought Hitman: Absolution and intstalled it without any problem on my Parallel desktop with Windows 7.
    When I tried to run it, a pop up came up with the infomation about direct X 10 missing and no graphic card detected.
    When I later on serach the internet for a solution I found that you could install the AMD Mobilty Drivers, but here with no success.
    Why can't Parallels Desktop 7 with Windows 7 installed recognize my AMD Radeon HD 6970M.
    Thank you in advance.
    /Ludwig Lindstrom
    Sweden

    LOL for starters you should not be posting this issue here but rather on the Parallels forum.
    And you may find that Parallels 7 is not DX10 compatible.
    Look here it works with version 8 apparently
    http://forum.parallels.com/showthread.php?p=656058#post656058

  • AMD Radeon HD 7570

    I am looking for an update to my AMD Radeon HD 7570 driver that I bought with my HP Pavilion HPE last year. From googling, it seems this is an OEM card and driver made by HP with no AMD support... that means the latest AMD updates do not work for this device, and HP will have to update the drivers.
    So 2 questions:
    1. Is my understanding above correct? Will I have to wait solely for HP to update that driver? Or is there some workaround to use AMD software to do it. Many games do not work correctly without the latest drivers, so if this is indeed the case, I do wish HP would make this known upfront, I definitely would not have opted for this machine with this understanding.
    2. Is there an ETA for an update?
    This question was solved.
    View Solution.

    Hi:
    You are correct in your first question.
    It is a proprietary card made by AMD for HP, and it uses a custom driver that will only work on that card, and it is the only driver that will work on that card.
    Since this is a consumer to consumer forum, no one here can answer your second question, but my opinion is that HP will never release an updated  driver for the graphics card.
    If you want to ask someone at HP if they will ever update the graphics driver for the 7570, please feel free to submit your question to the HP executive team at the link below.
    https://ssl.www8.hp.com/us/en/company-information/executive-team/ceo-index.html

  • Is it physically possible to upgrade the Graphics Card contained within the Mid 2011 Mac Mini that starts @ $799 (The one containing a AMD Radeon HD 6630M w/256MB)?

    Simply put, I may occasionally use a handful of high-demand video games on this device. An AMD Radeon HD 6630M w/256MB dedicated is a decent card, but may fall behind on the more demanding games, especially if I keep this system for an extended period of time. And if, sometime in the future, this device still stands but I find I require a more potent graphical source, is it physically possible to upgrade this piece of hardware without irreparably damaging the machine, regardless the methods needed?
    I would be more than willing, at that time, to void the warranty if it still stands and perform extensive deconstruction of the device, or have qualified computer repair workers do so for me. I just want to know if it can be done reasonably. I am aware that if this were the Integrated Intel HD graphics 3000 ONLY version, this would be impossible since that system is connected to the motherboard itself. I am hoping this is not a similiar case
    Worse case scenario, it turns out to be entirely impossible, and I will either have to look into other possible devices (should the price of SSDs drop soon, the iMac models as of late look encouraging, but only in that lower price scenario) or make the most of the 6630's capabilities, which I honestly doubt will be too terrible.
    Before answering in the negative, please attempt to investigate every possibility.

    Nope, the "Integrated Graphics" aren't really a video card at all.
    http://wiki.answers.com/Q/Is_it_possible_to_change_the_video_card_in_a_mac_mini_ a_mac_mini_10.5.5_Leopard_that_meets_all_the_other_system_requirements_so_that_i t_can_play_Spore
    http://forums.macrumors.com/showthread.php?t=1291669
    http://answers.yahoo.com/question/index?qid=20080920184551AAiwZ1x

  • AMD Radeon HD 6470M Not working-on Windows 8.1 Enterprise 64-bit -"Hp Pavilion g6 series "

    I am now using Windows 8.1 Enterprise 64-bit .the display drivers are not working good. i cant use properly Adobe Photoshop(CC , CS5..etc).
    All the "Hp Pavilion g6 series " [Pavilion g6-1201tx]Has the problem. Display Driver .-AMD Radeon HD 6470M
    i download lates vertion from here :-
    http://support.amd.com/us/gpudownload/windows/Pages/radeonmob_win7-64.aspx
    But after install i got error message on Device manager.
    Error Message:- "Windows has stopped this device because it has reported problems. (Code 43)"
    my laptop Specification here:-
    http://bizsupport1.austin.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c03061225&prodSeriesId...
    Any suggestions?

    Install the newest Windows 8 (64-bit) driver for your notebook only from the HP web support download section. 
    uninstall the drivers for both adapters and the Catalyst Control Center by running the softpaq and choosing uninstall all. Once you have done that run the installer again and (select install all)  install the Catalyst Control Center and the drivers.
    The switchable graphics capability makes your notebook require the drivers from HP to achieve the switchable graphics capability.
    Don't forget to share your results with the forum community.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • AMD Radeon(TM) HD 7650A Graphics Driver that supports Miracast

    Please 
    Anyone with any infomation as when will HP and  AMD release a new Display driver with Miracast support, would be very much appreciated.
    DxDiag on this cards driver is as follow:
    Display Devices
              Card name: AMD Radeon(TM) HD 7650A Graphics
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: AMD Radeon Graphics Processor (0x6751)
               DAC type: Internal DAC(400MHz)
            Device Type: Full Device
             Device Key: Enum\PCI\VEN_1002&DEV_6751&SUBSYS_26811462&REV_00
         Display Memory: 5875 MB
       Dedicated Memory: 2035 MB
          Shared Memory: 3840 MB
           Current Mode: 1920 x 1080 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: HP TouchSmart
             Monitor Id: HWP4213
            Native Mode: 1920 x 1080(p) (59.993Hz)
            Output Type: DVI
            Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.dll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.17.0010.1230 (English)
         Driver Version: 13.152.0.0
            DDI Version: 11
         Feature Levels: 11.0,10.1,10.0,9.3,9.2,9.1
           Driver Model: WDDM 1.3
    Graphics Preemption: DMA
     Compute Preemption: DMA
               Miracast: Not Supported by Graphics driver
    Hybrid Graphics GPU: Not Supported
         Power P-states: Not Supported
      Driver Attributes: Final Retail
       Driver Date/Size: 8/31/2013 08:13:56, 1233080 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71EE2-2411-11CF-1C73-8B06BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x6751
              SubSys ID: 0x26811462
            Revision ID: 0x0000
     Driver Strong Name: oem68.inf:cb0ae414a9bc0bd1:ati2mtag_NI:13.152.0.0ci\ven_1002&dev_6751&subsys_26811462
         Rank Of Driver: 00DA0001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
    Please help me.

    Hi Sleyum"
    Thank you for your inquiry.
    HP strives to have the most up to date drivers  but many factors affect this.
    You can check the manufacturers website for recent updates for your product.
    Here is a link to the "AMD Support and Drivers page. click here.
    I hope this helps.
    Sparkles1
    I work on behalf of HP
    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 right to say “Thanks” for helping!

  • Green Screen on HP 15 with AMD Radeon R2

    I am having a similar problem on a laptop that my wife had just purchased for herself through her college, it is no more then a week old, and all flash powered games and videos are only showing green screens (for videos) and a notice that I need to update my flash player (for games, yet I am running windows8 with the latest IE browser, and chrome)
    I have ran the command prompt diagnosis and will link it, any help is appreciated, thank you much,
    Thanks again,
         The Yermasek Family.
    System Information
    Time of this report: 8/10/2014, 15:59:59
           Machine name: YERMASEKFAMILY
       Operating System: Windows 8.1 64-bit (6.3, Build 9600) (9600.winblue_gdr.140305-1710)
               Language: English (Regional Setting: English)
    System Manufacturer: Hewlett-Packard
           System Model: HP 15 Notebook PC
                   BIOS: F.16
              Processor: AMD E2-6110 APU with AMD Radeon R2 Graphics     (4 CPUs), ~1.5GHz
                 Memory: 4096MB RAM
    Available OS Memory: 3528MB RAM
              Page File: 2988MB used, 1884MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.03.9600.16384 64bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: AMD Radeon(TM) R2 Graphics
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: AMD Radeon(TM) R2 Graphics (0x9852)
               DAC type: Internal DAC(400MHz)
            Device Type: Full Device
             Device Key: Enum\PCI\VEN_1002&DEV_9852&SUBSYS_22CD103C&REV_00
         Display Memory: 2033 MB
       Dedicated Memory: 497 MB
          Shared Memory: 1536 MB
           Current Mode: 1366 x 768 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: unknown
             Monitor Id: CMN15AB
            Native Mode: 1366 x 768(p) (60.026Hz)
            Output Type: Internal
            Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.17.0010.1267 (English)
         Driver Version: 13.351.1105.1001
            DDI Version: 11.1
         Feature Levels: 11.1,11.0,10.1,10.0,9.3,9.2,9.1
           Driver Model: WDDM 1.3
    Graphics Preemption: DMA
    Compute Preemption: DMA
               Miracast: Supported
    Hybrid Graphics GPU: Not Supported
         Power P-states: Not Supported
      Driver Attributes: Final Retail
       Driver Date/Size: 4/18/2014 08:05:52, 1328328 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71EE2-DB12-11CF-7F77-C702BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x9852
              SubSys ID: 0x22CD103C
            Revision ID: 0x0000
    Driver Strong Name: oem1.inf:cb0ae41470f50a8d:ati2mtag_MullinsPA_Mobile:13.351.1105.1001:pci\ven_1002&dev_985 2&subsys_22cd103c
         Rank Of Driver: 00DA0001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
            DXVA2 Modes: DXVA2_ModeMPEG2_VLD  DXVA2_ModeMPEG2_IDCT  DXVA2_ModeH264_VLD_NoFGT  DXVA2_ModeVC1_VLD  DXVA2_ModeVC1_IDCT  DXVA2_ModeWMV9_IDCT 
       Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speaker/HP (Realtek High Definition Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0282&SUBSYS_103C22CD&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.7164 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 2/12/2014 20:10:20, 3853016 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (Realtek High Definition Audio)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.7164 (English)
          Driver Attributes: Final Retail
              Date and Size: 2/12/2014 20:10:20, 3853016 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Stereo Mix (Realtek High Definition Audio)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.7164 (English)
          Driver Attributes: Final Retail
              Date and Size: 2/12/2014 20:10:20, 3853016 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    Video Capture Devices
    Number of Devices: 2
               FriendlyName: HP Truevision HD
                   Location: Front
               SymbolicLink: \\?\usb#vid_04f2&pid_b40e&mi_00#7&11b8ed72&0&0000#{e5323777-f976-4f5b-9b55-b94699c46e44}\ global
               Manufacturer: Microsoft
                 HardwareID: USB\VID_04F2&PID_B40E&REV_6934&MI_00,USB\VID_04F2&PID_B40E&MI_00
                 DriverDesc: USB Video Device
             DriverProvider: Microsoft
              DriverVersion: 6.3.9600.16384
          DriverDateEnglish: 6/21/2006 00:00:00
        DriverDateLocalized: 6/21/2006 12:00:00 AM
                    Service: usbvideo
                      Class: Image
              DevNodeStatus: 180200A[DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER]
                ContainerId: {00000000-0000-0000-FFFF-FFFFFFFFFFFF}
                ProblemCode: No Problem
      BusReportedDeviceDesc: HP Truevision HD
                     Parent: USB\VID_04F2&PID_B40E\6&8612efe&0&1
          DriverProblemDesc: n/a
               UpperFilters: n/a
               LowerFilters: n/a
                      Stack: \Driver\ksthunk,\Driver\usbvideo,\Driver\ACPI,\Driver\usbccgp
          ContainerCategory: Imaging
               FriendlyName: CyberLink Webcam Splitter
                   Location: n/a
               SymbolicLink: \\?\root#media#0000#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\global
               Manufacturer: CyberLink
                 HardwareID: clwvd
                 DriverDesc: CyberLink WebCam Virtual Driver
             DriverProvider: CyberLink
              DriverVersion: 1.0.27893.6128
          DriverDateEnglish: 1/28/2014 00:00:00
        DriverDateLocalized: 1/28/2014 12:00:00 AM
                    Service: clwvd
                      Class: MEDIA
              DevNodeStatus: 180200B[DN_ROOT_ENUMERATED|DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN _NT_DRIVER]
                ContainerId: {00000000-0000-0000-FFFF-FFFFFFFFFFFF}
                ProblemCode: No Problem
      BusReportedDeviceDesc: n/a
                     Parent: HTREE\ROOT\0
          DriverProblemDesc: n/a
               UpperFilters: n/a
               LowerFilters: n/a
                      Stack: \Driver\ksthunk,\Driver\clwvd,\Driver\PnpManager
          ContainerCategory: n/a
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: HP Wireless Button Driver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x0001, 0x0001
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x1022, 0x7808
    | Matching Device ID: USB\ROOT_HUB20
    | Service: usbhub
    | Driver: usbhub.sys, 8/22/2013 08:43:34, 422240 bytes
    | Driver: usbd.sys, 8/22/2013 08:43:33, 28000 bytes
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x0438, 0x7900
    | | Location: Port_#0001.Hub_#0001
    | | Matching Device ID: USB\Class_09
    | | Service: usbhub
    | | Driver: usbhub.sys, 8/22/2013 08:43:34, 422240 bytes
    | | Driver: usbd.sys, 8/22/2013 08:43:33, 28000 bytes
    Gameport Devices
    PS/2 Devices
    + Standard PS/2 Keyboard
    | Matching Device ID: *PNP0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 8/22/2013 07:39:15, 107520 bytes
    | Driver: kbdclass.sys, 8/22/2013 08:43:45, 58208 bytes
    |
    + Synaptics PS/2 Port TouchPad
    | Matching Device ID: acpi\syn1ead
    | Upper Filters: SynTP
    | Service: i8042prt
    | Driver: SynTP.sys, 12/13/2013 01:03:00, 542448 bytes
    | Driver: SynTPAPI.dll, 12/13/2013 01:02:52, 254704 bytes
    | Driver: SynCOM.dll, 12/13/2013 01:02:50, 743664 bytes
    | Driver: SynTPRes.dll, 12/13/2013 01:02:54, 16283888 bytes
    | Driver: SynTPCpl.dll, 12/13/2013 01:02:54, 3913968 bytes
    | Driver: SynCntxt.rtf, 12/12/2013 22:16:46, 12602342 bytes
    | Driver: SynZMetr.exe, 12/13/2013 01:02:48, 1877232 bytes
    | Driver: SynMood.exe, 12/13/2013 01:02:44, 1900784 bytes
    | Driver: SynTPEnh.exe, 12/13/2013 01:02:46, 2803440 bytes
    | Driver: Tutorial.exe, 12/13/2013 01:02:48, 1890544 bytes
    | Driver: InstNT.exe, 12/13/2013 01:02:42, 279792 bytes
    | Driver: SynISDLL.dll, 12/13/2013 01:02:52, 305904 bytes
    | Driver: SynUnst.ini, 12/16/2013 18:46:40, 1482098 bytes
    | Driver: SynTPHelper.exe, 12/13/2013 01:02:46, 199408 bytes
    | Driver: SynTPEnhService.exe, 12/13/2013 01:02:46, 190192 bytes
    | Driver: SynReflash.exe, 12/13/2013 01:02:44, 3260144 bytes
    | Driver: SynPivotRotate.mpg, 4/9/2009 22:04:14, 770663 bytes
    | Driver: SynChiralRotate.mpg, 9/17/2008 18:13:08, 382277 bytes
    | Driver: SynFlick.mpg, 9/3/2008 16:27:28, 737975 bytes
    | Driver: SynPinch.mpg, 9/3/2008 16:27:28, 286463 bytes
    | Driver: SynMomentum.mpg, 9/3/2008 16:27:28, 246230 bytes
    | Driver: SynLinearVHScroll.mpg, 9/3/2008 16:27:28, 929103 bytes
    | Driver: SynChiralVHScroll.mpg, 9/3/2008 16:27:28, 1620778 bytes
    | Driver: SynTwoFingerVHScroll.mpg, 3/16/2009 14:44:00, 746464 bytes
    | Driver: SynPivotRotate_ChiralRotate.mpg, 4/9/2009 22:04:14, 1142810 bytes
    | Driver: SynThreeFingerFlick.mpg, 3/16/2009 14:44:00, 633621 bytes
    | Driver: SynThreeFingersDown.mpg, 3/16/2009 14:44:00, 215907 bytes
    | Driver: SynTwistRotate.mpg, 3/3/2011 20:28:40, 1826816 bytes
    | Driver: SynChiralTwistRotate.mpg, 3/7/2011 20:39:22, 2998272 bytes
    | Driver: StaticImg.html, 12/18/2009 14:23:12, 968 bytes
    | Driver: StaticImg.png, 12/14/2009 16:49:44, 107143 bytes
    | Driver: SynSysDetect.js, 7/10/2013 13:48:44, 1481 bytes
    | Driver: Syn2FingerScrolling.wmv, 12/17/2009 23:09:58, 336563 bytes
    | Driver: Syn3FingerFlick.wmv, 12/17/2009 23:09:58, 571445 bytes
    | Driver: Syn4FingerFlick.wmv, 2/24/2011 21:10:40, 795115 bytes
    | Driver: Syn4FFlickVNB.wmv, 4/20/2011 23:22:54, 628121 bytes
    | Driver: SynSmartSense.wmv, 12/13/2012 15:59:14, 370121 bytes
    | Driver: SynSmartSenseNB.wmv, 4/20/2011 23:22:54, 358939 bytes
    | Driver: Syn4FingerFlickUpDown.wmv, 2/24/2011 21:10:40, 426019 bytes
    | Driver: Syn4FingerFlickUpDownNB.wmv, 2/25/2011 20:42:30, 291835 bytes
    | Driver: Syn4FingerFlickLeftRight.wmv, 5/12/2011 01:25:32, 588931 bytes
    | Driver: Syn4FingerFlickLeftRightNB.wmv, 5/12/2011 01:25:50, 588931 bytes
    | Driver: Syn3FingerPress.wmv, 12/17/2009 23:09:58, 112893 bytes
    | Driver: SynEdgeMotion.wmv, 12/17/2009 23:09:58, 325411 bytes
    | Driver: SynLinearScrolling.wmv, 12/17/2009 23:09:56, 258289 bytes
    | Driver: SynMomentum.wmv, 12/17/2009 23:09:58, 146439 bytes
    | Driver: SynMomentumScrolling.wmv, 12/17/2009 23:09:58, 604961 bytes
    | Driver: SynPinchZoom.wmv, 4/13/2010 22:20:44, 426019 bytes
    | Driver: SynBlackScreen.wmv, 3/16/2012 15:27:44, 14729 bytes
    | Driver: SynPivotRotate.wmv, 12/17/2009 23:09:58, 481959 bytes
    | Driver: SynTwistRotate.wmv, 3/3/2011 20:28:40, 437231 bytes
    | Driver: SynCoverGesture.wmv, 3/1/2010 22:22:38, 146469 bytes
    | Driver: SynChiralRotate.wmv, 12/17/2009 23:09:58, 191197 bytes
    | Driver: SynChiralScrolling.wmv, 12/17/2009 23:09:58, 783933 bytes
    | Driver: SynCoastingScrolling.wmv, 12/17/2009 23:09:56, 381321 bytes
    | Driver: SynPointing.wmv, 3/1/2010 22:22:56, 124105 bytes
    | Driver: SynPalmCheck.wmv, 3/1/2010 22:22:56, 370121 bytes
    | Driver: SynSensitivity.wmv, 3/1/2010 22:22:56, 258349 bytes
    | Driver: SynWindowConstrained.wmv, 3/1/2010 22:22:56, 336659 bytes
    | Driver: SynSlowMotion.wmv, 2/9/2012 22:40:46, 1145627 bytes
    | Driver: SynConstrainedMotion.wmv, 3/1/2010 22:22:56, 414981 bytes
    | Driver: SynTapping.wmv, 3/4/2010 21:40:28, 79347 bytes
    | Driver: SynButtons.wmv, 3/1/2010 22:22:56, 79377 bytes
    | Driver: SynTouchStykSelect.wmv, 3/1/2010 22:22:56, 124105 bytes
    | Driver: SynTouchStykButton.wmv, 3/1/2010 22:22:56, 135287 bytes
    | Driver: SynTouchStykSensitivity.wmv, 3/16/2010 15:16:16, 224779 bytes
    | Driver: SynEdgeMotionDragging.wmv, 9/14/2010 20:02:48, 90529 bytes
    | Driver: SynEdgeMotionFixedSpeed.wmv, 9/14/2010 20:02:48, 90529 bytes
    | Driver: SynEdgeMotionPointing.wmv, 9/14/2010 20:02:48, 68165 bytes
    | Driver: SynEdgeMotionPressure.wmv, 9/14/2010 20:02:48, 101711 bytes
    | Driver: SynNoButtons.wmv, 6/8/2010 13:46:36, 45741 bytes
    | Driver: SynTapZones.wmv, 11/10/2010 19:07:52, 135257 bytes
    | Driver: SynLinearHScrolling.wmv, 11/10/2010 19:07:52, 224713 bytes
    | Driver: Syn2FingerHScrolling.wmv, 11/10/2010 19:07:52, 291805 bytes
    | Driver: SynTapHoldToDrag.wmv, 11/10/2010 19:07:52, 79347 bytes
    | Driver: SynTapLockingDrag.wmv, 6/5/2012 23:16:42, 135287 bytes
    | Driver: Syn1FingerClickNB.wmv, 11/10/2010 19:07:52, 68165 bytes
    | Driver: Syn1FingerClickDrag.wmv, 5/12/2011 21:54:32, 330277 bytes
    | Driver: Syn2FingerClickDrag.wmv, 4/29/2011 20:07:02, 651665 bytes
    | Driver: Syn2FingerFlickNB.wmv, 11/10/2010 19:07:52, 437261 bytes
    | Driver: Syn2FingerFlickLR.wmv, 10/30/2012 13:32:52, 332713 bytes
    | Driver: Syn2FingerHScrollingNB.wmv, 11/10/2010 19:07:52, 280623 bytes
    | Driver: Syn2FingerScrollingNB.wmv, 11/10/2010 19:07:52, 314199 bytes
    | Driver: Syn3FingerFlickNB.wmv, 11/10/2010 19:07:52, 537899 bytes
    | Driver: Syn3FingerPressNB.wmv, 11/10/2010 19:07:52, 101711 bytes
    | Driver: Syn4FingerFlickNB.wmv, 2/25/2011 20:42:30, 426049 bytes
    | Driver: SynButtonsNB.wmv, 11/10/2010 19:07:52, 79377 bytes
    | Driver: SynChiralRotateNB.wmv, 11/10/2010 19:07:52, 180015 bytes
    | Driver: SynChiralScrollingNB.wmv, 11/10/2010 19:07:52, 750387 bytes
    | Driver: SynCoastingScrollingNB.wmv, 11/10/2010 19:07:52, 370139 bytes
    | Driver: SynCoverGestureNB.wmv, 11/10/2010 19:07:52, 135287 bytes
    | Driver: SynEdgeMotionDraggingNB.wmv, 11/10/2010 19:07:52, 90529 bytes
    | Driver: SynEdgeMotionFixedSpeedNB.wmv, 11/10/2010 19:07:52, 90529 bytes
    | Driver: SynEdgeMotionPointingNB.wmv, 11/10/2010 19:07:52, 68165 bytes
    | Driver: SynEdgeMotionPressureNB.wmv, 11/10/2010 19:07:52, 101711 bytes
    | Driver: SynLinearHScrollingNB.wmv, 11/10/2010 19:07:52, 202349 bytes
    | Driver: SynMomentumScrollingNB.wmv, 11/10/2010 19:07:52, 582597 bytes
    | Driver: SynPinchZoomNB.wmv, 11/10/2010 19:07:52, 414837 bytes
    | Driver: SynPivotRotateNB.wmv, 11/10/2010 19:07:52, 437231 bytes
    | Driver: SynTapHoldToDragNB.wmv, 11/10/2010 19:07:52, 79347 bytes
    | Driver: SynTapLockingDragNB.wmv, 6/5/2012 23:16:42, 124105 bytes
    | Driver: SynTwistRotateNB.wmv, 3/3/2011 20:28:40, 448413 bytes
    | Driver: SynPointingNB.wmv, 11/11/2010 16:55:08, 124105 bytes
    | Driver: Syn2FingerMomentumVHScrolling.wmv, 11/11/2010 18:15:02, 895723 bytes
    | Driver: Syn2FingerMomentumVHScrollingNB.wmv, 11/11/2010 18:15:02, 862177 bytes
    | Driver: Syn2FingerMomentumVScrolling_win8.wmv, 8/27/2012 21:34:58, 597933 bytes
    | Driver: Syn2FingerMomentumVScrollingNB_win8.wmv, 8/27/2012 21:34:58, 586882 bytes
    | Driver: Syn2FingerMomentumHScrolling_win8.wmv, 8/27/2012 21:34:58, 575831 bytes
    | Driver: Syn2FingerMomentumHScrollingNB_win8.wmv, 8/27/2012 21:34:58, 564780 bytes
    | Driver: Syn2FingerVHCoasting.wmv, 11/11/2010 18:15:02, 1275941 bytes
    | Driver: Syn2FingerVHCoastingNB.wmv, 11/11/2010 18:15:02, 1242395 bytes
    | Driver: Syn2FingerVCoasting_win8.wmv, 8/27/2012 22:56:38, 653218 bytes
    | Driver: Syn2FingerHCoasting_win8.wmv, 8/27/2012 22:56:38, 852136 bytes
    | Driver: Syn2FingerVCoastingNB_win8.wmv, 8/27/2012 22:56:38, 653218 bytes
    | Driver: Syn2FingerHCoastingNB_win8.wmv, 8/27/2012 22:56:38, 796881 bytes
    | Driver: SynMomentumVHScrolling.wmv, 11/11/2010 18:15:02, 683265 bytes
    | Driver: SynMomentumVHScrollingNB.wmv, 11/11/2010 18:15:02, 660901 bytes
    | Driver: SynVHCoasting.wmv, 11/11/2010 18:15:02, 649779 bytes
    | Driver: Syn2FingerHScrolling_win8.wmv, 1/8/2013 04:52:54, 432126 bytes
    | Driver: Syn2FingerHScrollingNB_win8.wmv, 1/8/2013 04:52:54, 421117 bytes
    | Driver: SynChiralScrolling_win8.wmv, 12/25/2012 04:27:56, 819031 bytes
    | Driver: SynChiralScrollingNB_win8.wmv, 12/25/2012 04:27:56, 741716 bytes
    | Driver: SynLinearHScrolling_win8.wmv, 12/25/2012 04:27:56, 376913 bytes
    | Driver: SynLinearHScrollingNB_win8.wmv, 12/25/2012 04:27:56, 354811 bytes
    | Driver: SynLinearScrolling_win8.wmv, 12/25/2012 04:27:56, 354811 bytes
    | Driver: SynLinearScrollingNB_win8.wmv, 12/25/2012 04:27:56, 332709 bytes
    | Driver: SynPivotRotate_win8.wmv, 12/25/2012 04:27:56, 498534 bytes
    | Driver: SynPivotRotateNB_win8.wmv, 12/25/2012 04:27:56, 365880 bytes
    | Driver: SynTwistRotate_win8.wmv, 12/25/2012 04:27:56, 421135 bytes
    | Driver: SynTwistRotateNB_win8.wmv, 12/25/2012 04:27:56, 410084 bytes
    | Driver: SynEdgePulls.wmv, 7/25/2012 16:13:38, 365982 bytes
    | Driver: Syn4FingerFlick_win8.wmv, 7/27/2012 20:21:28, 598023 bytes
    | Driver: Syn4FingerFlickNB_win8.wmv, 7/27/2012 20:21:28, 564870 bytes
    | Driver: Syn2FingerScrolling.html, 6/25/2013 16:20:38, 3216 bytes
    | Driver: Syn2FingerFlick.html, 6/25/2013 16:20:38, 3212 bytes
    | Driver: Syn3FingerFlick.html, 6/25/2013 16:20:38, 3212 bytes
    | Driver: Syn4FingerFlick.html, 6/25/2013 16:20:38, 3212 bytes
    | Driver: Syn4FingerFlickUpDown.html, 6/25/2013 16:20:38, 3218 bytes
    | Driver: Syn4FingerFlickLeftRight.html, 6/25/2013 16:20:38, 3221 bytes
    | Driver: Syn3FingerPress.html, 6/25/2013 16:20:38, 3212 bytes
    | Driver: SynEdgeMotion.html, 6/25/2013 16:20:38, 3210 bytes
    | Driver: SynMomentum.html, 6/25/2013 16:20:38, 3208 bytes
    | Driver: SynPinchZoom.html, 6/25/2013 16:20:38, 3209 bytes
    | Driver: SynRotating.html, 6/25/2013 16:20:38, 3208 bytes
    | Driver: SynTwistRotate.html, 6/25/2013 16:20:38, 3211 bytes
    | Driver: SynCoverGesture.html, 6/25/2013 16:20:38, 3212 bytes
    | Driver: SynAccessibility.html, 6/25/2013 16:20:38, 3221 bytes
    | Driver: SynSmartSense.html, 6/25/2013 16:20:38, 3210 bytes
    | Driver: SynButtons.html, 6/25/2013 16:20:38, 3207 bytes
    | Driver: SynClicking.html, 6/25/2013 16:20:38, 3208 bytes
    | Driver: SynMultiFingerGestures.html, 6/25/2013 16:20:38, 3219 bytes
    | Driver: SynPalmCheck.html, 6/25/2013 16:20:38, 3209 bytes
    | Driver: SynPointing.html, 6/25/2013 16:20:38, 3208 bytes
    | Driver: SynScrolling.html, 6/25/2013 16:20:38, 3209 bytes
    | Driver: SynSensitivity.html, 6/25/2013 16:20:38, 3211 bytes
    | Driver: SynTapping.html, 6/25/2013 16:20:38, 3207 bytes
    | Driver: SynTouchStykButton.html, 6/25/2013 16:20:38, 3215 bytes
    | Driver: SynTouchStykSelect.html, 6/25/2013 16:20:38, 3215 bytes
    | Driver: SynTouchStykSensitivity.html, 6/25/2013 16:20:38, 3220 bytes
    | Driver: SynScrollingVertical.html, 6/25/2013 16:20:38, 3217 bytes
    | Driver: SynScrollingHorizontal.html, 6/25/2013 16:20:38, 3219 bytes
    | Driver: SynScrollingChiral.html, 6/25/2013 16:20:38, 3215 bytes
    | Driver: SynLockingDrags.html, 6/25/2013 16:20:38, 3212 bytes
    | Driver: SynEdgePulls.html, 6/25/2013 16:20:38, 3162 bytes
    | Driver: Syn2FingerScrolling_win8.wmv, 1/8/2013 04:52:54, 398973 bytes
    | Driver: Syn2FingerScrollingNB_win8.wmv, 1/8/2013 04:52:54, 387964 bytes
    | Driver: SynTappingNB.wmv, 11/11/2010 16:55:08, 68165 bytes
    | Driver: Syn2FingerRightClickNB.wmv, 4/11/2011 20:34:44, 101711 bytes
    | Driver: SynVHCoastingNB.wmv, 11/11/2010 18:15:02, 593869 bytes
    | Driver: SynEdgePullsNB.wmv, 7/25/2012 16:13:38, 343880 bytes
    | Driver: SynPalmCheckNB.wmv, 11/11/2010 16:55:08, 358939 bytes
    | Driver: SynLinearScrollingNB.wmv, 11/10/2010 19:07:52, 247107 bytes
    | Driver: SynSensitivityNB.wmv, 11/10/2010 19:07:52, 247167 bytes
    | Driver: SynMomentumNB.wmv, 11/10/2010 19:07:52, 135257 bytes
    | Driver: SynTapZonesNB.wmv, 11/10/2010 19:07:52, 135257 bytes
    | Driver: SynTapZonesNB_win8.wmv, 6/21/2013 15:17:00, 155875 bytes
    | Driver: SynEdgeMotionNB.wmv, 11/10/2010 19:07:52, 314229 bytes
    | Driver: SynSlowMotionNB.wmv, 2/9/2012 22:40:46, 1090735 bytes
    | Driver: SynConstrainedMotionNB.wmv, 11/10/2010 19:07:52, 392617 bytes
    | Driver: SynWindowConstrainedNB.wmv, 11/11/2010 16:55:08, 325477 bytes
    | Driver: SynLinearVScroll.mpg, 9/3/2008 16:27:28, 518694 bytes
    | Driver: SynWingGesture.wmv, 9/30/2013 18:40:00, 305841 bytes
    | Driver: SynWingGesture.html, 9/30/2013 18:40:00, 3164 bytes
    | Driver: Ckp2FingerScrolling.mpg, 7/2/2009 20:56:20, 382935 bytes
    | Driver: Ckp3FingerDown.mpg, 7/2/2009 20:56:20, 153456 bytes
    | Driver: Ckp3FingerFlick.mpg, 7/2/2009 20:56:20, 569095 bytes
    | Driver: CkpChiralMotion.mpg, 7/2/2009 20:56:20, 420858 bytes
    | Driver: CkpClickDrag.mpg, 7/2/2009 20:56:20, 271447 bytes
    | Driver: CkpLinearScroll.mpg, 7/2/2009 20:56:20, 427998 bytes
    | Driver: CkpLRClick.mpg, 7/2/2009 20:56:20, 284073 bytes
    | Driver: CkpMomentum.mpg, 7/2/2009 20:56:20, 328085 bytes
    | Driver: CkpPinch.mpg, 7/2/2009 20:56:20, 309339 bytes
    | Driver: CkpPivotRotate.mpg, 7/2/2009 20:56:20, 605893 bytes
    | Driver: CkpPivotRotate2.mpg, 9/25/2009 22:46:08, 779912 bytes
    | Driver: CkpTouchpadDisable.mpg, 7/2/2009 20:56:20, 293736 bytes
    | Driver: HPControlZone.lnk, 9/30/2013 18:49:48, 1736 bytes
    | Driver: SynCom.dll, 12/13/2013 01:02:50, 404208 bytes
    | Driver: i8042prt.sys, 8/22/2013 07:39:15, 107520 bytes
    | Driver: mouclass.sys, 8/22/2013 08:43:45, 51040 bytes
    | Driver: SynTPCo20.dll, 12/13/2013 01:02:52, 208112 bytes
    | Driver: WdfCoInstaller01011.dll, 2/24/2014 20:29:32, 1795952 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x04F3, 0x0230
    | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | Service: mouhid
    | Driver: mouhid.sys, 8/22/2013 07:39:13, 30208 bytes
    | Driver: mouclass.sys, 8/22/2013 08:43:45, 51040 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 417.2 GB
    Total Space: 455.4 GB
    File System: NTFS
          Model: WDC WD5000LPVX-60V0T SATA Disk Device
          Drive: D:
    Free Space: 2.0 GB
    Total Space: 20.5 GB
    File System: NTFS
          Model: WDC WD5000LPVX-60V0T SATA Disk Device
          Drive: E:
          Model: hp DVDRAM GU90N SATA CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.03.9600.16384 (English), 8/22/2013 04:46:35, 164352 bytes
    System Devices
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1584&SUBSYS_00000000&REV_00\3&2411E6FE&0&C4
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_156B&SUBSYS_00000000&REV_00\3&2411E6FE&0&10
       Driver: n/a
         Name: AMD SMBus
    Device ID: PCI\VEN_1022&DEV_780B&SUBSYS_22CD103C&REV_42\3&2411E6FE&0&A0
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1566&SUBSYS_22CD103C&REV_00\3&2411E6FE&0&00
       Driver: n/a
         Name: Standard Enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_1022&DEV_7808&SUBSYS_22CD103C&REV_39\3&2411E6FE&0&98
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.03.9600.16384 (English), 8/22/2013 08:43:33, 89952 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.03.9600.16384 (English), 8/22/2013 08:43:34, 439136 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.03.9600.16384 (English), 8/22/2013 08:43:34, 422240 bytes
         Name: Standard Enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_1022&DEV_7808&SUBSYS_22CD103C&REV_39\3&2411E6FE&0&90
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.03.9600.16384 (English), 8/22/2013 08:43:33, 89952 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.03.9600.16384 (English), 8/22/2013 08:43:34, 439136 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.03.9600.16384 (English), 8/22/2013 08:43:34, 422240 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_9840&SUBSYS_22CD103C&REV_00\3&2411E6FE&0&09
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.03.9600.16384 (English), 8/22/2013 07:38:38, 78336 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1582&SUBSYS_00000000&REV_00\3&2411E6FE&0&C2
       Driver: n/a
         Name: SDA Standard Compliant SD Host Controller
    Device ID: PCI\VEN_1022&DEV_7813&SUBSYS_22CD103C&REV_01\3&2411E6FE&0&A7
       Driver: C:\Windows\system32\DRIVERS\sdbus.sys, 6.03.9600.17031 (English), 3/18/2014 05:54:38, 236888 bytes
       Driver: C:\Windows\system32\DRIVERS\dumpsd.sys, 6.03.9600.17031 (English), 3/18/2014 05:54:38, 151384 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1585&SUBSYS_00000000&REV_00\3&2411E6FE&0&C5
       Driver: n/a
         Name: AMD SATA Controller
    Device ID: PCI\VEN_1022&DEV_7804&SUBSYS_22CD103C&REV_00\3&2411E6FE&0&88
       Driver: C:\Windows\system32\DRIVERS\amdsata.sys, 1.01.0004.0014 (English), 8/22/2013 08:43:41, 79200 bytes
       Driver: C:\Windows\system32\DRIVERS\amdxata.sys, 1.01.0004.0014 (English), 8/22/2013 08:43:40, 25952 bytes
         Name: PCI standard ISA bridge
    Device ID: PCI\VEN_1022&DEV_780E&SUBSYS_22CD103C&REV_11\3&2411E6FE&0&A3
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.03.9600.16384 (English), 8/22/2013 08:43:49, 17248 bytes
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1022&DEV_1439&SUBSYS_12341022&REV_00\3&2411E6FE&0&15
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.03.9600.17031 (English), 3/18/2014 05:54:38, 280920 bytes
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1022&DEV_1439&SUBSYS_12341022&REV_00\3&2411E6FE&0&14
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.03.9600.17031 (English), 3/18/2014 05:54:38, 280920 bytes
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1022&DEV_1439&SUBSYS_12341022&REV_00\3&2411E6FE&0&13
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.03.9600.17031 (English), 3/18/2014 05:54:38, 280920 bytes
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1022&DEV_1439&SUBSYS_12341022&REV_00\3&2411E6FE&0&11
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.03.9600.17031 (English), 3/18/2014 05:54:38, 280920 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1580&SUBSYS_00000000&REV_00\3&2411E6FE&0&C0
       Driver: n/a
         Name: AMD Radeon(TM) R2 Graphics
    Device ID: PCI\VEN_1002&DEV_9852&SUBSYS_22CD103C&REV_00\3&2411E6FE&0&08
       Driver: C:\Windows\system32\DRIVERS\atikmdag.sys, 8.01.0001.1379 (English), 4/18/2014 07:59:44, 13939712 bytes
       Driver: C:\Windows\system32\DRIVERS\ati2erec.dll, 1.00.0000.0024 (English), 4/18/2014 06:22:58, 43520 bytes
       Driver: C:\Windows\system32\atiumd64.dll, 9.14.0010.1017 (English), 4/18/2014 08:05:12, 7896632 bytes
       Driver: C:\Windows\system32\atiumd6a.dll, 8.14.0010.0441 (English), 4/18/2014 08:05:16, 10905816 bytes
       Driver: C:\Windows\system32\atitmm64.dll, 6.14.0011.0025 (English), 4/18/2014 06:59:32, 190976 bytes
       Driver: C:\Windows\system32\atiicdxx.dat, 1/16/2014 20:34:54, 723841 bytes
       Driver: C:\Windows\system32\amdpcom64.dll, 8.14.0010.0023 (English), 4/18/2014 08:06:04, 78432 bytes
       Driver: C:\Windows\system32\atimpc64.dll, 8.14.0010.0023 (English), 4/18/2014 08:06:12, 78432 bytes
       Driver: C:\Windows\system32\atiadlxx.dll, 6.14.0010.1300 (English), 4/18/2014 06:28:00, 1147904 bytes
       Driver: C:\Windows\system32\atiumd6a.cap, 4/18/2014 06:45:54, 3437632 bytes
       Driver: C:\Windows\system32\atimuixx.dll, 6.14.0010.1002 (English), 4/18/2014 07:02:00, 31232 bytes
       Driver: C:\Windows\system32\atiapfxx.exe, 6.14.0010.1001 (English), 4/18/2014 07:21:50, 368640 bytes
       Driver: C:\Windows\system32\ativvsva.dat, 4/18/2014 06:42:58, 157144 bytes
       Driver: C:\Windows\system32\ativvsvl.dat, 4/18/2014 06:42:58, 204952 bytes
       Driver: C:\Windows\system32\ativvaxy_cik.dat, 4/17/2014 07:28:48, 234804 bytes
       Driver: C:\Windows\system32\ativvaxy_cik_nd.dat, 4/17/2014 07:07:36, 233008 bytes
       Driver: C:\Windows\system32\ativce02.dat, 11/30/2013 10:23:06, 82112 bytes
       Driver: C:\Windows\system32\amdmmcl6.dll, 1.05.0000.0000 (English), 4/18/2014 06:50:04, 44544 bytes
       Driver: C:\Windows\system32\atiesrxx.exe, 6.14.0011.1168 (English), 4/18/2014 07:01:02, 240128 bytes
       Driver: C:\Windows\system32\atieclxx.exe, 6.14.0011.1168 (English), 4/18/2014 07:01:54, 586240 bytes
       Driver: C:\Windows\system32\atidemgy.dll, 4.05.5220.25263 (English), 4/18/2014 07:02:08, 442368 bytes
       Driver: C:\Windows\system32\atio6axx.dll, 6.14.0010.12798 (English), 4/18/2014 07:28:42, 27169280 bytes
       Driver: C:\Windows\system32\aticalrt64.dll, 6.14.0010.1848 (English), 4/18/2014 07:21:42, 62464 bytes
       Driver: C:\Windows\system32\aticalcl64.dll, 6.14.0010.1848 (English), 4/18/2014 07:21:32, 55808 bytes
       Driver: C:\Windows\system32\aticaldd64.dll, 6.14.0010.1848 (English), 4/18/2014 07:21:16, 15716352 bytes
       Driver: C:\Windows\system32\atibtmon.exe, 2.00.0000.0000 (English), 4/11/2013 03:34:26, 118784 bytes
       Driver: C:\Windows\system32\atiapfxx.blb, 4/18/2014 07:22:16, 575720 bytes
       Driver: C:\Windows\system32\amdmiracast.dll, 4/18/2014 07:28:16, 415232 bytes
       Driver: C:\Windows\system32\amdhdl64.dll, 4/18/2014 06:22:54, 134144 bytes
       Driver: C:\Windows\system32\atidxx64.dll, 8.17.0010.0539 (English), 4/18/2014 08:05:44, 10170408 bytes
       Driver: C:\Windows\SysWOW64\atiumdag.dll, 9.14.0010.1017 (English), 4/18/2014 08:05:24, 6715752 bytes
       Driver: C:\Windows\SysWOW64\atiumdva.dll, 8.14.0010.0441 (English), 4/18/2014 08:05:32, 10148712 bytes
       Driver: C:\Windows\SysWOW64\amdpcom32.dll, 8.14.0010.0023 (English), 4/18/2014 08:06:02, 71704 bytes
       Driver: C:\Windows\SysWOW64\atimpc32.dll, 8.14.0010.0023 (English), 4/18/2014 08:06:10, 71704 bytes
       Driver: C:\Windows\SysWOW64\atiadlxy.dll, 6.14.0010.1300 (English), 4/18/2014 06:27:46, 826880 bytes
       Driver: C:\Windows\SysWOW64\atiumdva.cap, 4/18/2014 06:34:48, 3471376 bytes
       Driver: C:\Windows\SysWOW64\ativvsva.dat, 4/18/2014 06:42:58, 157144 bytes
       Driver: C:\Windows\SysWOW64\ativvsvl.dat, 4/18/2014 06:42:58, 204952 bytes
       Driver: C:\Windows\SysWOW64\amdmmcl.dll, 1.05.0000.0000 (English), 4/18/2014 06:50:00, 35840 bytes
       Driver: C:\Windows\SysWOW64\atioglxx.dll, 6.14.0010.12798 (English), 4/18/2014 07:08:24, 22849536 bytes
       Driver: C:\Windows\SysWOW64\atidxx32.dll, 8.17.0010.0539 (English), 4/18/2014 08:05:40, 8759808 bytes
       Driver: C:\Windows\SysWOW64\aticalrt.dll, 6.14.0010.1848 (English), 4/18/2014 07:21:40, 52224 bytes
       Driver: C:\Windows\SysWOW64\aticalcl.dll, 6.14.0010.1848 (English), 4/18/2014 07:21:30, 49152 bytes
       Driver: C:\Windows\SysWOW64\aticaldd.dll, 6.14.0010.1848 (English), 4/18/2014 07:18:04, 14302208 bytes
       Driver: C:\Windows\SysWOW64\atiapfxx.blb, 4/18/2014 07:22:16, 575720 bytes
       Driver: C:\Windows\SysWOW64\amdhdl32.dll, 4/18/2014 06:22:52, 123392 bytes
       Driver: C:\Windows\system32\ATIODCLI.exe, 1.00.0000.0001 (English), 4/11/2013 03:34:26, 51200 bytes
       Driver: C:\Windows\system32\ATIODE.exe, 1.00.0000.0001 (English), 4/11/2013 03:34:26, 332800 bytes
       Driver: C:\Windows\system32\amdave64.dll, 5.11.0006.0000 (English), 4/18/2014 06:26:12, 95744 bytes
       Driver: C:\Windows\SysWOW64\amdave32.dll, 5.11.0006.0000 (English), 4/18/2014 06:26:08, 90112 bytes
       Driver: C:\Windows\system32\atisamu64.dll, 7.01.0000.0001 (English), 4/18/2014 06:25:56, 89088 bytes
       Driver: C:\Windows\system32\amdhcp64.dll, 1.00.0000.0001 (English), 4/18/2014 08:06:16, 127872 bytes
       Driver: C:\Windows\system32\kapp_ci.sbin, 8/15/2013 03:38:46, 42544 bytes
       Driver: C:\Windows\system32\kapp_si.sbin, 9/28/2013 06:59:14, 35408 bytes
       Driver: C:\Windows\system32\samu_krnl_ci.sbin, 12/13/2013 01:53:56, 138832 bytes
       Driver: C:\Windows\system32\samu_krnl_isv_ci.sbin, 12/13/2013 01:53:56, 138832 bytes
       Driver: C:\Windows\SysWOW64\atisamu32.dll, 7.01.0000.0001 (English), 4/18/2014 06:25:50, 80896 bytes
       Driver: C:\Windows\SysWOW64\amdhcp32.dll, 1.00.0000.0001 (English), 4/18/2014 08:06:14, 117560 bytes
       Driver: C:\Windows\system32\DRIVERS\atikmpag.sys, 8.14.0001.6367 (English), 4/18/2014 06:26:38, 628224 bytes
       Driver: C:\Windows\system32\atipblag.dat, 9/13/2011 10:06:18, 3917 bytes
       Driver: C:\Windows\system32\atiu9p64.dll, 8.14.0001.6367 (English), 4/18/2014 08:05:56, 116024 bytes
       Driver: C:\Windows\system32\atiuxp64.dll, 8.14.0001.6367 (English), 4/18/2014 08:06:00, 143304 bytes
       Driver: C:\Windows\system32\atig6txx.dll, 8.14.0001.6367 (English), 4/18/2014 06:27:22, 146432 bytes
       Driver: C:\Windows\system32\atiglpxx.dll, 8.14.0001.6367 (English), 4/18/2014 06:27:28, 69632 bytes
       Driver: C:\Windows\system32\aticfx64.dll, 8.17.0010.1267 (English), 4/18/2014 08:05:52, 1328328 bytes
       Driver: C:\Windows\SysWOW64\aticfx32.dll, 8.17.0010.1267 (English), 4/18/2014 08:05:48, 1106360 bytes
       Driver: C:\Windows\system32\OpenCL.dll, 2.00.0000.0000 (English), 4/18/2014 07:39:50, 65024 bytes
       Driver: C:\Windows\system32\amdocl64.dll, 10.00.1411.0004 (English), 4/18/2014 07:44:52, 28427264 bytes
       Driver: C:\Windows\system32\amdocl_as64.exe, 4/18/2014 07:45:18, 1187342 bytes
       Driver: C:\Windows\system32\amdocl_ld64.exe, 4/18/2014 07:45:20, 1061902 bytes
       Driver: C:\Windows\system32\OpenVideo64.dll, 10.00.1411.0004 (English), 4/18/2014 07:45:14, 98816 bytes
       Driver: C:\Windows\system32\OVDecode64.dll, 10.00.1411.0004 (English), 4/18/2014 07:45:02, 86528 bytes
       Driver: C:\Windows\system32\clinfo.exe, 4/18/2014 07:45:32, 230912 bytes
       Driver: C:\Windows\SysWOW64\OpenCL.dll, 2.00.0000.0000 (English), 4/18/2014 07:39:44, 58880 bytes
       Driver: C:\Windows\SysWOW64\amdocl.dll, 10.00.1411.0004 (English), 4/18/2014 07:42:14, 23904768 bytes
       Driver: C:\Windows\SysWOW64\amdocl_as32.exe, 4/18/2014 07:45:18, 995342 bytes
       Driver: C:\Windows\SysWOW64\amdocl_ld32.exe, 4/18/2014 07:45:18, 798734 bytes
       Driver: C:\Windows\SysWOW64\OpenVideo.dll, 10.00.1411.0004 (English), 4/18/2014 07:45:08, 83456 bytes
       Driver: C:\Windows\SysWOW64\OVDecode.dll, 10.00.1411.0004 (English), 4/18/2014 07:44:58, 73216 bytes
       Driver: C:\Program Files\AMD\amdkmpfd\amdkmpfd.sbz, 8.14.0001.6020 (English), 12/14/2013 08:00:58, 36608 bytes
       Driver: C:\Program Files\AMD\amdkmpfd\amdkmpfd.ibz, 1/7/2014 07:12:24, 1981 bytes
       Driver: C:\Program Files\AMD\amdkmpfd\amdkmpfd.cbz, 1/7/2014 19:00:42, 9946 bytes
       Driver: C:\Windows\system32\atig6pxx.dll, 8.14.0001.6367 (English), 4/18/2014 06:27:32, 75264 bytes
       Driver: C:\Windows\SysWOW64\atipblag.dat, 9/13/2011 10:06:18, 3917 bytes
       Driver: C:\Windows\SysWOW64\atiu9pag.dll, 8.14.0001.6367 (English), 4/18/2014 08:05:54, 98496 bytes
       Driver: C:\Windows\SysWOW64\atiuxpag.dll, 8.14.0001.6367 (English), 4/18/2014 08:05:58, 126336 bytes
       Driver: C:\Windows\SysWOW64\atigktxx.dll, 8.14.0001.6367 (English), 4/18/2014 06:27:00, 133120 bytes
       Driver: C:\Windows\SysWOW64\atiglpxx.dll, 8.14.0001.6367 (English), 4/18/2014 06:27:28, 69632 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDh264Enc32.dll, 1.00.0000.0001 (English), 4/18/2014 07:27:18, 258048 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDh264Enc64.dll, 1.00.0000.0001 (English), 4/18/2014 07:27:36, 290304 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDhwDecoder_32.dll, 1.00.0000.0001 (English), 4/18/2014 07:30:20, 196608 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDhwDecoder_64.dll, 1.00.0000.0001 (English), 4/18/2014 07:30:56, 232960 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\amf-mft-mjpeg-decoder32.dll, 1.00.0000.0002 (English), 4/18/2014 07:27:10, 2150400 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\amf-mft-mjpeg-decoder64.dll, 1.00.0000.0002 (English), 4/18/2014 07:27:52, 2192384 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\mcl32.dll, 1.04.0000.0000 (English), 9/24/2013 00:49:02, 49152 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\mcl64.dll, 1.04.0000.0000 (English), 9/24/2013 00:49:02, 64512 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\amf-wic-jpeg-decoder32.dll, 1.01.0000.0000 (English), 4/18/2014 07:28:46, 407552 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\amf-wic-jpeg-decoder64.dll, 1.01.0000.0000 (English), 4/18/2014 07:29:02, 415232 bytes
       Driver: C:\Windows\system32\coinst_13.351.dll, 1.00.0005.0009 (English), 4/18/2014 06:39:50, 806912 bytes
         Name: Qualcomm Atheros QCA9565 802.11b/g/n WiFi Adapter
    Device ID: PCI\VEN_168C&DEV_0036&SUBSYS_217F103C&REV_01\4&367E2265&0&0014
       Driver: C:\Windows\system32\DRIVERS\athwbx.sys, 10.00.0000.0270 (English), 10/17/2013 05:46:02, 3858944 bytes
       Driver: C:\Windows\system32\drivers\vwifibus.sys, 6.03.9600.16384 (English), 8/22/2013 07:39:00, 24576 bytes
         Name: Realtek PCIE CardReader
    Device ID: PCI\VEN_10EC&DEV_5229&SUBSYS_22CD103C&REV_01\4&23C471C0&0&0013
       Driver: C:\Windows\system32\DRIVERS\RtsP2Stor.sys, 6.03.9600.29075 (English), 1/3/2014 20:08:00, 291544 bytes
       Driver: C:\Windows\SysWOW64\RsCRIcon.dll, 1.10.0000.0000 (English), 4/25/2013 22:12:12, 9889352 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1583&SUBSYS_00000000&REV_00\3&2411E6FE&0&C3
       Driver: n/a
         Name: AMD USB 3.0 eXtensible Host Controller - 0100 (Microsoft)
    Device ID: PCI\VEN_1022&DEV_7814&SUBSYS_22CD103C&REV_11\3&2411E6FE&0&80
       Driver: C:\Windows\system32\DRIVERS\UCX01000.SYS, 6.03.9600.17031 (English), 3/18/2014 05:54:38, 189784 bytes
       Driver: C:\Windows\system32\DRIVERS\USBXHCI.SYS, 6.03.9600.17031 (English), 3/18/2014 05:54:38, 325464 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1022&DEV_780D&SUBSYS_22CD103C&REV_02\3&2411E6FE&0&A2
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.03.9600.16384 (English), 8/22/2013 07:38:38, 78336 bytes
         Name: AMD PSP 1.0 Device
    Device ID: PCI\VEN_1022&DEV_1537&SUBSYS_15371022&REV_00\3&2411E6FE&0&40
       Driver: C:\Windows\system32\DRIVERS\amdpsp.sys, 1.18.0000.0000 (English), 2/24/2014 20:45:56, 230088 bytes
       Driver: C:\Windows\system32\DRIVERS\amdkmcsp.sys, 1.18.0000.0000 (English), 2/24/2014 20:45:34, 85704 bytes
       Driver: C:\Windows\system32\amdumcsp.dll, 1.18.0000.0000 (English), 2/24/2014 20:37:10, 77824 bytes
       Driver: C:\Windows\SysWOW64\amdumcsp.dll, 1.18.0000.0000 (English), 2/24/2014 20:36:52, 59392 bytes
       Driver: C:\Windows\system32\t-base_client_api.dll, 1.18.0000.0000 (English), 2/24/2014 20:32:30, 16384 bytes
       Driver: C:\Windows\SysWOW64\t-base_client_api.dll, 1.18.0000.0000 (English), 2/24/2014 20:32:22, 12288 bytes
       Driver: C:\Windows\system32\tbaseregistry64.dll, 1.18.0000.0000 (English), 2/24/2014 20:32:00, 120320 bytes
       Driver: C:\Windows\SysWOW64\tbaseregistry32.dll, 1.18.0000.0000 (English), 2/24/2014 20:31:38, 99840 bytes
       Driver: C:\Windows\SysWOW64\tbaseprovisioning.exe, 1.00.0000.0000 (English), 2/24/2014 20:30:12, 51712 bytes
       Driver: C:\Windows\SysWOW64\tbaseprovisioning.exe.config, 2/24/2014 20:30:12, 2473 bytes
       Driver: C:\Windows\SysWOW64\rootpacommon.dll, 1.12.0000.0000 (English), 2/24/2014 20:30:14, 2952704 bytes
       Driver: C:\Windows\SysWOW64\07010000000000000000000000000000.tlbin, 2/24/2014 20:30:12, 21007 bytes
       Driver: C:\Windows\system32\WdfCoInstaller01011.dll, 1.11.9200.16384 (English), 2/24/2014 20:29:32, 1795952 bytes
       Driver: C:\Windows\system32\pspcoins.dll, 1.00.0005.0009 (English), 2/24/2014 20:29:32, 96256 bytes
         Name: Realtek PCIe FE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8136&SUBSYS_22CD103C&REV_07\4&D9D0903&0&0015
       Driver: C:\Windows\system32\DRIVERS\Rt630x64.sys, 8.24.1218.2013 (English), 12/18/2013 15:35:22, 839896 bytes
       Driver: C:\Windows\system32\RtNicProp64.dll, 1.02.0000.0006 (English), 12/18/2013 15:35:22, 73800 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1581&SUBSYS_00000000&REV_00\3&2411E6FE&0&C1
       Driver: n/a
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.03.9600.16384
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.03.9600.16384
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.03.9600.16384
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.03.9600.16384
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.03.9600.16384
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.03.9600.16384
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.03.9600.17031
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.03.9600.16384
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.03.9600.16384
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.9600.16384
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.9600.16384
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.9600.16384
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.9600.16384
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.9600.16384
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.9600.16384
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9600.16476
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.9600.16384
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.9600.16384
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.9600.16384
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.9600.16384
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.9600.16384
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.9600.16384
    ATI MPEG File Writer,0x00200000,1,0,atimpenc64.dll,13.30.0000.40417
    AMD Video Decoder,0x00200000,1,2,atimpenc64.dll,13.30.0000.40417
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.9600.16384
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.9600.16384
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.9600.16384
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.9600.16384
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.9600.16384
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.9600.16384
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.9600.16384
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.9600.16384
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,12.00.9600.16384
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc64.dll,13.30.0000.40417
    AMD MJPEG Decoder,0x00200000,1,1,atimpenc64.dll,13.30.0000.40417
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.9600.16384
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.9600.16384
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.9600.16384
    Line 21 Decoder,0x00600000,1,1,,
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.9600.16384
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.9600.16384
    AMD Video Encoder,0x00200000,1,1,atimpenc64.dll,13.30.0000.40417
    ATI MPEG Multiplexer,0x00200000,2,1,atimpenc64.dll,13.30.0000.40417
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.9600.16384
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.9600.16384
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.03.9600.16384
    File writer,0x00200000,1,0,qcap.dll,6.06.9600.16384
    AMD Video Scaler Filter,0x00200000,1,1,atimpenc64.dll,13.30.0000.40417
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.9600.16384
    Overlay Mixer2,0x00200000,1,1,,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.9600.16384
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.9600.16384
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.9600.16384
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.9600.16384
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.9600.17200
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.9600.17200
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.9600.16384
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.03.9600.16384
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.9600.16384
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.9600.16384
    Overlay Mixer,0x00200000,0,0,,
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.9600.16384
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.9600.16384
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.9600.16384
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.9600.16384
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.9600.16384
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.9600.16384
    AMD Video Rotation Filter,0x00200000,1,1,atimpenc64.dll,13.30.0000.40417
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,12.00.9477.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.9600.16384
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.9600.16384
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.9600.16384
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.9600.16384
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.9600.16384
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.9600.16384
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.03.9600.16384
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.9600.16384
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.9600.16384
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.03.9600.16384
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.03.9600.16384
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.03.9600.16384
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.9600.16384
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.9600.16384
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.03.9600.16384
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.03.9600.16384
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc64.dll,13.30.0000.40417
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.9600.16384
    PCM,0x00200000,1,1,quartz.dll,6.06.9600.16384
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.9600.16384
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.9600.16384
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.9600.16384
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.9600.16384
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.9600.16384
    Audio Capture Sources:
    Microphone (Realtek High Definition Audio),0x00200000,0,0,qcap.dll,6.06.9600.16384
    Stereo Mix (Realtek High Definition Audio),0x00200000,0,0,qcap.dll,6.06.9600.16384
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.9600.16384
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.9600.16384
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.9600.16384
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.9600.16384
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.9600.16384
    WDM Streaming Capture Devices:
    Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    Mic in at front panel (black),0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    CyberLink Webcam Splitter,0x00200000,0,1,ksproxy.ax,6.03.9600.16384
    HP Truevision HD,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9600.16384
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9600.16384
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9600.16384
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9600.16384
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.9600.16384
    Video Capture Sources:
    CyberLink Webcam Splitter,0x00200000,0,1,ksproxy.ax,6.03.9600.16384
    HP Truevision HD,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.9600.16384
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.9600.16384
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.9600.16384
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.9600.16384
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.9600.16384
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.9600.16384
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.9600.16384
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    Audio Renderers:
    Speaker/HP (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.9600.16384
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.9600.16384
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.9600.16384
    DirectSound: Speaker/HP (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.9600.16384
    Preferred DirectShow Filters
    [HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]
    <media subtype GUID>, [<filter friendly name>, ]<filter CLSID>
    MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    {64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
    {78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    {64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject
    MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
    MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
    MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
    MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
    {64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    {44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    {6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
    MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
    MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    {20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    {58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
    {5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    {7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    Media Foundation Transforms
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]
    <category>:
      <transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>
    Video Decoders:
      AMD D3D11 Hardware MFT Playback Decoder, {17796AEB-0F66-4663-B8FB-99CBEE0224CE}, 0x4, 8, AMDhwDecoder_64.dll, 1.00.0000.0001
      AMD MFT MJPEG Decoder, {687CBC51-25DA-4FFC-A678-1E64943285A7}, 0x4, 8, amf-mft-mjpeg-decoder64.dll, 1.00.0000.0002
      Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 12.00.9600.16476
      DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 6.03.9600.16384
      Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 6.03.9600.16384
      Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 12.00.9600.16476
      WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 6.03.9600.16384
      WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 6.03.9600.17031
      MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 6.03.9600.16384
      Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 6.03.9600.16384
      Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 6.03.9600.16384
    Video Encoders:
      AMD H.264 Hardware MFT Encoder, {ADC9BC80-0F41-46C6-AB75-D693D793597D}, 0x4, 8, AMDh264Enc64.dll, 1.00.0000.0001
      H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 6.03.9600.16384
      WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 6.03.9600.16384
      WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 6.03.9600.16384
      Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 12.00.9600.16384
    Video Effects:
      Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 6.03.9600.16384
      Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 6.03.9600.16384
      VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 6.03.9600.16384
      Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 6.03.9600.16384
      Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 6.03.9600.16384
    Video Processor:
      Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 12.00.9600.17031
    Audio Decoders:
      Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, MSAudDecMFT.dll, 6.03.9600.16384
      WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 6.03.9600.16384
      Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 6.03.9600.16384
      A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}, 0x1, mfcore.dll, 12.00.9600.17031
      GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 12.00.9600.17031
      WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 6.03.9600.16384
      Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 6.03.9600.16384
      WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 6.03.9600.16384
      G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 1

    Please try disabling Hardware Acceleration in Internet Explorer:
    How to enable or disable software rendering in Internet Explorer 9
    If that doesn't work, please try Google Chrome.  You can disable Hardware Acceleration in Chrome from the menu icon > settings > advanced > system > use hardware acceleration when available.

  • AMD Radeon HD 8670M won't show in dxdiag (HP Pavilion 14)

    Hello,
    I just bought HP Pavilion 14 N037-TX
    Intel‎‎ Core‎‎ i5-4200U 1.6GHZ
    ‎4 GB DDR3 RAM
    AMD Radeon HD 8670M 2GB DDR3
    The notebook already had Ubuntu (uninstalled now) and then I installed Windows 8.1 64 Bit.
    I installed the necessary drivers from http://h10025.www1.hp.com/ewfrf/wc/softwareCategor​y?os=4158&lc=en&cc=id&dlc=en&sw_lang=&product=5448​...
    However, the driver for AMD Radeon didn't work, http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-126598-1&cc=id&dlc=en&lc=en​...
    The installer failed to install AMD Catalyst Control Center and it says "Application Install: install package failure!"
    And then I took a look the installation log, it said the installer only install the OEM but not the Catalyst Control. I keep looping install-uninstall the driver but it's always gave the same result.
    I already tried some driver from AMD, this one: http://support.amd.com/en-us/kb-articles/Pages/lat​est-catalyst-windows-beta.aspx
    and then this one: http://www.driverscape.com/download/amd-radeon-hd-​8760
    and this one too: http://www.amd-drivers.com/download-RadeonHD8760-g​raphics-driver-for-Windows8-64bit.html
    and now I am using this one: http://support.amd.com/en-us/download by detecting my OS and automatically install the best driver according to AMD, it has 'Mobility' on it's name.
    The problem is, those drivers was succesfully installed the Radeon on Device Manager, but not in dxdiag. The dxdiag still shows that I am using the Intel HD Graphic instead the AMD Radeon 8670M. The catalyst control center won't let me see what GPU is used for power savings and high-performance mode. The dxdiag keep on showing the Intel HD Hraphic whether my notebook is plugged-in to power source or on battery, the Switchable Graphics just did not work as expected.
    I already look for an answer in so many forums with similar problem, but the problem still persist.
    I am sorry for my bad English, hope you guys can help me, thanks in advance.

    Here install the driver from device manager (if you don't know how search it up,remember to check uninstall software driver too)
    http://ftp.hp.com/pub/softpaq/sp62501-63000/sp6266​4.exe
    Sorry because of different timezone I might not be able to help/reply you right away.IF that happens I deeply apologize!
    **Click the White thumb if you like the answer.**
    **Please mark Accept As Solution if it solves your problem and only solves your problem, if you have any more questions please ask, this also helps others to solve related issues.**
    Feel yourself like home here, we are all happy to help, if you have an question reply or start a topic or pm me or an expert.

Maybe you are looking for

  • Resource standard rate is not aligned in PWA resource center view

    Hello everyone, I'm encountering an issue on the alignment of the rate display in Project Server Resource Center: As you can see the rate reflected in the resource center is not the one which should be based on what we see in MS Project. the rate is

  • Keychain Not working with any Apps

    I installed 10.5. I am so mad I can see straight. None of my passwords go to the Keychain, (and Yes, I upgraded to the the Keychain.pkg) I have tried everything in the help file. Nothing helps. I have a bunch of sites in my ftp program Fetch, (now up

  • Video not loading

    Apologies in advance for the noob question.  I have a flash movie which should play a trailer when the trailer button is hit. http://officeofthedead.net/ unfortunately, nothing happens.  when i preview the flash movie locally on my computer, it works

  • How to customize the page

    hi my mozila firefox page was too big to view for some sites iam not getting the scroll bar also so pls suggest me how to decrease the size of the screen pls

  • No Web server maintained for the presentation of log. system

    Hi Banu/All, I got the following error message while executing jump target to R/3 Transaction ME2N. <i>Messages: No Web server maintained for the presentation of log. system DDVR3110 Jump target cannot be executed An error occurred with the report to