Problem with video drivers

Hello! I have HP Pavilion dv7-4280us. I buy Windows 8 pro 64 bit and install on an empty partition.  On the HP website there is no drivers for windows 8. The latest drivers for windows 7 64-bit is not, because ati catalist not see video card.

I downloaded the drivers and amd.com installed successfully. But graphic switchible does not.

Is there a newer driver for laptop specified to win 8?

Sorry my English

Hey Eset74,

Currently the cell to which you refer is not yet supported by Windows 8.

I want naked with them while they test the laptop if they are.

You guys can go here http://goo.gl/85swp and see if they test you for 8 books.

So far, you have to wait that the drivers and the setting is available.

In addition, this might answer some of your questions. http://goo.GL/mQpfQ

THX

Tags: Notebooks

Similar Questions

  • HP Pavilion dv6 3110ez: problem with video drivers

    Best regards to all,
    Can someone post a links to drivers for these graphics cards with switchable?
    I tried different drivers, and it does not work on Windows 8 Pro x 64
    and Windows 8.1 Pro x 64.

    The laptop is HP Pavilion Dv6 3110ez.

    Manufacturer: Hewlett-Packard
    Model: HP Pavilion dv6 Notebook PC
    BIOS: Default system BIOS

    Processor: Intel (r) Core i5 CPU M 460 @ 2.53 GHz (4 CPUs), ~2.5GHz
    Memory: RAM 6144MB

    **********************************************************
    It's the code of the ATI Mobility Radeon HD 5000 Series:
    ------------------------------------------------------
    Hardware ID:
    PCI\VEN_1002 & DEV_68E0 & SUBSYS_144A103C & REV_00
    PCI\VEN_1002 & DEV_68E0 & SUBSYS_144A103C
    PCI\VEN_1002 & DEV_68E0 & CC_030000
    PCI\VEN_1002 & DEV_68E0 & CC_0300

    Compatible IDs:
    PCI\VEN_1002 & DEV_68E0 & REV_00
    PCI\VEN_1002 & DEV_68E0
    PCI\VEN_1002 & CC_030000
    PCI\VEN_1002 & CC_0300
    PCI\VEN_1002
    PCI\CC_030000
    PCI\CC_0300
    **********************************************************
    **********************************************************
    It's the code of the integrated graphics card (Intel):
    --------------------------------------------------
    Hardware ID:
    PCI\VEN_8086 & DEV_0046 & SUBSYS_144A103C & REV_02
    PCI\VEN_8086 & DEV_0046 & SUBSYS_144A103C
    PCI\VEN_8086 & DEV_0046 & CC_030000
    PCI\VEN_8086 & DEV_0046 & CC_0300

    Compatible IDs:
    PCI\VEN_8086 & DEV_0046 & REV_02
    PCI\VEN_8086 & DEV_0046
    PCI VEN_8086 & CC_030000
    PCI\VEN_8086 & CC_0300
    PCI\VEN_8086
    PCI\CC_030000
    PCI\CC_0300

    **********************************************************
    **********************************************************

    I solved this problem with the drivers of AMD.  As there'are the drivers of this model of graphics card just for Windows 7 and not later versions of Windows, I just installed this driver in compatibility mode. All drivers for Windows 7 can be downloaded by following this link. Concerning

  • HP Pavilion 21-h000 Touch All: problem with video drivers

    I noticed that my computer has been doing my appeare slow and jerky video. A window will open as soon as I open it showing as in Windows Movie Maker:

    "If you experience slow performance using Movie Maker, you may need to install a driver for your video card or update your current."

    It also seems that my computer (like the Sims 3 and 4) games really plays slow and jerky as well. How can I fix it?

    My computer is a: HP Pavilion 21-h000 touchscreen all-in-one desktop PC series.  I don't know what year it was made. My husband bought in 2014.

    Hello:

    You would need this W10 graphics driver for your model...

    This package provides the AMD Radeon HD graphics card for the supported desktop models that are running a supported operating system.

    File name: sp72946.exe

  • Laptop G62-a50EV: problem with GPU drivers! :/

    Hey guys,.

    I currently installed windows 8.1 x 64 OS on a laptop OS from windows 7 to the previous address. Problem is that none of my cards (AMD/ATI Radeon HD5470 & Intel HD graphics card) are properly recognized by the system. Whenever I try to install AMD external links and no HP drivers, nothing happens... It goes the same for Intel drivers. Whenever I have install the drivers from the HP official site... AMD catalyst center works but gpu itself does not react as stays in 1024 x 768 and League of Legends game drops to 4 frames per second (I use it asa pointer of the problem). As for when I try to install the driver of HP Intel... then I get the black screen on reboot blue screen that prompts me to either reboot the machine again or try to fix the problem as a user advanced... I hope I did a system restore point that I knew that this can happen! Any suggestions?

    P.S tried 4 times still the same result with driver intel. In regards to the AMD hope is lost... I even do not have a valid driver not always by AMD for the current gpu...

    Hi there @Johnianos

    Welcome to the Forums of HP Support! It's a good place to find the help you need, so many other users, the HP experts and other members of the support staff.

    I understand that you are having problems with video drivers after installing Windows 8.1 on your laptop. I'm happy to help you with this. After doing some research, it seems that the Windows 8.1 is not an operating system that is supported for this laptop. Custom HP drivers are only available for the Windows 7 operating system.

    Please see what follows, for some guidance.  Products HP - what happens if I do not see my operating system?

  • Problem with video player

    Hi experts,

    I'm under 2 problems with video player in my application:

    1. the backlight turns off automatically after 30 seconds by default during playback of a video file.

    2. impossible to adjust the volume, he always plays with the highest volume.

    When I try to play the video by media player integrated BB Bold, the volume is adjustable and the backlight is on during the display of the video. Is it possible to do the same thing in my application?

    Thanks in advance,

    Kind regards

    Binh Nguyen

    -For the first problem, you will need to set the backlight to yourself in the code, something like:

    If ((Display.getProperties () & Display.DISPLAY_PROPERTY_REQUIRES_BACKLIGHT)! = 0)
    {
    Backlight.Enable (true, 20);
    }

    Be careful about the number of seconds that you pass to the enable(). They are tp limited 255 seconds even if you spend a lot. This means that if your video is longer than 255 seconds, you must call the activate more than once. I usually call it the timer as well as check the status

    -For volume control, the player does not meet the default control buttons. You need to implement it in your code.

    Set the class of player that you use to implement the method as follows:

      protected boolean keyControl(char c,int status,int time)
        {
            if(c == Characters.CONTROL_VOLUME_UP)
            {
                //IncreaseVolume;
            }
            else if(c == Characters.CONTROL_VOLUME_DOWN)
            {
                //decreaseVolume();
            }
            return super.keyControl(c,status,time);
        }
    

    Where the increseVolume is something like:

    If (_Kit! = null) //_vc = player VolumeControl
    {
    _vc.setLevel (volumeLevel);
    }

    Rab

  • Problem with video

    Hello

    When I make a video call, my friends can not see me. I see them very well and I also see myself in my small screen, but my friends on the other side cannot see me on video.

    Any idea what is wrong please?

    Yours,

    Franck

    The issue is probably with the installation of your friends. Make sure that you are on the same version of Skype, http://www.skype.com/go/getskype

    Also, make sure that your friends computer is updated OS wise, and wise in this case video drivers could be a problem, so update their first would be a good starting point for driver:

    If your friend is on Windows 7 or below, be sure to update Flash and Internet explorer as well:

    https://fpdownload.Macromedia.com/pub/flashplayer/latest/Help/Install_flash_player_ax.exe

    If your friend has recently installed Windows 10, it must update all hardware, including drivers from the chipset drivers.

  • Problem with graphics drivers nvidia

    Hello. I recently had some problems with my graphics card. One day when I booted up my laptop, I had a strange bsod pointing out the error nvddlmkm.sys. I didn't know what she was related to, so I started in safe mode with network and searched the net for it and found out it was a nvidia file. So I decided to uninstall my drivers and see if its gona work. Windows start to success and it s own drivers (driver vga) standard. I downloaded the latest nvidia driver of they re web site and installed and got the same error. I tried it uninstall in safe mode and removing with driver Sweeper, but who also had no effect. So I decided to download the drivers of my manufacturers Web site. Ive installed them and after the reboot and the windows load bar that a black screen appeared. The laptop was still on, but the screen was black. Ive waited nearly 10 minutes, but nothing happened. After removing the recently installed driver my laptop booted up normally. I don't know what are the causes of the problem, I even made a new installation of windows, but nothing helped. I hope you can solve my problem. The problem started occurring when I had some problems with my pc and had to reinstall windows. I've done everything corectly installed the most recent drivers etc.etc... It worked fine until. Thanks in advance

    Is that your graphics card does not support the game without name or the video chip on the motherboard has failed. Contact HP technical support for the latter. MS - MVP - Elephant Boy computers - don't panic!

  • HP 250 G3 - J4T62EA: problem with video card

    Hi, today I bought a Free back of HP 250 G3 - J4T62EA version. I installed Windows 7 64 bit and the drivers located on the HP website. I am facing a problem with my video card in the video display. In the video window, in any program, top of the video seems to move at a different speed, resulting an image of scrumbled. Is it a software or a hardware problem? The id of the map is:

    PCI\VEN_8086 & DEV_0A16 & SUBSYS_2211103C & REV_0B
    PCI\VEN_8086 & DEV_0A16 & SUBSYS_2211103C
    PCI\VEN_8086 & DEV_0A16 & CC_030000
    PCI\VEN_8086 & DEV_0A16 & CC_0300

    Fingers crossed for a solution )

    After you have installed windows 8.1 all does work smoothly, no problems at all!

  • Portege R700 - problems with video playback with resolution more 360 p

    I have this problem of video playback on the first day. While for example on YouTube, video resolution than 360 freeze while the sound is ok.

    I contacted Toshiba whereby I had a linke for the bios and latest drivers. After the upgrade question persists. Sometimes I get a green screen by watching the video flash as well. I guess it's a hardware graphics card problem. Any ideas? Thank you! (Portege R700 19 L, win7 pro 64)

    Do you have this problem in full-screen-only mode or in full and normal mode?

  • Problem with video calling

    Dear community of Skype,

    These days, I have a weird problem with my Skype. I want to use the video calling option but my video is all messed up. So you can see what is my problem, I have included a screenshot. In the screenshot its my webcam that mess, but when I call a friend its their video that looks like this. I have no idea how to solve this probem and hope you can help. I reinstalled Skype already and installed the latest version but the problem remains. I also tested my webcam with different chat like Facebook video chat programs, but there is no problem.

    I hope that my problem will be solved because I really like using Skype!

    PS I apologize for some grammar mistakes. English is not my native language

    What is the name/model of your version of map and graphics driver?

    If your graphics card is nVidia, then see this:

    http://community.Skype.com/T5/video-on-Windows/video-reception-not-right/m-p/1447456#M11141

    http://community.Skype.com/T5/Windows-desktop-client/webcam-problem/m-p/1515620/highlight/true#M1289...

  • NOTEBOOK HP 14-am001nk: problem with the drivers for my computer

    Hi, please I have a problem with my laptop HP 14-am001nk, I just bought it with freedos and I installed windows 7, but I really it can't find the drivers anywhere, can you help me on this please? I don't know which material it contains everything I have as information is as follows:

    [personal information]

    PRODUCT NO.: W8Z62EA #BH4

    Thank you

    HP website is having some problems right now. None of us is able to access, manual drivers, etc. for many models. Give it 24 hours and it should be fixed. There is a page of support for your model here, but right now very little on this subject:

    http://support.HP.com/us-en/product/HP-14-notebook-PC-series/10862182/model/12153623/drivers

  • Satellite U400-PSU44E - problem with XP drivers

    Hello
    I have the Satellite U400-PSU44E. It was the Vista Home Premium pre-installed spirit, but I had to install XP Pro.
    Under XP I have problem with installing the drivers. If I try to install driver sound I get info that the media is not found, even with the modem driver. I tried to install the electricity utility of Eve - in the last step of the installation, I get an error, and this error ia´m getting always ia´m try to uninstall this version adding utility / Removo programs.
    HARD drive protection utility I also install the Cana´t - I Dona´t don't know if this feature is supported in my Toshiba, but if this pilot is being Satellite U400 PSU44E I think it should be.
    ChipSet drivers and BIOS I installed as the first.
    I downloaded only the drivers from the web site of Toshiba (ce.computers.toshiba...) for win XP.

    Any suggestions?
    Please, please, help me!

    PS: is there some suggested order of installing the drivers for this model?

    Post edited by: helpfinder

    null

    Hello

    I n t have U400 cannot say much about it, but if you want to have good facilities order here it is:

    1 Windows XP Service Pack2 (RTM)
    2 Service Pack2 (RTM) VALUEADD folder
    3 SUPPORT Service Pack2 (RTM) folder
    Microsoft Internet Explorer V6.0 (SP2) 4
    DirectX V9.0c 5 (SP2)
    Windows Media Player 10 V10.00.00.4036 6
    7 Windows Movie Maker V2.1.4026.0
    Module 8 SLP OEMSLP2.0 (523759)
    9 Microsoft .NET Framework V1.1.4322 (SR1) V1.1
    10 Microsoft .NET Framework V2.0 V2.0.50727.42
    11 Sun Java 2 Runtime Environment V1.6.0_03
    Module of Chipset Intel (r) 12 V8.3.0.1014
    13 Intel iMSM Driver V7.8.0.1012
    14 Intel Crestline-GM / UMA Driver V6.14.10.4096
    or
    14 AMD M82XT /M86 Driver 8.452.2 - 080130 a-059240C
    15 Conexant CX20561 Audio Driver V3.47.1.0
    16 Marvell 8040/8055 LAN Driver V10.51.3.3
    17 Synaptics Touch Pad Driver V10.1.7.0
    18 Alps Touch Pad Driver V6.0.305.11.1
    19 V7.70.00.00 Conexant Modem driver
    20 modem region Select utility V2.2.3.2 (RST223MAC02)
    21 Golan/Kedron Intel Wireless LAN Driver V11.5.0.32 for XP with cat
    22 Intel Proset utility for XP V11.5.0.0.3
    23 Atheros Wireless LAN Driver V7.4.2.75
    24 Atheros Client Utility V7.0.1.70
    25 Realtek RTL8187B Wireless LAN Driver V5.1116.1226.2007
    Camera Chicony 26 V6.2.238.1217 software
    Bluetooth Stack for Windows by Toshiba V6.10.02T 27
    28 TOSHIBA SD Memory utilities V1.8.1.1
    29 Authentec AES1610 Fingerprint Utility
    Toshiba TrueAcess Manager Suite V7.9.0.4 (20080229)
    V2.00.01.00
    30 TOSHIBA ConfigFree V5.90.08
    31 TOSHIBA help V1.03.00 upd4
    32 TOSHIBA Speech System V1.00.2514
    33 CD/DVD Drive Acoustic Silencer V1.00.008
    34 Toshiba HDD Protection V2.0.2.3
    PC Diagnostic TOSHIBA 35 tool v3.2.6:
    36 TOSHIBA Touch ED V3.0.1.0
    TOSHIBA Hotkey Utility V3.0.1.0 37
    V3.0.1.0 utility TOSHIBA 38
    39 TOSHIBA Control Utility V3.0.1.0
    40 Toshiba Power Saver V7.04.02.Q
    41 Toshiba zooming Utility (smooth view) V2.0.0.24c

    Install all the necessary stuff following this order of installations.

    Please send comments.
    Good luck!

  • Problem with video calling on Android...

    Everything works fine but the video call is very dark on my android 4.1.2. Either way, my front cam is 1.3 mega pixels, but the same problem with my camera back which is 8.0 Mega Pixels... but when I open my camera its light show app. In this way I hate this... Please solve the problem of video calling...

    qa60
    Check your internet connection or check your microphone or try again with handfree...

  • Problems with installing drivers

    I have the Bluetake BT007EX bluetooth usb adapter. Pilots who placed on CD is "Toshiba Blutake Stack. I try to upgrade to a newer version in http://aps.toshiba-tro.de/bluetooth/directlink.php?snr=2 version 4.00.36. After the message "Insert the Bluetooth device and click OK" nothing happenes and I wait 10 minutes...
    Device Instance Id VID_0A12 & PID001 and I can not find in the folder with the new drivers inf file containing this Instance ID of device.
    Help me please.

    Usually, if you have no product problem with Toshiba, you check the support page because they have enough experience with own products. In any case, install the USB first and if you are sure that the device is listed in Device Manager and State indicates that this unit can be used, install the BT stack. My friends has produced similar Belkin and it configured on Satellite M40 on this path.

    Have you activated the BT device before installing?

  • Problem with video card satellite A500-1GH (I think...)

    Hello

    I'm having a problem with my A500-1GH. Randomly the screen goes black and then recovers by showing a message "display driver stopped responding and was retrieved successfully." My graphics card is Nvidia GeForce 330. I read many things, but all reviews were old - since the beginning of the year and nobody has solved this problem then. Do you know if there is now a solution for this?

    The laptop is brand new (respectively the windows is brand new) and the drivers and bios are up-to-date.

    Thanks in advance :)

    Hello

    Yes, it is a known problem with the vga driver in this forum. Already, you said it yourself, nobody has solved this problem :( I can just recommend you try to install a vga from nvidia.com driver. In my case, I have NVIDIA Gt 230 M, driver update has solved.

Maybe you are looking for