What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Full Screen to Window

Pages: (2): « First « 1 [ 2 ] Last »
Full Screen to Window
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Full Screen to Window
The problem centres around how the system handles fullscreen. Fullscreen isn't in a window in the traditional sense: it's an overlay over the entire frame buffer. To switch the game from fullscreen (where it can use the GFX card directly) to a window (which can't, as Windows has to), you'll need to somehow force the game to output its graphics to a data buffer in memory, which them gets merged with Windows' own display data on the graphics card.

Doing this in software is not easy.
[Image: spartaafk.png]
11-30-2005 01:05 AM
Profile PM Web Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: Full Screen to Window
quote:
Originally posted by raceprouk
The problem centres around how the system handles fullscreen. Fullscreen isn't in a window in the traditional sense: it's an overlay over the entire frame buffer. To switch the game from fullscreen (where it can use the GFX card directly) to a window (which can't, as Windows has to), you'll need to somehow force the game to output its graphics to a data buffer in memory, which them gets merged with Windows' own display data on the graphics card.

Doing this in software is not easy.

Well I doubt anyone will do that... unfortunately...
Twitter: @ChrisLozeau
11-30-2005 01:31 AM
Profile PM Find Quote Report
zach
Senior Member
****

Avatar

Posts: 556
Reputation: 18
33 / Male / Flag
Joined: Jan 2005
Status: Away
RE: Full Screen to Window
Create a shortcut, right click on it and go to properties then the "shortcut" tab. Then go to target and put on the end of the target " -window" eg: D:\Games\Halo\halo.exe -window
11-30-2005 03:31 AM
Profile PM Find Quote Report
Joe
Senior Member
****

Avatar

Posts: 950
Reputation: 30
35 / Other / Flag
Joined: Mar 2004
O.P. RE: Full Screen to Window
says path name is incorrect
[Image: holidayssigei2.jpg]
11-30-2005 03:36 AM
Profile E-Mail PM Find Quote Report
zach
Senior Member
****

Avatar

Posts: 556
Reputation: 18
33 / Male / Flag
Joined: Jan 2005
Status: Away
RE: Full Screen to Window
Did you make sure there was a space between .exe and -window?
11-30-2005 03:39 AM
Profile PM Find Quote Report
Joe
Senior Member
****

Avatar

Posts: 950
Reputation: 30
35 / Other / Flag
Joined: Mar 2004
O.P. RE: Full Screen to Window
I had to put it after the Quotations, BUT.... it still didnt change anything
[Image: holidayssigei2.jpg]
11-30-2005 03:53 AM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Full Screen to Window
quote:
Originally posted by zach
Create a shortcut, right click on it and go to properties then the "shortcut" tab. Then go to target and put on the end of the target " -window" eg: D:\Games\Halo\halo.exe -window
Which will only work for Halo (assuming it uses -window).
Each game will use its own option to force a window.
[Image: spartaafk.png]
11-30-2005 04:03 PM
Profile PM Web Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: Full Screen to Window
quote:
Originally posted by zach
Create a shortcut, right click on it and go to properties then the "shortcut" tab. Then go to target and put on the end of the target " -window" eg: D:\Games\Halo\halo.exe -window
quote:
Originally posted by joe cool
says path name is incorrect

Zach, you forgot the "" try:
code:
"C:\Games\Halo\halo.exe" -window

Tried it with GunZ Online and Mario Forever, nothing different happened then usual, still fullscreen.

Which proves raceprouk's point..

This post was edited on 11-30-2005 at 04:16 PM by Chris4.
Twitter: @ChrisLozeau
11-30-2005 04:14 PM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On