Prev | Current Page 87 | Next

Chris Tyler

"X Power Tools"

CorePointer and CoreKeyboard indicate the primary pointer and keyboard
devices; SendCoreEvents identifies optional secondary devices, which
should be used in parallel with the primary devices.
Option
Any options that can be specified in the ServerFlags section may also be given
here. The difference is that options in the ServerFlags section apply to all layouts,
but options within a ServerLayout section apply only to one particular layout.
Options in this section override options of the same names in the
ServerFlags section.
3.5
3.5 The xorg.conf Configuration File 47
Screen
Here is our sample Screen section:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
There are three basic, required entries here:
Identifier
The name of the screen, for reference from the ServerLayout section or the -screen
command-line option.
Device
A cross-reference to a particular video card??™s Device section identifier.
Monitor
A cross-reference to a Monitor section identifier.


Pages:
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99