Widescreen Gaming Forum

[-noun] Web community dedicated to ensuring PC games run properly on your tablet, netbook, personal computer, HDTV and multi-monitor gaming rig.
It is currently 05 Nov 2024, 01:25

All times are UTC [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: 03 Apr 2010, 15:56 
Offline

Joined: 24 Nov 2009, 20:05
Posts: 10
Hi,

Little background, I'm using 3x 22" 2209WA with HD5850, I love Eyefinit when gaming but it's just impossible to use it when working/studying. So the profile changing bug was a pain for me but now in 10.2 it works like a charm.

Now to get to the point, I "love" how Windows 7 likes to force the wallpaper to start where the primary display is, in my case my primary display is the center display. So I have to change every wallpaper that I use, well not so big of a deal if it wasn't for Eyefinity, then my "modded" wallpapers will look wrong.

My solution was to use the run ability of CCC, when I change a profile it will runa a batch file that changes the wallpaper for me, so I have just two versions of the same wallpaper that I place in a directory for my current wallpaper, name it EYEF.jpg and EXTE.jpg for each mode.

The "big" problem when I had this in order was to refresh the desktop, the wallpaper would change in the registry but it wouldn't display unless I rebooted the whole computer.

Today I found the command for this and it is in the batch below

//This is for extended mode profile
@echo off
REG ADD "HKCUControl PanelDesktop" /v Wallpaper /t REG_SZ /d "D:ImagesOthersWallpaperscurrentEXTE.jpg" /f

%windir%System32RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters

//This is for eyefinity mode profile
@echo off
REG ADD "HKCUControl PanelDesktop" /v Wallpaper /t REG_SZ /d "D:ImagesOthersWallpaperscurrentEYEF.jpg" /f

%windir%System32RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters

Enjoy

EDIT: it seams like the desktop refresh command doesn't work for every single time, but there is no rule to it when it doesn't work very strange ... please report if you try this


Top
 Profile  
 


Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  




Powered by phpBB® Forum Software © phpBB Group