Back to Promax Computers
Welcome, Guest. Please login or register.
10/09/2010 - 04:50 PM

Login with username, password and session length
Search:     Advanced search
Added Video Tutorials and technical information...
593 Posts in 137 Topics by 106 Members
Latest Member: rose.catherine
* Home Help Search Calendar Login Register
 1   Computers / How to's / Re: Heatsink question  on: 13/05/2010 - 06:17 AM 
Started by Phantom | Last post by KiwiXboxer
Use Arcticlean 1 & 2 and scrape off most of the thermal paste with a plastic credit or ID card... and use Que Tips with number 2 to clean the chip face to a mirror finish.

Then use Arctic Silver 5 to apply new paste. Apply with a blob in the centre of the chip and then spread evenly with your plastic id card .... do not use your fingers......

Hope this helps ... late but better than never!!!!
Cheers
Shane

 2   Computers / General Questions / Re: whats with the hype??  on: 09/10/2009 - 02:06 PM 
Started by computers suck | Last post by Dan
One can only hope!

 3   Computers / General Questions / Re: Your Computer  on: 09/10/2009 - 02:02 PM 
Started by Dan | Last post by Dan
New machine.... Again!

[motherboard] ASUS P6T Deluxe
[sound card] CREATIVE X-Fi Xtreme Audio
[memory] 12GB DDR3 Corsair 1600Mhz
[case] Coolermaster HAF
[graphics] ASUS Nvidia GTX 295
[power supply] Corsair 750W
[optical] LG DVD-RAM
[cpu] Intel Core i7 950 3.06Ghz Quad Core
[hard drive] 2x Intel Gen2 SSD 80GB (RAID 0)
[Storage Drive] 2x 1TB WD (RAID 1)

Man i7's rock!

 4   Multimedia Systems / Media PC support / NZ Freeview HD TV up and running!!  on: 14/05/2008 - 10:52 AM 
Started by Waynezy | Last post by Waynezy
HI All we have a media center in our store with powercinema 5 running freeview HD!! If you need help setting your up let me know..

 5   Multimedia Systems / How to's / Re: TV Guide for Vista  on: 10/03/2008 - 12:45 AM 
Started by Waynezy | Last post by djkxml
Hi There.
xmltvnz is no longer free.  If you want an xml updater that is free and in my option better due to the fact that it is self updating and self checking.  Things which xmltvnz does not do.  Well did not do in the FREE version.

Website: http://gbpvr.com/pmwiki/pmwiki.php/Utility/Djkxml

It was written originally for use with GBPVR and has been modified to also work with SageTV but should pretty much work with any PVR that is able to read xml files for their source.

Installation is easy and is also details on the above webpage.

And it's FREE FREE FREE.

 6   Multimedia Systems / General Questions / Media Player volume through Media Center  on: 05/03/2008 - 07:07 PM 
Started by willifam | Last post by willifam
Hi,
When playing music through the Media Center, the Media Player volume always comes up on 100 and the music is coming out distorted.  I need to open Media Player and adjust the volume down each time.  It is a real pain.    Is there a way to change the default volume so that it comes up at the correct level after a restart.
Thanks
Andrew W

 7   Computers / Technical info / Installing the Recovery Console  on: 04/03/2008 - 09:10 AM 
Started by Waynezy | Last post by Waynezy
You can install the Recovery Console on your computer to make it available in case you are unable to restart Windows. You can then select the Recovery Console option from the list of available operating systems on startup. It is wise to install the Recovery Console on important servers, and on the workstations of IT personnel. This article describes how you can install the Recovery Console to your Windows XP computer. To install the Recovery Console, you must have administrative rights on the computer.

Although you can run the Recovery console by booting directly from the Windows XP CD, it's much more convenient to set it up as a startup option on your boot menu. To run directly by booting from the CD see the "Using the Recovery Console" section later in this article.

To install the Recovery Console, perform the following steps:

Insert the Windows XP CD into the CD-ROM drive.
Click Start, and then click Run.
In the Open box, type d:\i386\winnt32.exe /cmdcons where d is the drive letter for the CD-ROM drive.
A Windows Setup Dialog Box appears, which describes the Recovery Console option. The system prompts you to confirm installation. Click Yes to start the installation procedure.
Restart the computer. The next time you start your computer, you will see a "Microsoft Windows Recovery Console" entry on the boot menu.
By the way, the time that the boot menu is displayed defaults to 30 seconds but can be changed from the "my computer" properties




--------------------------------------------------------------------------------

You can give Recovery Console access to all directories by doing this (although you generally will not need it):
This step-by-step article describes how to use Group Policy to add more power to the Recovery Console. Windows XP provides a Group Policy that lets you add power to the commands that are available in the Recovery Console. Under normal conditions, the Recovery Console imposes limits on the environment in which it operates.


Use Group Policy to Add Power to Recovery Console
If you pre-install the Recovery Console on a computer, you should use Group Policy to enhance the environment settings, adding power to the available file operations. To do so:

Click Start, click Run, type mmc in the Open box, and then click OK.
On the File menu, click Add/Remove Snap-in, and then click Add.
Click Group Policy, and then click Add.
Click Local Computer, click Finish, and then click Close to return to the Add/Remove Snap-in dialog box.
Click OK to return to the Console window.
Expand the Local Computer Policy object to Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options.
Select the Security Options object in the Console pane to display the security policies in the Details pane.
In the Details pane, double-click the Recovery Console: Allow Floppy Copy And Access To All Drives And Folders policy.
Click Enabled, and then click OK.
Quit the MMC. You can save the console in case you want to make changes.
After you have enabled this Group Policy, when you enter the Recovery Console you can change the environment settings with the set command, by using the set variable = TRUE or FALSE syntax.

NOTE: Be sure to use a space on each side of the equal sign. If you do not, the set command generates a "syntax error" error message and does not work.

The following variables define the default environment. The variables, when set to TRUE, enlarge the scope of the environment setting and have the following meanings:

AllowWildCards = TRUE Enable wildcard support for some commands (such as the del command)
AllowAllPaths = TRUE Allows access to all files and folders on the computer
AllowRemovableMedia = TRUE Allow files to be copied to removable media, such as a floppy disk
NoCopyPrompt = TRUE Do not prompt when overwriting an existing file
To see the current settings for the environment, type set without parameters at a command prompt.


 8   Computers / Technical info / Description of the Windows XP Recovery Console  on: 04/03/2008 - 09:02 AM 
Started by Waynezy | Last post by Waynezy
ATTRIB
Use the attrib command with one or more of the following parameters to change the attributes of a file or a folder:
-R
+R
-S
+S
-H
+H
-C
+C

Notes:
+ : Sets an attribute
- : Resets an attribute
R : Read-only file attribute
S : System file attribute
H : Hidden file attribute
C : Compressed file attribute

You must set or clear at least one attribute.

To view attributes, use the dir command.
BATCH
batch inputfile [outputfile]
Use this command to run commands that are specified in a text file. In the command syntax, inputfile specifies the text file that contains the list of commands to be run, and outputfile specifies the file that contains the output of the specified commands. If you do not specify an output file, the output appears on the screen.
BOOTCFG
Use this command for boot configuration and recovery. This command has the following options:
bootcfg /add
bootcfg /rebuild
bootcfg /scan
bootcfg /list
bootcfg /disableredirect
bootcfg /redirect [portbaudrate] | [useBiosSettings]
Examples:
bootcfg /redirect com1 115200
bootcfg /redirect useBiosSettings
You can use the following options:
/add : Adds a Windows installation to the boot menu list.
/rebuild : Iterates through all Windows installations so that you can specify which installations to add.
/scan : Scans all disks for Windows installations and displays the results so that you can specify which installations to add.
/default : Sets the default boot entry.
/list : Lists the entries already in the boot menu list.
/disableredirect : Disables redirection in the boot loader.
/redirect : Enables redirection in the boot loader, with the specified configuration.
CD and CHDIR
Use the cd and chdir commands to change to a different folder. For example, you can use the following commands:
Type cd .. to change to the parent folder.
Type cd drive: to display the current folder in the specified drive.
Type cd without parameters to display the current drive and folder.
The chdir command treats spaces as delimiters. Because of this, you must put quotation marks ("") around a folder name that contains a space, for example:
cd "\windows\profiles\username\programs\start menu"
The chdir command works only in the system folders of the current installation of Windows, in removable media, in the root folder of any hard disk partition, or in the local installation sources.
CHKDSK
chkdsk drive /p /r
The chkdsk command checks the specified drive and repairs or recovers the drive if the drive requires it. The command also marks any bad sectors and it recovers readable information.

You can use the following options:
/p : Does an exhaustive check of the drive and corrects any errors.
/r : Locates bad sectors and recovers readable information.


Note If you specify the /r option, the /p option is implied. When you specify the chkdsk command without arguments, the command checks the current drive with no options in effect.

When you run the chkdsk command, you must use the Autochk.exe file. CHKDSK automatically locates this file in the startup folder. If the Command Console was preinstalled, the startup folder is typically the Cmdcons folder. If CHKDSK cannot find Autochk.exe in the startup folder, CHKDSK tries to locate the Windows CD-ROM installation media. If it cannot find the installation media, CHKDSK prompts you for the location of the Autochk.exe file.
CLS
Use this command to clear the screen.
COPY
copy source destination
Use this command to copy a file. In the command syntax, source specifies the file to copy and destination specifies the folder or file name for the new file. You cannot use wildcard characters indicated by an asterisk (*), and you cannot copy a folder. If you copy a compressed file from the Windows CD-ROM, the file is automatically decompressed at the same time that it is copied.

The source of the file can be removable media, any folder in the system folders of the current Windows installation, the root of any drive, the local installation sources, or the Cmdcons folder.

If destination is unspecified, the default destination is the current folder. If the file already exists, you are prompted whether you want the copied file to overwrite the existing file. The destination cannot be removable media.
DEL and DELETE
del drive: path filename
delete drive: path filename
Use this command to delete a file. In the command syntax, drive: path filename specifies the file that you want to delete. The delete command works only in the system folders of the current Windows installation, in removable media, in the root folder of any hard disk partition, or in the local installation sources. The delete command does not accept wildcard characters.
DIR
dir drive: path filename
Use this command to display a list of files and subfolders in a folder. In the command syntax, drive: path filename specifies the drive, folder, and files to list. The dir command lists all files, including hidden and system files. Files can have the following attributes:
D : Directory
H : Hidden file
S : System file
E : Encrypted
R : Read-only file
A : Files ready for archiving
C : Compressed
P : Reparse point
The dir command works only in the system folders of the current Windows installation, in removable media, in the root folder of any hard disk partition, or in the local installation sources.
DISABLE
disable servicename
Use this command to disable a Windows system service or driver. In the command syntax, servicename specifies the name of the service or driver that you want to disable.

Use the listsvc command to display all services or drivers that are eligible to be disabled. The disable command prints the old start type of the service before resetting the start type to SERVICE_DISABLED. Record the old start type if you must enable the service again.

The disable command displays the following start_type values:
SERVICE_DISABLED
SERVICE_BOOT_START
SERVICE_SYSTEM_START
SERVICE_AUTO_START
SERVICE_DEMAND_START

DISKPART
diskpart /add /delete device_name drive_name partition_name size
Use this command to manage the partitions on your hard disk volumes. You can use the following options:
/add : Creates a new partition.
/delete : Deletes an existing partition.
device_name : The name of the device that is used to create a new partition.
drive_name : A drive-letter-based name, for example D:.
partition_name : The partition-based name for deleting an existing partition.
size : The size of the new partition in megabytes.
You can determine the device name from the output of the MAP command, for example, \Device\HardDisk0. You can use the partition name instead of the drive name argument, for example, \Device\HardDisk0\Partition1. If you use no arguments, a user interface for managing your partitions appears.

Warning If you use this command, you can damage the partition table if the disk has been upgraded to a dynamic disk configuration. Do not modify the structure of dynamic disks unless you are using the Disk Management tool.
ENABLE
enable servicename start_type

You can use the enable command to enable a Windows system service or driver.

Use the listsvc command to display all eligible services or drivers to enable. The enable command prints the old start type of the service before resetting it to the new value. It is a good idea to note the old value, in case you have to restore the start type of the service.

Valid options for start_type are as follows:
SERVICE_BOOT_START
SERVICE_SYSTEM_START
SERVICE_AUTO_START
SERVICE_DEMAND_START

If you do not specify a new start type, the enable command prints the old start type for you.
EXIT
Use the exit command to exit the Recovery Console and restart your computer.
EXPAND
expand source [/F:filespec] [destination] [/y]
expand source [/F:filespec] /D
Use this command to expand a file. In the command syntax, source specifies the name of the file to be expanded and destination specifies the folder for the new file. If you do not specify a destination, the command uses the current folder by default. You cannot include wildcard characters.

You can use the following options:
/y : Do not prompt before overwriting an existing file.
/f:filespec : Identifies the files to be expanded.
/d : Do not expand; display only a directory of the files in the source.
If the source contains more than one file, you must use the /f:filespec parameter to find the specific files to be expanded. You can include wildcard characters.

The destination can be any folder in the system folders of the current Windows installation, in the root of the drive, in the local installation sources, or in the Cmdcons folder. The destination cannot be removable media, and the destination file cannot be read-only. Use the attrib command to remove the read-only attribute.

Unless you use the /y option, the expand command prompts you if the destination file already exists.
FIXBOOT
fixboot drive name:
Use this command to write the new Windows boot sector code on the system partition. In the command syntax, drive name is the drive letter where the boot sector will be written. This command fixes damage in the Windows boot sector. This command overrides the default setting, which writes to the system boot partition. The fixboot command is supported only on x86-based computers.
FIXMBR
fixmbr device name
Use this command to repair the MBR of the boot partition. In the command syntax, device name is an optional device name that specifies the device that requires a new MBR. Use this command if a virus has damaged the MBR and Windows cannot start.

Warning This command can damage your partition tables if a virus is present or if a hardware problem exists. If you use this command, you may create inaccessible partitions. We recommend that you run antivirus software before you use this command.

You can obtain the device name from the output of the map command. If you do not specify a device name, the MBR of the boot device is repaired, for example:
fixmbr \device\harddisk2
If the fixmbr command detects an invalid or non-standard partition table signature, fixmbr command prompts you for permission before rewriting the MBR. The fixmbr command is supported only on x86-based computers.
FORMAT
format drive: /Q /FS:file-system
Use this command to format the specified drive to the specified file system. In the command syntax, /Q performs a quick format of the drive, drive is the drive letter of the partition to format, and /FS:file-system specifies the type of file system to use such as FAT, FAT32, or NTFS. If you do not specify a file system, the existing file system format is used if it is available.
LISTSVC
The listsvc command lists all available services, drivers, and their start types for the current Windows installation. This command is useful together with the disable and enable commands.

The list is extracted from the %SystemRoot%\System32\Config\System hive. If the System hive is damaged or missing, the results are unpredictable.
LOGON
logon
The logon command lists all detected installations of Windows and then requests the local administrator password for the copy of Windows that you want to log on to. If your first three tries to log on fail, the console closes, and your computer restarts.
MAP
map arc
Use this command to list drive letters, file system types, partition sizes, and mappings to physical devices. In the command syntax, the arc parameter tells the map command to use ARC paths instead of Windows Device paths.
MD and MKDIR
The md and mkdir commands create new folders. Wildcard characters are not supported. The mkdir command works only in the system folders of the current installation of Windows, in removable media, in the root folder of any hard disk partition, or in the local installation sources.
MORE
more filename
Use this command to display a text file to the screen.
NET
Although the Help file states otherwise, the net command is not usable from the Recovery Console. The protocols stack is not loaded for the Recovery Console. Therefore, there is no networking function available.
RD and RMDIR
Use rd and rmdir commands to delete a folder. These commands work only in the system folders of the current Windows installation, in removable media, in the root folder of any hard disk partition, or in the local installation sources.
REN and RENAME
Use the ren and rename commands to rename a file.

Note You cannot specify a new drive or path for the renamed file. These commands work only in the system folders of the current Windows installation, in removable media, in the root folder of any hard disk partition, or in the local installation sources.
SET
You can use the set to display or modify four environment options.
AllowWildCards = FALSE AllowAllPaths = FALSE AllowRemovableMedia = FALSE NoCopyPrompt = FALSE
For more information about how to use the set command, click the following article number to view the article in the Microsoft Knowledge Base:
235364 (http://support.microsoft.com/kb/235364/) Description of the SET command in Recovery Console
SYSTEMROOT
The systemroot command sets the current working folder to the %SystemRoot% folder of the Windows installation that you are currently logged on to.
TYPE
type filename
Use the type command to display a text file.

 9   Computers / Technical info / List of the keyboard shortcuts that are available in Windows XP  on: 13/02/2008 - 01:54 AM 
Started by Waynezy | Last post by Waynezy
MORE INFORMATION
General keyboard shortcuts
• CTRL+C (Copy)
• CTRL+X (Cut)
• CTRL+V (Paste)
• CTRL+Z (Undo)
• DELETE (Delete) 
• SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin) 
• CTRL while dragging an item (Copy the selected item) 
• CTRL+SHIFT while dragging an item (Create a shortcut to the selected item)
• F2 key (Rename the selected item)
• CTRL+RIGHT ARROW (Move the insertion point to the beginning of the next word) 
• CTRL+LEFT ARROW (Move the insertion point to the beginning of the previous word) 
• CTRL+DOWN ARROW (Move the insertion point to the beginning of the next paragraph) 
• CTRL+UP ARROW (Move the insertion point to the beginning of the previous paragraph) 
• CTRL+SHIFT with any of the arrow keys (Highlight a block of text) 
• SHIFT with any of the arrow keys (Select more than one item in a window or on the desktop, or select text in a document) 
• CTRL+A (Select all) 
• F3 key (Search for a file or a folder) 
• ALT+ENTER (View the properties for the selected item) 
• ALT+F4 (Close the active item, or quit the active program) 
• ALT+ENTER (Display the properties of the selected object) 
• ALT+SPACEBAR (Open the shortcut menu for the active window) 
• CTRL+F4 (Close the active document in programs that enable you to have multiple documents open simultaneously) 
• ALT+TAB (Switch between the open items) 
• ALT+ESC (Cycle through items in the order that they had been opened) 
• F6 key (Cycle through the screen elements in a window or on the desktop) 
• F4 key (Display the Address bar list in My Computer or Windows Explorer) 
• SHIFT+F10 (Display the shortcut menu for the selected item) 
• ALT+SPACEBAR (Display the System menu for the active window) 
• CTRL+ESC (Display the Start menu) 
• ALT+Underlined letter in a menu name (Display the corresponding menu)
• Underlined letter in a command name on an open menu (Perform the corresponding command)
• F10 key (Activate the menu bar in the active program)
• RIGHT ARROW (Open the next menu to the right, or open a submenu)
• LEFT ARROW (Open the next menu to the left, or close a submenu)
• F5 key (Update the active window)
• BACKSPACE (View the folder one level up in My Computer or Windows Explorer) 
• ESC (Cancel the current task)
• SHIFT when you insert a CD-ROM into the CD-ROM drive (Prevent the CD-ROM from automatically playing)
• CTRL+SHIFT+ESC (Open Task Manager)

Back to the top

Dialog box keyboard shortcuts
If you press SHIFT+F8 in extended selection list boxes, you enable extended selection mode. In this mode, you can use an arrow key to move a cursor without changing the selection. You can press CTRL+SPACEBAR or SHIFT+SPACEBAR to adjust the selection. To cancel extended selection mode, press SHIFT+F8 again. Extended selection mode cancels itself when you move the focus to another control.• CTRL+TAB (Move forward through the tabs)
• CTRL+SHIFT+TAB (Move backward through the tabs)
• TAB (Move forward through the options)
• SHIFT+TAB (Move backward through the options)
• ALT+Underlined letter (Perform the corresponding command or select the corresponding option)
• ENTER (Perform the command for the active option or button)
• SPACEBAR (Select or clear the check box if the active option is a check box)
• Arrow keys (Select a button if the active option is a group of option buttons)
• F1 key (Display Help)
• F4 key (Display the items in the active list)
• BACKSPACE (Open a folder one level up if a folder is selected in the Save As or Open dialog box) 

Back to the top

Microsoft natural keyboard shortcuts
• Windows Logo (Display or hide the Start menu)
• Windows Logo+BREAK (Display the System Properties dialog box)
• Windows Logo+D (Display the desktop)
• Windows Logo+M (Minimize all of the windows)
• Windows Logo+SHIFT+M (Restore the minimized windows)
• Windows Logo+E (Open My Computer)
• Windows Logo+F (Search for a file or a folder)
• CTRL+Windows Logo+F (Search for computers)
• Windows Logo+F1 (Display Windows Help)
• Windows Logo+ L (Lock the keyboard)
• Windows Logo+R (Open the Run dialog box)
• Windows Logo+U (Open Utility Manager)

Back to the top

Accessibility keyboard shortcuts
• Right SHIFT for eight seconds (Switch FilterKeys either on or off)
• Left ALT+left SHIFT+PRINT SCREEN (Switch High Contrast either on or off)
• Left ALT+left SHIFT+NUM LOCK (Switch the MouseKeys either on or off)
• SHIFT five times (Switch the StickyKeys either on or off)
• NUM LOCK for five seconds (Switch the ToggleKeys either on or off)
• Windows Logo +U (Open Utility Manager)

Back to the top

Windows Explorer keyboard shortcuts
• END (Display the bottom of the active window)
• HOME (Display the top of the active window)
• NUM LOCK+Asterisk sign (*) (Display all of the subfolders that are under the selected folder)
• NUM LOCK+Plus sign (+) (Display the contents of the selected folder)
• NUM LOCK+Minus sign (-) (Collapse the selected folder)
• LEFT ARROW (Collapse the current selection if it is expanded, or select the parent folder)
• RIGHT ARROW (Display the current selection if it is collapsed, or select the first subfolder)

Back to the top

Shortcut keys for Character Map
After you double-click a character on the grid of characters, you can move through the grid by using the keyboard shortcuts: • RIGHT ARROW (Move to the right or to the beginning of the next line)
• LEFT ARROW (Move to the left or to the end of the previous line) 
• UP ARROW (Move up one row)
• DOWN ARROW (Move down one row)
• PAGE UP (Move up one screen at a time)
• PAGE DOWN (Move down one screen at a time)
• HOME (Move to the beginning of the line)
• END (Move to the end of the line)
• CTRL+HOME (Move to the first character)
• CTRL+END (Move to the last character)
• SPACEBAR (Switch between Enlarged and Normal mode when a character is selected)

Back to the top

Microsoft Management Console (MMC) main window keyboard shortcuts
• CTRL+O (Open a saved console)
• CTRL+N (Open a new console)
• CTRL+S (Save the open console)
• CTRL+M (Add or remove a console item)
• CTRL+W (Open a new window)
• F5 key (Update the content of all console windows)
• ALT+SPACEBAR (Display the MMC window menu)
• ALT+F4 (Close the console)
• ALT+A (Display the Action menu)
• ALT+V (Display the View menu)
• ALT+F (Display the File menu)
• ALT+O (Display the Favorites menu)

Back to the top

MMC console window keyboard shortcuts
• CTRL+P (Print the current page or active pane)
• ALT+Minus sign (-) (Display the window menu for the active console window)
• SHIFT+F10 (Display the Action shortcut menu for the selected item)
• F1 key (Open the Help topic, if any, for the selected item)
• F5 key (Update the content of all console windows)
• CTRL+F10 (Maximize the active console window)
• CTRL+F5 (Restore the active console window)
• ALT+ENTER (Display the Properties dialog box, if any, for the selected item)
• F2 key (Rename the selected item)
• CTRL+F4 (Close the active console window. When a console has only one console window, this shortcut closes the console)

Back to the top

Remote desktop connection navigation
• CTRL+ALT+END (Open the Microsoft Windows NT Security dialog box)
• ALT+PAGE UP (Switch between programs from left to right)
• ALT+PAGE DOWN (Switch between programs from right to left)
• ALT+INSERT (Cycle through the programs in most recently used order)
• ALT+HOME (Display the Start menu)
• CTRL+ALT+BREAK (Switch the client computer between a window and a full screen)
• ALT+DELETE (Display the Windows menu)
• CTRL+ALT+Minus sign (-) (Place a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing ALT+PRINT SCREEN on a local computer.)
• CTRL+ALT+Plus sign (+) (Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer.)

Back to the top

Microsoft Internet Explorer navigation
• CTRL+B (Open the Organize Favorites dialog box)
• CTRL+E (Open the Search bar)
• CTRL+F (Start the Find utility)
• CTRL+H (Open the History bar)
• CTRL+I (Open the Favorites bar)
• CTRL+L (Open the Open dialog box)
• CTRL+N (Start another instance of the browser with the same Web address)
• CTRL+O (Open the Open dialog box, the same as CTRL+L)
• CTRL+P (Open the Print dialog box)
• CTRL+R (Update the current Web page)
• CTRL+W (Close the current window)

 10   Computers / Technical info / What is PCI Express? A Layman's guide to high speed PCI-E technology  on: 13/02/2008 - 12:09 AM 
Started by Waynezy | Last post by Waynezy
You are encouraged to make links to this article from your website and tell your friends

The following article is based on years of experience. It is provided as a free service to our customers and visitors. However, Directron.com is not responsible for any damage as a result of following any of this advice.

Copying the contents for commercial purposes is strictly prohibited without Directron.com's written consent. However, you are welcome to distribute these computer support tips free to your friends and associates as long as it's not for commercial purposes and you acknowledge the source. You are permitted and encouraged to create links to this page from your own web site.


Introduction
So you want to know about PCI Express? PCI Express is a recent feature addition to many new motherboards. PCI Express support can have a big impact on your hardware choices both now and in the future. This article will explain the topic in plain english withoutboring you with useless information.


Why should I care about PCI-Express?
There are two main reasons to care about PCI-Express: 1) PCI is now an old standard dating back to the early 90's and no longer fits our needs in terms of speed/performance. 2) AGP also is in a similar position as PCI now, and chipset manufacturers are killing AGP motherboard support in favor of the much faster PCI Express interface. This means you are looking at a forced transition in the graphic sector, thus you really don't have a lot of choice in the coming years.

While we've spent plenty of time and energy improving the speed of processors, memory, and other parts of the PC we've done virtually nothing with the main connection betweern many devices-PCI. As such we are stuck with a technology in our PCs and Servers that still runs at the speeds and bandwidth we were comfortable with in the 90's. PCI as we know it is holding us back - it is a bottle neck - a limitation to the maximum performance of our systems.

We all want the most from our PC. To get the most out of our PC we must remove all bottlenecks (obstacles to performance). To that end we must turn to the next best alternative: PCI Express.


Easing into It - All about the Why?
If you have read my guide to the Front Side Bus then you are familiar with the analogy of a PC as being like a city with many road (buses) in it that move cars (data) to any number of destinations. Let's quickly revisit my explanation of PCI from that article:

PCI Bus- The PCI bus connects your expansion cards and drives to your processor and other sub systems. On most systems the bus speed of the PCI bus is 33MHz. If you go higher than that, then cards, drives, and other devices can have problems. The exception to this is found in servers. In some servers you have a special 64-bit (extra wide) 66MHz PCI slots that can accept special high-speed cards. Think of this as a double sized passing lane on a major road that allows higher speed cars to go through.

Now in my previous article I mentioned a special type of PCI (64 bit). The reason 64 bit helps is that it improves the bandwidth of the PCI Bus. Bandwidth, normally expressed in MB per second, is basically a measure of the amount of data that can be pushed through something at one time.

If you ever have sat in your car looking at the back bumper of another car during rush hour then you probably have a good idea of what's going on in the modern PCI Bus. You've got too many cars (data) going through too narrow and too slow a road (pci bus) at one time.


Bandwidth
PCI Express in all it's flavors: 1x, 2x, 4x, 8x, 16x and 32x all have much greater bandwidth than basic PCI.

Common Buses and their Max Bandwidth
PCI 132 MB/s
AGP 8X 2,100 MB/s
PCI Express 1x 250 [500]* MB/s
PCI Express 2x 500 [1000]* MB/s
PCI Express 4x 1000 [2000]* MB/s
PCI Express 8x 2000 [4000]* MB/s
PCI Express 16x 4000 [8000]* MB/s
PCI Express 32x 8000 [16000]* MB/s
IDE (ATA100) 100 MB/s
IDE (ATA133) 133 MB/s
SATA 150 MB/s
Gigabit Ethernet 125 MB/s
IEEE1394B [Firewire] 100 MB/s


* Note - Since PCI Express is a serial based technology, data can be sent over the bus in two directions at once. Normal PCI is Parallel, and as such all data goes in one direction around the loop. Each 1x lane in PCI Express can transmit in both directions at once. In the table the first number is the bandwidth in one direction and the second number is the combined bandwidth in both directions. Also please note that in PCI Express bandwidth is not shared the same way as in PCI, so there is less congestion on the bus.

Increased bandwidth can be equated into increased system performance. We've long known that to get the most out of your processor you need to get as much information into it as possible, as quickly as possible. Chipset designers have consistently addressed this by increasing Front Side Bus speeds. The problem with this is that front side bus speed increases the speed of transfer between the memory and CPU but often you've got data that's coming from other sources that needs to get to the memory or CPU like drives, network traffic, video, etc. PCI Express addresses this problem head on by making it much faster and easier for data to get around the system.


Physical Differences: PCI Express [ PCI-E ] vs AGP vs PCI


Currently, the most common use for PCI Express is Video. On the graphic at right you can see the physical differences between the cards.

The connector on PCI Express video cards will always start out with a small piece not directly joined with the rest of the slot, and then a notched piece not directly joined with the rest of the slot. This notch goes into the 1x portion of the 16x slot. The characteristic notch makes it easy to tell the difference between PCI-E (PCI Express) and an AGP Video card. As you can imagine, a PCI Express Video card will not fit into an AGP card slot, and a AGP Video card will not fit into a 16x PCI Express card slot.

Another physical difference between PCI Express Cards, AGP, and PCI is the distance between the card's bracket and the start of the connector. On PCI Express cards, there is very little distance between the metal bracket and the start of the connector. On both PCI and AGP the distance is much longer.

PCI Express 1x / 4x cards also have the physical difference in regard to bracket distance. They are both a good deal smaller than standard PCI. At this time this type of card is still quite rare so at this point there is little chance of confusing them with something else. The PCI Express 1x connector does however bare some minor resemblance to an AMR slot, so it is important not to confuse the two. No motherboard on the market today currently has both the older AMR slot and PCI Express.


Q&A Common Questions about PCI Express
Q:Is PCI Express Faster Than PCI?
A:PCI Express is much faster than PCI. For 1x Cards it at least 118% faster. When you compare PCI Express video to PCI Video the difference is enormous: PCI Express 16x video is over 29x faster than PCI Video.

Q:Is PCI Express Video Faster than AGP Video?
A:Yes and No. A 16x PCI Express connection is at least 190% Faster than AGP 8x but this is the connection between the system and the video card. You use the connection the most when your video card is low on memory or when the game you are using uses a Direct X or Open GL feature that isn't supported in hardware.

So, what this means is that in terms of real world performance there may not be a huge difference between AGP and PCI Express if you are talking about identical chipsets. Unfortunately this is very hard to prove because graphics chipsets are designed either for PCI Express or AGP. If you have a card that is available in both forms then you have a graphics chipset that was designed for PCI Express and has a special bridge chip installed to let it communicate with the AGP bus. The short of this is: if two cards of the same chipset are available in AGP and PCI-E then the PCI-E one will always be faster. On PCI-E you don't have the overhead of the bridge chip so it's faster, and you have the better bandwidth so in intense situations such as high resolution gaming you'll come out on top every time.

The main point here is: If you have a system with AGP on it, it doesn't make sense to upgrade just to get PCI-E video right now. The fastest AGP card to ever come out is likely to be the nVidia 6800GT. If you are at a point where that is too slow then by all means it makes sense to make a complete switch. If your happy with you're AGP graphics options, wait until you are ready to upgrade the processor or other components before making the PCI-E switch. For more information on AGP and PCI please see the general FSB guide.

Q:What is SLI?
A:SLI or Scalable Link Interface is a technology that lets you take two identical nVidia based graphics cards *that support SLI* and a motherboard *that supports SLI* to achieve a very high level of video performance. SLI works by splitting the rendering of the screen between the two cards- one card renders half, the other card renders the other half. This technique is extremely effective. For instance two 6600GT cards in SLI can do vastly better than a 6800GT or X800 card even though the price is lower for two 6600GT Cards. The downside to this is that SLI is still new and is limited to systems based on AMD 64 / AMD FX Socket 939 processors. Needless to say though, there are some good solutions like this one from Asus.

Q:Do I need a special power supply for PCI-E [PCI Express].
A:Yes and no. Although the PCI-E spec calls for a PCI Express power connector, most PCI-E cards don't currently use it. This means that you should only probably worry about this if you are buying bleeding edge PCI Express parts. Card based on the ATI X600, ATI X700, ATI X300, ATI X1300, Nvidia 6600, Nvidia 7600 or Nvidia 7300 series graphic chipsets rarely use the connector. If you are in a situation where you need a PCI Express power connector but the power supply doesn't have one you can always just use a PCI Express Power Adapter that converts a 4-pin molex connector to PCI-E Power.


Conclusion
PCI Express is an exciting advance in the area of computers. Although AGP is now starting to die rapidly, standard PCI is taking/will take longer to die off. Expect to see at least 1 or 2 standard PCI slots along side PCI-E in all motherboards for at least the next 2 years. By that time there will be PCI-E replacements for all common devices such as modems, network cards, raid cards, i/o and more.

Return to the board index.
Powered by MySQL Powered by PHP forums.promax.co.nz | Powered by SMF 1.0.9.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!
Page created in 0.233 seconds with 19 queries.