
Chapter 4 – Invoking The X Server
4-7
To run the X server in 8+24-bit mode with the 24-bit TrueColor
visual as default, set the DefaultDepth option in the Screen
section to 24 as shown.
Section "Device"
Identifier "Raptordlt0"
Driver "rapdlt"
Card "TSI Raptor DL-LITE card"
BusID "PCI:0:12:0"
Option "Device" "/dev/rapdlt0"
Option "Mode" "8+24"
Option "ScaleCursPos" "on"
EndSection
Section "Screen"
Identifier "RaptorDL-LITE"
Device "Raptordlt0"
Monitor "Apple Panel"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "2560x1600"
EndSubSection
SubSection "Display"
Depth 16
Modes "2560x1600"
EndSubSection
SubSection "Display"
Depth 24
Modes “2560x1600”
EndSubSection
End Section
To select the 8+8-bit mode, the option "Mode" option should be
set to “8+8”.
The following example shows the mox16 mode being selected
for a Raptor DL-Lite card. The "Mode" option is set to “mox16”.
Section "Device"
Identifier "Raptordlt0"
Driver "rapdlt"
Card "TSI Raptor DL-LITE card"
BusID "PCI:0:12:0"
Option "Device" "/dev/rapdlt0"
Option "Mode" "mox16"
Option "ScaleCursPos" "on"
EndSection
Other bit-depths can be selected in a similar manner.
Kommentare zu diesen Handbüchern