Fix a bug in Windows 7 when using more than 2 monitors with different resolution, the size of the wallpaper will always wrong because all the monitors use the same size of wallpaper as the main monitor.
For example, if you have 2 monitors, main monitor has a smaller resolution than 2nd monitor. If you set picture position as fill, fit or stretch, you will find a black border around the 2nd monitor's wallpaper. This is because the 2nd monitor's wallpaper use the same size as the main monitor, whose resolution is smaller. For tile or center, you cannot let the wallpaper's size fits all monitors resolution. Vista doesn't have such kind of bug.
Since no fix yet and the requirement of this function is critical (otherwise you will always see the black border or only see the center part of the wallpaper in certain situation), I build this software. The software will generate a large wallpaper by putting selected wallpaper in different parts of the generate wallpaper with different size according to the current position / resolution information of the monitors. Therefore, you can use it by set the picture position in control panel as "tile" to make all monitors has correct size of wallpaper.
The program is build on VS 2010 and use .net Framework 3.5. Since Windows 7 already has .net Framework 3.5, you can directly.
Windows XP is also supported, but .net Framework 3.5 is required. Windows Vista doesn't have such kind of bug.
English & Simplified Chinese version included.
http://mullenstudio.net/media/p/993.aspx
修正Windows 7 下面的一个错误,当使用两个以上不同分辨率的显示器的时候,墙纸的大小永远是错误的,因为所有显示器都使用主显示器墙纸的大小。
举例来说,假设你有两个显示器,主显示器的分辨率小于副显示器。如果你的图片位置设置为填充/适合/拉伸,你会发现副显示器的比值周围有黑边。这是由于副显示器的壁纸使用了和主显示器一样的大小,但是主显示器的分辨率更小造成的。对于平铺或者剧中,你也不能让壁纸的大小适合所有显示器的分辨率。Vista没有这个bug。
由于目前还没有这个bug的修正,并且问题很恼人(要么你总是看到黑边要么只能看到壁纸中间的一部分),我写了这个软件。软件会自动生成一个大的壁纸,这个大的壁纸有许多不同大小和未知的壁纸根据当前显示器的位置和分辨率拼成。这样,你就可以通过控制面板中将图片位置设置为平铺,来始终这样大的壁纸,从而让所有显示器的壁纸大小正确。
程序使用VS2010编译,基于.net Framework 3.5。由于Windows7自带了.net Framework 3.5,所以可直接使用。
支持Windows XP,但需要.net Framework 3.5. Windows Vista本身没有这个bug。
包括英文和简体中文版。
http://mullenstudio.net/media/p/993.aspx
Posted
12-30-2009 10:59 PM
by
Mullen