piXelatedEmpire Posted July 10, 2006 Posted July 10, 2006 (edited) I have created a custom winntbbu.dll using WinntbuED 0.3.1When I preview the completed image, I am given 3 different preview resolution optionssmall 640x480medium 800x600large 1024x768Now, 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 I am using a 17" TFT Samsung monitor if that makes a difference.download billboard from pinned topicIf you preview the billboard using WinntbuED 0.3.1 you will have a better understanding of what I am referring to Edited March 28, 2007 by piXelatedEmpire
HJW Posted July 10, 2006 Posted July 10, 2006 Hello,Do you mean this? SetupBillboards is loaded automatically loaded in 1024x768?Add these lines to you HIVESYS.INF in your i386 folder.;Resolution Setup BillboardHKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,1024HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,768HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,1024HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,768Greetz
piXelatedEmpire Posted August 21, 2006 Author Posted August 21, 2006 late response, confirmed working!thanks again 5128!
twig123 Posted September 13, 2006 Posted September 13, 2006 Hello,Do you mean this? SetupBillboards is loaded automatically loaded in 1024x768?Add these lines to you HIVESYS.INF in your i386 folder.;Resolution Setup BillboardHKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,1024HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,768HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,1024HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,768GreetzHow would one change it to 800x600?
piXelatedEmpire Posted September 15, 2006 Author Posted September 15, 2006 (edited) I'd imagine by changing the following variable:1024 = 800768 = 600see below;Resolution Setup BillboardHKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,800HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,600HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,800HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,600 Edited September 15, 2006 by piXelatedEmpire
ebin25 Posted September 25, 2006 Posted September 25, 2006 (edited) 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.;Resolution Setup BillboardHKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,1280HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,1024HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,1280HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,1024I just pasted that in at the bottom of the ini. is it supposed to go somewhere else? Edited September 25, 2006 by ebin25
owikh84 Posted November 19, 2006 Posted November 19, 2006 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.;Resolution Setup BillboardHKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,1280HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,1024HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,1280HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,1024I 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.
Camarade_Tux Posted November 19, 2006 Posted November 19, 2006 Hello,Do you mean this? SetupBillboards is loaded automatically loaded in 1024x768?Add these lines to you HIVESYS.INF in your i386 folder.;Resolution Setup BillboardHKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,1024HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,768HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,1024HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,768Greetz I never thought there would be such a tweak.Thanks a lot. 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.;Resolution Setup BillboardHKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,1280HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,1024HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,1280HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,1024I 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
MGadAllah Posted November 20, 2006 Posted November 20, 2006 (edited) Integrate this builddate = 06/17/2006description = Addon which makes GUI Mode 1024x768title = Patch: HIVESYS.INF - 1024x768version = 1.0website = [url="http://ryanvm.net/forum"]http://ryanvm.net/forum[/url] Edited November 20, 2006 by MGadAllah
piXelatedEmpire Posted March 28, 2007 Author Posted March 28, 2007 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
jhanduka4 Posted April 9, 2007 Posted April 9, 2007 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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now