HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows Vista

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 07-13-2007, 03:55 AM
halo
 
Posts: n/a
Default How do I do this (make a monitor driver?)?

My question is this: I would like to have two displays (monitors) set
up like this:

I'll call them Monitor A and B. Monitor A has the middle of the
display, and Monitor B is divided into two halves, the left half being
the left part of the display (the part of the screen that's left of
Monitor A), the right part being the right part of the display(the
part of the screent that's right of Monitor A). To clarify: the two
monitors would look like this:

display sent to them would be oriented as 1 | 2 | 3 so 1 is left, 2
is center, and 3 is right.

Monitor A would show:
[ 2 ]

Monitor B would be divided in half, and show:
[1 | 3]

so the left part of the overall display would be next to the right
part of the overall display, and those two halves would be both put on
monitor B

Thanks folks

Reply With Quote
Sponsored Links
  #2  
Old 07-13-2007, 05:26 AM
GreenieLeBrun
 
Posts: n/a
Default Re: How do I do this (make a monitor driver?)?



halo wrote:
> My question is this: I would like to have two displays (monitors) set
> up like this:
>
> I'll call them Monitor A and B. Monitor A has the middle of the
> display, and Monitor B is divided into two halves, the left half being
> the left part of the display (the part of the screen that's left of
> Monitor A), the right part being the right part of the display(the
> part of the screent that's right of Monitor A). To clarify: the two
> monitors would look like this:
>
> display sent to them would be oriented as 1 | 2 | 3 so 1 is left, 2
> is center, and 3 is right.
>
> Monitor A would show:
> [ 2 ]
>
> Monitor B would be divided in half, and show:
> [1 | 3]
>
> so the left part of the overall display would be next to the right
> part of the overall display, and those two halves would be both put on
> monitor B
>
> Thanks folks


Chainsaw?


Reply With Quote
  #3  
Old 07-13-2007, 06:41 AM
Spirit
 
Posts: n/a
Default Re: How do I do this (make a monitor driver?)?

How about 3 monitors?

Look at TripleHead Digital and Analog Editions here :

http://www.matrox.com/graphics/en/co...s/home.php#gxm

"halo" <haloeffects@gmail.com> wrote in message
news:1184295349.307502.115310@m3g2000hsh.googlegro ups.com...
> My question is this: I would like to have two displays (monitors) set
> up like this:
>
> I'll call them Monitor A and B. Monitor A has the middle of the
> display, and Monitor B is divided into two halves, the left half being
> the left part of the display (the part of the screen that's left of
> Monitor A), the right part being the right part of the display(the
> part of the screent that's right of Monitor A). To clarify: the two
> monitors would look like this:
>
> display sent to them would be oriented as 1 | 2 | 3 so 1 is left, 2
> is center, and 3 is right.
>
> Monitor A would show:
> [ 2 ]
>
> Monitor B would be divided in half, and show:
> [1 | 3]
>
> so the left part of the overall display would be next to the right
> part of the overall display, and those two halves would be both put on
> monitor B
>
> Thanks folks
>



Reply With Quote
  #4  
Old 07-13-2007, 07:41 AM
Ian
 
Posts: n/a
Default Re: How do I do this (make a monitor driver?)?

You go buy a a duel head connector. There are ones for laptops and ones for
desktops but you can also run an internal switching card. Here is a link.

http://www.geeks.com/techtips/2005/t...s-AUG18-05.htm

Or just put two monitor use in Google search for those connectors.



"halo" <haloeffects@gmail.com> wrote in message
news:1184295349.307502.115310@m3g2000hsh.googlegro ups.com...
> My question is this: I would like to have two displays (monitors) set
> up like this:
>
> I'll call them Monitor A and B. Monitor A has the middle of the
> display, and Monitor B is divided into two halves, the left half being
> the left part of the display (the part of the screen that's left of
> Monitor A), the right part being the right part of the display(the
> part of the screent that's right of Monitor A). To clarify: the two
> monitors would look like this:
>
> display sent to them would be oriented as 1 | 2 | 3 so 1 is left, 2
> is center, and 3 is right.
>
> Monitor A would show:
> [ 2 ]
>
> Monitor B would be divided in half, and show:
> [1 | 3]
>
> so the left part of the overall display would be next to the right
> part of the overall display, and those two halves would be both put on
> monitor B
>
> Thanks folks
>
>


Reply With Quote
  #5  
Old 07-13-2007, 09:15 AM
Robert Firth
 
Posts: n/a
Default Re: How do I do this (make a monitor driver?)?

Is there any point to having monitor B display images 1 and 3? And there is
no way you are about to write a monitor - or graphics driver for that
matter - to do that.

Just setup monitor A, B, and C like this:
[A][b][C]

Or monitors A and B like so:
[A][b]

That way you can drag a window from one screen to the other and not confuse
yourself when you move it across a split screen.

Robert Firth
http://www.winvistainfo.org

"halo" <haloeffects@gmail.com> wrote in message
news:1184295349.307502.115310@m3g2000hsh.googlegro ups.com...
> My question is this: I would like to have two displays (monitors) set
> up like this:
>
> I'll call them Monitor A and B. Monitor A has the middle of the
> display, and Monitor B is divided into two halves, the left half being
> the left part of the display (the part of the screen that's left of
> Monitor A), the right part being the right part of the display(the
> part of the screent that's right of Monitor A). To clarify: the two
> monitors would look like this:
>
> display sent to them would be oriented as 1 | 2 | 3 so 1 is left, 2
> is center, and 3 is right.
>
> Monitor A would show:
> [ 2 ]
>
> Monitor B would be divided in half, and show:
> [1 | 3]
>
> so the left part of the overall display would be next to the right
> part of the overall display, and those two halves would be both put on
> monitor B
>
> Thanks folks
>


Reply With Quote
  #6  
Old 07-13-2007, 09:16 AM
Robert Firth
 
Posts: n/a
Default Re: How do I do this (make a monitor driver?)?

Adam, your response is priceless

Robert Firth
http://www.winvistainfo.org

"Adam Albright" <AA@ABC.net> wrote in message
news:vard93hcake8spuo37vhn3ob73o8fr34cc@4ax.com...
> On Thu, 12 Jul 2007 19:55:49 -0700, halo <haloeffects@gmail.com>
> wrote:
>
> You got to be kidding.
>


Reply With Quote
  #7  
Old 07-13-2007, 11:35 AM
Peter Foldes
 
Posts: n/a
Default Re: How do I do this (make a monitor driver?)?

halo

You cannot do what you are describing. Although you can have 2 monitors but not to show or work as you describe.

Having a monitor showing something on 1\2 on the screen and showing something else on the other 1\2 of the screen is not feasible with any OS. If you are thinking about the way some surveillance systems show multiple images on a screen then this is not capable of being achieved with any operating system

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"halo" <haloeffects@gmail.com> wrote in message news:1184295349.307502.115310@m3g2000hsh.googlegro ups.com...
> My question is this: I would like to have two displays (monitors) set
> up like this:
>
> I'll call them Monitor A and B. Monitor A has the middle of the
> display, and Monitor B is divided into two halves, the left half being
> the left part of the display (the part of the screen that's left of
> Monitor A), the right part being the right part of the display(the
> part of the screent that's right of Monitor A). To clarify: the two
> monitors would look like this:
>
> display sent to them would be oriented as 1 | 2 | 3 so 1 is left, 2
> is center, and 3 is right.
>
> Monitor A would show:
> [ 2 ]
>
> Monitor B would be divided in half, and show:
> [1 | 3]
>
> so the left part of the overall display would be next to the right
> part of the overall display, and those two halves would be both put on
> monitor B
>
> Thanks folks
>

Reply With Quote
  #8  
Old 07-13-2007, 11:52 AM
Mick Murphy
 
Posts: n/a
Default RE: How do I do this (make a monitor driver?)?

Two bottles of RUM!!!!!!

"halo" wrote:

> My question is this: I would like to have two displays (monitors) set
> up like this:
>
> I'll call them Monitor A and B. Monitor A has the middle of the
> display, and Monitor B is divided into two halves, the left half being
> the left part of the display (the part of the screen that's left of
> Monitor A), the right part being the right part of the display(the
> part of the screent that's right of Monitor A). To clarify: the two
> monitors would look like this:
>
> display sent to them would be oriented as 1 | 2 | 3 so 1 is left, 2
> is center, and 3 is right.
>
> Monitor A would show:
> [ 2 ]
>
> Monitor B would be divided in half, and show:
> [1 | 3]
>
> so the left part of the overall display would be next to the right
> part of the overall display, and those two halves would be both put on
> monitor B
>
> Thanks folks
>
>

Reply With Quote
  #9  
Old 07-13-2007, 05:02 PM
Stephan Rose
 
Posts: n/a
Default Re: How do I do this (make a monitor driver?)?

On Fri, 13 Jul 2007 06:35:51 -0400, Peter Foldes wrote:

> halo
>
> You cannot do what you are describing. Although you can have 2 monitors but not to show or work as you describe.
>
> Having a monitor showing something on 1\2 on the screen and showing something else on the other 1\2 of the screen is not feasible with any OS. If you are thinking about the way some surveillance systems show multiple images on a screen then this is not capable of being achieved with any operating system
>


Actually I'm not so sure. X Server in Ubuntu *might* actually be flexible
enough to do such a crazy thing. You can specify starting offsets in
pixels IIRC, which is the first thing you'd need to do something like that.

The second thing you'd need is to be able to specify that you only want to
use a certain width / height of the target screen's resolution. That's the
part I'm not sure if it can do it. I'd need to read up on it and I'm not
in the mood for that. Plus even if so, it'd not help the OP much as it
isn't Vista specific. =)

--
Stephan
2003 Yamaha R6

君のこと思い出す日なんてないのは
君のこと忘れたときがないから
Reply With Quote
  #10  
Old 07-13-2007, 10:11 PM
HeyBub
 
Posts: n/a
Default Re: How do I do this (make a monitor driver?)?

halo wrote:
> My question is this: I would like to have two displays (monitors) set
> up like this:
>
> I'll call them Monitor A and B. Monitor A has the middle of the
> display, and Monitor B is divided into two halves, the left half being
> the left part of the display (the part of the screen that's left of
> Monitor A), the right part being the right part of the display(the
> part of the screent that's right of Monitor A). To clarify: the two
> monitors would look like this:
>
> display sent to them would be oriented as 1 | 2 | 3 so 1 is left, 2
> is center, and 3 is right.
>
> Monitor A would show:
> [ 2 ]
>
> Monitor B would be divided in half, and show:
> [1 | 3]
>
> so the left part of the overall display would be next to the right
> part of the overall display, and those two halves would be both put on
> monitor B
>


You might be able to do it with enough mirrors - like at the fun house.

Are you trying to drive your spouse off the sauce?


Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Closing notebook monitor switches desktop to connected 2nd monitor kayko2000 Windows Vista 1 06-27-2007 05:29 PM
How to make Windows Vista Media Center run on the second monitor? Dima Windows Vista 0 06-26-2007 10:19 AM
UPdate monitor driver problem Markgoldin Windows Vista 3 06-11-2007 12:02 PM
MAG 22" Widescreen LCD Monitor being used as external monitor doesn't show DVD screen memocan@gmail.com DVD Technology 1 06-01-2007 02:16 AM
graphics driver problem (dual monitor system) daniel.web@gmx.at Windows XP 1 04-11-2007 12:46 PM


All times are GMT. The time now is 01:05 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts their respective authors.
Ad Management by RedTyger