Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Sep 2004 22:50:47 -0400
From:      Steve Durst <steve@skaion.com>
To:        freebsd-questions@freebsd.org
Subject:   help in configuring X for silicon motion lynxEM+ for thinkpad 240x
Message-ID:  <4137DC07.70607@skaion.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4137DC07.70607>