Problems Using the ATI Rage II PCI as Secondary Display Adapter

ID: Q187510


The information in this article applies to:


SYMPTOMS

When you use the ATI Rage II PCI video adapter as a secondary display adapter on a computer with multiple monitors, the secondary display adapter may not work properly. When you view the ATI Rage II PCI Properties dialog box in Device Manager, you may see the following message:

Multiple Display Support cannot start this device. The area of memory normally used by video is in use by another program or device. To enable Multiple Display Support, remove EMM386 or other memory managers from Config.sys and restart your computer.


RESOLUTION

To resolve this issue, use one of the following methods:

Method 1

Add an EMMExclude entry to the System.ini file. To do so, follow these steps:
  1. Using any text editor (such as Notepad), open the System.ini file. By default, the System.ini file is located in the Windows folder.


  2. Add the following line to the [386enh] section of the System.ini file:
    emmexclude=c000-cfff


  3. Save and then close the System.ini file.


  4. Restart your computer.


Method 2

Add a line in the Config.sys file to load Emm386.exe. To do so, follow these steps:
  1. Using any text editor (such as Notepad), open the Config.sys file. The Config.sys file is located in the root folder.


  2. Add the following lines
       
          device=<windows>\himem.sys
          device=<windows>\emm386.exe x=c000-cfff
     
    where <windows> is the path to the folder in which Windows is installed.


  3. Save and then close the Config.sys file.


  4. Restart your computer.


Method 3

Disable the line in the Config.sys file that loads Emm386.exe. To do so, follow these steps:
  1. Using any text editor (such as Notepad), open the Config.sys file. The Config.sys file is located in the root folder.


  2. Disable the following line by placing the word rem followed by a space at the beginning of the line
    
          device=<windows>\emm386.exe
      
    where <windows> is the path the folder in which Windows is installed.


  3. Save and then close the Config.sys file.


  4. Restart your computer.


Additional query words: multiple monitor


Keywords          : kbhw win98 multimon 
Version           : WINDOWS:
Platform          : WINDOWS 
Issue type        : kbprb 

Last Reviewed: February 5, 1999