Hi,

Make this be the "Device" section of /etc/X11/XF86Config:

Section "Device"
       Option "UseBIOS" "off"
       Option "NoDDC"
       Identifier  "Card0"
       Driver      "siliconmotion"
       ChipSet     "LynxEM+"
       Card        "siliconmotion LynxEM+"
EndSection

Seems to work fine for me.  I'm using a Thinkpad 240x (2609-61U flavor).

My complete XF86Config file is below.  Good luck.

-Steve

Section "ServerLayout"
       Identifier     "Layout0"
       Screen      0  "Screen0" 0 0
       InputDevice    "Keyboard0" "CoreKeyboard"
       InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"

       # Load "freetype"
       # Load "xtt"
       Load  "extmod"
       Load  "glx"
#       Load  "dri"
       Load  "dbe"
       Load  "record"
#       Load  "xtrap"
       Load  "type1"
       Load  "speedo"
EndSection

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Protocol" "SysMouse"
       Option      "Emulate3Buttons"
       Option      "Device" "/dev/sysmouse"
EndSection

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "keyboard"
       Option      "XkbModel" "pc101"
       Option      "XkbLayout" "us"
EndSection

Section "Monitor"
       Identifier   "Monitor0"
       HorizSync    31.5 - 35.1
       VertRefresh  50.0 - 70.0
EndSection

Section "Device"

       Option "UseBIOS" "off"
       Option "NoDDC"
       Identifier  "Card0"
       Driver      "siliconmotion"
       ChipSet     "LynxEM+"
       Card        "siliconmotion LynxEM+"
EndSection

Section "Screen"
       Identifier "Screen0"
       Device     "Card0"
       Monitor    "Monitor0"
       DefaultDepth     24
       SubSection "Display"
               Depth     24
               Modes    "800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth     16
               Modes    "800x600" "640x480"
       EndSubSection
EndSection


_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to