瀏覽單個文章
skyone
Advance Member
 

加入日期: Jul 2003
文章: 303
MultiRes 的進階使用法(有螢幕顯示問題或字型模糊問題可以試試看)

Scripting examples

• Applying display settings to multiple monitors:

multires.exe /1:800,600,32,75 /2:1024,768,16,60 /3:640,480,8,85

where the first set of display settings (800,600,32,75) is applied to monitor number 1,
the second set (1024,768,16,60) is applied to monitor number 2,
and the third set of display settings (640,480,8,85) is applied to monitor number 3.

--------------------------------------------------------------------------
• Restoring previous display settings:

multires.exe /restore

MultiRes always stores current display settings prior to making any changes,
so that they can be easily restored on demand.
This faciliates batch file processing,
where it is desireable to run a specific application at a specific color depth and/or resolution,
and then restore normal display settings when the application is closed.
In the example below, assume the system is normally run at 1024,768,16 but it is desireable to run Internet Explorer at 800,600,32.

--------------------------------------------------------------------------
• Changing the ClearType settings under Windows XP:

multires.exe /ClearType=1600

where the 1600 instructs MultiRes to enable ClearType font smoothing and set the contrast value to 1600

: batch file
multires.exe /800,600,32
start /w iexplore.exe
multires.exe /restore

For more examples and explanations,
please refer to the documentation included with MultiRes.

Copyright © 1997-2006, EnTech Taiwan
舊 2006-05-19, 10:09 AM #3
回應時引用此文章
skyone離線中