Two monitors


Forum: HD Install
Topic: Two monitors
started by: Anshik

Posted by Anshik on May 08 2007,09:29
How to instal in DSL two monitors?

And I have a poroblem: only 2 consoles.
in inittab 4...

Posted by Juanito on May 08 2007,13:46
If you mean that you would like DSL to display on two monitors, I would guess that you would have to use XFree86  - I never tried this however...
Posted by Anshik on May 08 2007,14:12
No, i mean 2 monitors in frame buffer.
How to do it?

Quote
There are some cool features of the framebuffer devices, in that you can give generic options to the kernel at bootup-time, including options specific to a particular framebuffer device. These are:

video=xxx:off - disable probing for a particular framebuffer device
video=map:octal-number - maps the virtual consoles (VCs) to framebuffer (FB) devices
video=map:01 will map VC0 to FB0, VC1 to FB1, VC2 to FB0, VC3 to FB1..
video=map:0132 will map VC0 to FB0, VC1 to FB1, VC2 to FB3, VC4 to FB2, VC5 to FB0..


PS: Smth strange with consoles: switching by ctrl-alt-
f1 - booting information, commands not writes, if push ctrl+c f2 console shutdown X;
f2 - X;
f3 - nothing, not work;
f4 - nothing, not work.

Who it solve?

Posted by Anshik on May 08 2007,15:01
when i write in /boot/grub/menu.lst

in kernel boot param:
video=map:01

and reboot.
Kernel outs debug information :(
It seems that i must recofigure kernel. If so, would you tell me how? Thank you!

Posted by curaga on May 08 2007,15:11
From the framebuffer howto, multihead section:
Quote

14.6 What hardware is supported?

Most video cards assume they will be the only one in the system and are permanently set with the addressing of the primary display adapter. There are a few exceptions.

* Matrox cards: This includes Matrox Millennium, Matrox Millennium II, Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox Mystique G200, Matrox Millennium G200 and Matrox Marvel G200 video cards

* MDA: This includes monochrome Hercules graphics adapter among others. This for text only second head support.

Note: it's only the second adapter that has to be one of the above.

I've done it with full X, and I think you can do it with TinyX too. So boot in console mode (runlevel 2)
and run
Quote
Xvesa :0.0 &&
Xvesa :0.1
This should start X on both of your screens. If it works, then report back and let's modify your startx script...

Posted by ^thehatsrule^ on May 08 2007,20:26
I think he doesn't want X, but only console fb VT's on a multihead setup, i.e. with /dev/fb*

Maybe you can use fbset?  Or maybe you need to install another driver (check which fb's are installed) and there seems to be CONFIG_FB_MATROX_MULTIHEAD in dsl.config

Or you could try replacing it with directfb or something...

but I've really only done multihead setups with X.

Posted by Anshik on May 09 2007,11:24
It doesn't work :( But it is not that i whant.

I need frame buffer. We use directFB libraries. And i want that first console was on fb0(first monitor), and fb1 on second console(second monitor).

ps: sorry for mistakes

Posted by curaga on May 09 2007,14:35
Like I quoted from the howto, normal fb multihead is only possible with Matrox or Hercules cards..
Don't know about DirectFB though...

Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.