MSFN Forum: Resolution changes after driver install - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Resolution changes after driver install at T-39 stage Rate Topic: -----

#1 User is offline   Jeroeneke 

  • Member
  • PipPip
  • Group: Members
  • Posts: 138
  • Joined: 26-November 05

Posted 28 March 2006 - 08:45 AM

Hi,

I want my installation screen to be at 1024*768*32, so I added these lines in the hivesys.inf file:

Quote

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


This seems to work well if there aren't any drivers installed. So on a virtual machine, the whole installation runs at 1024*768, but on my pc, the installation starts in 1024*768, but when the drivers are installed the resolution goes back to 800*600*16.

Does anybody know how to fix this ?

Maybe it's good to know I have an nVidia card (driver v84.21 atm)

thanks in advance!
jeroen.


#2 User is offline   jbm 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 626
  • Joined: 16-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 March 2006 - 09:37 AM

I use this in my winnt.sif file to set my display res.

[Display]
BitsPerPel = 32
Vrefresh = 60
Xresolution = 1280
Yresolution = 1024

#3 User is offline   Jeroeneke 

  • Member
  • PipPip
  • Group: Members
  • Posts: 138
  • Joined: 26-November 05

Posted 28 March 2006 - 10:21 AM

Forgot to mention, this is also in my winnt.sif file ;)

but the resolution change for the installation screen (GUI mode) only works with those hivesys.inf settings no ?

#4 User is offline   Jeroeneke 

  • Member
  • PipPip
  • Group: Members
  • Posts: 138
  • Joined: 26-November 05

Posted 31 March 2006 - 09:27 AM

I've found a fix:

running this before my XPlode file (that needs a 1024x768 resolution):

Quote

rundll32.exe NvCpl.dll,dtcfg setmode 1 1024 768 32 60


this only works for nVidia cards, and if the driver is installed before you run this command ;)

thanks for this fix to Therapy from the laptopvideo2go forums :)

This post has been edited by Jeroeneke: 31 March 2006 - 09:27 AM


#5 User is offline   jonathan_314 

  • Junior
  • Pip
  • Group: Members
  • Posts: 63
  • Joined: 31-October 05

Posted 03 April 2006 - 05:27 PM

Thanks man!
I had the same problem.
Now I still have this prob with my acer (Radeon 9700 card)
But there is no fix for this I think.
Greetz. B)

#6 User is offline   Jeroeneke 

  • Member
  • PipPip
  • Group: Members
  • Posts: 138
  • Joined: 26-November 05

Posted 12 April 2006 - 01:40 PM

also don't forget to edit these lines in your winnt.sif file:

[Display]
	BitsPerPel=32
	Xresolution=1024
	Yresolution=768
	Vrefresh=60
	AutoConfirm=1

This post has been edited by Jeroeneke: 12 April 2006 - 01:40 PM


#7 User is offline   Jeroeneke 

  • Member
  • PipPip
  • Group: Members
  • Posts: 138
  • Joined: 26-November 05

Posted 12 April 2006 - 05:17 PM

Vrefresh=60

This is only the refresh rate of your screen. If you have a laptop, normally the maximum is 60

AutoConfirm=1

This is what I think, automatically confirms these settings, so that you don't have to click on "OK" at first boot, don't know for sure!


If the code in winnt.sif and hivesys.inf aren't working, I shouldn't know what the problem is!


Are you installing video drivers? On my pc, if I do that, the driver sets the resolution to 800x600x16. This can be fixed by running this after driver installation (if you have an nvdia card, don't know for ati what it is):

rundll32.exe NvCpl.dll,dtcfg setmode 1 1024 768 32 60


#8 User is offline   Jeroeneke 

  • Member
  • PipPip
  • Group: Members
  • Posts: 138
  • Joined: 26-November 05

Posted 13 April 2006 - 04:21 AM

Sorry, I did read it too fast, didn't see it was only on your acer (ati)

I will search and let you know if I find anything

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy