WO2002093368A1 - Driver auto-install method for optimizing computer monitor system and storage media having program source thereof - Google Patents

Driver auto-install method for optimizing computer monitor system and storage media having program source thereof Download PDF

Info

Publication number
WO2002093368A1
WO2002093368A1 PCT/KR2002/000878 KR0200878W WO02093368A1 WO 2002093368 A1 WO2002093368 A1 WO 2002093368A1 KR 0200878 W KR0200878 W KR 0200878W WO 02093368 A1 WO02093368 A1 WO 02093368A1
Authority
WO
WIPO (PCT)
Prior art keywords
monitor
information
driver
file
computer system
Prior art date
Application number
PCT/KR2002/000878
Other languages
French (fr)
Inventor
Yong-Hee Kim
Original Assignee
Yong-Hee Kim
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 Yong-Hee Kim filed Critical Yong-Hee Kim
Publication of WO2002093368A1 publication Critical patent/WO2002093368A1/en

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/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/54Link editing before load time

Definitions

  • the present invention relates to a computer monitor system, and in particular, to a drive auto-install method for optimizing computer monitor system and storage media having program source thereof.
  • the computer system consists of a central processing unit and memory for accepting data and processing it into useful information, and input/output devices such as a monitor (screen), a keyboard, a mouse, etc.
  • input/output devices such as a monitor (screen), a keyboard, a mouse, etc.
  • peripheral devices such as the monitor, keyboard, and etc. are manufacturer- and/or model-specific such that the computer system should be configured optimally for the specific devices when the devices are installed thereto.
  • configuration for the monitor is significant because its mal- configuration makes a bad effect to human eyes, resulting in eyestrain and fatigue.
  • the monitor driver configuration is performed several configuration stages in regular order of selecting display, configuration, monitor, registration information, update, and confirmation in a control panel window.
  • an inf file containing configuration information is copied and stored in a register in order for the computer system to be configured for the corresponding monitor model.
  • the monitor driver may malfunction because the computer system is not automatically rebooted, and the rebooting manipulation may make the computer users feel troublesome.
  • OS operating systems
  • 98 operating systems
  • ME uses 16-bit compatible library files
  • windows 2000 and XP uses 32-bit compatible library files such that an application program can not use two different versions of library files, resulting in utilization complication.
  • the present invention has been made in effort to solve the above problems and the object of the present invention is to provide a computer system optimization method capable of automatically installing a monitor driver and configuring color and refresh rate of the monitor according to characteristics of a corresponding monitor connected to the computer system with simple manipulation.
  • Another object of the present invention is to provide a storage media contained a program source implementing a method capable of automatically installing monitor driver for optimizing the monitor.
  • Still another object of the present invention is to provide a method for selectively installing a 16-bit and 32-bit library files with one execution file after determining kinds of windows system library files and storage media storing the method.
  • the automatic monitor driver installation method includes obtaining
  • the step of storing the information includes displaying only compatible monitors after checking vendor ID and product ID and also displaying only the driver files of which manufacturer is identical with that of monitor information obtained from the driver file (Inf File).
  • the present invention provide a storage media contained program source for implementing the automatic monitor driver installation method.
  • FIG. 1 is a block diagram showing a computer system according to a preferred embodiment of the present invention
  • FIG. 2 is a flowchart illustrating a automatic driver installation method for optimizing a monitor according to a preferred embodiment of the present
  • FIG. 3 is an exemplary view illustrating a monitor driver file (Inf file). Best Mode for Carrying Out the Invention
  • FIG. 1 is a block diagram showing a computer system according to a preferred embodiment of the present invention.
  • a computer system comprises a monitor 10 connected to a main body 20 with a cable and the monitor 10 is connected to a central processing unit (CPU) 23 of the main body 20 via an interface part 21 of a video card.
  • CPU central processing unit
  • an auxiliary drive as an auxiliary storage is connected to the CPU 23 through an interface (not shown) thereof.
  • This auxiliary drive can be a 3.5 inch floppy disc drive or a CD-ROM drive.
  • a memory 24 contains program data, as shown in FIG. 2. That is, the CPU 23 controls the system such that a monitor driver can be automatically installed and optimized to the system on the basis of the monitor driver automatic install program data stored in the memory 24.
  • the automatic monitor driver-installing process for optimizing the computer system as structure above will be described hereinafter.
  • FIG. 2 is a flowchart illustrating an automatic driver installation method for optimizing a monitor according to a preferred embodiment of the present invention
  • FIG. 3 is an exemplary view illustrating a monitor driver file (Inf file).
  • install.exe an install execution file for automatically installing the monitor driver
  • the CPU 23 executes GetClassDevs(), EnumDevicelnfo(), GetDevicelnstancelD() functions, and etc. so as to collect information of a present-registered monitor at step ST40.
  • This information includes a model of the present monitor, which is important for changing the monitor driver.
  • the CPU 23 executes SetDevicelnstallParams(), BuildDriverlnfoListO, EnumDriverlnfoQ functions and etc. so as to collect driver file information (Inf file) from the auxiliary drive 22 and associated information from Extended Display Information Data (EDID) at step ST50.
  • Driver file information Inf file
  • EDID Extended Display Information Data
  • the CPU 23 checks whether the driver file (Inf File) is a monitor driver file (Monitor Inf File) at step ST60. That is, the CPU 23 analyses the driver file and determines whether or not a device class is monitor class. If it is determined that the device class is for other device (such as HDD, Modem, and etc.), the CPU 23 ends the install method according to the preferred embodiment of the present invention. On the other hand, if it is determined that the driver file is the monitor driver file, the CPU 23 determines whether or not the manufacturer of monitor information collected at step 40 is identical with that of the monitor driver file (Monitor Inf File) to be installed, at step ST70.
  • An exemplary monitor driver file used in the checking step is depicted in FIG. 3.
  • the CPU 23 stores the model information in a buffer and displays a list of driver models in a driver model selection window in order for the user to select a model to be installed at step ST80. If the computer system has a plug-and-play function, only the drivers compatible with the presently used monitor are displayed by comparing the vender IDs and manufacturer IDs. In this manner, since the compatible drivers among various monitor models are displayed, which make the user feel comfortable for selecting a model.
  • the CPU 23 determines whether or not there is a model selection input from an input device (keyboard or mouse) at step ST100. If there is the model selection input, the CPU 23 executes an lnstallDevice() function so as to install the selected monitor driver at step STHO.
  • the monitor driver installation can be comfortably performed with a 2-step process of monitor driver install instruction and model selection steps.
  • the CPU 23 determines a value of second bit, which indicates whether or not a monitor optimization mode (Preferred Timing) exists, among a Feature Support Bit included in the DEID at step ST102.
  • a monitor optimization mode Preferred Timing
  • the value "1" of the second bit means that the monitor supports the optimization mode and the value "0" means the monitor does not supports the optimization mode such that the CPU 23 calculates horizontal/vertical resolutions and horizontal/vertical frequencies of the corresponding monitor using Hactive, Hblanking, Vactive, Vblaking, and Pixel Clock of the EDID data if the value is 1 as follows.
  • Htotal Hactive + Hblanking
  • Fv FhA total
  • the CPU 23 determines whether or not the video card, which is the interface part 21 responsible for signal processing between the monitor 10 and the main body 20, supports the calculated horizontal/vertical resolutions and frequencies at step ST104. by reading video card driver data from a register part 22, using GetRegDataQ APi function, and comparing the data with the calculated data. If it is determined that the video card driver supports the optimal mode of the corresponding monitor, the CPU 23 updates variable of ChangeDisplaySettingO API function of the OS 24 with the horizontal/vertical resolutions and frequencies so as to reconfigure the computer system environment optimally to the corresponding monitor at step ST105. On the other hand, if the driver does not support the optimal mode of the monitor, the CPU 23 reconfigures the computer system environment with mostly similar mode to the optimal mode among the modes supported by the driver.
  • the CPU 23 reads all the vertical frequencies that the driver can support at the same resolution using the GetRegData() API function of the OS 24 and detects a vertical frequency having a most small absolute value among values obtained by subtracting the optimal vertical frequency value from the corresponding vertical frequency values at step ST107, and reconfigures the computer system environment near the optimal mode of the corresponding monitor by updating the variable of the ChangeDisplaySettingO API function with the selected vertical frequency at step ST108.
  • the CPU 23 reads all the horizontal/vertical frequencies that the driver can support using the GetRegData() API function of the OS 24 and detects a vertical frequency having a most small absolute value among values obtained by subtracting the optimal horizontal/vertical frequencies values from the corresponding horizontal/vertical frequencies values at step ST109, and reconfigures the computer system environment near the optimal mode of the corresponding monitor by updating the variable of the ChangeDisplaySettingO API function with the selected horizontal/vertical frequencies at step ST108.
  • the CPU 23 calculates the optimal mode of the corresponding monitor using the monitor driver file (Inf File).
  • the Inf File typically contains the optimal mode of the corresponding monitor, as shown in FIG. 3.
  • the CPU 23 can detect the optimal mode data of the corresponding monitor, i.e., horizontal frequency of 800, vertical frequency of 600, vertical frequency of 85, and etc, using the data of [800x600_85_16_100A] or HKR > ,PreferredModeitati"800,600,85 contained in the Inf File at step ST110. If the video card driver support the optimal mode of the corresponding monitor calculated in this manner, the CPU 23 reconfigures the computer system environment optimal to the corresponding monitor by updating variables of the ChangeDisplaySettingO API function of the OS 24 with the detected horizontal/vertical resolutions and frequencies at steps ST111 and ST112.
  • the CPU 23 reads all the vertical frequencies that the driver can support at the same resolution using the GetRegData() API function of the OS 24, detects a vertical frequency of which absolute value is the most small among the detected vertical frequencies at step ST107, and then reconfigures the computer system environment near the optimal mode of the corresponding monitor by updating variables of the ChangeDisplaySettingO API function of the OS 24 with the detected the vertical frequency at step ST108.
  • the CPU 23 reads ail the horizontal/vertical resolutions that the driver can support using the GetRdgData() API function of the OS 24, detects a vertical frequency which is the most small among the absolute values obtained by subtracting the optimal horizontal/vertical resolutions from the corresponding horizontal/vertical resolutions at step ST109, and then reconfigures the computer system environment near to the optimal mode of the corresponding monitor by updating the variables of the ChangeDisplaySettingO API function of the OS 24 with the obtained horizontal/vertical resolutions at step ST108.
  • the monitor driver is automatically installed in a simple way different from the typical monitor driver installation method, which has complex installation steps, so as to enable the user to comfortably install the monitor driver. Also, since the resolution, color, and refresh rate of the monitor are optimally configured, in the present invention, according to the characteristics of the monitor connected to the main body of the computer by referring to the EDID data stored in the computer system register and the content of the Inf file, which is monitor driver file, it is possible to prevent the monitor from being abnormally configured.

Abstract

The present invention relates to a computer monitor system, and in particular, to a drive auto-install method for optimizing computer monitor system and storage media contained program source thereof. Once an installation execution file for automatically installing the monitor driver is, the CPU executes GetClassDevs(), EnumDeviceInfo(), GetDeviceInstanceID() functions, and etc. so as to collect information of a present-registered monitor and information of the driver file (Inf File) from an auxiliary storage device. After collecting the information, the CPU executes InstallDevice() function so as to install the selected monitor driver and optimally configures the computer system with the resolution, color, and refresh rate according to the characteristics of the monitor connected to the computer system after determining whether or not there exists optimal mode of the connected monitor and Inf file using the Extended Display Information Data (EDID) data.

Description

DRIVER AUTO-INSTALL METHOD FOR OPTIMIZING COMPUTER MONITOR SYSTEM AND STORAGE MEDIA HAVING PROGRAM SOURCE THEREOF
Technical Field The present invention relates to a computer monitor system, and in particular, to a drive auto-install method for optimizing computer monitor system and storage media having program source thereof.
Background Art Computer systems have become necessary item of life and most of the daily routines have been associated with the computer system in recent years. Generally, the computer system consists of a central processing unit and memory for accepting data and processing it into useful information, and input/output devices such as a monitor (screen), a keyboard, a mouse, etc. However, the peripheral devices such as the monitor, keyboard, and etc. are manufacturer- and/or model-specific such that the computer system should be configured optimally for the specific devices when the devices are installed thereto. Especially, configuration for the monitor is significant because its mal- configuration makes a bad effect to human eyes, resulting in eyestrain and fatigue.
The monitor driver configuration is performed several configuration stages in regular order of selecting display, configuration, monitor, registration information, update, and confirmation in a control panel window. In case of manually configuring the monitor driver, an inf file containing configuration information is copied and stored in a register in order for the computer system to be configured for the corresponding monitor model.
Since this monitor driver configuration process requires complicate configuration steps, it makes computer users feel complex.
In case of the manual configuration, the monitor driver may malfunction because the computer system is not automatically rebooted, and the rebooting manipulation may make the computer users feel troublesome.
Also, the operating systems (OS) of Windows 95, 98, and ME use 16-bit compatible library files and windows 2000 and XP uses 32-bit compatible library files such that an application program can not use two different versions of library files, resulting in utilization complication.
Disclosure of Invention
The present invention has been made in effort to solve the above problems and the object of the present invention is to provide a computer system optimization method capable of automatically installing a monitor driver and configuring color and refresh rate of the monitor according to characteristics of a corresponding monitor connected to the computer system with simple manipulation.
Another object of the present invention is to provide a storage media contained a program source implementing a method capable of automatically installing monitor driver for optimizing the monitor.
Still another object of the present invention is to provide a method for selectively installing a 16-bit and 32-bit library files with one execution file after determining kinds of windows system library files and storage media storing the method. To achieve the above objects, the automatic monitor driver installation method according to one aspect of the present invention includes obtaining
information of a presently used monitor from an installation file and an Extended Display Information Data (EDID) using a windows system library file when an installation execution command is inputted; calculating optimal values of a resolution and a vertical frequency on the basis of the obtained information and storing the optimal values in a region of a buffer; registering the stored information to a windows system register; and reconfiguring a computer system with an optimal mode of a corresponding monitor using the values of the resolution and vertical frequency.
According to another aspect of the present invention, the step of storing the information includes displaying only compatible monitors after checking vendor ID and product ID and also displaying only the driver files of which manufacturer is identical with that of monitor information obtained from the driver file (Inf File).
Also, the present invention provide a storage media contained program source for implementing the automatic monitor driver installation method.
Brief Description of Drawings FIG. 1 is a block diagram showing a computer system according to a preferred embodiment of the present invention;
FIG. 2 is a flowchart illustrating a automatic driver installation method for optimizing a monitor according to a preferred embodiment of the present
invention; and FIG. 3 is an exemplary view illustrating a monitor driver file (Inf file). Best Mode for Carrying Out the Invention
The preferred embodiment of the present invention will be described hereinafter with reference to the accompanying drawings. While describing the present invention, well known constructions and functions of the computer system that is thought make the key points of the present invention unclear will not be described.
FIG. 1 is a block diagram showing a computer system according to a preferred embodiment of the present invention. As shown in FIG. 1 , a computer system comprises a monitor 10 connected to a main body 20 with a cable and the monitor 10 is connected to a central processing unit (CPU) 23 of the main body 20 via an interface part 21 of a video card. Also, an auxiliary drive as an auxiliary storage is connected to the CPU 23 through an interface (not shown) thereof. This auxiliary drive can be a 3.5 inch floppy disc drive or a CD-ROM drive. A memory 24 contains program data, as shown in FIG. 2. That is, the CPU 23 controls the system such that a monitor driver can be automatically installed and optimized to the system on the basis of the monitor driver automatic install program data stored in the memory 24. The automatic monitor driver-installing process for optimizing the computer system as structure above will be described hereinafter.
FIG. 2 is a flowchart illustrating an automatic driver installation method for optimizing a monitor according to a preferred embodiment of the present invention and FIG. 3 is an exemplary view illustrating a monitor driver file (Inf file). In FIG. 2, once an install execution file (install.exe) for automatically installing the monitor driver is executed at step ST30, the CPU 23 executes GetClassDevs(), EnumDevicelnfo(), GetDevicelnstancelD() functions, and etc. so as to collect information of a present-registered monitor at step ST40. This information includes a model of the present monitor, which is important for changing the monitor driver. After collecting the information on the present- registered monitor, the CPU 23 executes SetDevicelnstallParams(), BuildDriverlnfoListO, EnumDriverlnfoQ functions and etc. so as to collect driver file information (Inf file) from the auxiliary drive 22 and associated information from Extended Display Information Data (EDID) at step ST50.
Sequentially, the CPU 23 checks whether the driver file (Inf File) is a monitor driver file (Monitor Inf File) at step ST60. That is, the CPU 23 analyses the driver file and determines whether or not a device class is monitor class. If it is determined that the device class is for other device (such as HDD, Modem, and etc.), the CPU 23 ends the install method according to the preferred embodiment of the present invention. On the other hand, if it is determined that the driver file is the monitor driver file, the CPU 23 determines whether or not the manufacturer of monitor information collected at step 40 is identical with that of the monitor driver file (Monitor Inf File) to be installed, at step ST70. An exemplary monitor driver file used in the checking step is depicted in FIG. 3.
If it is determined that the monitor driver manufacturers of the presently used monitor driver and the monitor driver to be installed are identical to each other, the CPU 23 stores the model information in a buffer and displays a list of driver models in a driver model selection window in order for the user to select a model to be installed at step ST80. If the computer system has a plug-and-play function, only the drivers compatible with the presently used monitor are displayed by comparing the vender IDs and manufacturer IDs. In this manner, since the compatible drivers among various monitor models are displayed, which make the user feel comfortable for selecting a model.
After the displaying the list of the driver models, the CPU 23 determines whether or not there is a model selection input from an input device (keyboard or mouse) at step ST100. If there is the model selection input, the CPU 23 executes an lnstallDevice() function so as to install the selected monitor driver at step STHO.
Accordingly, the monitor driver installation can be comfortably performed with a 2-step process of monitor driver install instruction and model selection steps.
After installation complete, if an optimization program for reconfiguration of the computer system environment is executed by the user, the CPU 23 determines a value of second bit, which indicates whether or not a monitor optimization mode (Preferred Timing) exists, among a Feature Support Bit included in the DEID at step ST102.
The value "1" of the second bit means that the monitor supports the optimization mode and the value "0" means the monitor does not supports the optimization mode such that the CPU 23 calculates horizontal/vertical resolutions and horizontal/vertical frequencies of the corresponding monitor using Hactive, Hblanking, Vactive, Vblaking, and Pixel Clock of the EDID data if the value is 1 as follows. Htotal = Hactive + Hblanking Fh = PixelClock/Htotal Vtotal = Vactive + Vblanking Fv = FhA total
After the horizontal/vertical resolutions and frequencies are calculated, the CPU 23 determines whether or not the video card, which is the interface part 21 responsible for signal processing between the monitor 10 and the main body 20, supports the calculated horizontal/vertical resolutions and frequencies at step ST104. by reading video card driver data from a register part 22, using GetRegDataQ APi function, and comparing the data with the calculated data. If it is determined that the video card driver supports the optimal mode of the corresponding monitor, the CPU 23 updates variable of ChangeDisplaySettingO API function of the OS 24 with the horizontal/vertical resolutions and frequencies so as to reconfigure the computer system environment optimally to the corresponding monitor at step ST105. On the other hand, if the driver does not support the optimal mode of the monitor, the CPU 23 reconfigures the computer system environment with mostly similar mode to the optimal mode among the modes supported by the driver.
That is, if the driver supports the horizontal/vertical resolutions but the vertical frequency, the CPU 23 reads all the vertical frequencies that the driver can support at the same resolution using the GetRegData() API function of the OS 24 and detects a vertical frequency having a most small absolute value among values obtained by subtracting the optimal vertical frequency value from the corresponding vertical frequency values at step ST107, and reconfigures the computer system environment near the optimal mode of the corresponding monitor by updating the variable of the ChangeDisplaySettingO API function with the selected vertical frequency at step ST108.
On the other hand, in the driver does not support the horizontal/vertical resolutions, the CPU 23 reads all the horizontal/vertical frequencies that the driver can support using the GetRegData() API function of the OS 24 and detects a vertical frequency having a most small absolute value among values obtained by subtracting the optimal horizontal/vertical frequencies values from the corresponding horizontal/vertical frequencies values at step ST109, and reconfigures the computer system environment near the optimal mode of the corresponding monitor by updating the variable of the ChangeDisplaySettingO API function with the selected horizontal/vertical frequencies at step ST108.
If the CPU 23 can not read the EDID data stored in the register part 22 or there is no data on the optimal mode of the corresponding monitor, the CPU 23 calculates the optimal mode of the corresponding monitor using the monitor driver file (Inf File). The Inf File typically contains the optimal mode of the corresponding monitor, as shown in FIG. 3.
Accordingly, the CPU 23 can detect the optimal mode data of the corresponding monitor, i.e., horizontal frequency of 800, vertical frequency of 600, vertical frequency of 85, and etc, using the data of [800x600_85_16_100A] or HKR>,PreferredMode„"800,600,85 contained in the Inf File at step ST110. If the video card driver support the optimal mode of the corresponding monitor calculated in this manner, the CPU 23 reconfigures the computer system environment optimal to the corresponding monitor by updating variables of the ChangeDisplaySettingO API function of the OS 24 with the detected horizontal/vertical resolutions and frequencies at steps ST111 and ST112. On the other hand, if the driver supports the horizontal/vertical resolutions but not vertical frequency, the CPU 23 reads all the vertical frequencies that the driver can support at the same resolution using the GetRegData() API function of the OS 24, detects a vertical frequency of which absolute value is the most small among the detected vertical frequencies at step ST107, and then reconfigures the computer system environment near the optimal mode of the corresponding monitor by updating variables of the ChangeDisplaySettingO API function of the OS 24 with the detected the vertical frequency at step ST108.
If the driver does not support the horizontal/vertical resolutions, the CPU 23 reads ail the horizontal/vertical resolutions that the driver can support using the GetRdgData() API function of the OS 24, detects a vertical frequency which is the most small among the absolute values obtained by subtracting the optimal horizontal/vertical resolutions from the corresponding horizontal/vertical resolutions at step ST109, and then reconfigures the computer system environment near to the optimal mode of the corresponding monitor by updating the variables of the ChangeDisplaySettingO API function of the OS 24 with the obtained horizontal/vertical resolutions at step ST108.
As described above, in the present invention the monitor driver is automatically installed in a simple way different from the typical monitor driver installation method, which has complex installation steps, so as to enable the user to comfortably install the monitor driver. Also, since the resolution, color, and refresh rate of the monitor are optimally configured, in the present invention, according to the characteristics of the monitor connected to the main body of the computer by referring to the EDID data stored in the computer system register and the content of the Inf file, which is monitor driver file, it is possible to prevent the monitor from being abnormally configured.
While this invention has been described in connection with what is presently considered to be the most practical and preferred embodiment, it is to be understood that the invention is not limited to the disclosed embodiments, but, on the contrary, is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.

Claims

Claims
1. An automatic monitor driver installation method comprising the steps of: obtaining information on a presently used monitor using a windows system library file when an installation execution command is inputted; storing the obtained information in an allocated region of a buffer according to content of the information; registering the stored information to a windows system register.
2. The automatic monitor driver installation method of claim 1 further comprises the step of selecting one of 16-bit and 32-bit library files.
3. The automatic monitor driver installation method of claim 1 wherein the step of storing the information includes displaying only compatible monitors after checking vendor ID and product ID.
4. The automatic monitor driver installation method of claim 1 wherein only driver files of which manufacturers are identical with that of the monitor information are displayed on a model selection window.
5. An automatic driver installation method for monitor optimization comprising the steps of: obtaining information of a presently used monitor from an installation file and an Extended Display Information Data (EDID) using a windows system library file when an installation execution command is inputted; calculating optimal values of a resolution and a vertical frequency on the basis of the obtained information and storing the optimal values in a region of a buffer; registering the stored information to a windows system register; and reconfiguring a computer system with an optimal mode of a corresponding monitor using the values of the resolution and vertical frequency.
6. The method of claim 5 further comprises the step of configuring the computer system with horizontal and vertical frequencies mostly near to the optimal mode when a video card does not support the optimal mode of the monitor after registering the information to the windows system.
7. A storage media contained program source for implementing the automatic monitor driver installation method of any of claims 1 to 6.
PCT/KR2002/000878 2001-05-11 2002-05-10 Driver auto-install method for optimizing computer monitor system and storage media having program source thereof WO2002093368A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR2001/25924 2001-05-11
KR10-2001-0025924A KR100425285B1 (en) 2001-05-11 2001-05-11 Monitor driver install method and recording medium recorded the same method

Publications (1)

Publication Number Publication Date
WO2002093368A1 true WO2002093368A1 (en) 2002-11-21

Family

ID=19709376

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2002/000878 WO2002093368A1 (en) 2001-05-11 2002-05-10 Driver auto-install method for optimizing computer monitor system and storage media having program source thereof

Country Status (3)

Country Link
KR (1) KR100425285B1 (en)
CN (1) CN1463399A (en)
WO (1) WO2002093368A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7366886B2 (en) 2003-06-02 2008-04-29 Samsung Electronics Co., Ltd. System and method for automatically resetting a display information if optionally changed display information is not suitable for extended display information data (EDID) of a monitor
US7825915B2 (en) 2004-02-03 2010-11-02 Intel Corporation Codec control

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100362500C (en) * 2004-10-11 2008-01-16 佛山市顺德区顺达电脑厂有限公司 Method for controlling and raising efficiency of driver program by using software events
KR100662363B1 (en) * 2004-10-19 2007-01-02 엘지전자 주식회사 Apparatus and method for install of display device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5353432A (en) * 1988-09-09 1994-10-04 Compaq Computer Corporation Interactive method for configuration of computer system and circuit boards with user specification of system resources and computer resolution of resource conflicts
US5748980A (en) * 1994-05-27 1998-05-05 Microsoft Corporation System for configuring a computer system
KR20020014364A (en) * 2000-08-17 2002-02-25 윤종용 auto-diagnosis apparatus and method of device driver
KR100330532B1 (en) * 1997-03-17 2002-08-08 인터내셔널 비지네스 머신즈 코포레이션 Dynamic Boot File System Selection Methods and Devices

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5353432A (en) * 1988-09-09 1994-10-04 Compaq Computer Corporation Interactive method for configuration of computer system and circuit boards with user specification of system resources and computer resolution of resource conflicts
US5748980A (en) * 1994-05-27 1998-05-05 Microsoft Corporation System for configuring a computer system
KR100330532B1 (en) * 1997-03-17 2002-08-08 인터내셔널 비지네스 머신즈 코포레이션 Dynamic Boot File System Selection Methods and Devices
KR20020014364A (en) * 2000-08-17 2002-02-25 윤종용 auto-diagnosis apparatus and method of device driver

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7366886B2 (en) 2003-06-02 2008-04-29 Samsung Electronics Co., Ltd. System and method for automatically resetting a display information if optionally changed display information is not suitable for extended display information data (EDID) of a monitor
US7825915B2 (en) 2004-02-03 2010-11-02 Intel Corporation Codec control
US8035631B2 (en) 2004-02-03 2011-10-11 Intel Corporation Codec control
US8237695B2 (en) 2004-02-03 2012-08-07 Intel Corporation Codec control
US8493374B2 (en) 2004-02-03 2013-07-23 Intel Corporation Codec control
US8786583B2 (en) 2004-02-03 2014-07-22 Intel Corporation Codec control
US9158495B2 (en) 2004-02-03 2015-10-13 Intel Corporation Codec control

Also Published As

Publication number Publication date
CN1463399A (en) 2003-12-24
KR20020086155A (en) 2002-11-18
KR100425285B1 (en) 2004-03-30

Similar Documents

Publication Publication Date Title
US7490298B2 (en) Creating documentation screenshots on demand
US6490677B1 (en) Method and system for automatically configuring the boot process of a computer having multiple bootstrap programs within a network computer system
US5831607A (en) Method for adapting multiple screens of information for access and use on a single graphical panel in a computer system
US20050235221A1 (en) Computer, display device setting method, and program
US20020059514A1 (en) System for real-time adaptation to changes in display configuration
US6463531B1 (en) Method and system for monitoring a boot process of a data processing system providing boot data and user prompt
KR100333788B1 (en) Display control apparatus, message display method, and strage medium for massage display control software product
US8982158B2 (en) Computer screen image displaying method, computer having a vertical display device, and computer program product
US7823090B2 (en) Information-processing apparatus and clock information display control method for use in the apparatus
JP2003271265A (en) Built-in device and its initialization method
US20030120997A1 (en) Key-input correcting device
US20050160255A1 (en) Information processing device and program
US7774586B2 (en) System and method for express execution of playing computer multimedia data
JP5448576B2 (en) Display control apparatus, display control method, and program
US7752481B2 (en) Information processing apparatus and resume control method
WO2002093368A1 (en) Driver auto-install method for optimizing computer monitor system and storage media having program source thereof
US20060152760A1 (en) Printing control apparatus to install printer driver file and method of controlling the same
KR100359759B1 (en) A method for optimizing computer system according to the characteristic of a monitor
KR102612758B1 (en) Computer Systems and Method for Automatic Installation of Operating Systems at Remote Place
US6832312B1 (en) Process for automatically installing video display software upon detecting new video display controller
KR20060034460A (en) Apparatus and method for install of display device
CN114398065A (en) Micro front-end system updating method and device, electronic equipment and storage medium
US20040019896A1 (en) Method of automatic program installation for computer device
US7176932B2 (en) Method for adjusting attribute of video signal
US20080030426A1 (en) Information processing apparatus and display control method

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 028021037

Country of ref document: CN

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP