Tech Source Raptor Drivers for Linux User Manual

Page 22

Advertising
background image

Raptor Drivers for Linux Installation and Reference Manual

3-8

3.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 "Raptor2000" 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 "Raptor2000"

Screen 1 "Raptor2000" 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.

NOTE: For the Raptor Drivers to work properly, NO other
cards using the XF86

i128

driver should be specified in

the ServerLayout section. This limitation is due to the

fact that the XF86

i128

driver will claim all i128 based

cards. Since the

i128

driver will not initialize the Raptor

card correctly, the Tech Source driver must be used.

Advertising