WO1995025299A1 - System for managing the display of information in a computer - Google Patents

System for managing the display of information in a computer Download PDF

Info

Publication number
WO1995025299A1
WO1995025299A1 PCT/US1995/003142 US9503142W WO9525299A1 WO 1995025299 A1 WO1995025299 A1 WO 1995025299A1 US 9503142 W US9503142 W US 9503142W WO 9525299 A1 WO9525299 A1 WO 9525299A1
Authority
WO
WIPO (PCT)
Prior art keywords
display
information
display device
computer
displayed
Prior art date
Application number
PCT/US1995/003142
Other languages
French (fr)
Inventor
Ian Hendry
Michael Puckett
Original Assignee
Apple Computer, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Apple Computer, Inc. filed Critical Apple Computer, Inc.
Priority to JP52412595A priority Critical patent/JP4216327B2/en
Priority to AU19918/95A priority patent/AU1991895A/en
Priority to EP95912907A priority patent/EP0750762A1/en
Publication of WO1995025299A1 publication Critical patent/WO1995025299A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1423Digital output to display device ; Cooperation and interconnection of the display device with other functional units controlling a plurality of local displays, e.g. CRT and flat panel display
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2370/00Aspects of data communication
    • G09G2370/04Exchange of auxiliary data, i.e. other than image data, between monitor and graphics controller
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2370/00Aspects of data communication
    • G09G2370/04Exchange of auxiliary data, i.e. other than image data, between monitor and graphics controller
    • G09G2370/042Exchange of auxiliary data, i.e. other than image data, between monitor and graphics controller for monitor identification
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/003Details of a display terminal, the details relating to the control arrangement of the display terminal and to the interfaces thereto
    • G09G5/006Details of the interface to the display terminal

Definitions

  • the present invention is directed to computer display architecture, and more particularly to a system for controlling the display of information to dynamically accommodate changes in the configuration of a computer system.
  • the user might remove the computer from the docking station, for example to take it home or use it while travelling.
  • the external monitor is no longer present and the built-in display screen must be used.
  • the computer must route all information to be displayed to the built-in screen, rather than the port to which the external monitor was connected.
  • the displayed information must be reformatted, or otherwise processed, to accommodate the display parameters of the built-in device.
  • the user might establish different preferences for various situations.
  • the user may have one type of external monitor that is located at a certain position relative to the built-in screen of the portable computer.
  • a different type of external monitor may be used, and it might be located at a different position relative to the placement of the portable computer.
  • Each of these situations represents a different display environment. If a consistent display of information is to be provided to the user in each of these environments, the computer must reconfigure the displayed information in accordance with the user's preferences for the particular environment.
  • a number of monitors are capable of accepting a wide range of display resolutions. Examples of such monitors include those which have multiple synchronization capabilities. With these types of monitors, the user is provided with the ability to reconfigure the monitor by changing its display mode. In other situations, the physical size or resolution of the display might be changed, which can result in a need to scale the parameters of displayed objects accordingly. In general, there are a number of different scenarios which result in a change of the display environment.
  • Examples of such are the addition or removal of a monitor or other type of display device, movement of one or more monitors in a multiple-monitor environment to change their positions relative to one another, changing the size and/or resolution of a display device, changing the origin of a global coordinate space within which the displays are defined, and mirroring, in which two or more display devices are caused to have the same information displayed on them.
  • the software programs running on the computer must be notified, so that they are able to implement a corresponding change in the manner in which they display objects and other information.
  • changes in configuration of the display device, and the need to accommodate therefore were only detected upon startup of the computer.
  • the display management architecture of the present invention includes a display manager that comprises one part of the computer's operating system. This display manager provides communication channels between the operating system, other software programs, display drivers and video drivers. The display manager continually receives information from the drivers regarding the display capabilities of associated display devices, and provides reconfiguration services to other software within the computer.
  • the display manager When a change in the display environment occurs, the display manager notifies the software programs of the changes, to enable them to dynamically update or reconfigure the displayed information accordingly. If a program is not able to respond to such a notification, the display manager repositions displayed objects in accordance with the new display environment. All of these actions take place in a real-time fashion while the computer is running, and avoid the need to restart the computer before any changes can take effect. Further features and advantages of the invention are explained in detail hereinafter with reference to specific embodiments described with reference to the accompanying drawings.
  • FIG. 1 is a block diagram of an overall display system architecture in accordance with the present invention.
  • Figures 2A-2D illustrate examples of changes in a display environment
  • Figure 3 is a block diagram of the structure of a display change notification provided by the display manager;
  • Figures 4A and 4B illustrate examples of display configurations before and after a display device is removed from the computer system;
  • FIGS 5A-5G illustrate the process of replacing one display device with another, in which a virtual device is used in the interim.
  • the present invention is directed to an architecture for determining display capabilities within a computer system and dynamically configuring display devices in accordance with those capabilities.
  • a block diagram of the overall architecture is illustrated in Figure 1. Referring thereto, hardware components of the computer system are illustrated above a dashed line 10, and software components below the line.
  • the system can include one or more display devices 12, e.g. monitors or LCD screens, although actual display devices need not be present in order for the present invention to operate properly.
  • Each display device is connected to, and controlled by, a video card 14 which operates in accordance with video driver software 16.
  • video driver software 16 Although depicted as being on a separate card, or printed circuit board, the components of the video card could be incorporated with other components on a single card, such as a motherboard for the computer.
  • This information is presented to the display device through the computer's operating system 18, which also generates its own information to be presented on the display. More particularly, the operating system communicates with the display device through an associated display driver 13, which is a software component that corresponds to the hardware of the display device 12.
  • the operating system includes a display manager 22 which provides communication between each of the software components, to dynamically configure the display devices 12.
  • the communication between the various software components and the hardware devices takes place via their associated drivers, e.g. the video driver and the display driver.
  • many video displays have the capability to provide information regarding their available modes of operation and/or timing specifications.
  • Some displays so-called “smart displays”, are capable of providing information about their modes of operation directly, for example in response to inquiries.
  • the display manager 22 communicates with the display device, by means of the display driver 13, over a communication channel 24.
  • This communication channel could be a bus within the computer, a serial line, or any other suitable path for exchanging information between the display manager and the display driver 13 of the display device.
  • the display device may not be able to communicate its capabilities directly.
  • the display driver 13 can obtain information regarding the display's capabilities and provide them to the display manager.
  • Other types of display devices provide timing information by means of a sense code transmitted over a line 26 connected between the device and the video card 14.
  • the sense code is determined by certain pins which are grounded or connected to one another in the device, to indicate its specifications.
  • This sense code is passed on to the display manager 22 from the video card 14.
  • the display manager issues a command to the video card, through the video driver software 16, to drive the display device accordingly.
  • the display manager also communicates with other parts of the operating system 18 and the other software programs 20 that are running on the computer. For example, in response to operator commands, the operating system can instruct the display manager to add a new device to a list of active displays, or remove a device therefrom. In response thereto, the display manager informs the application programs 20 of the new display configurations, to enable them to update their displayed information accordingly.
  • the display manager can accommodate a variety of different changes to the display environment, and dynamically reconfigures the system accordingly.
  • the types of changes that can occur in the display environment are explained with reference to Figures 2A-2D.
  • the display environment can be considered to be defined by a global coordinate space 30.
  • Objects and other information to be displayed can be positioned anywhere within this space, as determined by the user and/or the software program that generates the information.
  • a reference point in this space e.g. its origin or 0,0 coordinate point, is usually established with reference to some object that is always present in the display.
  • most graphical user interfaces include some type of menu bar or other structure which enables the user to access basic commands to control the computer.
  • the device which displays this menu bar is known as the main device. If the computer system contains multiple display devices, only one of the devices is designated as the main device, even if multiple devices contain the menu bar.
  • the origin of the coordinate display space is typically established with reference to the menu bar.
  • the 0,0 point 38 in the coordinate space can coincide with the top left corner of a menu bar 36.
  • the positions of all objects and other information to be displayed in the display space 30 are defined by their coordinates within this space.
  • the operating system receives this coordinate information, for example from the software programs 20 which generate the information, and provides it to the display driver to cause the information to appear at the appropriate place on the screen of the display device located at the corresponding position in the display space.
  • the display environment consists of two display devices, 32 and 34, within the global display space 30.
  • a menu bar 36 is displayed at the top of the screen for the device 32, which is therefore the main device. Accordingly, the origin 38 of the display space coincides with the top left corner of the device 32.
  • the user has caused some objects, e.g. windows 40, to be displayed on the device 32, and another object 42 to be displayed on the device 34.
  • Figure 2B represents the situation in which the device 32 has been removed from the computer's configuration, as depicted by the shaded area.
  • the device 34 becomes the main device, since it is the only remaining device. Accordingly, the origin 38 of the display space 30 shifts to coincide with the top left corner of this device, as indicated by the dashed lines and arrows.
  • the information that is presented to the display driver for this device must be revised so that the menu bar is displayed thereon. Because of this shift, the object 42 has moved off screen, since its location in the display space is no longer occupied by an existing device. Accordingly, the program which generated this object must be properly informed, so that the object can be repositioned within the space 30 to appear on an available screen.
  • FIG. 2C and 2D Another type of change in the display environment is depicted in Figures 2C and 2D.
  • the display environment consists of three monitors, a full-page monitor 44 and two half-page monitors 46 and 48, each having various objects 45, 45', 47 and 49 displayed thereon.
  • the full-page monitor 44 is the main device, and has the menu bar 36 displayed thereon. If the user repositions the monitors relative to one another, for example by switching the monitors 44 and 46, the relative arrangement of the displayed objects will be altered within the global display space 30, as shown in Figure 2D.
  • the menu bar 36 is displayed on the central monitor, rather than the leftmost monitor as in the previous configuration. To return the menu bar to the leftmost monitor, the device 46 will have to become the main device.
  • Other types of changes in the display environment can include (i) a change in the size and/or aspect ratio of the display devices, (ii) movement of the menu bar 36 from one display device to another, resulting in a shift of the origin for the global display space relative to the devices, and (iii) a change in resolution of a display device necessitating a scaling of the sizes of objects displayed on that device.
  • the display manager responds to a change in the display environment by informing the operating system 18 of the change while the computer is still running. Similarly, the display manager informs the applications programs 20 and other appropriate software programs of the change in display configuration, so that they can dynamically adjust the displayed information in accordance with the new configuration.
  • An example of a structure for a display notification is illustrated in Figure 3.
  • the display manager sends a pair of display state descriptors for each display device. Each pair comprise an old state descriptor and a new state descriptor. If a display device is added to the system, the old state descriptor has a null value and the new state descriptor contains information describing the characteristics and operating parameters of the display device. Such information might include, for example, the size of the display area, pixel size, operating mode, and its position within the global display space.
  • the new descriptor is a null value.
  • This notification is provided by the display manager whenever a change in display configuration is detected. Such a change might occur as a result of a user action, for example, where a user explicitly issues commands to add, remove or change operating modes of display devices. Alternatively, it may occur automatically as a result of detecting the connection or disconnection of a device from the computer, for example upon insertion into or removal from a docking station, or the pivoting of a monitor from a portrait position to a landscape position.
  • each software program receiving such notice updates its displayed information while it is running. For example, the program might resize or reposition windows so that they fit within the display area.
  • a software program may need to have certain functionality which enables it to receive and process the information in the notification. It may be the case, however, that some programs will not possess this functionality. In such a case, the display manager ensures compatibility of these programs with the change in display configuration.
  • Such compatibility is achieved by ensuring that all displayed objects that were displayed in the old configuration, such as windows and other objects in a graphical user interface, are also displayed in the new configuration.
  • the display manager first stores the current state of the display. With reference to Figure 2A, for example, the display manager stores the position of each of the devices 32 and 34 within the global display space 30, as well as the position of the menu bar 36 and other information of interest. Thereafter, the display manager rearranges the display space.
  • the display manager determines whether any objects which were previously on-screen are now off ⁇ screen, such as the object 42. In response to such a determination, the display manager causes the object to be repositioned on-screen. This can be done by means of a command to the software program which generated the object.
  • the display manager can choose from among a number of alternatives. For example, if the device on which the object was displayed in the old configuration still exists in the new environment, the object can be moved so that it is located in the same position on the screen of that device. Alternatively, the display manager can determine the closest available device to the off-screen object, and move the object so that it appears on that device.
  • the old configuration may comprise two display devices, as shown in Figure 4A.
  • a menu bar 36 is displayed on the main device 32, and various windows 40, 42 appear on each of the two screens for the display devices.
  • the new configuration shown in Figure 4B, the display device
  • the display manager moves the menu bar 30 to a remaining display device, which becomes the main device, as shown in the example of Figures 2A and 2B.
  • the display manager calculates a new size for each application's menu bar, and moves the window or other data structure containing the menu bar onto the new main device. To accomplish this function, the display manager switches into the displayed content of each application, and examines the menu bar. The menu bar is then redrawn, e.g. scaled, to fit into the new display space.
  • some applications and other programs may cache a reference to the main device object, i.e.
  • the display manager can detect the removal of a device from the display environment. For example, as the lid of a portable computer is closed or a monitor cable is disconnected, a switch can provide a signal to the display manager. In response thereto, the display manager deactivates the display by removing it from the active device list, and dynamically reconfigures the environment accordingly.
  • FIG. 5A-5G illustrates two device lists, an active list and a removed list, and the right side of the figure depicts the displays which are on the active list.
  • a particular memory location is depicted by a block 52, and the contents of that location are represented by a letter within the block.
  • Figure 5A depicts the situation that exists before the change in configuration.
  • the device list contains one item, i.e.
  • the identification of the current main device, and the removed list is empty.
  • a dummy or virtual device is created and added to the device list, as shown in Figure 5B. This procedure ensures that there is always one active device to which display-related information can be directed.
  • the display manager completes the process of disabling the real device. As shown in Figure 5C, this process includes the steps of swapping the contents of the device handles or objects. Namely, the identification of the former main device is switched with that of the new device which, in this case, is the virtual device. As a result the display identifications point to different display devices, and the main device reference continues to point to the current main device, which is now the virtual device.
  • this feature allows programs that cache the main device to continue to work properly. More particularly, any program's stored reference to the main device object is still pointing to the current main device. After the contents of the device handles have been swapped, the device corresponding to the former main display is removed from the device list and placed in the removed list, as shown in Figure 5D. Subsequently, a new real display is added to the configuration.
  • FIG. 5E This situation is depicted in Figure 5E.
  • the virtual device is still present, to ensure that at least one active display is present at all times.
  • the display manager swaps the identifications of the new display device and the virtual display device, as shown in Figure 5F. This causes the menu bar to be moved to the new, real display. Thereafter, the virtual display is disabled by removing it from the display list, leaving only the new main display, as shown in Figure 5G.
  • the display manager can store information about each and use this information to automatically configure the environment as appropriate. For example, a user might have one display configuration that is employed at the office, and a different one at home.
  • the display manager can store user preferences for each of these configurations, such as the locations of the displays and their bit depths, as well as the designated main display device. Based on sensed hardware configurations and/or environmental indicators, such as network identifiers or user-specified location, the display manager can automatically retrieve the information pertaining to that environment and configure the display devices accordingly.
  • the display manager can provide mirroring of two or more display devices. When two display devices are mirrored to one another, they both display the same information. With the architecture of the present invention, where all display devices communicate with the display manager, the same information can be sent to any two or more such devices via the display manager, to provide the mirroring function. This can be done, for example, by resizing the two devices to be the same size, and laying one on top of the other in the global display space. Alternatively, if frame buffers are employed to store the displayed information, two or more devices can be directed to share the same frame buffer. As another feature, the display manager can provide management of displays in accordance with interdependent factors.
  • some displays having certain timing specifications may only provide certain bit-depth capabilities, i.e. they may have a limited number of available colors.
  • the display manager can select the most appropriate operating mode or bit depth and communicate that information to the video driver and/or the device driver.
  • two or more devices may share a common frame buffer. If the operating mode of one of the devices is changed, it may have an impact on the operation of the other device, for example in terms of the amount of memory available to that other device. In response thereto, the display manager can alter the operating mode of the other device to be commensurate with the changed conditions.
  • the display manager can also be used to control specific hardware-oriented features of a display through a software interface.
  • the user can employ the display manager to adjust the geometry of a display, the position of the image or other features typically found on a display device, such as brightness and contrast.
  • the present invention provides a hardware-independent communication channel between all of the components of a computer that participate in the display of information, namely the display drivers, video drivers, operating system software and applications programs.
  • This architecture provides a mechanism by which the displayed information can be dynamically updated to accommodate changes in the configuration of the display, without requiring a restart of the computer.

Abstract

A display management architecture detects changes in a display environment and notifies software programs, such as the operating system and applications programs, of the changes to enable them to adjust accordingly. The display management system comprises one part of the computer's operating system, and includes a display manager that provides communication channels between the operating system, other software programs, display drivers and video drivers. The display manager receives information from the drivers regarding the display capabilities of associated display devices, and provides reconfiguration services to other software within the computer. When a change in the display environment occurs, the display manager notifies the software programs of the changes, to enable them to dynamically update or reconfigure the displayed information accordingly. If a program is not able to respond to such a notification, the display manager repositions displayed objects in accordance with the new display environment. All of these actions take place in a real-time fashion while the computer is running, and avoid the need to restart the computer before any changes can take effect.

Description

SYSTEM FOR MANAGING THE DISPLAY OF INFORMATION IN A COMPUTER
Field of the Invention
The present invention is directed to computer display architecture, and more particularly to a system for controlling the display of information to dynamically accommodate changes in the configuration of a computer system.
Background of the Invention
As computers become more prevalent, particularly personal type computers, users are employing them in a variety of situations. Depending upon the particular situation, the user may change the configuration of one or more display devices connected to the computer. For example, portable computers of the so-called laptop or notebook type have become increasingly popular because of their small size and light weight, making them suitable for use while travelling. Due to the need to keep their dimensions to a minimum, the display screens built into such computers are relatively small in size, and may offer only limited display capabilities. Therefore, when using one of these types of computers in an office environment, the user may connect it to a monitor having a larger display area and enhanced display capabilities. Such a connection might be made, for example, by means of a docking station which enables the portable computer to be conveniently connected to a variety of peripheral devices. In this situation, the computer's built-in display screen may not be available and only the external monitor is used.
Subsequently, the user might remove the computer from the docking station, for example to take it home or use it while travelling. In this situation, the external monitor is no longer present and the built-in display screen must be used. In other words, the computer must route all information to be displayed to the built-in screen, rather than the port to which the external monitor was connected. In addition, the displayed information must be reformatted, or otherwise processed, to accommodate the display parameters of the built-in device.
Further in this regard, the user might establish different preferences for various situations. For example, in the office the user may have one type of external monitor that is located at a certain position relative to the built-in screen of the portable computer. At home, a different type of external monitor may be used, and it might be located at a different position relative to the placement of the portable computer. Each of these situations represents a different display environment. If a consistent display of information is to be provided to the user in each of these environments, the computer must reconfigure the displayed information in accordance with the user's preferences for the particular environment.
As another example of changing display environments, a number of monitors are capable of accepting a wide range of display resolutions. Examples of such monitors include those which have multiple synchronization capabilities. With these types of monitors, the user is provided with the ability to reconfigure the monitor by changing its display mode. In other situations, the physical size or resolution of the display might be changed, which can result in a need to scale the parameters of displayed objects accordingly. In general, there are a number of different scenarios which result in a change of the display environment. Examples of such are the addition or removal of a monitor or other type of display device, movement of one or more monitors in a multiple-monitor environment to change their positions relative to one another, changing the size and/or resolution of a display device, changing the origin of a global coordinate space within which the displays are defined, and mirroring, in which two or more display devices are caused to have the same information displayed on them. Each time any of these types of changes occurs, the software programs running on the computer must be notified, so that they are able to implement a corresponding change in the manner in which they display objects and other information. In the past, changes in configuration of the display device, and the need to accommodate therefore, were only detected upon startup of the computer. If a change in display configuration occurred while the computer was running, it would not become effective until the user restarted the computer. While in some situations the user might turn off the computer before changing display configurations, for example when adding a monitor, this is not always the case. In particular, many portable computers offer a "sleep" mode of operation, to conserve battery power. In this mode, the computer's central processing unit is maintained in a minimal operating state to keep software programs running in memory, but other power consuming devices such as displays and disk drives are turned off. It is not uncommon that a user might place a portable computer in the sleep mode before removing it from a docking station, for example. In such a case, when the computer is reactivated after being removed from the docking station, it will not be aware of the changed display configuration and therefore may not function properly.
In particular, display devices that were being controlled by various programs may no longer be present. As a result, the user is forced to undergo the time- consuming inconvenience of having to restart the computer and relaunch the programs that were running, in order to apprise the programs of the new configuration.
Summary of the Invention
It is desirable, therefore, to provide a display system in which changes in display configuration can be dynamically accommodated while a computer is running, and thereby forego the need to restart the computer and relaunch programs before a configuration change can take effect. In accordance with the present invention, this objective is achieved by means of a display management architecture that detects changes in display configuration and notifies software programs, such as the operating system and applications programs, of the changes to enable them to adjust accordingly. The display management architecture of the present invention includes a display manager that comprises one part of the computer's operating system. This display manager provides communication channels between the operating system, other software programs, display drivers and video drivers. The display manager continually receives information from the drivers regarding the display capabilities of associated display devices, and provides reconfiguration services to other software within the computer. When a change in the display environment occurs, the display manager notifies the software programs of the changes, to enable them to dynamically update or reconfigure the displayed information accordingly. If a program is not able to respond to such a notification, the display manager repositions displayed objects in accordance with the new display environment. All of these actions take place in a real-time fashion while the computer is running, and avoid the need to restart the computer before any changes can take effect. Further features and advantages of the invention are explained in detail hereinafter with reference to specific embodiments described with reference to the accompanying drawings.
Brief Description of the Drawings
Figure 1 is a block diagram of an overall display system architecture in accordance with the present invention;
Figures 2A-2D illustrate examples of changes in a display environment;
Figure 3 is a block diagram of the structure of a display change notification provided by the display manager; Figures 4A and 4B illustrate examples of display configurations before and after a display device is removed from the computer system; and
Figures 5A-5G illustrate the process of replacing one display device with another, in which a virtual device is used in the interim. Detailed Description
The present invention is directed to an architecture for determining display capabilities within a computer system and dynamically configuring display devices in accordance with those capabilities. A block diagram of the overall architecture is illustrated in Figure 1. Referring thereto, hardware components of the computer system are illustrated above a dashed line 10, and software components below the line. The system can include one or more display devices 12, e.g. monitors or LCD screens, although actual display devices need not be present in order for the present invention to operate properly. Each display device is connected to, and controlled by, a video card 14 which operates in accordance with video driver software 16. Although depicted as being on a separate card, or printed circuit board, the components of the video card could be incorporated with other components on a single card, such as a motherboard for the computer. One or more software programs, such as application programs
20, generate information to be displayed on the display devices. Examples of such information include text, windows and other graphical objects, and command structures such as menus and dialog boxes. This information is presented to the display device through the computer's operating system 18, which also generates its own information to be presented on the display. More particularly, the operating system communicates with the display device through an associated display driver 13, which is a software component that corresponds to the hardware of the display device 12.
In accordance with the present invention, the operating system includes a display manager 22 which provides communication between each of the software components, to dynamically configure the display devices 12. The communication between the various software components and the hardware devices takes place via their associated drivers, e.g. the video driver and the display driver. In this regard, many video displays have the capability to provide information regarding their available modes of operation and/or timing specifications. Some displays, so-called "smart displays", are capable of providing information about their modes of operation directly, for example in response to inquiries. For these types of displays, the display manager 22 communicates with the display device, by means of the display driver 13, over a communication channel 24. This communication channel could be a bus within the computer, a serial line, or any other suitable path for exchanging information between the display manager and the display driver 13 of the display device.
In some cases the display device may not be able to communicate its capabilities directly. However, through the use of a look-up table or the like, the display driver 13 can obtain information regarding the display's capabilities and provide them to the display manager.
Other types of display devices provide timing information by means of a sense code transmitted over a line 26 connected between the device and the video card 14. In essence, the sense code is determined by certain pins which are grounded or connected to one another in the device, to indicate its specifications. This sense code is passed on to the display manager 22 from the video card 14. In response to the information received about the display's specification and capabilities, the display manager issues a command to the video card, through the video driver software 16, to drive the display device accordingly.
The display manager also communicates with other parts of the operating system 18 and the other software programs 20 that are running on the computer. For example, in response to operator commands, the operating system can instruct the display manager to add a new device to a list of active displays, or remove a device therefrom. In response thereto, the display manager informs the application programs 20 of the new display configurations, to enable them to update their displayed information accordingly.
The display manager can accommodate a variety of different changes to the display environment, and dynamically reconfigures the system accordingly. The types of changes that can occur in the display environment are explained with reference to Figures 2A-2D. Generally speaking, the display environment can be considered to be defined by a global coordinate space 30. Objects and other information to be displayed can be positioned anywhere within this space, as determined by the user and/or the software program that generates the information. A reference point in this space, e.g. its origin or 0,0 coordinate point, is usually established with reference to some object that is always present in the display. For instance, most graphical user interfaces include some type of menu bar or other structure which enables the user to access basic commands to control the computer. The device which displays this menu bar is known as the main device. If the computer system contains multiple display devices, only one of the devices is designated as the main device, even if multiple devices contain the menu bar.
The origin of the coordinate display space is typically established with reference to the menu bar. For example, as shown in Figure 2A, the 0,0 point 38 in the coordinate space can coincide with the top left corner of a menu bar 36. The positions of all objects and other information to be displayed in the display space 30 are defined by their coordinates within this space. The operating system receives this coordinate information, for example from the software programs 20 which generate the information, and provides it to the display driver to cause the information to appear at the appropriate place on the screen of the display device located at the corresponding position in the display space.
Referring to Figure 2 A, for example, the display environment consists of two display devices, 32 and 34, within the global display space 30. A menu bar 36 is displayed at the top of the screen for the device 32, which is therefore the main device. Accordingly, the origin 38 of the display space coincides with the top left corner of the device 32. As illustrated in Figure 2A, the user has caused some objects, e.g. windows 40, to be displayed on the device 32, and another object 42 to be displayed on the device 34.
Figure 2B represents the situation in which the device 32 has been removed from the computer's configuration, as depicted by the shaded area. In this case, the device 34 becomes the main device, since it is the only remaining device. Accordingly, the origin 38 of the display space 30 shifts to coincide with the top left corner of this device, as indicated by the dashed lines and arrows. The information that is presented to the display driver for this device must be revised so that the menu bar is displayed thereon. Because of this shift, the object 42 has moved off screen, since its location in the display space is no longer occupied by an existing device. Accordingly, the program which generated this object must be properly informed, so that the object can be repositioned within the space 30 to appear on an available screen.
Another type of change in the display environment is depicted in Figures 2C and 2D. In the example of Figure 2C, the display environment consists of three monitors, a full-page monitor 44 and two half-page monitors 46 and 48, each having various objects 45, 45', 47 and 49 displayed thereon. The full-page monitor 44 is the main device, and has the menu bar 36 displayed thereon. If the user repositions the monitors relative to one another, for example by switching the monitors 44 and 46, the relative arrangement of the displayed objects will be altered within the global display space 30, as shown in Figure 2D. For example, the menu bar 36 is displayed on the central monitor, rather than the leftmost monitor as in the previous configuration. To return the menu bar to the leftmost monitor, the device 46 will have to become the main device.
Other types of changes in the display environment can include (i) a change in the size and/or aspect ratio of the display devices, (ii) movement of the menu bar 36 from one display device to another, resulting in a shift of the origin for the global display space relative to the devices, and (iii) a change in resolution of a display device necessitating a scaling of the sizes of objects displayed on that device.
In the system of the present invention, the display manager responds to a change in the display environment by informing the operating system 18 of the change while the computer is still running. Similarly, the display manager informs the applications programs 20 and other appropriate software programs of the change in display configuration, so that they can dynamically adjust the displayed information in accordance with the new configuration.
The information that is provided to the operating system and other software programs by the display manager, in response to a change in configuration, comprises a list of pairs of display state descriptors. An example of a structure for a display notification is illustrated in Figure 3. Referring thereto, the display manager sends a pair of display state descriptors for each display device. Each pair comprise an old state descriptor and a new state descriptor. If a display device is added to the system, the old state descriptor has a null value and the new state descriptor contains information describing the characteristics and operating parameters of the display device. Such information might include, for example, the size of the display area, pixel size, operating mode, and its position within the global display space. If a display device is removed, the new descriptor is a null value. This notification is provided by the display manager whenever a change in display configuration is detected. Such a change might occur as a result of a user action, for example, where a user explicitly issues commands to add, remove or change operating modes of display devices. Alternatively, it may occur automatically as a result of detecting the connection or disconnection of a device from the computer, for example upon insertion into or removal from a docking station, or the pivoting of a monitor from a portrait position to a landscape position.
In response to the notification of the old and new states, each software program receiving such notice updates its displayed information while it is running. For example, the program might resize or reposition windows so that they fit within the display area.
In order to successfully respond to a notification identifying a change in display configuration, a software program may need to have certain functionality which enables it to receive and process the information in the notification. It may be the case, however, that some programs will not possess this functionality. In such a case, the display manager ensures compatibility of these programs with the change in display configuration.
Such compatibility is achieved by ensuring that all displayed objects that were displayed in the old configuration, such as windows and other objects in a graphical user interface, are also displayed in the new configuration. When a call is made to the display manager to change the display configuration, the display manager first stores the current state of the display. With reference to Figure 2A, for example, the display manager stores the position of each of the devices 32 and 34 within the global display space 30, as well as the position of the menu bar 36 and other information of interest. Thereafter, the display manager rearranges the display space. Once the new configuration has been established, as shown in Figure 2B, the display manager determines whether any objects which were previously on-screen are now off¬ screen, such as the object 42. In response to such a determination, the display manager causes the object to be repositioned on-screen. This can be done by means of a command to the software program which generated the object.
In determining where to position an object that has been left off¬ screen, the display manager can choose from among a number of alternatives. For example, if the device on which the object was displayed in the old configuration still exists in the new environment, the object can be moved so that it is located in the same position on the screen of that device. Alternatively, the display manager can determine the closest available device to the off-screen object, and move the object so that it appears on that device.
In carrying out this function, it is not necessary that the objects be displayed in the new configuration in precisely the same manner as they were in the old configuration. For example, the old configuration may comprise two display devices, as shown in Figure 4A. A menu bar 36 is displayed on the main device 32, and various windows 40, 42 appear on each of the two screens for the display devices. In the new configuration, shown in Figure 4B, the display device
34 has been removed. In this case, it is necessary to move its displayed objects, namely the windows 42, to the remaining device 32. For small objects, it may be appropriate to move them in their entirety to the screen of the remaining device. They can be placed in a suitable default location, for example along the right edge of the display under any existing objects. For larger objects, such as windows, however, the display may become too cluttered if an attempt is made to place them entirely within its area. In this regard, it is not necessary to display an entire window to provide the user with access to the window's functionality. Rather, the user only needs access to a limited portion of the window in order to control it. For most windows, this critical portion is a title bar 50, which typically resides along one edge of the window, normally the top. As long as the user can "grab" the title bar, for example with a cursor, he is able to position the window at any location within the display area, to view its contents and control its functions.
Therefore, when repositioning objects which would otherwise end up off the screen due to the removal or repositioning of a display device, only the critical portion of each object, i.e. that portion whose access enables the user to control the object's function, is displayed within the new configuration. This aspect of the invention is illustrated in Figure 4B, where only a portion of the title bar for each of the windows 42 is displayed on the screen of the remaining display device 32.
If the main device is removed from the display environment, the display manager moves the menu bar 30 to a remaining display device, which becomes the main device, as shown in the example of Figures 2A and 2B. In the event that the size of the main device in the new configuration is different from that of the old configuration, the display manager calculates a new size for each application's menu bar, and moves the window or other data structure containing the menu bar onto the new main device. To accomplish this function, the display manager switches into the displayed content of each application, and examines the menu bar. The menu bar is then redrawn, e.g. scaled, to fit into the new display space. In operation, some applications and other programs may cache a reference to the main device object, i.e. obtain the address of the main device object one time and store that address for future use. If a new device becomes the main device in this type of situation, these types of programs will attempt to direct display information to a device that may no longer exist. To avoid such a dilemma when another device becomes the main device, it is preferable to exchange the contents of the two objects for the former and current main devices, so that references to the main device object continue to properly refer to the current main device. With this approach, the cached reference to the main device object remains valid, even though its contents have been changed to identify the new main device.
In the course of changing display configurations, it may be the case that the last display device is removed. This situation can occur, for example, after one monitor has been unplugged and before a new monitor is plugged in. In another situation, the user might close the lid on a portable computer, thereby effectively removing the built-in display from the display environment. In a preferred implementation of the invention, the display manager can detect the removal of a device from the display environment. For example, as the lid of a portable computer is closed or a monitor cable is disconnected, a switch can provide a signal to the display manager. In response thereto, the display manager deactivates the display by removing it from the active device list, and dynamically reconfigures the environment accordingly.
In either of these cases, if the removed device was the only display device connected to the computer, there is no physical device which can serve as the main device. In such a situation, the display manager installs a virtual device and establishes it as the main device. This operation is depicted in Figures 5A-5G. In each of these figures, the left side illustrates two device lists, an active list and a removed list, and the right side of the figure depicts the displays which are on the active list. In the device list, a particular memory location is depicted by a block 52, and the contents of that location are represented by a letter within the block. Figure 5A depicts the situation that exists before the change in configuration. The device list contains one item, i.e. the identification of the current main device, and the removed list is empty. When the last remaining device is disabled, a dummy or virtual device is created and added to the device list, as shown in Figure 5B. This procedure ensures that there is always one active device to which display-related information can be directed. Once the virtual device has been created, the display manager completes the process of disabling the real device. As shown in Figure 5C, this process includes the steps of swapping the contents of the device handles or objects. Namely, the identification of the former main device is switched with that of the new device which, in this case, is the virtual device. As a result the display identifications point to different display devices, and the main device reference continues to point to the current main device, which is now the virtual device. As explained previously, this feature allows programs that cache the main device to continue to work properly. More particularly, any program's stored reference to the main device object is still pointing to the current main device. After the contents of the device handles have been swapped, the device corresponding to the former main display is removed from the device list and placed in the removed list, as shown in Figure 5D. Subsequently, a new real display is added to the configuration.
This situation is depicted in Figure 5E. At this point, the virtual device is still present, to ensure that at least one active display is present at all times. Once the real display has been enabled, for example in response to a user action, the display manager swaps the identifications of the new display device and the virtual display device, as shown in Figure 5F. This causes the menu bar to be moved to the new, real display. Thereafter, the virtual display is disabled by removing it from the display list, leaving only the new main display, as shown in Figure 5G.
If a user has multiple display configurations which are regularly employed, the display manager can store information about each and use this information to automatically configure the environment as appropriate. For example, a user might have one display configuration that is employed at the office, and a different one at home. The display manager can store user preferences for each of these configurations, such as the locations of the displays and their bit depths, as well as the designated main display device. Based on sensed hardware configurations and/or environmental indicators, such as network identifiers or user-specified location, the display manager can automatically retrieve the information pertaining to that environment and configure the display devices accordingly.
Other features are also available with the display manager. For example, it can provide mirroring of two or more display devices. When two display devices are mirrored to one another, they both display the same information. With the architecture of the present invention, where all display devices communicate with the display manager, the same information can be sent to any two or more such devices via the display manager, to provide the mirroring function. This can be done, for example, by resizing the two devices to be the same size, and laying one on top of the other in the global display space. Alternatively, if frame buffers are employed to store the displayed information, two or more devices can be directed to share the same frame buffer. As another feature, the display manager can provide management of displays in accordance with interdependent factors. For example, some displays having certain timing specifications may only provide certain bit-depth capabilities, i.e. they may have a limited number of available colors. Whenever a display of this type is added to the environment, the display manager can select the most appropriate operating mode or bit depth and communicate that information to the video driver and/or the device driver. In another instance, two or more devices may share a common frame buffer. If the operating mode of one of the devices is changed, it may have an impact on the operation of the other device, for example in terms of the amount of memory available to that other device. In response thereto, the display manager can alter the operating mode of the other device to be commensurate with the changed conditions.
The display manager can also be used to control specific hardware-oriented features of a display through a software interface. For example, the user can employ the display manager to adjust the geometry of a display, the position of the image or other features typically found on a display device, such as brightness and contrast.
From the foregoing, it can be seen that the present invention provides a hardware-independent communication channel between all of the components of a computer that participate in the display of information, namely the display drivers, video drivers, operating system software and applications programs. This architecture provides a mechanism by which the displayed information can be dynamically updated to accommodate changes in the configuration of the display, without requiring a restart of the computer. It will be appreciated by those of ordinary skill in the art that the present invention can be embodied in various forms without departing from the spirit or essential characteristics thereof. The foregoing description is intended to be illustrative rather than restrictive. The scope of the invention is defined by the following claims, rather than the foregoing description, and all changes within the meaning and range of equivalents thereof are intended to be embraced therein.

Claims

What is claimed is:
1. In a computer, a system for controlling the display of information on a display device, comprising: means for determining the configuration of a display environment for the computer; means for detecting a change in said configuration and, in response thereto, for determining differences between the original configuration and the changed configuration; means responsive to said differences for identifying information whose display is affected by said differences; and means for causing information affected by said differences to be displayed in the changed configuration without requiring a restart of the computer.
2. The system of claim 1 wherein the display of information is controlled, at least in part, by software programs, and wherein said system includes means for communicating the changed configuration to said software programs while said programs are running on the computer.
3. The system of claim 2 wherein the communication to the software programs includes identification of the original configuration and the changed configuration.
4. The system of claim 1 wherein said identifying means determines whether information displayed in the original configuration will also be displayed in the new configuration, and said causing means repositions information to ensure that it will be displayed in the new configuration.
5. The system of claim 4 wherein said identifying means determines the position of information in a display space relative to the location of a display device, and said causing means repositions information within said display space so that it coincides with the location of a display device.
6. A method for controlling the display of information in a computer system, comprising the steps of: generating a request to change the display environment for the computer system; storing the current state of displayed information; determining a new configuration for the display environment; providing information to one or more software programs running on the computer of the change in configuration of the display environment to enable said programs to adjust displayed information to conform to the new configuration while said programs are running on the computer system; and repositioning displayed information to conform to the new configuration.
7. The method of claim 6 wherein the step of determining a new configuration includes the steps of identifying information that is displayed on a display device in the stored current state and determining the location of at least one display device in the new configuration, and wherein said repositioning step includes the step of moving at least some of said identified information to the location of said display device.
8. The method of claim 7 further including the steps of detecting whether any of said identified information is located off-screen with respect to a display device in the new configuration, and moving such information, relative to other displayed information, to position at least a portion of such information on-screen with respect to the display device.
9. The method of claim 8 wherein the moved information includes a critical portion that provides user access to said information and a non-critical portion, and wherein said moving step comprises the step of positioning at least said critical portion within the display area of said display device while leaving at least part of the non-critical portion of the information outside of said display area.
10. The method of claim 6 further including the steps of: detecting the absence of any physical display device being active on said computer system; creating an identification for a virtual display device and assigning at least some of the displayed information to said virtual device; subsequently detecting the activation of a physical display device on said computer system; and reassigning said displayed information from the virtual display device to the activated display device.
11. The method of claim 10 wherein the displayed information that is assigned to said virtual display device includes command information that provides control over at least some of the functions of said computer system.
12. The method of claim 11 wherein said command information comprises a menu bar of user-accessible commands.
13. In a computer system having at least one display device connected thereto, a method for controlling the display of information, comprising the steps of: storing a list of active display devices connected to the computer system; detecting the removal of a display device from the computer system; deleting the removed device from said list; and reconfiguring the computer system in accordance with the removed device in a real-time manner while software programs are running on said computer system.
14. The method of claim 13 further including the steps of determining whether the removed device was the only display device connected to the computer system and, if so, creating a virtual display device for receipt of display information.
PCT/US1995/003142 1994-03-14 1995-03-14 System for managing the display of information in a computer WO1995025299A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP52412595A JP4216327B2 (en) 1994-03-14 1995-03-14 Information display management system for computers
AU19918/95A AU1991895A (en) 1994-03-14 1995-03-14 System for managing the display of information in a computer
EP95912907A EP0750762A1 (en) 1994-03-14 1995-03-14 System for managing the display of information in a computer

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/209,275 US5682529A (en) 1994-03-14 1994-03-14 System for dynamically accommodating changes in display configuration by notifying changes to currently running application programs to generate information by application programs to conform to changed configuration
US08/209,275 1994-03-14

Publications (1)

Publication Number Publication Date
WO1995025299A1 true WO1995025299A1 (en) 1995-09-21

Family

ID=22778112

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1995/003142 WO1995025299A1 (en) 1994-03-14 1995-03-14 System for managing the display of information in a computer

Country Status (5)

Country Link
US (1) US5682529A (en)
EP (1) EP0750762A1 (en)
JP (2) JP4216327B2 (en)
AU (1) AU1991895A (en)
WO (1) WO1995025299A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1163656A1 (en) * 1999-02-01 2001-12-19 Microsoft Corporation Method and apparatus for using display device and display condition information
US6373506B1 (en) 1998-07-24 2002-04-16 Nec Corporation Object alignment controller and object alignment controlling method
JP2002312156A (en) * 2001-04-12 2002-10-25 Yokogawa Electric Corp Multimonitor system
EP1672613A2 (en) 2004-12-17 2006-06-21 Microsoft Corporation System and method for managing computer monitor configurations
EP1939724A2 (en) 2006-12-27 2008-07-02 Samsung Electronics Co., Ltd. Display apparatus and driving method of display apparatus
EP2068238A3 (en) * 2007-08-21 2010-04-21 Samsung Electronics Co.,Ltd. Display control method and display system

Families Citing this family (86)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3544557B2 (en) * 1994-04-08 2004-07-21 オリンパス株式会社 Image file device
EP0766168A3 (en) * 1995-09-28 1997-11-19 Hewlett-Packard Company Icons for dual orientation display devices
US6662240B1 (en) * 1996-05-08 2003-12-09 Ncr Corporation Automated configuration of computer accessories
US6215502B1 (en) * 1996-10-28 2001-04-10 Cks Partners Method and apparatus for automatically reconfiguring graphical objects relative to new graphical layouts
US5867153A (en) 1996-10-30 1999-02-02 Transaction Technology, Inc. Method and system for automatically harmonizing access to a software application program via different access devices
US5801691A (en) * 1996-12-31 1998-09-01 International Business Machines Corporation Method and apparatus for mobile device screen reformatting utilizing hypertext
US5807175A (en) * 1997-01-15 1998-09-15 Microsoft Corporation Dynamic detection of player actuated digital input devices coupled to a computer port
JP3000972B2 (en) * 1997-08-18 2000-01-17 日本電気株式会社 Information providing apparatus and machine-readable recording medium recording program
KR100251499B1 (en) * 1997-11-25 2000-04-15 윤종용 The method of hot-plugging
US5966124A (en) * 1997-12-19 1999-10-12 Apple Computer, Inc. Method for adjusting image geometry in a video display monitor
US7554510B1 (en) * 1998-03-02 2009-06-30 Ati Technologies Ulc Method and apparatus for configuring multiple displays associated with a computing system
US6065068A (en) * 1998-04-20 2000-05-16 National Instruments Corporation System for storing and updating configuration information about I/O card and using stored configuration information to configure newly installed I/O card when compatible with old card
US6282646B1 (en) * 1998-05-08 2001-08-28 Apple Computer, Inc. System for real-time adaptation to changes in display configuration
US6473102B1 (en) * 1998-05-11 2002-10-29 Apple Computer, Inc. Method and system for automatically resizing and repositioning windows in response to changes in display
EP0982654A1 (en) * 1998-08-21 2000-03-01 Siemens PC Systeme GmbH & Co. KG Method and device for alternatively controlling and automatically detecting the connection of a PC monitor and a TV set in a computer system
US6281874B1 (en) * 1998-08-27 2001-08-28 International Business Machines Corporation Method and system for downloading graphic images on the internet
US6298427B1 (en) 1999-01-26 2001-10-02 Dell Usa, L.P. Method and apparatus for mapping hard disk partitions and block devices to logical drives in a computer system
US6931440B1 (en) * 1999-04-21 2005-08-16 Emc Corporation Method and apparatus for dynamically determining whether access to a resource connected to a computer has changed and determining how to access the resource with a new identifier
US6335725B1 (en) * 1999-07-14 2002-01-01 Hewlett-Packard Company Method of partitioning a touch screen for data input
US6591010B1 (en) 1999-07-29 2003-07-08 International Business Machines Corporation System and method for image detection and qualification
US6859219B1 (en) * 1999-10-08 2005-02-22 Gateway, Inc. Method and apparatus having multiple display devices
US6658272B1 (en) * 2000-04-28 2003-12-02 Motorola, Inc. Self configuring multiple element portable electronic device
US8089423B1 (en) 2000-05-12 2012-01-03 Harris Scott C Automatic configuration of multiple monitor systems
US6906721B1 (en) 2000-07-07 2005-06-14 American Megatrends, Inc. Systems, methods, and computer program products for managing the display of information output by a computer program
US7089494B1 (en) 2000-07-07 2006-08-08 American Megatrends, Inc. Data structure, methods, and computer program products for storing text data strings used to display text information on a display terminal
US6978315B1 (en) 2000-07-07 2005-12-20 American Megatrends, Inc. Systems, methods, and computer program products for redirecting the display of information from a computer program to a remote display terminal
US6734882B1 (en) * 2000-09-29 2004-05-11 Apple Computer, Inc. Combined menu-list control element in a graphical user interface
US6976065B2 (en) * 2001-02-23 2005-12-13 Sun Microsystems, Inc. Mechanism for reconfiguring a server without incurring server down time
US6480116B1 (en) * 2001-06-26 2002-11-12 Trojan Technology, Inc. Method and apparatus for showing special characters or figures on a rotating disk
TW521188B (en) * 2001-08-03 2003-02-21 Via Tech Inc Automatic updating method for terminal display page and the computer program thereof
US6952702B2 (en) 2001-10-15 2005-10-04 American Megatrends, Inc. Apparatus and methods for managing the display of SMBIOS data relating to the configuration and components of a computing system
US7188163B2 (en) * 2001-11-26 2007-03-06 Sun Microsystems, Inc. Dynamic reconfiguration of applications on a server
FR2833131B1 (en) * 2001-11-30 2004-02-13 Eastman Kodak Co METHOD AND SYSTEM FOR OBTAINING THE DISPLAY OF A SUBJECT OF INTEREST IN A DIGITAL IMAGE
FR2833132B1 (en) * 2001-11-30 2004-02-13 Eastman Kodak Co METHOD FOR SELECTING AND SAVING A SUBJECT OF INTEREST IN A DIGITAL STILL IMAGE
US20030107604A1 (en) * 2001-12-12 2003-06-12 Bas Ording Method and system for automatic window resizing in a graphical user interface
US6832304B2 (en) 2002-01-17 2004-12-14 Dell Products L.P. System, method and computer program product for mapping system memory in a multiple node information handling system
US6864891B2 (en) * 2002-01-31 2005-03-08 Hewlett-Packard Development Company L.P. Switching between internal and external display adapters in a portable computer system
WO2003093967A1 (en) * 2002-05-01 2003-11-13 International Business Machines Corporation Computer, display device setting method, and program
US20030214458A1 (en) * 2002-05-20 2003-11-20 Vladimir Giemborek Multiple display configuration
CN1672124A (en) * 2002-07-24 2005-09-21 皇家飞利浦电子股份有限公司 Variable size multi-pane display
US7882162B2 (en) * 2002-08-08 2011-02-01 Hewlett-Packard Development Company, L.P. Rapid access to data on a powered down personal computer
US7952569B2 (en) * 2002-08-08 2011-05-31 Hewlett-Packard Development Company, L.P. System and method of switching between multiple viewing modes in a multi-head computer system
US7367063B1 (en) * 2002-09-17 2008-04-29 Cisco Technology, Inc. Methods and apparatus for providing security to a computerized device
US20040088535A1 (en) * 2002-10-31 2004-05-06 International Business Machines Corporation Method, apparatus and computer program product for selecting computer system settings for various operating circumstances
US7082529B2 (en) * 2003-04-25 2006-07-25 Dell Products L.P. Method and apparatus for capturing display characteristic information to achieve faster boot and resume of an information handling system
KR100607951B1 (en) * 2003-07-29 2006-08-03 삼성전자주식회사 Apparatus and method for controlling automatically display in multimedia system
US7483080B2 (en) * 2003-10-31 2009-01-27 Ati Technologies Ulc System for displaying images and method thereof
JP4679167B2 (en) * 2004-03-05 2011-04-27 株式会社東芝 Computer system analyzer
US8453063B1 (en) * 2004-04-30 2013-05-28 Apple Inc. Display manager that dynamically adjusts for dependencies in a video display system
US7898533B2 (en) * 2004-04-30 2011-03-01 Microsoft Corporation Video presenting network configuration solution space traversal
US8581803B2 (en) * 2004-04-30 2013-11-12 Microsoft Corporation Video presenting network management
GB0422090D0 (en) * 2004-10-05 2004-11-03 Symbian Software Ltd An interactive computing device with a configurable user interface
US7580518B2 (en) * 2004-12-01 2009-08-25 Motorola, Inc. Dual-axes hinge part for hinged components
US7499540B2 (en) 2004-12-30 2009-03-03 Motorola, Inc. Device having pivotable hinges
US7812786B2 (en) * 2005-01-18 2010-10-12 Nokia Corporation User interface for different displays
CN100419848C (en) * 2005-09-28 2008-09-17 联想(北京)有限公司 Multiple display device system and method for automatically setting display-mode
US8056072B2 (en) * 2005-10-31 2011-11-08 Microsoft Corporation Rebootless display driver upgrades
US7696985B2 (en) * 2005-11-30 2010-04-13 Avago Technologies Ecbu Ip (Singapore) Pte. Ltd. Producing display control signals for handheld device display and remote display
US7378966B2 (en) * 2006-01-04 2008-05-27 Microsoft Corporation RFID device groups
DE102006010980A1 (en) * 2006-03-09 2007-09-13 Fujitsu Siemens Computers Gmbh Method and system for configuring a monitor
KR100753397B1 (en) * 2006-04-04 2007-08-30 삼성전자주식회사 Apparatus and method for controlling auto display in a mobile station
US20070247798A1 (en) * 2006-04-20 2007-10-25 International Business Machines Corporation Display having a variable display size for use in portable electronic devices and methods for controlling same
US8207822B2 (en) * 2006-06-15 2012-06-26 Microsoft Corporation Support for batching of events, and shredding of batched events in the RFID infrastructure platform
US20080001711A1 (en) * 2006-06-15 2008-01-03 Microsoft Corporation Reliability of execution for device provider implementations
US20080174404A1 (en) * 2007-01-23 2008-07-24 Microsoft Corporation Dynamic updates in rfid manager
US8245219B2 (en) * 2007-01-25 2012-08-14 Microsoft Corporation Standardized mechanism for firmware upgrades of RFID devices
US8209417B2 (en) * 2007-03-08 2012-06-26 Oracle International Corporation Dynamic resource profiles for clusterware-managed resources
TW200926048A (en) * 2007-12-14 2009-06-16 Lead Data Inc Screen auxiliary system
US20090275366A1 (en) * 2008-05-05 2009-11-05 Schilling Donald L Personal portable communication devices with deployable display systems for three dimensional visual representations and/or privacy and methods of use
JP5014259B2 (en) * 2008-05-30 2012-08-29 パナソニック株式会社 Display control apparatus and display control method
US8339429B2 (en) 2008-07-24 2012-12-25 International Business Machines Corporation Display monitor electric power consumption optimization
US8310494B2 (en) * 2008-09-30 2012-11-13 Apple Inc. Method for reducing graphics rendering failures
TW201025015A (en) * 2008-12-30 2010-07-01 Wistron Corp Method for safely removing an external image processing device for a computer system and related computer system
JP4676011B2 (en) * 2009-05-15 2011-04-27 株式会社東芝 Information processing apparatus, display control method, and program
US9336028B2 (en) * 2009-06-25 2016-05-10 Apple Inc. Virtual graphics device driver
US8813167B2 (en) * 2010-12-30 2014-08-19 Apple Inc. Dynamic device configuration using predicates
US9829970B2 (en) * 2011-06-27 2017-11-28 International Business Machines Corporation System for switching displays based on the viewing direction of a user
JP5991742B2 (en) * 2011-08-29 2016-09-14 キヤノン株式会社 Information processing apparatus, display state restoration method, and program
JP5287968B2 (en) * 2011-11-21 2013-09-11 パナソニック株式会社 Multi-display system and cursor control method
JP6104722B2 (en) * 2013-06-07 2017-03-29 株式会社東芝 Information processing apparatus and control method
US20150186011A1 (en) * 2013-12-30 2015-07-02 Samsung Electronics Co., Ltd. Apparatus and method for interacting with items on a portable terminal
US10269454B2 (en) * 2015-01-06 2019-04-23 Stryker Corporation Method of configuring devices in an operating theater
US10372306B2 (en) * 2016-04-16 2019-08-06 Apple Inc. Organized timeline
US20190146558A1 (en) * 2016-06-01 2019-05-16 Ntt Docomo, Inc. Mobile terminal
US11347464B2 (en) * 2017-07-28 2022-05-31 Ncr Corporation Unique display output control for dual displays
US10321463B1 (en) 2018-01-16 2019-06-11 Dell Products, Lp Method and apparatus for an accelerometer assisted control system for a reconfigurable antenna communication device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3303439A1 (en) * 1983-02-02 1984-08-02 Fuji Electric Co Ltd Display and control system with display devices
EP0295689A2 (en) * 1987-06-19 1988-12-21 Kabushiki Kaisha Toshiba Display controller for CRT/plasma display apparatus
EP0295690A2 (en) * 1987-06-19 1988-12-21 Kabushiki Kaisha Toshiba Display area control system for plasma display apparatus
US5027110A (en) * 1988-12-05 1991-06-25 At&T Bell Laboratories Arrangement for simultaneously displaying on one or more display terminals a series of images
JPH04130921A (en) * 1990-09-21 1992-05-01 Nec Corp Display control system
JPH05165868A (en) * 1991-12-13 1993-07-02 Fujitsu Ltd Paging control system

Family Cites Families (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4377000A (en) * 1980-05-05 1983-03-15 Westinghouse Electric Corp. Automatic fault detection and recovery system which provides stability and continuity of operation in an industrial multiprocessor control
JPS61141482A (en) * 1984-12-14 1986-06-28 東芝テック株式会社 Display controller
JPS6336427A (en) * 1986-07-31 1988-02-17 Nippon Telegr & Teleph Corp <Ntt> Information display system
JPS63173286U (en) * 1987-04-28 1988-11-10
US4862355A (en) * 1987-08-13 1989-08-29 Digital Equipment Corporation System permitting peripheral interchangeability during system operation
US4897799A (en) * 1987-09-15 1990-01-30 Bell Communications Research, Inc. Format independent visual communications
JP2737134B2 (en) * 1987-11-30 1998-04-08 セイコーエプソン株式会社 Electronics
JPH01128393U (en) * 1988-02-25 1989-09-01
US5282268A (en) * 1988-09-27 1994-01-25 Allen-Bradley Company, Inc. Video image storage system
US5014193A (en) * 1988-10-14 1991-05-07 Compaq Computer Corporation Dynamically configurable portable computer system
JPH02118826A (en) * 1988-10-28 1990-05-07 Fujitsu Ltd Event control system in information processor
US5276630A (en) * 1990-07-23 1994-01-04 American Standard Inc. Self configuring controller
JPH04118717A (en) * 1990-09-07 1992-04-20 Fujitsu Ltd Multi-window control method
JPH04346118A (en) * 1991-05-23 1992-12-02 Toshiba Corp Information equipment
JPH04362783A (en) * 1991-06-10 1992-12-15 Toshiba Corp Cad system having simultaneous concurrent processing function at plural terminals
JPH0690604B2 (en) * 1991-06-26 1994-11-14 株式会社東芝 Display control system and method
JPH0511958A (en) * 1991-07-01 1993-01-22 N T T Data Tsushin Kk Server/client type window system
JPH05197573A (en) * 1991-08-26 1993-08-06 Hewlett Packard Co <Hp> Task controlling system with task oriented paradigm
JPH05119953A (en) * 1991-10-29 1993-05-18 Nec Corp Personal computer with display unit
JPH0821015B2 (en) * 1992-01-20 1996-03-04 インターナショナル・ビジネス・マシーンズ・コーポレイション Computer and system reconfiguring apparatus and method thereof
JPH05313848A (en) * 1992-05-08 1993-11-26 Nec Corp Window changing system for computer display
JPH0619439A (en) * 1992-06-30 1994-01-28 Fujitsu Ltd Alteration system for screen display
US5408618A (en) * 1992-07-31 1995-04-18 International Business Machines Corporation Automatic configuration mechanism
US5471675A (en) * 1993-07-27 1995-11-28 Taligent, Inc. Object oriented video framework system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3303439A1 (en) * 1983-02-02 1984-08-02 Fuji Electric Co Ltd Display and control system with display devices
EP0295689A2 (en) * 1987-06-19 1988-12-21 Kabushiki Kaisha Toshiba Display controller for CRT/plasma display apparatus
EP0295690A2 (en) * 1987-06-19 1988-12-21 Kabushiki Kaisha Toshiba Display area control system for plasma display apparatus
US5027110A (en) * 1988-12-05 1991-06-25 At&T Bell Laboratories Arrangement for simultaneously displaying on one or more display terminals a series of images
JPH04130921A (en) * 1990-09-21 1992-05-01 Nec Corp Display control system
JPH05165868A (en) * 1991-12-13 1993-07-02 Fujitsu Ltd Paging control system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
PATENT ABSTRACTS OF JAPAN vol. 016, no. 398 (P - 1408) 24 August 1992 (1992-08-24) *
PATENT ABSTRACTS OF JAPAN vol. 017, no. 581 (P - 1631) 21 October 1993 (1993-10-21) *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6373506B1 (en) 1998-07-24 2002-04-16 Nec Corporation Object alignment controller and object alignment controlling method
EP1163656A1 (en) * 1999-02-01 2001-12-19 Microsoft Corporation Method and apparatus for using display device and display condition information
EP1163656A4 (en) * 1999-02-01 2010-05-12 Microsoft Corp Method and apparatus for using display device and display condition information
JP2002312156A (en) * 2001-04-12 2002-10-25 Yokogawa Electric Corp Multimonitor system
JP4622138B2 (en) * 2001-04-12 2011-02-02 横河電機株式会社 Multi monitor system
EP1672613A2 (en) 2004-12-17 2006-06-21 Microsoft Corporation System and method for managing computer monitor configurations
EP1672613A3 (en) * 2004-12-17 2009-04-29 Microsoft Corporation System and method for managing computer monitor configurations
EP1939724A2 (en) 2006-12-27 2008-07-02 Samsung Electronics Co., Ltd. Display apparatus and driving method of display apparatus
EP1939724A3 (en) * 2006-12-27 2009-07-22 Samsung Electronics Co., Ltd. Display apparatus and driving method of display apparatus
EP2068238A3 (en) * 2007-08-21 2010-04-21 Samsung Electronics Co.,Ltd. Display control method and display system

Also Published As

Publication number Publication date
US5682529A (en) 1997-10-28
JP2008181522A (en) 2008-08-07
JPH10504119A (en) 1998-04-14
AU1991895A (en) 1995-10-03
JP4268210B2 (en) 2009-05-27
EP0750762A1 (en) 1997-01-02
JP4216327B2 (en) 2009-01-28

Similar Documents

Publication Publication Date Title
US5682529A (en) System for dynamically accommodating changes in display configuration by notifying changes to currently running application programs to generate information by application programs to conform to changed configuration
US6282646B1 (en) System for real-time adaptation to changes in display configuration
US8797232B2 (en) Information processing apparatus, display control method, and program
US6573913B1 (en) Repositioning and displaying an object in a multiple monitor environment
US7019752B1 (en) Method and apparatus for frame buffer management
US5841420A (en) Method and system in a data processing system windowing environment for displaying previously obscured information
US6028585A (en) Screen display control method and a screen display control apparatus
US7660914B2 (en) Auxiliary display system architecture
US7890884B2 (en) Exclusive use display surface areas and persistently visible display of contents including advertisements
US5581766A (en) Selectable video driver system
US7158094B2 (en) Method and apparatus for supporting multiple displays
US20040133817A1 (en) Portable computer managing power consumption according to display part positions and control method thereof
US7477235B2 (en) Display apparatus having a scroll feature
JP2008027455A (en) Data transfer method, information terminal device, host device, program and recording medium
JPH0785217B2 (en) Method and apparatus for supporting window display and removal
JP2006351013A (en) Method and system for storing/restoring procedure in electronic equipment
KR100297439B1 (en) Computer system
JP2606086B2 (en) Display device switching method
JPH09305372A (en) Screen display system
JPH0732673A (en) Program switching system for printer

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AM AT AU BB BG BR BY CA CH CN CZ DE DK EE ES FI GB GE HU JP KE KG KP KR KZ LK LR LT LU LV MD MG MN MW MX NL NO NZ PL PT RO RU SD SE SG SI SK TJ TT UA US UZ VN

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): KE MW SD SZ UG AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 1995912907

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1995912907

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

CFP Corrected version of a pamphlet front page
CR1 Correction of entry in section i
NENP Non-entry into the national phase

Ref country code: CA

WWW Wipo information: withdrawn in national office

Ref document number: 1995912907

Country of ref document: EP