JPH06250810A - X−ウインドウシステムのxサーバ - Google Patents

X−ウインドウシステムのxサーバ

Info

Publication number
JPH06250810A
JPH06250810A JP5033849A JP3384993A JPH06250810A JP H06250810 A JPH06250810 A JP H06250810A JP 5033849 A JP5033849 A JP 5033849A JP 3384993 A JP3384993 A JP 3384993A JP H06250810 A JPH06250810 A JP H06250810A
Authority
JP
Japan
Prior art keywords
server
display
main processor
graphic
window
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.)
Pending
Application number
JP5033849A
Other languages
English (en)
Inventor
Kazuo Yamauchi
和夫 山内
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
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 Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP5033849A priority Critical patent/JPH06250810A/ja
Publication of JPH06250810A publication Critical patent/JPH06250810A/ja
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/452Remote windowing, e.g. X-Window System, desktop virtualisation

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Digital Computer Display Output (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

(57)【要約】 【目的】 多数のクライアントからの要求に対する高速
のマルチウインドウ描画を得る。 【構成】 Xサーバ6にはメインプロセッサ7と、複数
のグラフィックアクセラレータ81〜8nを設け、多数
のクライアントからの描画要求に対し、各グラフィック
アクセラレータが並列的に描画処理をし、処理結果をデ
ィスプレイ3のフレームバッファ3aに書込む。この描
画処理の並列的な実行によって処理速度を高める。

Description

【発明の詳細な説明】
【0001】
【産業上の利用分野】本発明は、ディスプレイの画面に
マルチウインドウ表示を得るためのX−ウインドウシス
テムに係り、特に表示の高速化を図ったXサーバの改良
に関する。
【0002】
【従来の技術】ディスプレイの画面をいくつかの窓に区
切り、それぞれの窓で別々の作業ができるようにするウ
インドウシステムには、X−ウインドウシステムが多用
されてきている。
【0003】このX−ウインドウシステムは、実際のマ
ルチウインドウ表示処理をXサーバと呼ばれるプロセス
に行わせ、利用者はプロセス間通信によりXサーバに仕
事を依頼するクライアント(顧客)とするサーバ/クラ
イアント方式と呼ばれる。
【0004】図2は、X−ウインドウシステムを示す。
クライアント11〜1nは、グラフィック表示を行うア
プリケーション及びアプリケーションが実行されるコン
ピュータであり、Xサーバ2との間で通信するためのX
プロトコルを持つ。
【0005】Xサーバ2は、クライアントの要求によっ
て実際の描画処理を行うソフトウエアとハードウエアで
構成され、ハードウエア的にはメインプロセッサとグラ
フィックアクセラレータから構成されてクライアントと
の通信及びディスプレイ3やキーボード4・マウス5と
の間の入出力を制御し、ソフトウエア的にはマルチウイ
ンドウ表示機能を利用するための呼び出し規則を定める
Xプロトコルを有する。
【0006】なお、Xサーバ2は、クライアント11
1nと同じコンピュータ上で実現する場合と、伝送路
(LAN)で結合した別のコンピュータ上で実現する場
合がある。
【0007】
【発明が解決しようとする課題】多数のクライアントを
受け持つXサーバ2によるマルチウインドウ処理を高速
化するには、メインプロセッサとグラフィックアクセラ
レータの高速化が必要となる。
【0008】従来の方式では、グラフィックCRT(ビ
ットマップディスプレイ)に対し、Xサーバは一台のメ
インプロセッサとグラフィックアクセラレータを使用し
ており、多数のクライアントからの描画要求を受けると
きには描画の遅れを起こすことになる。
【0009】本発明の目的は、多数のクライアントから
の要求に対する高速のマルチウインドウ描画を得るXウ
インドウシステムのXサーバを提供することにある。
【0010】
【課題を解決するための手段】本発明は、前記課題の解
決を図るため、Xサーバは、複数のクライアントとの間
でXプロトコルによる通信を行うことで個々の描画デー
タの授受を制御するメインプロセッサと、このメインプ
ロセッサの通信処理で取り込むクライアント別の描画デ
ータを個々に並列的に描画処理してグラフィックディス
プレイのフレームバッファに書込む複数のグラフィック
アクセラレータとを備えたことを特徴とする。
【0011】
【作用】Xサーバをメインプロセッサと複数のグラフィ
ックアクセラレータで構成し、表示するウインドウ毎に
グラフィックアクセラレータを割り当て、該アクセラレ
ータで個々に並列的に描画処理を行うことにより、マル
チウインドウ描画処理を高速にする。
【0012】
【実施例】図1は、本発明の一実施例を示すXサーバの
ハードウエア構成図である。Xサーバ6は、メインプロ
セッサ7と、複数のグラフィックアクセラレータ8を備
え、またクライアントやキーボードとのデータ入出力の
ためのインターフェース9をバス結合で備える。
【0013】メインプロセッサ7は、複数の各クライア
ントとの間でXプロトコルによる通信によって描画デー
タの取り込み制御をする。各描画データは、メインプロ
セッサ7のデバイスドライバプログラムによってクライ
アント別のグラフィックアクセラレータ81〜8nへの
振り分けがなされ、対応するグラフィックアクセラレー
タ81〜8nへの転送がなされる。
【0014】描画データを受け取った各グラフィックア
クセラレータ81〜8nは、それぞれ描画データについ
て描画処理を行い、この描画結果はビットマップデータ
としてディスプレイ3のフレームバッファ3aのウイン
ドウ位置に書き込む。
【0015】ディスプレイ3のCRT3bには、フレー
ムバッファ3aに書き込まれたデータに従ってウインド
ウ毎にかつその表示位置にマルチウインドウ表示をす
る。
【0016】なお、Xサーバ6がクライアントと同じコ
ンピュータ上に設ける場合は、該コンピュータとはメイ
ンプロセッサを共用にし、グラフィックアクセラレータ
を増設する構成にされる。
【0017】
【発明の効果】以上のとおり、本発明によれば、Xサー
バとしてメインプロセッサと複数のグラフィックアクセ
ラレータを設け、複数のクライアントからの描画要求に
対し、各グラフィックアクセラレータにより並列的に描
画処理を行うようにしたため、多数のクライアントから
の要求によるマルチウインドウ処理にも描画処理を高速
に行うことができる効果がある。
【図面の簡単な説明】
【図1】本発明の一実施例を示すXサーバの構成図。
【図2】X−ウインドウシステムの構成図。
【符号の説明】 11、1n…クライアント 2、6…Xサーバ 3…ディスプレイ 3a…フレームバッファ 3b…CRTディスプレイ 7…メインプロセッサ 81、8n…グラフィックアクセラレータ

Claims (1)

    【特許請求の範囲】
  1. 【請求項1】 複数のクライアントとの間でXプロトコ
    ルによる通信を行うことで個々の描画データの授受を制
    御するメインプロセッサと、このメインプロセッサの通
    信処理で取り込むクライアント別の描画データを個々に
    並列的に描画処理してグラフィックディスプレイのフレ
    ームバッファに書込む複数のグラフィックアクセラレー
    タとを備えたことを特徴とするX−ウインドウシステム
    のXサーバ。
JP5033849A 1993-02-24 1993-02-24 X−ウインドウシステムのxサーバ Pending JPH06250810A (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5033849A JPH06250810A (ja) 1993-02-24 1993-02-24 X−ウインドウシステムのxサーバ

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5033849A JPH06250810A (ja) 1993-02-24 1993-02-24 X−ウインドウシステムのxサーバ

Publications (1)

Publication Number Publication Date
JPH06250810A true JPH06250810A (ja) 1994-09-09

Family

ID=12397953

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5033849A Pending JPH06250810A (ja) 1993-02-24 1993-02-24 X−ウインドウシステムのxサーバ

Country Status (1)

Country Link
JP (1) JPH06250810A (ja)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100490401B1 (ko) * 2002-03-26 2005-05-17 삼성전자주식회사 TC(Thin-Client)환경에서 영상 처리 장치 및 방법
US8905749B2 (en) 2009-12-14 2014-12-09 Sk Innovation Co., Ltd. Casting belt for producing transcendental wide width film

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100490401B1 (ko) * 2002-03-26 2005-05-17 삼성전자주식회사 TC(Thin-Client)환경에서 영상 처리 장치 및 방법
US8905749B2 (en) 2009-12-14 2014-12-09 Sk Innovation Co., Ltd. Casting belt for producing transcendental wide width film

Similar Documents

Publication Publication Date Title
US5898419A (en) Method and apparatus for scaling a cursor on local computer to have the same size relative to a window on the local computer as another cursor has to another window on a remote computer
US6674841B1 (en) Method and apparatus in a data processing system for an asynchronous context switching mechanism
US20040075623A1 (en) Method and system for displaying images on multiple monitors
US20050116958A1 (en) System and method utilizing multiple processes to render graphical data
JP2003505781A (ja) ユーザ入力に対する即時の視覚的応答をクライアントシステムにおいて提供するシステムおよび方法
US20060284867A1 (en) Web application system, web application server device and web client device
CN101676875A (zh) Linux终端无缝访问远程Windows应用程序的方法及其装置
CN112068739A (zh) 一种红外触摸响应方法、装置及存储介质
JPH06250810A (ja) X−ウインドウシステムのxサーバ
JPH10500514A (ja) コンピュータ・ワークステーション
KR101316677B1 (ko) 사용자 인터페이스 가상화에 의한 어플리케이션 서비스 시스템 및 방법
US10885685B2 (en) Electronic apparatus for drawing graphs of mathematical expressions
JPH09179713A (ja) ウィンドウ表示方式及びデータ処理システム
US5727190A (en) Method and system for the acceleration of graphics images in a multiprocessor or preemptive processing computer system
JPH06214744A (ja) マルチウィンドウ表示装置
JPH05205026A (ja) 同時ピック事象の処理方法及び装置
AU707898B2 (en) Load balancing and image rendering system
JP2629399B2 (ja) マルチウインドディスプレイ方式
JP2522070B2 (ja) セグメントデ―タ登録表示方式
JPH07104984A (ja) ウィンドウ制御方式
JPH05265909A (ja) コンピュータシステムにおけるメッセージ転送制御方式
JPS63106078A (ja) 図形処理装置の文字列エコ−表示方法
JPS61240283A (ja) 表示制御装置
JPS62159216A (ja) マウス装置
JPS6398079A (ja) グラフイツクデイスプレイ装置