I moved my working PC into a new case,no hardware or software changed. Something got screwed up in the move process. My MSI Nvidia NX6800 card appears to power up with fan moving & wakes up the VGA monitor, but shows nothing on screen & no beeps from mobo & harddrive is quiet. I swapped out to an older VGA card & everything appears fine. I tried re-seating the card several times & reset the bios with no luck. I verified that this version of the card has no power connector. Is my card fried or can it be a problem on the mobo? It's PCIe/SLI(single), so I can't try it in my other boards.
Cheers,
rexbo
Thanks Tom. I kept everything the same including the power, only removing the card to make the transfer. The card went back into the original SLI/PCIe slot. My only guess is that I wasn't grounded. Genenerall, being in a humid climate, I don't worry about wearing a strap, I just keep myself grounded using the case. I needed an excuse for buying a faster card, so new one is on it's way, I just hope that it's really just the card.
rexboThanks Tom.
I kept everything the same including the power, only removing the card to make the transfer. The card went back into the original SLI/PCIe slot.
My only guess is that I wasn't grounded. Genenerall, being in a humid climate, I don't worry about wearing a strap, I just keep myself grounded using the case.
I needed an excuse for buying a faster card, so new one is on it's way, I just hope that it's really just the card.
rexbo
You can't post conmments that contain an email address.
Hi Cheers
I myself had a motherboard like this, it's a great worker! I also service and repair these boards and one of the most problem is when using single RAM, put it's into the correct slot! please check the manual for this one, when moving these boards you need to take out the processor heat sink, some time if you may leave it, the board may get a hair-line crack due to heat sink leverage on the board
- If you need clarification, ask it in the comment box above.
- Better answers use proper spelling and grammar.
- Provide details, support with references or personal experience.
Tell us some more! Your answer needs to include more details to help people.You can't post answers that contain an email address.Please enter a valid email address.The email address entered is already associated to an account.Login to postPlease use English characters only.
Tip: The max point reward for answering a question is 15.
Does the HP logo show before going blank? If this is the case it is a software problem. Try booting OS from a OS CD or USB key (must be formatted as bootable with OS on it). If you don't see the HP logo whe you start the PC, then it must be a hardware issue. In this second case, if the screen has some kind of retro illunination, you may have a problem with mother board or primary HDD/partition. If the screen has no illumination and looks like pc is shut down, the problem is with the Video hardware, such as loose contact of cable going to the video.
When you turn on the Eee PC you should see the Eee PC logo. Press F2 at that time to access the Bios. NOTE: recommend not to change anything else while in bios.
Once in the bios press the right arrow button to move to the tab labeled Security. NOTE: tabs located at the very top of the screen,
On the Security tab press the down arrow button to highlight the option to change the supervisor password and follow the prompts. NOTE: to have no password leave password blank.
Once done press the right arrow button to exit and then press the down arrow button to select the option "Exit and Save Changes"
When the computer restarts it should no longer ask for password when turning it on.
When you press the Power button to start the boot process, the LED lights glow while the computer verifies that there is sufficient electrical power to activate the hardware.
Effect
& Solution: When you press the power button, the LED lights on the
computer do not glow or the LEDs blink briefly and then stop. There is
no sound of the fan or hard drive spinning, and the screen remains
blank. The computer will not start if there is insufficient battery or AC adapter power.
The BIOS queries various hardware components used for the startup boot process.
Effect
& Solution: When you press the power button, the LEDs glow but
there is no fan or hard drive sound. The LEDs may glow briefly and then
go out.
Or
The LED lights blink, stop, and then blink a
second or third time, but there is no sound from the computer and the
screen remains blank. The sequence of the blinking lights indicates a
specific error code.
Or
A series of beeping tones is heard. The sequence of beeping tones indicate a specific error code.
If
a hardware component has recently been replaced, or if the PC has been
jarred or shaken, there may be a loose connection to the memory chips
or hard drive which prevents the computer from starting.
The BIOS loads the basic input (keyboard) and output (advanced LEDs / display screen / boot drives) devices into memory.
Effect
& Solution: When you press the power button, the LEDs glow, the fan
or hard drive sounds, are heard, but then the boot process stops and a
black screen - with an error message - displays.
The boot check has detected a communication error or conflict with a hardware component that must be corrected.
The BIOS loads the Windows operating system and starts the services
that allow low-level control of all of the background operations.
Effect
& Solution: When you press the power button, the LEDs glow, the fan
or hard drive sounds, are heard, the HP or Compaq Logo displays on a
black screen, but then the boot process stops and a blue screen - with
an error message - displays.
The boot check has detected a hardware driver error or a software conflict that must be corrected.
Control is transferred to the Windows loader to initiate the display of the advanced settings in the Windows environment.
The Windows logo displays during this step.
Effect
& Solution: When you press the power button, the computer performs
all the steps in the boot process, but after the Windows Logo displays,
the moving Windows progress bar or the rotating cursor stops moving and
the boot process stops.
An error message may display on a screen with the Windows logo. In some instances, there is no specific error message.
Or
A black screen appears and the computer attempts to restart.
The Windows self-check has detected a software conflict that must be corrected.
Sometimes you can configure the sensitivity of the Mouse pad from Control Panel, Go there and look for applet MOUSE, if it is hardware issue, you can visit the website of the maker of your Laptop, and go for Support Page with Drivers, specifically issued for Mouse or Touch pad or In put. Most new Computer Systems now have Online Support which can detect the Problem of your Computer. Download the Detect Software...
Once you upgraded the Drivers for the Board. let us say ASUS, the Bios will fix and update your Hardware. Just be careful sometimes, this is irreversible, meaning cannot uninstall the Drivers for BIOS, or on Board Software.
As you say the the screen flashes whenever you move the laptop the issue might be with the internal connections. However, to isolate the issue with the software or hardware.
Restart the laptop, press F10 to enter into the BIOS screen. Then move the laptop and check if the BIOS screen flickers or not.
If the BIOS screen flickers then we can confirm that it is a hardware issue and your laptop needs to be serviced to fix this issue
OK I know how to change the logon screen saver. I have a small batch file to do it as part of our install process and it works. What I would like to do is use our university logo and have it move around the screen.
How do I have my scr file move around the screen like logon.scr ?
---blank-scr.bat--- :: Install a blank screen saver
@echo off copy /y %Z%\packages\blank.scr %WinDir%\system32
:: Change logo screenscaver from logon.scr to blank.scr reg add "HKU\.DEFAULT\Control Panel\Desktop" /v SCRNSAVE.EXE /t REG_SZ /d blank.scr /f > nul
:: Change blanking time to 60 seconds reg add "HKU\.DEFAULT\Control Panel\Desktop" /v ScreenSaveTimeOut /t REG_SZ /d 60 /f > nul ------- Thanks please keep updated.please do rate the solution positively .thank you for using fixya.
just tell bios to blank the screen on start up then go into windows and see if in the display section you can stop the compag logo from going on, and also have a blank screen for your screen saver.
Please shut down you're PC. Unplug the power cord from the PC. Remove the video card you have installed.
Once removed plug the power cord back in & start the PC. Press the delete key on the keyboard every 2 seconds untill the bios main menu loads. How to move around in the bios is shown at the bottom of each menu screen.
The Asus P4S800-MX motherboard has an onboard video card built into the motherboard. Before you can add a video card you must make a change in the bios. Go to Advanced menu.
Page 2-21 in you're manual. Change primary VGA bios to [AGP VGA Card]. Save & exit the bios. The PC will begin to restart. Press & hold the power button on you're PC until the PC shuts off. Unplug the power cord again, open the case & firmly & evenly insert you're AGP graphics card. Connect any extra power to the graphics card if required. Re-check all connections & cables before closing the case. Turn on the PC. Wait for windows to finish loading before installing you're video card software. That's it. You're card should now function. Good idea to update windows!
Turn your PC's power to off and disconnect its power cable.
Open the PC and move the graphic card to a new PCI slot connector.
Connect the power cable and turn your PC to on. Reinstall card's drivers (from the CD you get with the card).
Let us know with your resultes.
Good luck.
Thanks Tom.
I kept everything the same including the power, only removing the card to make the transfer. The card went back into the original SLI/PCIe slot.
My only guess is that I wasn't grounded. Genenerall, being in a humid climate, I don't worry about wearing a strap, I just keep myself grounded using the case.
I needed an excuse for buying a faster card, so new one is on it's way, I just hope that it's really just the card.
rexbo
×