How do I do this (make a monitor driver?)?

H

halo

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
 
A

Adam Albright

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


You got to be kidding.
 
G

GreenieLeBrun

halo said:
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?
 
R

Robert Firth

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][C]

Or monitors A and B like so:
[A]

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
 
P

Peter Foldes

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
 
S

Stephan Rose

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

å›ã®ã“ã¨æ€ã„出ã™æ—¥ãªã‚“ã¦ãªã„ã®ã¯
å›ã®ã“ã¨å¿˜ã‚ŒãŸã¨ããŒãªã„ã‹ã‚‰
 
H

HeyBub

halo said:
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?
 
H

halo

I appologise those who lacked the brain power to follow aloing before
and where concequently dizzyed. You should proboly ignore the
following, as we wouldn't want you to get too confused. Consider
yourself warned. For the brave, please keep your arms and hands
inside until the post comes to a complete stop.....


My intention was to use mirrors, but not the way you think. I want to
have my flatscreen (laptop) monitor as the middle monitor, and put my
crt monitor behind it, using mirrors to reflect the two halves to the
outsides of the middle monitors, like having two sideways periscopes.
Then (if the two monitors were set up as I described) one would have
at three-monitor setup for the price of two. It seems especially
helpfull since I don't have the cash to upgrade from a 2 screen card
to a 3 screen card, nor am I sure the laptop even has the capability
to do so.

The arangement would look like this, with the ---'s being the
monitors, and the \'s and /'s being the mirrors.


-------- = CRT behind laptop screen
/ /\ \
-------- = laptop flatscreen

viewer here

halo said:
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?- Hide quoted text -

- Show quoted text -
 
H

halo

A "PS" to the previous post: I was doing this in order to watch
movies this way, specifically a cinerama movie (Yes, I get the
irony). I am fairly adept in movie editing software, so I imagine
this is how I will solve the problem (by creating a movie file that is
configured the way I explained above). I was just wondering if I
could continue using the computer in this fasion too. Wanted to have
my cake and eat it too!
 
X

xfile

I appologise those who lacked the brain power to follow aloing before
and where concequently dizzyed. You should proboly ignore the
following, as we wouldn't want you to get too confused. Consider
yourself warned. For the brave, please keep your arms and hands
inside until the post comes to a complete stop.....

Nice opening for those who tried to help.

My advise - Go buy some decent displays and have technicians set up for you.

If you can't afford, don't bother.


halo said:
I appologise those who lacked the brain power to follow aloing before
and where concequently dizzyed. You should proboly ignore the
following, as we wouldn't want you to get too confused. Consider
yourself warned. For the brave, please keep your arms and hands
inside until the post comes to a complete stop.....


My intention was to use mirrors, but not the way you think. I want to
have my flatscreen (laptop) monitor as the middle monitor, and put my
crt monitor behind it, using mirrors to reflect the two halves to the
outsides of the middle monitors, like having two sideways periscopes.
Then (if the two monitors were set up as I described) one would have
at three-monitor setup for the price of two. It seems especially
helpfull since I don't have the cash to upgrade from a 2 screen card
to a 3 screen card, nor am I sure the laptop even has the capability
to do so.

The arangement would look like this, with the ---'s being the
monitors, and the \'s and /'s being the mirrors.


-------- = CRT behind laptop screen
/ /\ \
-------- = laptop flatscreen

viewer here

halo said:
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?- Hide quoted text -

- Show quoted text -
 
S

Spirit

Put a mirror in the intended position next to your present monitor
and your desires might be lessened.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top