help in configuring X for silicon motion lynxEM+ for thinkpad 240x

Steve Durst steve at skaion.com
Thu Sep 2 19:50:49 PDT 2004


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




More information about the freebsd-questions mailing list