More Video Game Wallpapers

Previously I had linked to some amazingly rendered video game inspired desktop wallpapers for your computer HERE. Well now DesktopGaming has a collection of more authentic video game desktop wallpapers available. Browse by size or titles and find something from a game you loved. 166 300x225 More Video Game Wallpapers Desktop Gaming for more Video Game wallpapers. Or if you missed it, visit my previous post for more video game related links.

Popularity: 1% [?]

Flowchart Guides To Computer Repair

repair flow 298x300 Flowchart Guides To Computer Repair

Flowchart for PC Repair

From Morris Rosenthal's new book: 

On his site, the charts are interactive, so clicking on a diamond jumps you to the text for each decision step.

Click the Flow Charts below for larger (readable) versions.

Network Troubleshooting

network 209x300 Flowchart Guides To Computer Repair

Network Troubleshooting

Power Supply Troubleshooting

power supply thumb 550x788 25372 209x300 Flowchart Guides To Computer Repair

Power Supply Troubleshooting

CPU, RAM and Motherboard Troubleshooting

cpu ram thumb 550x791 25374 208x300 Flowchart Guides To Computer Repair

CPU RAM and MotherBoard Troubleshooting

Hard Drive Failure

ide hard 219x300 Flowchart Guides To Computer Repair

Hard Drive Failure

CD and DVD Troubleshooting

ide cd thumb 550x774 25378 212x300 Flowchart Guides To Computer Repair

CD-ROM Troubleshooting

Video Card Troubleshooting

video thumb 550x791 25380 208x300 Flowchart Guides To Computer Repair

Video Card Troubleshooting

Popularity: 10% [?]

Visual Hardware Guide

Computer hardware poster 1 7 by Sonic8401 Visual Hardware Guide

From every kind of memory to A/V input/outputs, processors, and hard drives, this guide shows in easy-to-recognize pictorial form the possible guts in your computer. [DeviantArt]

Popularity: 1% [?]

How to Re-enable DMA Mode In Windows XP

Sometimes under Windows XP there can be data problems with the computer.  These can be caused by shutting down the computer improperly, spyware/viruses, power issues, faulty hardware, etc.  When this happens repeatedly Windows XP will sometimes set your hard drive into a MUCH SLOWER data transfer mode called PIO Mode.

In order to verify that your drive works in DMA mode, or to change it to DMA mode, follow these steps.

Open the hardware setting dialog of Windows. To do this, right-click on 'My computer' and select Properties.

dma12 How to Re enable DMA Mode In Windows XP

Then, choose the 'Hardware' tab and click on 'Device Manager'.

dma22 How to Re enable DMA Mode In Windows XP

Each drive is controlled by an IDE ATA/ATAPI controller. There are probably two controllers in your computer, each with two devices.

The drive letter of each burner determines the controller and device responsible for it. The table below can be used to determine the correct controller for your drive.  NOTE: Machines may vary from the table.

Drive letter IDE ATA/ATAPI controller Device
C: Primary 0
D: Primary 1
E: Secondary 0
F: Secondary 1

Look for the 'IDE ATA/ATAPI' controllers icon and expand it by clicking on the (+) sign next to it. Select either the Primary or secondary IDE channel, which controls your burner drive, right click on it and select Properties.

dma32 How to Re enable DMA Mode In Windows XP

Go to the 'Advanced settings' tab, and the device that you want to set (Device 0 or Device 1). The example below shows that drive D: works in PIO only mode. You should modify this to 'DMA if available'  mode, to let Windows select DMA mode if it is supported by your burner (it usually is).

dma41 How to Re enable DMA Mode In Windows XP

If the transfer Mode says DMA if Available, but the current transfer mode still says PIO Only, then you have the problem.

To force Windows to re-detect the transfer mode and hopefully reset it to DMA :

Run REGEDIT. Go to the following key:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlClass{4D36E96A-E325-11CE-BFC1-08002BE10318}

It has subkeys like 0000, 0001, 0002, etc. Normally 0001 is the primary IDE channel, 0002 the secondary, but other numbers can occur under certain circumstances. You have to go through these subkeys and check the DriverDesc value until you find the proper IDE channel.

Delete MasterIdDataChecksum or SlaveIdDataChecksum, depending on whether the device in question is attached as master or slave, but it can't actually hurt to delete both. Reboot. The drive DMA capabilities will be redetected.

Open Device Manager again and check whether the device is now actually using DMA mode. If so, congratulations, you've made it (at least until the next time Windows disables DMA).

If not, refollow the previous step, but also remove:

MasterDeviceTimingMode
MasterDeviceTimingModeAllowed
UserMasterDeviceTimingModeAllowed

or

SlaveDeviceTimingMode
SlaveDeviceTimingModeAllowed
UserSlaveDeviceTimingModeAllowed

depending on which device is needed.

Reboot. The drive DMA capabilities will be redetected.Open Device Manager again and check whether the device is now actually using DMA mode.

Popularity: 2% [?]