Tech Source Raptor Drivers for Linux User Manual

Page 32

Advertising
background image

Raptor Drivers for Linux Installation and Reference Manual

4-10


If multiple Raptor cards are installed, additional

Screen

sections should be created. Other fields should remain
unchanged. For more information please refer to Section 5.5.

4.6.4 ServerLayout Section


This is the section which specifies the server layout for either
single-screen or multi-screen configuration.







This section is not modified automatically by the installation. It
must be modified for your specific configuration.

The following example shows the

ServerLayout

Section for a

single-screen configuration on the Raptor device.

Section "ServerLayout"

Identifier "XFree86 Configured"
Screen 0 "Raptor2100T" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"

EndSection


Assuming

Screen0

is the console card, the following example

shows the

ServerLayout

section with the Raptor card as the

second screen.

Section "ServerLayout"

Identifier "XFree86 Configured"
Screen 0 "Screen0" LeftOf "Raptor2100T"
Screen 1 "Raptor2100T" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"

EndSection


NOTE: The ServerLayout section should already exist in

your

XF86Config

file. It must be modified manually to

include the Raptor card.

Advertising