JP4622138B2 - Multi monitor system - Google Patents
Multi monitor system Download PDFInfo
- Publication number
- JP4622138B2 JP4622138B2 JP2001114057A JP2001114057A JP4622138B2 JP 4622138 B2 JP4622138 B2 JP 4622138B2 JP 2001114057 A JP2001114057 A JP 2001114057A JP 2001114057 A JP2001114057 A JP 2001114057A JP 4622138 B2 JP4622138 B2 JP 4622138B2
- Authority
- JP
- Japan
- Prior art keywords
- monitor
- function
- monitors
- operating system
- windows
- Prior art date
- Legal status (The legal status 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 status listed.)
- Expired - Fee Related
Links
Images
Landscapes
- Testing And Monitoring For Control Systems (AREA)
- Digital Computer Display Output (AREA)
Description
【0001】
【発明の属する技術分野】
この発明は、複数のモニタを使用するマルチモニタシステムに関し、詳しくは構成が異なっても自動的に最適の機能を設定することできるマルチモニタシステムに関するものである。
【0002】
【従来の技術】
プロセス制御装置には、複数のモニタを用いることができるマルチモニタシステムが搭載されているものがある。このようなマルチモニタシステムでは、仮想デスクトップを複数のモニタに分割して表示させることによって、複数のプロセスの状態を監視したり、プロセスの状態をチェックしながら設定値を変更するなどの操作を行うことができる。
【0003】
このようなマルチモニタシステムを実現する手段はOSによって異なっている。例えば、Windows(登録商標)2000を用いる制御装置では、OSがマルチモニタ機能をサポートしているので、このOSの機能を利用してマルチモニタシステムを実現している。しかし、Windows(登録商標)NT4.0ではOSがマルチモニタ機能をサポートしていないので、ディスプレイカードのドライバ独自の機能であるデュアルヘッド機能を用いてマルチモニタを実現している。
【0004】
また、Windows(登録商標)2000のような、OSがマルチモニタ機能をサポートしているOSを使用していても、ディスプレイカードのドライバがそのOSのマルチモニタ機能に対応していないとOSのマルチモニタ機能を使用することができないので、デュアルヘッド機能を用いてマルチモニタを実現することもある。
【0005】
【発明が解決しようとする課題】
しかしながら、このようなマルチモニタシステムには、次のような課題があった。
【0006】
前述したように、OSがサポートしているマルチモニタ機能を使用するか、あるいはディスプレイドライバ独自の機能であるデュアルヘッド機能を使用するかは、どのOSを使用するか、あるいはディスプレイカードのドライバがOSのマルチモニタ機能に対応しているかどうかによって決定しなければならない。従来はシステム設計者がシステム構成を見てどちらの機能を用いるかを判断していたが、煩雑であるという課題があった。
【0007】
従って本発明が解決しようとする課題は、システム構成をチェックして、どの機能を用いてマルチモニタシステムを実現するかを自動的に判断することができる、マルチモニタシステムを提供することにある。
【0008】
【課題を解決するための手段】
このような課題を解決するために、本発明のうち請求項1記載の発明は、2台以上のモニタと、これらのモニタに対応しているディスプレイカードと、このディスプレイカードを制御するディスプレイドライバと、設定時に操作監視ウインドウアプリケーションによってアクセスされ、オペレーティングシステムの種類およびこのオペレーティングシステムが2台以上のモニタを認識しているかを調べ、オペレーティングシステムがマルチモニタ機能をサポートしており、かつ2台以上のモニタを認識しているときは、このマルチモニタ機能にアクセスして情報を取得して前記オペレーティングシステムがサポートするマルチモニタ機能を選択し、前記オペレーティングシステムがマルチモニタ機能をサポートしていないオペレーティングシステムであるか、2台以上のモニタを認識していないときは前記ディスプレイドライバにアクセスして情報を取得して前記ディスプレイドライバがサポートするマルチモニタ機能を選択するモニタ認識部とを具備したものである。自動的に最適の機能を選択できる。
【0012】
【発明の実施の形態】
以下に、図に基づいて本発明を詳細に説明する。
図1は本発明に係るマルチモニタシステムの一実施例のフローチャートである。すなわち、このフローチャートはどの機能を使用してマルチモニタシステムを実現するかを決めるアルゴリズムを示すものである。この実施例では、OSの機能を利用できるときはその機能を優先的に使用するようにする。
【0013】
図1において、まず使用しているOSがWindows(登録商標)2000以降であるかを調べる。Windows(登録商標)2000以降でないとOSがマルチモニタをサポートしていないので、デュアルヘッド機能を選択する。OSがWindows(登録商標)2000以降であると、次にOSが2台以上のモニタを認識しているかを調べる。認識していないとディスプレイカードのドライバがOSのマルチモニタ機能に対応していないので、デュアルヘッド機能を選択し、認識しているとOSのマルチモニタ機能を選択する。
【0014】
そして、OSのマルチモニタ機能を選択したときはOSからマルチモニタ機能のモニタ情報を取得する処理を行い、デュアルヘッド機能を選択したときはデュアルヘッド機能のモニタ情報を取得する処理を行って、この情報によってマルチモニタシステムを実現する。
【0015】
図2に、デュアルヘッド機能を使用するときのモニタ情報取得処理のフローチャートを示す。このフローチャートでは、仮想的なデスクトップの解像度から使用するモニタの台数とその並び方を決定する。最初にデュアルヘッド機能時のモニタの情報を取得する。そして、モニタ数決定処理を開始する。まず、解像度の横縦比が12:3、ドット数比で640×3:480よりも横が大きいかを調べる。横がこの値よりも大きいと、水平方向に4台のモニタが必要であるとする。
【0016】
上記の値よりも横方向の解像度が大きくないと、同様にして解像度の横縦比が8:3,ドット数比で640×2:480よりも横が大きいかを調べ、この値よりも横が大きいと水平方向に3台のモニタが必要であるとする。大きくないと解像度が4:3、ドット数比で640:480よりも横が大きいかを調べ、大きいと水平方向にモニタが2台、大きくないと水平方向のモニタは1台であるとする。
【0017】
水平方向のモニタ数が1台と決定されると、次に仮想的なデスクトップの垂直方向の解像度から垂直方向のモニタ数を決定する。最初に解像度の横と縦の比が5:12,ドット数比では1280:1024×3より縦方向が大きいかを調べ、大きいと垂直方向のモニタ数を4台とする。また、小さいと横縦比が5:8、ドット数比で1280:1024×2より縦方向が大きいかを調べ、大きいと垂直方向のモニタ数を3台とする。
【0018】
次に、解像度の縦横比が5:4、ドット数比で1280:1024より縦方向が大きいかを調べ、大きいと垂直方向のモニタ数を2台、大きくないと1台とする。このようにして、水平方向と垂直方向のモニタ数を決定する。
【0019】
図3にデュアルヘッド機能を用いた場合のモニタの配置例を示す。図3において、(A)〜(C)はモニタを水平方向に配置した例であり、(D)〜(F)は垂直方向に配置した例である。仮想的なデスクトップの原点(0,0)を含むモニタがモニタ番号1になり、順番に2〜4の番号を付ける。通常、原点は画面の左上端に取るので、横方向の配置の場合は左端から右に向かって増加する番号が付けられ、縦方向配置の場合は上から下に向かって増加する番号が付けられる。このモニタ番号は、モニタの配置方向や主モニタ、副モニタの選択状態などには依存しない、モニタの物理的な番号である。
【0020】
OSがサポートしているマルチモニタ機能を使用するときは、モニタに関する情報はマルチモニタ関連のAPI(Application Program Interface)から取得する。Windows(登録商標)2000の場合はAPIはWin32APIである。
【0021】
図4に、Windows(登録商標)2000のモニタ関係のプロパティの設定画面を示す。図4において、1はモニタのプロパティの設定ウインドウである。11はモニタの色数を設定するボックスである。この設定はHigh Color(65,536色)以上の色数を設定し、かつ使用する全てのモニタの色数を同じにする。
【0022】
12はどのモニタをプライマリモニタ(主モニタ)とするかの設定ボックスである。どれか1台のモニタをプライマリモニタに設定する。13はモニタの解像度を設定するボックスである。使用する全てのモニタを同じ解像度に設定する。14に使用する複数のモニタの配置および現在設定中のモニタがどの位置にあるかが表示される。図4では設定中のモニタはモニタ1であることを示している。
【0023】
この実施例では、図1、図2で説明した複数モニタの認識機能を共通ライブラリで実現している。マルチモニタを使用するアプリケーション、例えばプロセス制御の操作監視インターフェイスがこの複数モニタ認識の共通ライブラリを使用することにより、ディスプレイカードなどのハードウエアの構成の違いを意識することなく、複数モニタのインターフェイスを実現することができる。
【0024】
図5に、デュアルヘッド機能を用いた場合のハードウエアとソフトウエアの関係を示す。図5において、2は操作監視ウインドウアプリケーション、3は図1、図2で機能を説明した複数モニタ認識部である複数モニタ認識ライブラリ、51はマルチモニタ対応のディスプレイドライバである。このディスプレイドライバ51には複数のディスプレイカード6が接続されており、各々のディスプレイカード6にはモニタ7が接続されている。
【0025】
このような構成において、操作監視ウインドウアプリケーション2は設定時に複数モニタ認識ライブラリ3をアクセスする。複数モニタ認識ライブラリ3はディスプレイドライバ51にアクセスしてモニタに関する情報などシステムの情報を取得し、マルチモニタ機能を実現する。その後、Windows(登録商標)GDI(Graphic Device Interface)機能を用いて仮想デスクトップに描画を行う。Windows(登録商標)GDI機能4はディスプレイドライバ51の機能を用いて、モニタ7に表示を行う。
【0026】
図6に、OSがサポートしているマルチモニタ機能を用いた場合の構成を示す。なお、図5と同じ要素には同一符号を付し、説明を省略する。この図では、OSにWindows(登録商標)2000を用いる場合で説明している。52はWidows2000マルチモニタ機能であり、複数モニタ認識ライブラリ3およびWindows(登録商標)GDI機能4によってアクセスされる。53はWindows(登録商標)2000マルチモニタ対応のディスプレイドライバであり、使用する各ディスプレイカード6に対応している。
【0027】
このような構成において、操作監視ウインドウアプリケーション2は設定時に複数モニタ認識ライブラリ3をアクセスする。複数モニタ認識ライブラリ3はディスプレイドライバ51にアクセスしてモニタに関する情報などシステムの情報を取得し、マルチモニタ機能を実現する。その後、操作監視ウインドウアプリケーション2はWindows(登録商標)GDI機能4にアクセスして、仮想デスクトップに描画を行う。
【0028】
Windows(登録商標)GDI機能4はWindows(登録商標)2000マルチモニタ機能52にアクセスして描画を実行する。Windows(登録商標)2000マルチモニタ機能52は描画をどのモニタに表示するかを決定してそれぞれのWindows(登録商標)2000マルチモニタディスプレイドライバ53をアクセスし、各々のモニタに表示を行う。
【0029】
すなわち、図5のデュアルヘッド機能を用いるシステムの場合でも、図6のOSのマルチモニタ機能を使用する場合でも、アプリケーションは複数モニタ認識ライブラリ3にアクセスするだけでよい。この複数モニタ認識ライブラリ3が常に最適のマルチモニタ機能を選択する。
【0030】
図7、図8にOSのマルチモニタ機能を利用した場合の各モニタの表示例を示す。図7は2台のモニタを横に配置した場合の例であり、81、82はそれぞれモニタ番号1,2のモニタの表示画面、91,92はそれぞれモニタ番号1,2のモニタのシステムウインドウメッセージである。また、図8は2台のモニタを縦置きに配置した場合の例である。符号は図7と同じなので、説明を省略する。
【0031】
OSのマルチモニタ機能を使用すると、OS(例えばWindows(登録商標)2000)の機能の範囲内で自由にモニタを配置することができる。また、アプリケーションデスクトップウインドウ(タスクバーのようなウインドウ)を各モニタに表示することができる。図7,図8のシステムメッセージウインドウ91,92はアプリケーションデスクトップウインドウの例である。
【0032】
図9、図10にデュアルヘッド機能を用いた場合の表示例を示す。なお、図7と同一要素には同一符号を付し、説明を省略する。図9は2台のモニタを横に配置した例、図10は2台のモニタを縦に配置した例である。
【0033】
デュアルヘッド機能を用いた場合には、モニタの配置は横方向に2〜4台または縦方向に2〜4台の6種類に限られる。また、OSはモニタが1つであると認識するので、アプリケーションデスクトップツールバーは全ての画面を含んだ矩形の4辺にしか配置できないという制約がある。しかしながら、これらの制約を除くとOSが提供するマルチモニタ機能と同等の機能を有するので、実用上支障はない。
【0034】
なお、これらの実施例では、OSとしてWindows(登録商標)2000を使用し、またデュアルヘッド機能のマルチモニタ機能を用いる場合に限定して説明した。しかしなららこれに限定されることはなく、他のOSやデュアルヘッド機能でないマルチモニタ機能を用いても、同様に実現することができる。
【0035】
【発明の効果】
以上説明したことから明らかなように、本発明によれば、次の効果が期待できる。
請求項1の発明によれば、2台以上のモニタと、これらのモニタに対応しているディスプレイ
カードと、このディスプレイカードを制御するディスプレイドライバと、設定時に操作監視ウインドウアプリケーションによってアクセスされ、オペレーティングシステムの種類およびこのオペレーティングシステムが2台以上のモニタを認識しているかを調べ、オペレーティングシステムがマルチモニタ機能をサポートしており、かつ2台以上のモニタを認識しているときは、このマルチモニタ機能にアクセスして情報を取得して前記オペレーティングシステムがサポートするマルチモニタ機能を選択し、前記オペレーティングシステムがマルチモニタ機能をサポートしていないオペレーティングシステムであるか、2台以上のモニタを認識していないときは前記ディスプレイドライバにアクセスして情報を取得して前記ディスプレイドライバがサポートするマルチモニタ機能を選択するモニタ認識部とを具備した。
【0036】
システムの状態に応じて最適の機能を自動的に選択することができるため、煩雑な設定作業がなくなるという効果がある。また、OSがマルチモニタをサポートしていない場合であっても、それと同等のマルチモニタシステムを実現することができるという効果もある。さらに、機能が大きいOSがサポートするマルチモニタ機能を優先的に選択できるという効果もある。
【図面の簡単な説明】
【図1】本発明の一実施例を示すフローチャートである。
【図2】モニタの数およびその配置を決定するフローチャートである
【図3】モニタの配置例を示す図である。
【図4】Windows(登録商標)2000の設定画面の図である。
【図5】デュアルヘッド機能を用いたマルチモニタシステムの構成図である。
【図6】Windows(登録商標)2000を用いたマルチモニタシステムの構成図である。
【図7】マルチモニタシステムの画面の一例を示す図である。
【図8】マルチモニタシステムの画面の一例を示す図である。
【図9】マルチモニタシステムの画面の一例を示す図である。
【図10】マルチモニタシステムの画面の一例を示す図である。
【符号の説明】
1 設定画面
2 操作監視ウインドウのアプリケーション
3 複数モニタ認識ライブラリ
4 Windows(登録商標)のGDI機能
51 マルチモニタ対応のディスプレイドライバ
52 Windows(登録商標)2000マルチモニタ機能
53 Windows(登録商標)2000マルチモニタ対応のディスプレイドライバ
6 ディスプレイカード
7、81、82 モニタ[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a multi-monitor system that uses a plurality of monitors, and more particularly to a multi-monitor system that can automatically set an optimum function even if the configuration is different.
[0002]
[Prior art]
Some process control apparatuses are equipped with a multi-monitor system that can use a plurality of monitors. In such a multi-monitor system, the virtual desktop is divided into a plurality of monitors and displayed, thereby monitoring the state of a plurality of processes and changing the setting value while checking the state of the process. be able to.
[0003]
Means for realizing such a multi-monitor system differs depending on the OS. For example, in a control device using Windows (registered trademark) 2000, since the OS supports a multi-monitor function, a multi-monitor system is realized using the function of the OS. However, in Windows (registered trademark) NT4.0, since the OS does not support the multi-monitor function, the multi-monitor is realized by using the dual head function which is a function unique to the driver of the display card.
[0004]
Also, even if the OS uses an OS that supports the multi-monitor function, such as Windows (registered trademark) 2000, if the display card driver does not support the multi-monitor function of the OS, the OS multi Since the monitor function cannot be used, a multi-monitor may be realized using the dual head function.
[0005]
[Problems to be solved by the invention]
However, such a multi-monitor system has the following problems.
[0006]
As described above, whether to use the multi-monitor function supported by the OS or the dual head function that is unique to the display driver depends on which OS is used or the driver of the display card is the OS. It must be determined by whether or not the multi-monitor function is supported. Conventionally, the system designer has determined which function to use by looking at the system configuration, but there is a problem that it is complicated.
[0007]
Therefore, the problem to be solved by the present invention is to provide a multi-monitor system that can automatically determine which function is used to implement a multi-monitor system by checking the system configuration.
[0008]
[Means for Solving the Problems]
In order to solve such a problem, the invention described in
[0012]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, the present invention will be described in detail with reference to the drawings.
FIG. 1 is a flowchart of an embodiment of a multi-monitor system according to the present invention. That is, this flowchart shows an algorithm for determining which function is used to realize the multi-monitor system. In this embodiment, when an OS function can be used, the function is used preferentially.
[0013]
In FIG. 1, it is first checked whether the OS used is Windows (registered trademark) 2000 or later. Since the OS does not support multi-monitor unless it is Windows (registered trademark) 2000 or later, the dual head function is selected. If the OS is Windows (registered trademark) 2000 or later, it is checked whether the OS recognizes two or more monitors. If not recognized, the driver of the display card does not support the OS multi-monitor function, so the dual head function is selected, and if it is recognized, the OS multi-monitor function is selected.
[0014]
When the multi-monitor function of the OS is selected, the monitor information of the multi-monitor function is acquired from the OS. When the dual head function is selected, the process of acquiring the monitor information of the dual head function is performed. A multi-monitor system is realized by information.
[0015]
FIG. 2 shows a flowchart of monitor information acquisition processing when the dual head function is used. In this flowchart, the number of monitors to be used and their arrangement are determined from the virtual desktop resolution. First, monitor information for the dual head function is acquired. Then, the monitor number determination process is started. First, it is examined whether the aspect ratio of resolution is 12: 3 and the aspect ratio is larger than 640 × 3: 480 in terms of the number of dots. If the width is larger than this value, it is assumed that four monitors are required in the horizontal direction.
[0016]
If the resolution in the horizontal direction is not larger than the above value, it is similarly checked whether the aspect ratio of the resolution is 8: 3 and the horizontal ratio is larger than 640 × 2: 480 in terms of the number of dots. If is large, three monitors are required in the horizontal direction. If it is not larger, it is checked whether the resolution is 4: 3 and the horizontal ratio is larger than 640: 480 in the dot number ratio. If it is larger, it is assumed that there are two monitors in the horizontal direction.
[0017]
If the number of monitors in the horizontal direction is determined to be one, then the number of monitors in the vertical direction is determined from the vertical resolution of the virtual desktop. First, it is checked whether the horizontal / vertical ratio of resolution is 5:12 and the dot ratio is larger than 1280: 1024 × 3, and if it is larger, the number of monitors in the vertical direction is set to four. If the ratio is smaller, the aspect ratio is 5: 8, and the dot number ratio is greater than 1280: 1024.times.2. If the ratio is larger, the number of monitors in the vertical direction is three.
[0018]
Next, it is checked whether the aspect ratio of the resolution is 5: 4 and the dot number ratio is larger than 1280: 1024, and if it is larger, the number of monitors in the vertical direction is two, and if not larger, it is one. In this way, the number of monitors in the horizontal and vertical directions is determined.
[0019]
FIG. 3 shows an example of the arrangement of monitors when the dual head function is used. 3, (A) to (C) are examples in which monitors are arranged in the horizontal direction, and (D) to (F) are examples in which monitors are arranged in the vertical direction. The monitor including the virtual desktop origin (0, 0) becomes
[0020]
When the multi-monitor function supported by the OS is used, information regarding the monitor is acquired from an application program interface (API) related to the multi-monitor. In the case of Windows (registered trademark) 2000, the API is Win32API.
[0021]
FIG. 4 shows a setting screen for monitor-related properties of Windows (registered trademark) 2000. In FIG. 4,
[0022]
[0023]
In this embodiment, the recognition function of a plurality of monitors described in FIGS. 1 and 2 is realized by a common library. By using this multi-monitor recognition common library for applications that use multiple monitors, such as process control operation monitoring interfaces, multiple monitor interfaces can be realized without being aware of differences in hardware configuration such as display cards. can do.
[0024]
FIG. 5 shows the relationship between hardware and software when the dual head function is used. In FIG. 5, 2 is an operation monitoring window application, 3 is a multi-monitor recognition library which is a multi-monitor recognition unit whose functions are described in FIGS. 1 and 2, and 51 is a multi-monitor compatible display driver. A plurality of
[0025]
In such a configuration, the operation
[0026]
FIG. 6 shows a configuration when the multi-monitor function supported by the OS is used. The same elements as those in FIG. 5 are denoted by the same reference numerals and description thereof is omitted. In this figure, the case where Windows (registered trademark) 2000 is used for the OS is described.
[0027]
In such a configuration, the operation
[0028]
The Windows (registered trademark)
[0029]
In other words, whether the system uses the dual head function shown in FIG. 5 or the multi-monitor function of the OS shown in FIG. The
[0030]
7 and 8 show display examples of each monitor when the multi-monitor function of the OS is used. FIG. 7 shows an example in which two monitors are arranged horizontally, 81 and 82 are monitor display screens of
[0031]
When the multi-monitor function of the OS is used, the monitor can be freely arranged within the function range of the OS (for example, Windows (registered trademark) 2000). In addition, an application desktop window (a window such as a task bar) can be displayed on each monitor. The
[0032]
9 and 10 show display examples when the dual head function is used. In addition, the same code | symbol is attached | subjected to the same element as FIG. 7, and description is abbreviate | omitted. FIG. 9 shows an example in which two monitors are arranged horizontally, and FIG. 10 shows an example in which two monitors are arranged vertically.
[0033]
When the dual head function is used, the number of monitor arrangements is limited to 6 types, 2 to 4 units in the horizontal direction or 2 to 4 units in the vertical direction. Further, since the OS recognizes that there is one monitor, there is a restriction that the application desktop toolbar can be arranged only on four sides of a rectangle including all screens. However, if these restrictions are removed, it has the same function as the multi-monitor function provided by the OS, so there is no practical problem.
[0034]
In these embodiments, the description is limited to the case where Windows (registered trademark) 2000 is used as the OS and the multi-monitor function of the dual head function is used. However, the present invention is not limited to this, and the same can be realized by using another OS or a multi-monitor function that is not a dual head function.
[0035]
【The invention's effect】
As is clear from the above description, the following effects can be expected according to the present invention.
According to the first aspect of the present invention , the operating system is accessed by two or more monitors, a display card corresponding to these monitors, a display driver for controlling the display card, and an operation monitoring window application at the time of setting. If the operating system supports the multi-monitor function and recognizes two or more monitors, the multi-monitor function access to acquire information by selecting a multi-monitor function which the operating system supports the said or operating system is an operating system that does not support multi-monitor function recognizes the two or more monitors When there was and a monitor recognition unit for selecting a multi-monitor function of the display driver to obtain information by accessing the display driver support.
[0036]
Since the optimum function can be automatically selected according to the state of the system, there is an effect that complicated setting work is eliminated. Moreover, even if the OS does not support multi-monitors, there is an effect that a multi-monitor system equivalent to that can be realized. Furthermore, there is an effect that a multi-monitor function supported by an OS having a large function can be selected with priority.
[Brief description of the drawings]
FIG. 1 is a flowchart showing an embodiment of the present invention.
FIG. 2 is a flowchart for determining the number of monitors and their arrangement. FIG. 3 is a diagram showing an example of the arrangement of monitors.
FIG. 4 is a diagram of a setting screen of Windows (registered trademark) 2000;
FIG. 5 is a configuration diagram of a multi-monitor system using a dual head function.
FIG. 6 is a configuration diagram of a multi-monitor system using Windows (registered trademark) 2000;
FIG. 7 is a diagram illustrating an example of a screen of a multi-monitor system.
FIG. 8 is a diagram illustrating an example of a screen of a multi-monitor system.
FIG. 9 is a diagram illustrating an example of a screen of a multi-monitor system.
FIG. 10 is a diagram illustrating an example of a screen of a multi-monitor system.
[Explanation of symbols]
1
Claims (1)
2台以上のモニタと、
これらのモニタに対応しているディスプレイカードと、
このディスプレイカードを制御するディスプレイドライバと、
設定時に操作監視ウインドウアプリケーションによってアクセスされ、オペレーティングシステムの種類およびこのオペレーティングシステムが2台以上のモニタを認識しているかを調べ、オペレーティングシステムがマルチモニタ機能をサポートしており、かつ2台以上のモニタを認識しているときは、このマルチモニタ機能にアクセスして情報を取得して前記オペレーティングシステムがサポートするマルチモニタ機能を選択し、前記オペレーティングシステムがマルチモニタ機能をサポートしていないオペレーティングシステムであるか、2台以上のモニタを認識していないときは前記ディスプレイドライバにアクセスして情報を取得して前記ディスプレイドライバがサポートするマルチモニタ機能を選択するモニタ認識部と、
を具備したことを特徴とするマルチモニタシステム。 In a multi-monitor system that uses two or more monitors and is used in a process control device ,
Two or more monitors,
Display cards that support these monitors,
A display driver to control this display card,
Accessed by the operation monitoring window application during setup to check the type of operating system and whether this operating system recognizes two or more monitors, the operating system supports the multi-monitor function , and two or more monitors when you are aware of, the operating system selects a multi-monitor function to support acquires the information by accessing this multi-monitor feature is the operating system that the operating system does not support the multi-monitor function Or, when not recognizing two or more monitors, a monitor recognition unit that accesses the display driver to acquire information and selects a multi-monitor function supported by the display driver;
A multi-monitor system comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2001114057A JP4622138B2 (en) | 2001-04-12 | 2001-04-12 | Multi monitor system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2001114057A JP4622138B2 (en) | 2001-04-12 | 2001-04-12 | Multi monitor system |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2002312156A JP2002312156A (en) | 2002-10-25 |
JP4622138B2 true JP4622138B2 (en) | 2011-02-02 |
Family
ID=18965196
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2001114057A Expired - Fee Related JP4622138B2 (en) | 2001-04-12 | 2001-04-12 | Multi monitor system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4622138B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
TWI462013B (en) * | 2012-12-10 | 2014-11-21 | Dexin Corp | Input device for magnifying display screen and method thereof |
KR101525882B1 (en) * | 2014-05-02 | 2015-06-04 | 에스코어 주식회사 | Method of providing multi display which computer-executable, apparatus performing the same and storage media storing the same |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0619433A (en) * | 1991-08-29 | 1994-01-28 | Toshiba Corp | Multi-screen connecting display device |
JPH07129357A (en) * | 1993-11-01 | 1995-05-19 | Just Syst Corp | Multidisplay system |
WO1995025299A1 (en) * | 1994-03-14 | 1995-09-21 | Apple Computer, Inc. | System for managing the display of information in a computer |
JP2000066904A (en) * | 1998-08-21 | 2000-03-03 | Canon Inc | Method for controlling multitask and storage medium |
JP2000163035A (en) * | 1998-11-26 | 2000-06-16 | Internatl Business Mach Corp <Ibm> | Method and device for saving power for display |
-
2001
- 2001-04-12 JP JP2001114057A patent/JP4622138B2/en not_active Expired - Fee Related
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0619433A (en) * | 1991-08-29 | 1994-01-28 | Toshiba Corp | Multi-screen connecting display device |
JPH07129357A (en) * | 1993-11-01 | 1995-05-19 | Just Syst Corp | Multidisplay system |
WO1995025299A1 (en) * | 1994-03-14 | 1995-09-21 | Apple Computer, Inc. | System for managing the display of information in a computer |
JP2000066904A (en) * | 1998-08-21 | 2000-03-03 | Canon Inc | Method for controlling multitask and storage medium |
JP2000163035A (en) * | 1998-11-26 | 2000-06-16 | Internatl Business Mach Corp <Ibm> | Method and device for saving power for display |
Also Published As
Publication number | Publication date |
---|---|
JP2002312156A (en) | 2002-10-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8839105B2 (en) | Multi-display system and method supporting differing accesibility feature selection | |
JP2508673B2 (en) | Display device | |
JP4799013B2 (en) | Window display control device in multi-display | |
CA1224883A (en) | Display of multiple data windows in a multi-tasking system | |
JP4268210B2 (en) | Information display management system for computers | |
US20060048062A1 (en) | Software and method providing graphic user interface for graphics adapter configuration | |
US6094193A (en) | Display controller | |
JPH0469794B2 (en) | ||
JPH0628027B2 (en) | Multi window display system | |
JP2010049684A (en) | Method for displaying split screen on display and electronic device | |
CA2324029A1 (en) | Host device, image display device, image display system, image display method, panel attribute reading-out method and image display control method | |
JPH09245179A (en) | Computer graphic device | |
JPH11317069A (en) | Fifo storage device | |
US5557691A (en) | Image processing system | |
JP4780101B2 (en) | Image display system, image display method, and program | |
JP4622138B2 (en) | Multi monitor system | |
US6927776B2 (en) | Data transfer device and method | |
JPH06259217A (en) | Multiwindow system | |
JPS6329291B2 (en) | ||
JPS6327727B2 (en) | ||
JP4994042B2 (en) | Subcomponent based rendering method and program for objects having spatial frequency dominance parallel to the striping direction of the display | |
JP2002215284A (en) | Multidisplay displaying method, program and information processor | |
JP2002258827A (en) | Image display device | |
JPH08314674A (en) | Information processor and window display method | |
JPH0869368A (en) | Image output device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20050926 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20070828 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080508 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080630 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090625 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090810 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20101005 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20101018 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131112 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |