MSFN Forum: How can I change the dpi unattended to 120 instate - MSFN Forum

Jump to content


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

How can I change the dpi unattended to 120 instate Rate Topic: -----

#1 User is offline   volkonov4 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 28-October 04

Posted 31 October 2004 - 04:57 AM

When Windows (XP pro) is installed you always start with a dpi of 96, the problem is I run a resolution of 1280*960 (crt screen) and I find it more relaxed for my eyes when I us dpi 120, its not a lot of work to change but it would be nice if I can start after the unattended with dpi 120. Does any one of you know how it must be done I thought a reg tweak so I have readied the reg tweak topic but it couldn’t help me.
I hope one of you can.


#2 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 31 October 2004 - 05:22 AM

You can put your resolution into a winnt.sif file. The dpi is fixed for a monitor?

#3 User is offline   volkonov4 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 28-October 04

Posted 31 October 2004 - 08:09 AM

MHz, on Oct 31 2004, 05:22 AM, said:

You can put your resolution into a winnt.sif file. The dpi is fixed for a monitor?

I have al ready put the resolution into winnt.sif The only problem I have is that I want to change my dpi in 120 instate of 96.

#4 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,257
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 October 2004 - 08:30 AM

I think you get 120dpi by enabling ClearType Font in the Display Property. Right?

Here is my tweak:

;Enable ClearType for ALL Users
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"="2"


#5 User is offline   volkonov4 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 28-October 04

Posted 31 October 2004 - 12:52 PM

Incroyable HULK, on Oct 31 2004, 08:30 AM, said:

I think you get 120dpi by enabling ClearType Font in the Display Property. Right?

Here is my tweak:

;Enable ClearType for ALL Users
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"="2"

Unfortunately your tweak didn’t work, I still started with a dpi of 96 instate of 120

#6 User is offline   Whampoom 

  • Junior
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 14-April 04

Posted 31 October 2004 - 12:59 PM

Maybe this one :

Quote

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontDPI]"LogPixels"=dword:00000078

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Courier 10,12,15 (8514a res)"="COURF.FON"
"MS Serif 8,10,12,14,18,24 (8514a res)"="SERIFF.FON"
"MS Sans Serif 8,10,12,14,18,24 (8514a res)"="SSERIFF.FON"
"Small Fonts (8514a res)"="SMALLF.FON"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize]
"FIXEDFON.FON"="8514fix.fon"
"FONTS.FON"="8514sys.fon"
"OEMFONT.FON"="8514oem.fon"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\Software\Fonts]
"FIXEDFON.FON"="8514fix.fon"
"FONTS.FON"="8514sys.fon"
"OEMFONT.FON"="8514oem.fon"
"LogPixels"=dword:00000078

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\Current\Software\Fonts]
"FIXEDFON.FON"="8514fix.fon"
"FONTS.FON"="8514sys.fon"
"OEMFONT.FON"="8514oem.fon"
"LogPixels"=dword:00000078


#7 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,257
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 October 2004 - 01:03 PM

humm sorry about that. I didn't understand your question correctly!

I tought you where talking about enhanced resolution... in fact you want to have BIGGER text?

One way of doing it is to go into Display Property where you can ajust the Wallpaper, Screensaver and you can specify FONT SIZE: LARGE FONT.
Return to the Theme tab and select Save as...

Next, put this custom .theme file in \$OEM$\$$\Resources\Themes

Next you'll add this to your Winnt.sif
[Shell]
    CustomDefaultThemeFile="%WinDir%\Resources\Themes\xxx.theme"


Hope this help!

#8 User is offline   volkonov4 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 28-October 04

Posted 31 October 2004 - 01:37 PM

Whampoom, on Oct 31 2004, 12:59 PM, said:

Maybe this one :

Quote

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontDPI]
"LogPixels"=dword:00000078

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Courier 10,12,15 (8514a res)"="COURF.FON"
"MS Serif 8,10,12,14,18,24 (8514a res)"="SERIFF.FON"
"MS Sans Serif 8,10,12,14,18,24 (8514a res)"="SSERIFF.FON"
"Small Fonts (8514a res)"="SMALLF.FON"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize]
"FIXEDFON.FON"="8514fix.fon"
"FONTS.FON"="8514sys.fon"
"OEMFONT.FON"="8514oem.fon"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\Software\Fonts]
"FIXEDFON.FON"="8514fix.fon"
"FONTS.FON"="8514sys.fon"
"OEMFONT.FON"="8514oem.fon"
"LogPixels"=dword:00000078

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\Current\Software\Fonts]
"FIXEDFON.FON"="8514fix.fon"
"FONTS.FON"="8514sys.fon"
"OEMFONT.FON"="8514oem.fon"
"LogPixels"=dword:00000078


I thank you, it now works.
Thanks a lot al you guys.

#9 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 19 July 2005 - 01:21 AM

Whampoom, on Oct 31 2004, 12:59 PM, said:

Maybe this one :

Quote

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontDPI]
"LogPixels"=dword:00000078

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Courier 10,12,15 (8514a res)"="COURF.FON"
"MS Serif 8,10,12,14,18,24 (8514a res)"="SERIFF.FON"
"MS Sans Serif 8,10,12,14,18,24 (8514a res)"="SSERIFF.FON"
"Small Fonts (8514a res)"="SMALLF.FON"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize]
"FIXEDFON.FON"="8514fix.fon"
"FONTS.FON"="8514sys.fon"
"OEMFONT.FON"="8514oem.fon"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\Software\Fonts]
"FIXEDFON.FON"="8514fix.fon"
"FONTS.FON"="8514sys.fon"
"OEMFONT.FON"="8514oem.fon"
"LogPixels"=dword:00000078

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\Current\Software\Fonts]
"FIXEDFON.FON"="8514fix.fon"
"FONTS.FON"="8514sys.fon"
"OEMFONT.FON"="8514oem.fon"
"LogPixels"=dword:00000078

<{POST_SNAPBACK}>


So if I copy and paste the following into my registry tweaks, the DPI will be set to 120? That's also what I'm looking for too...

#10 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 28 July 2005 - 12:07 AM

bump, can someone answer my questions in the post above?

#11 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,603
  • Joined: 04-December 03

Posted 29 July 2005 - 12:14 PM

Yes it appears is that ;)

#12 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 29 July 2005 - 10:48 PM

I'm just skeptical because there are quite a bit of registry tweaks needed to get 120DPI.

#13 User is offline   Gabe The Nerd 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 09-July 05

Posted 30 July 2005 - 05:19 PM

Just FYI, you can use the above said reg tweaks to set any DPI. For example, I prefer 125 DPI. All you have to do is change the ["LogPixels"=dword:] value to the hex number of your DPI. Ex: mine is 0000007d=125. It's just the DPI in hexadecimel. I believe that the rest of the setting changes stay the same as for above said DPI changes.

This post has been edited by Gabe The Nerd: 30 July 2005 - 05:24 PM


#14 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 15 May 2006 - 09:53 PM

View PostGabe The Nerd, on Jul 30 2005, 06:19 PM, said:

Just FYI, you can use the above said reg tweaks to set any DPI. For example, I prefer 125 DPI. All you have to do is change the ["LogPixels"=dword:] value to the hex number of your DPI. Ex: mine is 0000007d=125. It's just the DPI in hexadecimel. I believe that the rest of the setting changes stay the same as for above said DPI changes.


I just put this registry tweak in and it doesn't work like you claim. I don't get 120DPI with this registry setting:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontDPI]
"LogPixels"=dword:00000078

Are you sure that I don't need to use the other registry settings that the previous poster gave?

#15 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 19 May 2006 - 03:06 PM

bump!

#16 User is offline   mc134 

  • Junior
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 15-January 04

Posted 21 May 2006 - 04:46 PM

This setting sets the DPI to 125% or (120 dpi). I checked it myself to make sure it worked.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontDPI]
"LogPixels"=dword:00000078

This post has been edited by mc134: 21 May 2006 - 04:48 PM


#17 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 22 May 2006 - 01:33 AM

View Postmc134, on May 21 2006, 05:46 PM, said:

This setting sets the DPI to 125% or (120 dpi). I checked it myself to make sure it worked.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontDPI]
"LogPixels"=dword:00000078


It doesn't work for me. In case someone said that my registry tweak file isn't placed in the right place, all other registry tweaks work besides this one and the remove links folder tweak.

#18 User is offline   razormoon 

  • Little boots...!
  • PipPip
  • Group: Members
  • Posts: 216
  • Joined: 17-February 06

Posted 22 May 2006 - 05:19 AM

Is this during install or after?

This post has been edited by razormoon: 22 May 2006 - 05:21 AM


#19 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 22 May 2006 - 08:49 PM

View Postrazormoon, on May 22 2006, 06:19 AM, said:

Is this during install or after?


During the install...

#20 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 23 February 2007 - 04:23 AM

It's been almost a year since I posted in this thread. This tweak doesn't work for me. Does anyone here know why?

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • 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 - 2013 msfn.org
Privacy Policy