HD RADEON 5450 Freezing issue while playing games

Page 1 of 3 123 LastLast

  1. Posts : 9
    64 bit
       #1

    HD RADEON 5450 Freezing issue while playing games


    My Radeon freezing while playing games often turning my monitor off and repeat the last sound that was made

    My specs are

    Processor AMD FX(tm)-4100 Quad-Core Processor, 3600 Mhz, 2 Core(s), 4 Logical Processor(s)

    Motherboard: GA-m68mt-s2

    8Gigs of ddr3

    Psu: 550W ACE Power Supply

    Graphics: HD RADEON 5450 1 GIG


    Help would be appreciated ty =)
      My Computer


  2. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #2

    freezing is a form of crash.

    Go to the Crash and BSOD forum section. Post their following their instructions:
    https://www.sevenforums.com/crashes-d...tructions.html
      My Computer


  3. Posts : 51,474
    Windows 11 Workstation x64
       #3

    Not a bsod issue so moved to the graphics card section.
      My Computers


  4. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #4

    a freeze is a crash.
      My Computer


  5. Posts : 51,474
    Windows 11 Workstation x64
       #5

    No it's a freeze
      My Computers


  6. Posts : 9
    64 bit
    Thread Starter
       #6

    so what am i doing?
      My Computer


  7. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #7

    Update your SevenForums System Specs
    User CP (located on the top menu bar) |
    Your Profile | Edit System Spec
    (left-hand column)

    To gather info, use Speccy (my favorite) or SIW or System Info

    In the System Manufacturer Block, enter:
    Ř Manufacturer and Model OR Custom build.
    Ř ADD the word laptop, desktop, netbook or tablet.
    For example:
    Toshiba Satellite L305D notebook.

    Provide full windows version info, for example:
    MS Windows 7 Ultimate SP1 64-bit

    Use the “Other Info” block for Optical Reader,
    Mouse, touchpad, wifi adapter, speakers, monitor, etc

    Scroll down and click on SAVE CHANGES.

    With Speccy, you can select with your mouse/touchpad info from the display
    and paste that info into your specs.

    SIW is a marvelous program, but the free version does not offer
    this capability.

    ============================================
    ============================================

    Submit following:
    Install CCleaner:
    CCleaner - PC Optimization and Cleaning - Free Download

    list of STARTUP PROGRAMS

    CCleaner | Tools
    icon | Startup button | Windows tab |
    click on Save to text file button (bottom right side) |
    accept Startup.txt as file name | SAVE button

    list of SCHEDULED TASKS

    CCleaner | Tools
    icon | Startup button | Scheduled Tasks tab |
    click on Save to text file button (bottom right side) |
    enter Scheduled Tasks as File name | Save button

    List of INSTALLED PROGRAMS

    CCleaner | Tools
    icon | Uninstall button |
    click on Save to text file button (bottom right side) |
    accept install.txt as File name | Save button


    UPLOAD, as an attachment, the startup.txt file
    UPLOAD, as an attachment, the Scheduled Tasks.txt file
    UPLOAD, as an attachment, the install.txt file.

    HOW TO UPLOAD
    Post a File or Screenshot in Seven Forums
      My Computer


  8. Posts : 9
    64 bit
    Thread Starter
       #8

    Thanks for the feedback
      My Computer


  9. Posts : 9
    64 bit
    Thread Starter
       #9

    OK
    Heres the things you asked for
    HD RADEON 5450 Freezing issue while playing games Attached Files
      My Computer


  10. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #10

    Attach the Basics.txt file that this script puts on your desktop.

    # STEP 1 ** RUN POWERSHELL AS ADMINISTRATOR
    WIN key | type POWERSHELL | do NOT hit ENTER |
    in the PROGRAMS list, right-click on WINDOWS POWERSHELL |
    choose "Run as administrator" |
    Click on the YES button (if such appears)

    # STEP 2 ** COPY AND PASTE
    COPY the script using CTRL+C,
    PASTE into Powershell
    ---Right-Click at the PowerShell Prompt
    ---(Ctrl+V does not work)

    WIN key = key with Microsoft logo on top
    Script:
    # ***********************************************************************
    # Places Basics.txt on your desktop
    # Basics.txt contains info about your system
    # ***********************************************************************
    $obj = new-object -typename PSobject
    $os 
    gwmi win32_operatingsystem
    $cs   
    gwmi Win32_ComputerSystem
    $CSprod  
    gwmi Win32_ComputerSystemProduct
    $bios 
    gwmi win32_bios
    $bb 
    gwmi win32_baseboard 
    $cpu 
    = @(gwmi win32_processor


    $obj 
     
    add-member -membertype noteproperty -name "MAIN" -value ("") -passthru |
     
    add-member -membertype noteproperty -name "Operating System" -value ($os.caption " " $os.csdversion " " $os.osarchitecture) -passthru |
     
    add-member -membertype noteproperty -name "Computer Manufacturer,model, version, system type" -value ($cs.manufacturer " || " $cs.model " || " $csprod.version " || " $cs.systemtype) -passthru |
     
    add-member -membertype noteproperty -name "BIOS Version, date, name" -value ($bios.smbiosbiosversion "||" $bios.converttodatetime($bios.releasedate) + "||" $bios.name) -passthru |
     
    add-member -membertype noteproperty -name "Motherboard Manufacturer, Product" -value ($bb.manufacturer " " $bb.product
    $cnt $cpu.count
    for ($ndx=1$ndx -le $cnt$ndx++) {
      
    $o $cpu[$ndx -1]
      
    $tmp "{0:N3}" -($o.maxclockspeed 1000)
      
    $obj add-member -membertype noteproperty -name ("Processor " $ndx "--Description, Manufacturer, Max Speed") -value ($o.Name " || " $o.manufacturer " || " $tmp " GB"
    }

    $obj $env:userprofile\desktop\Basics.txt

    EXIT
    EXIT 
      My Computer


 
Page 1 of 3 123 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 00:29.
Find Us