ATI Catalyst™ 9.11 Display Driver for Windows XP Professional/Home Edition
The following forum(s) have migrated to Microsoft Q&A: All English Windows Desktop Development forums! Microsoft CCID driver (usbccid.sys). Download the latest AVERATEC Laptop device drivers (Official and Certified). AVERATEC Laptop drivers updated daily.
- Installation Instructions.
 

If you would like to take advantage of all the features of your ATI graphics card, we recommend using download option 1. If you only require basic functionality, we recommend you use option 2.
Option 1
Package Includes 
File Size 
Version 
Date Posted 
Download Link 

Display Driver (?)
ATI WDM Integrated Driver (?)
Catalyst Control Center (?) (English Language Only) 
42.4B 
9.11 
11/17/0209 
Catalyst Software Suite
Option 2
File Size 
Version 
Date Posted 
Package Includes 
Download Link 
Display Driver Only (?)
25.2MB 
9.11 
11/17/0209 
Display Driver
Optional Downloads:
Additional Links:
- Catalyst News
 

- Node.js Tutorial
 
- Node.js Useful Resources
 
- Selected Reading
 
Node.js os module provides a few basic operating-system related utility functions. This module can be imported using the following syntax.
Methods
| Sr.No. | Method & Description | 
|---|---|
| 1 | os.tmpdir() Returns the operating system's default directory for temp files.  | 
| 2 | os.endianness() Returns the endianness of the CPU. Possible values are 'BE' or 'LE'.  | 
| 3 | os.hostname() Returns the hostname of the operating system.  | 
| 4 | os.type() Returns the operating system name.  | 
| 5 | os.platform() Returns the operating system platform.  | 
| 6 | os.arch() Returns the operating system CPU architecture. Possible values are 'x64', 'arm' and 'ia32'.  | 
| 7 | os.release() Returns the operating system release.  | 
| 8 | os.uptime() Returns the system uptime in seconds.  | 
| 9 | os.loadavg() Returns an array containing the 1, 5, and 15 minute load averages.  | 
| 10 | os.totalmem() Returns the total amount of system memory in bytes.  | 
| 11 | os.freemem() Returns the amount of free system memory in bytes.  | 
| 12 | os.cpus() Returns an array of objects containing information about each CPU/core installed: model, speed (in MHz), and times (an object containing the number of milliseconds the CPU/core spent in: user, nice, sys, idle, and irq).  | 
| 13 | os.networkInterfaces() Get a list of network interfaces.  | 
Properties
| Sr.No. | Property & Description | 
|---|---|
| 1 | os.EOL A constant defining the appropriate End-of-line marker for the operating system.  | 
Example
The following example demonstrates a few OS methods. Create a js file named main.js with the following code.
Now run the main.js to see the result −
Nice_sys Laptops & Desktops Driver Download Free
Verify the Output.