Hi
I have the following problem with my XFree86-3.2:
I can't tell the server to start with 16 bpp allthough
my hardware supports it. I can run it with or 8 bpp or
24 bpp as show below in my XF86Config. Does the S3 Server
not support 15 an 16 bpp?
My card is a HERCULES TERMINATOR (S3_Trio64V+, 135 MHz, 2Megs EDO)
Here is the relevant part of my XF86Config:
Section "Monitor"
Identifier "Primary Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5-64.3
VertRefresh 50-90
Modeline "1280x1024" 110.00 1280 1328 1512 1712 1024 1025 1028 1054
Modeline "1152x864" 92.00 1152 1208 1368 1474 864 865 875 895
Modeline "1024x768" 85.00 1024 1032 1152 1360 768 784 787 823
Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync
+vsync
Modeline "640x480" 31.50 640 680 720 864 480 488 491 521
Modeline "640x400" 25.18 640 664 760 800 400 409 411 450
Modeline "480x300" 29.95 480 504 584 624 300 319 322 333 doublescan
Modeline "400x300" 25.00 400 424 488 520 300 319 322 333 doublescan
Modeline "320x240" 15.75 320 336 384 400 240 244 246 262 doublescan
Modeline "320x200" 12.59 320 336 384 400 200 204 205 225 doublescan
EndSection
Section "Device"
Identifier "Primary Card"
VendorName "Unknown"
BoardName "S3 Trio64V+ (generic)"
DacSpeed 135000
VideoRam 2048
# Use Option "nolinear" if the server doesn't start up correctly
# (this avoids the linear framebuffer probe). If that fails try
# option "nomemaccess".
#
# Refer to /usr/X11R6/lib/doc/README.S3, and the XF86_S3 man page.
EndSection
Section "Screen"
Driver "Accel"
Device "Primary Card"
DefaultColorDepth 16
Monitor "Primary Monitor"
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
"640x400" "480x300" "400x300" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480" "640x400" "480x300"
"400x300" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480" "640x400" "480x300"
"400x300" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
"640x400" "480x300" "400x300" "320x240" "320x200"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
"640x400" "480x300" "400x300" "320x240" "320x200"
EndSubSection
EndSection
Hope anybody can help me
Stepan Seycek