CN113282263A - Multi-screen display self-adaptive adjusting method - Google Patents

Multi-screen display self-adaptive adjusting method Download PDF

Info

Publication number
CN113282263A
CN113282263A CN202110687363.7A CN202110687363A CN113282263A CN 113282263 A CN113282263 A CN 113282263A CN 202110687363 A CN202110687363 A CN 202110687363A CN 113282263 A CN113282263 A CN 113282263A
Authority
CN
China
Prior art keywords
display
host
mode
data
screen
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
CN202110687363.7A
Other languages
Chinese (zh)
Inventor
葛林娜
赵冬
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.)
China Standard Software Co Ltd
Original Assignee
China Standard Software 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 China Standard Software Co Ltd filed Critical China Standard Software Co Ltd
Publication of CN113282263A publication Critical patent/CN113282263A/en
Pending legal-status Critical Current

Links

Images

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
    • 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

Landscapes

  • Engineering & Computer Science (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)

Abstract

A multi-screen display self-adaptive adjustment method belongs to the technical field of multi-screen display, and comprises the following steps: judging whether the host is in a mirror mode or not in a self-adaptive manner; if yes, synchronously displaying the data on the host on all display screens; if not, the host is self-adaptively judged whether to be in an expansion mode; if yes, displaying the data on the host on all the display screens in a bit-dividing manner; if not, the operation flow is ended. According to the multi-screen display self-adaptive adjusting method, in the multi-screen display self-adaptive process, a mode switching judgment function is provided, host data can be synchronously displayed on a plurality of display screens in a mirror image mode, data on the host can be displayed in a position division mode in an extension mode, a proper display mode can be automatically selected according to the mode of the host, a plurality of display modes are provided for a user, and the reading of codes is more convenient for IT workers.

Description

Multi-screen display self-adaptive adjusting method
Technical Field
The invention belongs to the technical field of multi-screen display, and particularly relates to a multi-screen display self-adaptive adjusting method.
Background
In recent years, Linux systems have been widely focused and applied by the computer industry due to their excellent performance and excellent stability. Meanwhile, with the development of software and hardware in the IT industry, IT equipment tends to be diversified, specialized and complicated, the traditional single-screen output cannot meet the more and more complicated requirements, the problem can be solved by utilizing a double-screen or multi-screen display mode, the double-screen or multi-screen display mode can fully utilize display resources of a user in a graphic image processing system, the observation visual field is enlarged, the operation environment of the user is improved, and the design efficiency and the display effect are improved.
The invention discloses a configuration system and a configuration method for automatically realizing multi-screen display under a Linux system (patent number CN201810968361.3), which relate to multi-screen display of the Linux system. The technology in the patent ensures that the Linux platform automatically realizes the configuration system and the method for multi-screen display, but the method has some defects, such as: the method supports the switching of an extension mode and a mirror mode, detects the number of displays, supports the adaptation of a refresh rate and rotates a screen according to project requirements.
Disclosure of Invention
In order to solve the above problems, the present invention provides a multi-screen display adaptive adjustment method, including:
judging whether the host is in a mirror mode or not in a self-adaptive manner;
if yes, synchronously displaying the data on the host on all display screens;
if not, the host is self-adaptively judged whether to be in an expansion mode;
if yes, displaying the data on the host on all the display screens in a bit-dividing manner;
if not, the operation flow is ended.
Preferably, before the adaptively determining whether the host is in the mirror mode, the method further includes the steps of:
and judging whether the host is successfully connected with the plurality of display screens.
Preferably, before the determining whether the host is successfully connected to the plurality of display screens, the method further includes the steps of:
configuring a host and a plurality of display screens;
and connecting the host with all the display screens.
Preferably, before configuring a host and a plurality of display screens, the method further comprises the steps of:
and configuring a Linux operating system on the host.
Preferably, the step of synchronously displaying the data on the host computer on all the display screens comprises the steps of:
and synchronously displaying the data on the host on all the display screens by using the parameter A.
Preferably, the parameter a satisfies:
A≤B,
wherein, A represents the parameters of the host display data, and B represents the parameters corresponding to the lowest specification display screen in all the display screens.
Preferably, the parameters include: resolution and refresh rate.
Preferably, the bit-dividing display of the data on the host computer on all the display screens includes the steps of:
calculating the number N of display screens;
dividing the data on the host computer into N parts equally;
judging the display mode of each display screen;
and displaying the corresponding data on the corresponding display screen according to the display mode.
Preferably, the displaying the corresponding data on the corresponding display screen according to the display mode includes:
judging whether the display screen is in a transverse mode or not;
if yes, corresponding data are transversely displayed on the corresponding display screen;
and if not, longitudinally displaying the corresponding data on the corresponding display screen.
The multi-screen display self-adaptive adjusting method has the following beneficial effects:
(1) increasing user availability with mode switching;
in the multi-screen display self-adaption process, a mode switching judgment function is provided, host data can be synchronously displayed on a plurality of display screens in a mirror mode, data on the host can be displayed in a position division mode in an extension mode, a proper display mode can be automatically selected according to the mode of the host, a plurality of display modes are provided for a user, and the code reading is more convenient for an IT worker;
(2) automatically acquiring parameter adaptation;
in the multi-screen display self-adaption process, parameters of a display screen, including resolution, refresh rate and rotation mode, are automatically obtained, and the parameters can be used for a user to more conveniently configure a multi-screen display desktop in the using process;
(3) the display mode is flexible;
the display method and the display device support that the system user can freely select the displayed content and different display modes according to the needs under different conditions, and are more beneficial for the system user to select a better display effect in the aspect of graphic images.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a schematic flow chart of a multi-screen display adaptive adjustment method provided by the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings in conjunction with the following detailed description. It should be understood that the description is intended to be exemplary only, and is not intended to limit the scope of the present invention. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present invention.
Referring to fig. 1, in an embodiment of the present application, the present invention provides a multi-screen display adaptive adjustment method, where the method includes:
s1: judging whether the host is in a mirror mode or not in a self-adaptive manner;
s2: if yes, synchronously displaying the data on the host on all display screens;
s3: if not, the host is self-adaptively judged whether to be in an expansion mode;
s4: if yes, displaying the data on the host on all the display screens in a bit-dividing manner;
s5: if not, the operation flow is ended.
In the embodiment of the application, firstly, periodically and adaptively judging whether the host is in a mirror image mode, if so, synchronously displaying data on the host on all display screens, wherein the content on each display screen is the same; if the host is not in the mirror mode, judging whether the host is in the expansion mode, if so, displaying the data on the host on all the display screens in a bit-by-bit manner, summarizing the contents on all the display screens to obtain the data on the host, and if not, ending the judging operation flow.
In this embodiment of the present application, before the step of adaptively determining whether the host is in the mirroring mode in step S1, the method further includes the steps of:
and judging whether the host is successfully connected with the plurality of display screens.
In the embodiment of the application, before the host is judged to be in the mirror mode in a self-adaptive manner, whether the host is successfully connected with the plurality of display screens needs to be judged, and if the host is successfully connected with the plurality of display screens, whether the host is in the mirror mode operation is judged in the self-adaptive manner; if the host is not successfully connected with a plurality of display screens, for example, only one display screen is connected, self-adaption judgment on whether the host is in the mirror image mode operation is not needed.
In this embodiment of the present application, before the determining whether the host computer is successfully connected to the plurality of display screens, the method further includes:
configuring a host and a plurality of display screens;
and connecting the host with all the display screens.
In this embodiment of the application, before determining whether the host is successfully connected to the plurality of display screens, the host needs to be connected to the plurality of display screens, for example, 1 host and 2 display screens may be connected through VGA data lines, and then it is determined whether the host is successfully connected to all the display screens by signals.
In this embodiment of the present application, before configuring a host and a plurality of display screens, the method further includes the steps of:
and configuring a Linux operating system on the host.
In the embodiment of the present application, before configuring a host and a plurality of display screens, an operating system needs to be configured on the host, specifically, the operating system is a Linux operating system. The above-described various operations and judgments are performed by the Linux operating system.
In this embodiment, the step S2 of synchronously displaying the data on the host on all the display screens includes the steps of:
and synchronously displaying the data on the host on all the display screens by using the parameter A.
In the embodiment of the present application, when in the mirror mode, the content on each display screen connected to the host is the same, but the difference is that the parameters used by each display screen may be the same or different. When the parameters are the same, all the display screens can display data by adopting the same parameter; when the parameters are different, all the display screens select the actual parameters to display data according to the parameter configuration of the display screens.
In the embodiment of the present application, the parameter a satisfies:
A≤B,
wherein, A represents the parameters of the host display data, and B represents the parameters corresponding to the lowest specification display screen in all the display screens.
In the embodiment of the present application, when all display screens display data using the same parameter, since the parameter of each display screen may not be the same, in order to adapt to all display screens, it is necessary to select the parameter B of the display screen with the lowest specification from all display screens, and then display all display screens with the requirement that the parameter highest value a does not exceed the parameter B, so that it is possible to satisfy that all display screens display data using the same parameter. Specifically, the parameters include: resolution and refresh rate.
When all the display screens adopt different parameters to display data, the parameters which can be met can be selected according to the specification of the display screens to display as long as the parameters do not exceed the parameters of the corresponding display screens.
In this embodiment, the step of displaying the data bits on the host on all the display screens in step S4 includes the steps of:
calculating the number N of display screens;
dividing the data on the host computer into N parts equally;
judging the display mode of each display screen;
and displaying the corresponding data on the corresponding display screen according to the display mode.
In the embodiment of the present application, when in the extended mode, the data on the host needs to be displayed jointly through all the display screens. At the moment, the number N of the display screens is calculated, then the data on the host are equally divided into N parts, then the N parts of data are jointly displayed through the N display screens, the data displayed on each display screen are different, and the data displayed on all the display screens jointly form the data of the host. And then judging the display mode of each display screen, and displaying the data on the corresponding display screen according to the display mode.
In this embodiment of the present application, the displaying the corresponding data on the corresponding display screen according to the display mode includes:
judging whether the display screen is in a transverse mode or not;
if yes, corresponding data are transversely displayed on the corresponding display screen;
and if not, longitudinally displaying the corresponding data on the corresponding display screen.
In the embodiment of the present application, specifically, the display mode is a landscape mode or a portrait mode. When the mode is the horizontal mode, the display screen displays data in the horizontal mode; when the mode is the portrait mode, the display screen displays data in the portrait mode.
The multi-screen display self-adaptive adjusting method has the following beneficial effects:
(1) increasing user availability with mode switching;
in the multi-screen display self-adaption process, a mode switching judgment function is provided, host data can be synchronously displayed on a plurality of display screens in a mirror mode, data on the host can be displayed in a position division mode in an extension mode, a proper display mode can be automatically selected according to the mode of the host, a plurality of display modes are provided for a user, and the code reading is more convenient for an IT worker;
(2) automatically acquiring parameter adaptation;
in the multi-screen display self-adaption process, parameters of a display screen, including resolution, refresh rate and rotation mode, are automatically obtained, and the parameters can be used for a user to more conveniently configure a multi-screen display desktop in the using process;
(3) the display mode is flexible;
the display method and the display device support that the system user can freely select the displayed content and different display modes according to the needs under different conditions, and are more beneficial for the system user to select a better display effect in the aspect of graphic images.
It is to be understood that the above-described embodiments of the present invention are merely illustrative of or explaining the principles of the invention and are not to be construed as limiting the invention. Therefore, any modification, equivalent replacement, improvement and the like made without departing from the spirit and scope of the present invention should be included in the protection scope of the present invention. Further, it is intended that the appended claims cover all such variations and modifications as fall within the scope and boundaries of the appended claims or the equivalents of such scope and boundaries.

Claims (9)

1. A multi-screen display adaptive adjustment method is characterized by comprising the following steps:
judging whether the host is in a mirror mode or not in a self-adaptive manner;
if yes, synchronously displaying the data on the host on all display screens;
if not, the host is self-adaptively judged whether to be in an expansion mode;
if yes, displaying the data on the host on all the display screens in a bit-dividing manner;
if not, the operation flow is ended.
2. A multi-screen display adaptive adjustment method according to claim 1, wherein before the adaptive determination of whether the host is in the mirror mode, the method further comprises:
and judging whether the host is successfully connected with the plurality of display screens.
3. A multi-screen display adaptive adjustment method according to claim 2, wherein before the determining whether the host computer is successfully connected to the plurality of display screens, the method further comprises:
configuring a host and a plurality of display screens;
and connecting the host with all the display screens.
4. A multi-display adaptive adjustment method according to claim 3, wherein before configuring the host and the plurality of display screens, the method further comprises:
and configuring a Linux operating system on the host.
5. A multi-screen display adaptive adjustment method according to claim 1, wherein the step of synchronously displaying the data on the host on all the display screens comprises the steps of:
and synchronously displaying the data on the host on all the display screens by using the parameter A.
6. A multi-screen display adaptive adjustment method according to claim 5, wherein the parameter A satisfies:
A≤B,
wherein, A represents the parameters of the host display data, and B represents the parameters corresponding to the lowest specification display screen in all the display screens.
7. A multi-screen display adaptive adjustment method according to claim 5 or 6, wherein the parameters comprise: resolution and refresh rate.
8. A multi-screen display adaptive adjustment method according to claim 1, wherein the step of displaying the data on the host on all the display screens in bits comprises the steps of:
calculating the number N of display screens;
dividing the data on the host computer into N parts equally;
judging the display mode of each display screen;
and displaying the corresponding data on the corresponding display screen according to the display mode.
9. A multi-screen display adaptive adjustment method according to claim 8, wherein the step of displaying the corresponding data on the corresponding display screen according to the display mode comprises:
judging whether the display screen is in a transverse mode or not;
if yes, corresponding data are transversely displayed on the corresponding display screen;
and if not, longitudinally displaying the corresponding data on the corresponding display screen.
CN202110687363.7A 2021-04-15 2021-06-21 Multi-screen display self-adaptive adjusting method Pending CN113282263A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110405041 2021-04-15
CN2021104050419 2021-04-15

Publications (1)

Publication Number Publication Date
CN113282263A true CN113282263A (en) 2021-08-20

Family

ID=77285099

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110687363.7A Pending CN113282263A (en) 2021-04-15 2021-06-21 Multi-screen display self-adaptive adjusting method

Country Status (1)

Country Link
CN (1) CN113282263A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103197907A (en) * 2013-03-15 2013-07-10 中标软件有限公司 Method for realizing switch of projection modes under LINUX tabletop operation system
US20140125554A1 (en) * 2012-11-07 2014-05-08 Shanghai Powermo Information Tech. Co. Ltd. Apparatus and algorithm to implement smart mirroring for a multiple display system
CN104571337A (en) * 2015-01-20 2015-04-29 苏州嘉辰悦电子科技有限公司 Display and touch control method of dual-screen tablet computer
CN107247508A (en) * 2017-06-02 2017-10-13 维沃移动通信有限公司 A kind of data source processing method and terminal device
CN107678721A (en) * 2017-10-09 2018-02-09 上海龙旗科技股份有限公司 A kind of Multi-screen display system
CN111352597A (en) * 2018-12-24 2020-06-30 Oppo广东移动通信有限公司 Multi-screen display control method and device, electronic equipment and readable storage medium
CN111949236A (en) * 2019-05-16 2020-11-17 慧荣科技股份有限公司 Display information processing apparatus and display information processing method
CN112035080A (en) * 2020-08-28 2020-12-04 中国平安人寿保险股份有限公司 Multi-screen display method, device and equipment based on local area network and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140125554A1 (en) * 2012-11-07 2014-05-08 Shanghai Powermo Information Tech. Co. Ltd. Apparatus and algorithm to implement smart mirroring for a multiple display system
CN103197907A (en) * 2013-03-15 2013-07-10 中标软件有限公司 Method for realizing switch of projection modes under LINUX tabletop operation system
CN104571337A (en) * 2015-01-20 2015-04-29 苏州嘉辰悦电子科技有限公司 Display and touch control method of dual-screen tablet computer
CN107247508A (en) * 2017-06-02 2017-10-13 维沃移动通信有限公司 A kind of data source processing method and terminal device
CN107678721A (en) * 2017-10-09 2018-02-09 上海龙旗科技股份有限公司 A kind of Multi-screen display system
CN111352597A (en) * 2018-12-24 2020-06-30 Oppo广东移动通信有限公司 Multi-screen display control method and device, electronic equipment and readable storage medium
CN111949236A (en) * 2019-05-16 2020-11-17 慧荣科技股份有限公司 Display information processing apparatus and display information processing method
CN112035080A (en) * 2020-08-28 2020-12-04 中国平安人寿保险股份有限公司 Multi-screen display method, device and equipment based on local area network and storage medium

Similar Documents

Publication Publication Date Title
US9489165B2 (en) System and method for virtual displays
US8797232B2 (en) Information processing apparatus, display control method, and program
EP2710559B1 (en) Rendering mode selection in graphics processing units
CN102725743B (en) For controlling the technology of display activity
US20070038939A1 (en) Display servers and systems and methods of graphical display
US11164357B2 (en) In-flight adaptive foveated rendering
TWI455061B (en) Techniques for controlling frame refresh
US20090096810A1 (en) Method for selectively remoting windows
US20060005146A1 (en) System and method for using selective soft focus as a user interface design element
US9224367B2 (en) Image processing apparatus, image processing method, and image processing program
CN110363831B (en) Layer composition method and device, electronic equipment and storage medium
CN105430331A (en) Method and device for adjusting display direction of monitor image
US9984651B2 (en) Method and apparatus for displaying composition screen image by composing screen images of operating systems (OSs)
US8514234B2 (en) Method of displaying an operating system's graphical user interface on a large multi-projector display
US6714218B1 (en) Scaling images
CN102486913A (en) Bistable-state display screen refreshing method and device
US8194065B1 (en) Hardware system and method for changing a display refresh rate
US8773445B2 (en) Method and system for blending rendered images from multiple applications
CN113282263A (en) Multi-screen display self-adaptive adjusting method
JP2008020504A (en) Image/character display method for display device
US7205957B2 (en) Mechanism for adjusting the operational parameters of a component with minimal impact on graphics display
WO2007100687A2 (en) External display simulator
JP3797371B2 (en) Image transfer using drawing command hook
JP6910220B2 (en) Programmable display
US20040233164A1 (en) Method and apparatus for displaying hardware crosshair cursor in a specified region of a display

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination