[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: X11 Multihead Display on Sparc
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: X11 Multihead Display on Sparc
- From: Henning Brauer <lists-openbsd_(_at_)_bsws_(_dot_)_de>
- Date: Tue, 27 May 2003 12:38:18 +0200
- Mail-followup-to: misc_(_at_)_openbsd_(_dot_)_org
On Tue, May 27, 2003 at 12:16:16PM +0200, Marc Balmer wrote:
> Hi All
>
> Does anybody have a working XF86Config file for a Sparc 5 using several
> cgsix Framebuffer devices for a multihead display?
sparc is damn easy. read /usr/X11R6/README.
Section "ServerLayout"
Identifier "wsfb"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "zsmouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
[...]
Section "Monitor"
Identifier "Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5-60
VertRefresh 50-70
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5-60
VertRefresh 50-70
EndSection
Section "Device"
Identifier "Wsdisplay0"
Driver "wsfb"
Option "device" "/dev/ttyC0"
EndSection
Section "Device"
Identifier "Wsdisplay1"
Driver "wsfb"
Option "device" "/dev/ttyD0"
EndSection
duplicate Section Screen also w/ Screen0 -> Screen1 and Wsdisplay0 ->
Wsdisplay1 changed.
this is a SS20 w/ one cg14, one cg6 and two 20D10 monitors, but that
doesn't matter at all, on sparc as everything is just wsdisplay.
--
http://2suck.net/hhwl.html - http://www.bsws.de/
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)
Visit your host, monkey.org