[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: X11 Multihead Display on Sparc



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