Is it possible to force my screen resolution to be something smaller than supported? The smallest one I can have is 800 x 600 but I would like to set it to something like 480 x 320, so when I access it remotely from my phone I can use it full screen but still fit nicely in my phone's screen.
feedback
|
migrated from programmers.stackexchange.com Mar 14 '11 at 3:07
This question came from our site for professional programmers interested in conceptual questions about software development.
|
Yes, you can set the resolution to anything that your video card supports (fullscreen games support lower resolutions), however you will need a third-party tool to do so. I just tried it with a few different standalone tools such as QuickRes as well as with ATI Tray Tools and they worked for 640x480 which is not listed in Windows 7’s Screen Resolutions dialog. Using 480x320 did not work with my video card because it is not a supported mode (I only tried 32-bit color and I did not look up the full list of supported resolution/color-depth combinations), but again, the specific options available depends on your video card. | |||
|
feedback
|
|
If you use Remote Desktop (also known as RDP or Terminal Services), the client software can sometimes set an unconventional display resolution. For example, Also, in this case, it doesn't need to be a resolution your computer's monitor or graphics card can support. The resolution on the computer screen will stay set at your normal settings. However, it will show the locked or change user screen, and if you log back in, it will kick out the remote connection. Also, this is only available in XP Professional, Windows Vista Business/Ultimate, and Windows 7 Professional/Enterprise/Ultimate, or Windows Server 2003 and newer. You cannot connect to a computer running XP Home, Vista Home Basic/Home Premium, or Windows 7 Starter/Home with Remote Desktop (however you can connect FROM these editions with the possible exception of Windows 7 Starter). Also, only one user can be logged on at a time (with the exception of Windows Server with a Terminal Services license). If someone else logs in (as you or any other user), you will be disconnected. In Windows Server 2003 and newer, you can install the "Terminal Services" role, which allows multiple users to be logged in and active simultaneously over Remote Desktop, plus one active user logged on to the actual physical computer. However, the license for this is very expensive (however there is a 120-day grace period which you could use to test it out and make sure it works the way you need it to). There are other ways to remotely work with your computer, but as far as I know, only the Remote Desktop feature built-in to Windows will let you use a different resolution than is already in use. | |||
|
feedback
|