IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
 
Reply to this topicStart new topic
> specify resolution of billboards during install, is this possible?
piXelatedEmpire
post Jul 9 2006, 08:58 PM
Post #1


nLiten me, nuhi!
****

Group: Members
Posts: 614
Joined: 2-June 05
Member No.: 58663
OS: XP Pro x86
Country Flag


I have created a custom winntbbu.dll using WinntbuED 0.3.1

When I preview the completed image, I am given 3 different preview resolution options
small 640x480
medium 800x600
large 1024x768

Now, when I preview my billboard using the large resolution, the billboard looks exactly how I want it to. The other resolutions affect the billboard in different ways (ie picture cut off/off centre, blurring etc)

Is there a way I can specify which resolution my Windows XP setup will run in? It appears to run at 640x480 which results in my billboards being skewed/off centre no.gif I am using a 17" TFT Samsung monitor if that makes a difference.



download billboard from pinned topic

If you preview the billboard using WinntbuED 0.3.1 you will have a better understanding of what I am referring to

This post has been edited by piXelatedEmpire: Mar 27 2007, 08:37 PM
Go to the top of the page
 
+Quote Post
HJW
post Jul 10 2006, 12:12 PM
Post #2


MultiBoot Freak
**

Group: Members
Posts: 185
Joined: 26-February 05
From: The Netherlands
Member No.: 45325
OS: Vista Ultimate x86
Country Flag


Hello,

Do you mean this? SetupBillboards is loaded automatically loaded in 1024x768?

Add these lines to you HIVESYS.INF in your i386 folder.

CODE
;Resolution Setup Billboard
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,1024
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,768
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,1024
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,768


Greetz
Go to the top of the page
 
+Quote Post
piXelatedEmpire
post Jul 13 2006, 09:47 PM
Post #3


nLiten me, nuhi!
****

Group: Members
Posts: 614
Joined: 2-June 05
Member No.: 58663
OS: XP Pro x86
Country Flag


thanks 5128, I will give this a try smile.gif
Go to the top of the page
 
+Quote Post
piXelatedEmpire
post Aug 21 2006, 03:56 AM
Post #4


nLiten me, nuhi!
****

Group: Members
Posts: 614
Joined: 2-June 05
Member No.: 58663
OS: XP Pro x86
Country Flag


late response, confirmed working!

thanks again 5128!
Go to the top of the page
 
+Quote Post
twig123
post Sep 12 2006, 09:27 PM
Post #5


Advanced Member
***

Group: Members
Posts: 364
Joined: 2-October 05
Member No.: 75379
Country Flag


QUOTE (5128 @ Jul 10 2006, 02:12 PM) *
Hello,

Do you mean this? SetupBillboards is loaded automatically loaded in 1024x768?

Add these lines to you HIVESYS.INF in your i386 folder.

CODE
;Resolution Setup Billboard
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,1024
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,768
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,1024
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,768


Greetz


How would one change it to 800x600?
Go to the top of the page
 
+Quote Post
piXelatedEmpire
post Sep 15 2006, 07:08 AM
Post #6


nLiten me, nuhi!
****

Group: Members
Posts: 614
Joined: 2-June 05
Member No.: 58663
OS: XP Pro x86
Country Flag


I'd imagine by changing the following variable:

1024 = 800
768 = 600

see below

CODE
;Resolution Setup Billboard
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,800
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,600
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,800
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,600


This post has been edited by piXelatedEmpire: Sep 15 2006, 07:08 AM
Go to the top of the page
 
+Quote Post
ebin25
post Sep 24 2006, 08:26 PM
Post #7


Junior
*

Group: Members
Posts: 83
Joined: 30-October 05
From: Pit, PA
Member No.: 78204
Country Flag


i tried this same method, but with 1280 by 1024. at first everything is ok... once teh screen flickers twice while installing devices, I still get the blue border to the right and bottom of my billboard.
CODE
;Resolution Setup Billboard
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,1280
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,1024
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,1280
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,1024


I just pasted that in at the bottom of the ini. is it supposed to go somewhere else?

This post has been edited by ebin25: Sep 24 2006, 08:39 PM
Go to the top of the page
 
+Quote Post
Slip400
post Nov 18 2006, 10:44 PM
Post #8


Junior
*

Group: Members
Posts: 55
Joined: 23-October 04
Member No.: 34565



Anyone have this file? any link?
Go to the top of the page
 
+Quote Post
owikh84
post Nov 19 2006, 06:44 AM
Post #9


Takeshi Kaneshiro
**

Group: Members
Posts: 184
Joined: 9-October 05
From: Tokyo
Member No.: 76126
Country Flag


QUOTE (ebin25 @ Sep 25 2006, 10:26 AM) *
i tried this same method, but with 1280 by 1024. at first everything is ok... once teh screen flickers twice while installing devices, I still get the blue border to the right and bottom of my billboard.
CODE
;Resolution Setup Billboard
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,1280
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,1024
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,1280
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,1024


I just pasted that in at the bottom of the ini. is it supposed to go somewhere else?


I don't think this will work. I think it got to do with the driverpack integrated which cause this problem. Nothing could to done.
Go to the top of the page
 
+Quote Post
Camarade_Tux
post Nov 19 2006, 06:53 AM
Post #10


MSFN Master
********

Group: Members
Posts: 2721
Joined: 22-May 05
From: Paris
Member No.: 57090
OS: none
Country Flag


QUOTE (5128 @ Jul 10 2006, 07:12 PM) *
Hello,

Do you mean this? SetupBillboards is loaded automatically loaded in 1024x768?

Add these lines to you HIVESYS.INF in your i386 folder.

CODE
;Resolution Setup Billboard
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,1024
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,768
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,1024
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,768


Greetz


woot.gif
I never thought there would be such a tweak.
Thanks a lot. wub.gif


QUOTE (ebin25 @ Sep 25 2006, 03:26 AM) *
i tried this same method, but with 1280 by 1024. at first everything is ok... once teh screen flickers twice while installing devices, I still get the blue border to the right and bottom of my billboard.
CODE
;Resolution Setup Billboard
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,1280
HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,1024
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,1280
HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,1024


I just pasted that in at the bottom of the ini. is it supposed to go somewhere else?


Maybe try with winnt.sif too : http://unattended.msfn.org/unattended.xp/v...web/19/#display smile.gif
Go to the top of the page
 
+Quote Post
MGadAllah
post Nov 19 2006, 08:23 PM
Post #11


Brain Voice
*****

Group: Banned
Posts: 869
Joined: 3-January 06
From: Egypt - Cairo
Member No.: 84180
Country Flag


Integrate this
CODE
builddate = 06/17/2006
description = Addon which makes GUI Mode 1024x768
title = Patch: HIVESYS.INF - 1024x768
version = 1.0
website = [url="http://ryanvm.net/forum"]http://ryanvm.net/forum[/url]


This post has been edited by MGadAllah: Nov 19 2006, 08:27 PM
Go to the top of the page
 
+Quote Post
piXelatedEmpire
post Mar 27 2007, 08:36 PM
Post #12


nLiten me, nuhi!
****

Group: Members
Posts: 614
Joined: 2-June 05
Member No.: 58663
OS: XP Pro x86
Country Flag


QUOTE (Slip400 @ Nov 19 2006, 02:44 PM) *
Anyone have this file? Any link?

Sorry for late response - only just notcied your request when I updated the first post.
This Billboard is available in the pinned topic at the top of this forum smile.gif
Go to the top of the page
 
+Quote Post
jhanduka4
post Apr 9 2007, 03:10 PM
Post #13


Newbie


Group: Members
Posts: 17
Joined: 21-February 07
From: Ramgadh
Member No.: 127862
Country Flag


mine still not working,

I m using ms virtual pc on mylaptop,
Intel 915 Mobile chipset, I have even integrated the drivers, done that registry thing, too.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 4th December 2008 - 11:28 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2008 msfn.org
Privacy Policy