Subtil Posted June 21, 2005 Posted June 21, 2005 Hi,My pb is : when i install my bootCDxp with WPI on the last step (running WPI interface), the resolution (default: by system) is not good (1280*1024). I tried with 1024*768...is still bad. The resolution seems to be 800*600 ????Do you have any information / solution.PS :- The path of my WPI.cmd : $OEM$\$1\TEMPORAIRES\WPI.cmd@ECHO OFFREM Example, how to look for CDROM-drive. Must have a file to identify in its root (like WIN51 or WPI.ico).for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\Applications.txt set CDROM=%%i:echo Found CD-Rom as drive %CDROM%REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%.set wpipath=%CDROM%REM Force resolution to needed size for wpi interface.start /wait %CDROM%\WPI\common\VideoChanger.exe 1280x1024x32@80 -qREM Hide this command window."%CDROM%\WPI\common\cmdow.exe" @ /hidREM Font installation - the smooth and customizable way.start /wait %CDROM%\WPI\common\fonts\fontinstaller.exeREM Special registry tweak needed.regedit /s "%CDROM%\WPI\common\wpi.reg"REM Make WPI directory the current directory.for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i:cd "%wpipath%"REM Start WPI and wait for its endstart /wait \WPI\WPI.htaREM Cleaning up the desktop.del /s/q "%userprofile%\desktop\*.lnk"REM Rebooting the sytem to finalize the installation process.--shutdown.exe -r -f -t 10 -c "Reboot in 10 sec..."exit:endThe file "Applications.txt" is just to identify the CDROM.My organisation is : see attachement "MyOrganisation".Thanks for your help.
oioldman Posted June 21, 2005 Posted June 21, 2005 If your winnt.sif has a [Display] section, set your wpi.cmd to be the same as that.You can see if it kicks in or not by REM lining all following statements and running it, it should then change your resolution.You may also want to change the refresh and colour depth.
BoardBabe Posted June 23, 2005 Posted June 23, 2005 Does WPI and winnt.sif support a resolution of 1400x1050x32@60?Do I HAVE to set the refreshrate?
oioldman Posted June 24, 2005 Posted June 24, 2005 If your graphics card accepts that resolution, your winnt.sif should be ok with that.Looking at the config screen of wpi the max resolution is 1600x1200, but is does have pre-defined ones, and the nearest that wil probably work best is, 1280x1024.The refresh rate is to save your eyes and i wouldn't use less that 75, but is optional.I know alot of people will use 64x480x16@60 because this will always work, even in vga safemode.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now