|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Power in the Box-P4 XEON!
Join Date: May 2001
Location: Europe >Swiss
Posts: 3,014
|
Use Debug to determine VGA Adapter
For expereinced computer users it is very easy to find out the manufacturer and model of the VGA adapter - but may even then sometimes one can run into troubles to find the exact match.
This here shall be a very easy step to do this using Debug which comes with Windows and can be accessed from within Windows or from the command prompt or DOS PROMPT - the outcome will always be the same Open debug either from the Run command line (use Browse to locate it)or by typing DEBUG at the command prompt YOu will see a flashing cursor there just type in the following code and then press enter - on the right side of the screen you will see all or most the info you are looking for - entering .. Example -D C000:0 and press enter will reveal the VGA adpater installed into the computer. -d again will let you see more data - for some VGA adapters there it may be necessary to repeat this several times.. To quit DEBUG use Q and enter. To look at a full documentation use the link below.. Using DEBUG
__________________
It's not as hard to do as you may think...It's just that you try.!And I'm still trying..! The Machine: i7 920CPU @ 2.66 Hypertreading / Asus P6T / 12GB DDR3 Ram 1366 / 3 x Sata 160GB Hot Swap / 1x Sata 160GB / 2 x Sata 300 GB / Plextor DVD 800 SATA / Plextor CDRW IDE / Audigy Sound Blaster 24 Bit / ASUS Nvidia ENGT 240/ Chieftec Full Tower / PSU Chieftec 600 Watt / Win7 x64 Ultimate MAPS |
|
|
|
|
|
#2 |
|
Member (13 bit)
Join Date: Apr 1999
Location: Now in Phoenix, AZ. Where next? Only 8 states left to see.
Posts: 4,661
|
Hi folks,
Debug is a great little program that has saved my butt a number of times. However, I advise those NOT to just start punching in addresses to see what happens. With debug in inexperienced hands, one can do the following: Force a format. Trash a file allocation table. Write data to a system register that was not ment to accept data. Reprogram I/O devices. Force a cache flush. Force a cache retrain. Dump the contents of any register over existing data. Corrupt data. (actually pretty easy!) Force a system reset. Force a cold boot. Force a warm boot. In the example given with the VGA adaptor, an address was entered and was requested to be displayed. With a minor modification of the command, one could "pop" or "push" an address. Use care folks, its like experimenting with the format command.
__________________
2 goldfish were discussing Mythology. The discussion ended when a goldfish replied: "There MUST be a God, who changes the water?" |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|