Hi,
also auf der FreeBSD Page steht:
The problem often is configuring the monitor. Common resources for XFree86 focus on CRT monitors; getting a suitable modeline for an LCD display may be tricky. You may be lucky and not need to specify a modeline, or just need to specify suitable HorizSync and VertRefresh ranges. If that does not work, the best option is to check web resources devoted to configuring X on laptops (these are often linux-oriented sites but it does not matter because both systems use XFree86) and copy a modeline posted by someone for similar hardware.
...das die Sache mit CRTs ein bischen tricky ist haste auch gemerkt?
Ok, du laesst also XFree86 -configure laufen und erhaelst soweit es Xfree moeglich ist ne halbfertige config.
Bei dir duerfte die ScreenSection leer sein, auf ne Linux Page
http://www.iwr.uni-heidelberg.de/~Peter.Mueller/notebook.html#xf86vesa hab ich folgendes gefunden:
Section "Monitor"
Option "CalcAlgorithm" "CheckDesktopGeometry"
HorizSync 27-60
Identifier "Monitor[0]"
ModelName "1024X768@60HZ"
Option "DPMS"
VendorName "--> LCD"
VertRefresh 40-60
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 61.19 1024 1040 1216 1400 768 768 777 802
Modeline "800x600" 37.44 800 816 928 1072 600 600 609 626
Modeline "640x480" 23.96 640 656 720 864 480 480 489 501
Modeline "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "SiS650"
BusID "1:0:0"
Driver "sis"
Identifier "Device[0]"
Screen 0
Option "Rotate" "off"
VendorName "SiS"
EndSection
...ich habe nicht die ganze config gepostet weil Xfree ja den ersten Teil mit Sicherheit richtig erkannt hat.
Vergleiche die entsprechenden Sections und baue die Teile rein.
Dann ein vorsichtiges startx -- -depth 16 und wenn der Daemon gnaedig gestimmt ist sollte dich jetzt TWM erschrecken.