[BACK]Return to i386-laptop.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/i386-laptop.html, Revision 1.54

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD/i386 Laptop Page</title>
                      5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
1.17      wvdputte    7: <meta name="description" content="OpenBSD laptop">
1.1       deraadt     8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 1997,1998 by OpenBSD.">
                     11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
                     15: <p>
                     16: <h2><font color=#e00000>i386 Laptop Status</font><hr></h2>
                     17:
                     18: <p>
1.51      jufi       19: This is a list of laptops known to be working with OpenBSD 2.9
1.1       deraadt    20:
                     21: <p>
1.53      ian        22: If your laptop isn't listed below that doesn't mean that it won't work,
1.38      deraadt    23: and you will most likely find a similar model that is listed below.  Starting
                     24: with OpenBSD 2.6, almost all laptops worked very well, with only minimal
1.45      chris      25: issues remaining.  Later OpenBSD releases perform even better.
1.38      deraadt    26: <p>
                     27: Of those that have problems..
1.1       deraadt    28: <ul>
1.5       deraadt    29: <li>Some exhibit problems with APM support.  Note that <strong>apm -S</strong>
                     30:     fails to suspend some laptops, but this is not a major concern.
1.38      deraadt    31: <li>Some lack sound support
                     32: <li>A few have subtle bugs with their PCMCIA and Cardbus support
                     33: <li>XFree86 does not support some displays properly.  Sometimes XFree86 4.x helps.
1.1       deraadt    34: <li>Or some other built-in device doesn't work..
                     35: <li>Some have problems with pcmcia card eject interrupts.
                     36: </ul>
                     37:
                     38: <p>
                     39: If you have your laptop working (or not working) and it isn't listed below,
1.45      chris      40: please mail <a href="mailto:www@openbsd.org">www@openbsd.org</a> so that it
1.1       deraadt    41: can be listed.  Please supply as much information as possible.
                     42:
                     43: <p>
                     44: APM problem reports should be sent to our APM developers,
                     45: <a href=mailto:mickey@openbsd.org>Michael Shalayeff</a> and
                     46: <a href=mailto:weingart@openbsd.org>Tobias Weingartner</a>.
                     47:
                     48: <p>
                     49: <table border=1>
                     50: <tr>
                     51:        <th>Laptop</th>
                     52:        <th>Notes</th>
1.54    ! ian        53: </tr>
        !            54: <tr>
1.1       deraadt    55:     <td>
1.54    ! ian        56:         Acer TravelMate 345
1.15      beck       57:     </td><td>
1.54    ! ian        58:         As of OpenBSD 2.7-CURRENT, APM works.<p>
        !            59:
        !            60:        XFree86 works (800x600 16bpp).<p>
        !            61:
        !            62:        Sounds works.<p>
        !            63:
        !            64:        Lucent modem does not work.<p>
1.15      beck       65:
1.54    ! ian        66:        Contact <a href=mailto:kevlo@openbsd.org>Kevin Lo</a>.
1.15      beck       67:     </td>
1.53      ian        68: </tr>
                     69: <tr>
1.15      beck       70:     <td>
1.54    ! ian        71:         Compaq Armada M700<p>
1.1       deraadt    72:     </td><td>
1.54    ! ian        73:        APM works correctly, but you cannot suspend while in X.  You
        !            74:        must suspend from the console.
        !            75:
        !            76:        CardBus works.<p>
        !            77:
        !            78:        Internal 10/100 Ethernet (for those models that have it).
        !            79:        Works beautifully with the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a> driver. <p>
        !            80:
        !            81:        No sound support as of now.  People are supposedly working on
        !            82:        this.<p>
        !            83:
        !            84:        No internal modem support as of now.  (It's a winmodem.)
        !            85:        There is a binary only driver for Linux.  There is also the
        !            86:        <a href="http://linmodems.org">linmodem project</a> that is
        !            87:        trying to make an opensource winmodem driver.<p>
1.1       deraadt    88:
1.54    ! ian        89:        An XF86Config file can be found
        !            90:        <a href="xf86configs/armadam700">here</a>.<p>
1.1       deraadt    91:
1.54    ! ian        92:        Contact <a href=mailto:nate@openbsd.org>Nathan Binkert</a>.
        !            93:     </td>
        !            94: </tr>
        !            95: <tr>
        !            96:     <td>
        !            97:        Dell Inspiron 3200 D233XT (Bios release: A10)
        !            98:     </td><td>
        !            99:        APM works fully.<p>
1.1       deraadt   100:
1.54    ! ian       101:        Suspend (to ram or disk) does not work under X (X server does not
        !           102:        restore screen upon resume), but DPMS do (screen is turned off after
        !           103:        a while if the machine isn't used).  BIOS APM settings (for automatic
        !           104:        suspend) interfere with X server, and should be disabled.<p>
1.1       deraadt   105:
1.54    ! ian       106:        Suspend to disk needs a DOS (FAT16) partition containing a file named
        !           107:        "SAVE2DSK.BIN".  This file which is created via Dell tools under
        !           108:        Windows 98 (it's present out of factory), is sized (ram size + 2 or 3
        !           109:        MB).  An ad hoc DOS partition is thus required (it must be the first
        !           110:        partition on disk).<p>
1.1       deraadt   111:
1.54    ! ian       112:        PCMCIA: works except "live" card ejection or insertion (which lock
        !           113:        the machine, a hard reset is required).<p>
1.1       deraadt   114:
1.54    ! ian       115:        USB: does not work, if enabled, kernel hangs at boot during USB
        !           116:        controller detection.<p>
1.19      deraadt   117:
1.54    ! ian       118:        Contact <a href=mailto:b1000@softhome.net>Dan Carlsson</a>.
1.1       deraadt   119:     </td>
1.53      ian       120: </tr>
                    121: <tr>
1.1       deraadt   122:     <td>
1.54    ! ian       123:        Dell Latitude CPt<p>
1.1       deraadt   124:     </td><td>
1.54    ! ian       125:        apm -z and -S work.<p>
1.2       markus    126:
1.54    ! ian       127:        Sound works.<p>
1.2       markus    128:
1.54    ! ian       129:        XFree86 v3 works in 1024x768x24bpp.  XF4 looks better in 16bpp.<p>
1.2       markus    130:
1.54    ! ian       131:        Both PCMCIA slots work.<p>
1.2       markus    132:
1.54    ! ian       133:        USB is detected, but untested.  It does not appear to work after
        !           134:        a suspend.<p>
1.2       markus    135:
1.54    ! ian       136:        An XF4 config file can be found
        !           137:        <a href="xf86configs/latitudecpt">here</a>.<p>
1.21      markus    138:
1.54    ! ian       139:        Contact <a href=mailto:op21@squish.org>Paul Wang</a>.
1.1       deraadt   140:     </td>
1.53      ian       141: </tr>
                    142: <tr>
1.1       deraadt   143:     <td>
1.54    ! ian       144:        Digital HiNote VP735
1.1       deraadt   145:     </td><td>
1.54    ! ian       146:        APM works fully.<p>
        !           147:
        !           148:        Everything on the machine works.<p>
        !           149:
        !           150:        An XF86Config file suitable for use with  XFree86 3.3.X may be
        !           151:        found <a href="xf86configs/hinotevp700">here</a>.
        !           152:        <p>
        !           153:
        !           154:        Contact <a href=mailto:mickey@openbsd.org>Michael Shalayeff</a>.
1.1       deraadt   155:     </td>
1.54    ! ian       156: </tr><tr>
        !           157:     <td>
        !           158:        Fujitsu Lifebook C325
        !           159:     </td><td>
        !           160:        APM works fully.<p>
1.53      ian       161:
1.54    ! ian       162:        Sound works when the BIOS is told to activate SB emulation mode.
1.53      ian       163:
1.54    ! ian       164:        Everything else on the machine works.<p>
1.53      ian       165:
1.54    ! ian       166:        Contact <a href=mailto:tom@knienieder.com>Tom Knienieder</a>.
        !           167:     </td>
        !           168: </tr><tr>
        !           169:     <td>
        !           170:        Fujitsu Stylistic 500
        !           171:     </td><td>
        !           172:        APM works.<p>
1.53      ian       173:
1.54    ! ian       174:        Serial port doesn't work.<p>
1.53      ian       175:
1.54    ! ian       176:        Some tweaks needed for small memory kernel (4Mb).<p>
1.53      ian       177:
1.54    ! ian       178:        X 'works' (thrashes like crazy). <p>
1.53      ian       179:
1.54    ! ian       180:        Contact <a href=mailto:d@openbsd.org>David Leonard</a>.
        !           181:     </td>
1.53      ian       182: </tr>
                    183: <tr>
1.1       deraadt   184:     <td>
                    185:        IBM Thinkpad 701C
                    186:     </td><td>
                    187:        All features including hibernation and APM work.<p>
                    188:
                    189:        Contact <a href=mailto:todd@openbsd.org>Todd Fries</a>.
                    190:     </td>
                    191: </tr><tr>
                    192:     <td>
                    193:        IBM Thinkpad 770Z
                    194:     </td><td>
1.39      angelos   195:        <p>As of OpenBSD 2.8, almost everything works fine.</p>
1.1       deraadt   196:
1.39      angelos   197:        <p>This laptop does not really have a BIOS; most of the device
1.48      jufi      198:        settings, like IRQ assignments etc. have to be done through
1.39      angelos   199:        Windows.</p>
                    200:
                    201:        <p>You can get the serial and infrared ports to be recognized
                    202:        as com* devices by playing with the IRQ assignments in
                    203:        Windows. Likewise for the parallel port (it's lpt2).</p>
                    204:
                    205:        <p>You will need this line in your kernel configuration file for
                    206:        APM to work at all:</p>
                    207:
                    208: <pre>
                    209: option         APM_DISABLE_INTERRUPTS=0
                    210: </pre>
                    211:
                    212:         <p>Hibernation (save to disk) works fine as long as you have a
                    213:         Windows partition with enough disk space (a bit more than the
                    214:         system memory). Suspend/resume/powerdown all work fine;
                    215:         however, doing hibernation while in X windows (tested in
                    216:         XFree86 3.3.6) causes framebuffer corruption and it seems that
                    217:         the only way to recover is to exit and restart the X server;
                    218:         switching virtual terminals doesn't fix it. It has been
                    219:         suggested that switching between different resolutions might
                    220:         fix it. XFree86 4.0 fixes that problem, but last I checked did
                    221:         not have accelerated support for the driver. The best
                    222:         work-around is to switch to text mode before hibernating.</p>
                    223:
                    224:        <p>If you enable the external monitor (Fn+F7), XFree86 3.3.6
                    225:        goes into some weird rainbow pattern and eventually freezes
                    226:        the system (unless you switch to text mode or otherwise kill
                    227:        the server within a few seconds); if you switch to text mode,
                    228:        you have to kill the X server (switching back to graphics mode
                    229:        will cause a crash). Enabling the external monitor while in
                    230:        video mode causes no side effects; you can then start X or
                    231:        switch to it if it's already running.</p>
                    232:
1.50      horacio   233:        <p>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&sektion=4">clcs(4)</a> driver is somewhat flakey, so you're best off
1.39      angelos   234:        disabling it.  It doesn't really matter though since the
1.50      horacio   235:        soundblaster (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&sektion=4%2fi386&apropos=0&manpath=OpenBSD+Curren&arch=i386">sb(4)</a>) will attach and work fine. You may have to play with IRQ assignments
                    236:        to get that to work.</p>
1.1       deraadt   237:
1.34      nate      238:        An XF86Config file can be found
                    239:        <a href="xf86configs/thinkpad770z">here</a>.<p>
1.12      chris     240:
1.1       deraadt   241:        Contact <a href=mailto:angelos@openbsd.org>Angelos Keromytis</a>.
                    242:     </td>
                    243: </tr><tr>
                    244:     <td>
1.43      angelos   245:        IBM Thinkpad A21p
                    246:     </td><td>
                    247:        See the entry for the T21. Everything is the same except for
                    248:        the video card, which is an ATI Rage 128 Mobility LF. OpenBSD
                    249:        2.8 post mid-December with XFree86 4.0.2 works great at
                    250:        1600x1200 24bpp. You need to:
                    251:        <pre>
                    252:                sysctl -w machdep.allowaperture=2
                    253:        </pre>
                    254:        and enter the correct frequency ranges in the Monitor section
                    255:        of XF86Config. Here's a sample working
                    256:        <a href="xf86configs/thinkpada21p">XF86Config.</a>
                    257:     </td>
                    258: </tr><tr>
                    259:     <td>
1.39      angelos   260:        IBM Thinkpad T21
                    261:     </td><td>
                    262:        <p>As of OpenBSD 2.8, everything works fine.</p>
                    263:
                    264:        <p>Here is the fdisk output; the easiest way of getting there is
                    265:        to resize the Windows partition (I use PartitionMagic) and move
                    266:        it to the end of the disk, then create an OpenBSD partition
                    267:        (and ignore the partition resizing fdisk does -- just go ahead
                    268:        and create all the filesystems you need with disklabel).</p>
                    269:
                    270: <pre>
                    271:          Starting        Ending
                    272:  #: id  cyl  hd sec -   cyl  hd sec [     start -       size]
                    273: -------------------------------------------------------------------------
1.50      horacio   274:  0: 1C 1023   1   1 -  1023 239  63 [  42003423 -   20502657] &lt;Unknown ID&gt;
1.39      angelos   275: *1: A6    0   1   1 -  1021 239  63 [        63 -   15452577] OpenBSD
                    276:  2: 00    0   0   1 -     0   0   0 [         0 -          0] unused
                    277:  3: 00    0   0   1 -     0   0   0 [         0 -          0] unused
                    278: </pre>
                    279:
                    280:        <p>To get it to see the serial and infrared ports (both as com*
                    281:        devices), you need to play with the IRQ assignments in the
                    282:        BIOS; just set them to the default values as found in the
                    283:        GENERIC config file. Likewise for the parallel port (OpenBSD
                    284:        can see lpt2). You may have to play with the Windows
                    285:        assignments for this as well.</p>
                    286:
1.44      angelos   287:        <p>There's at least two miniPCI cards available at this point:
                    288:        one is an (unsupported) WinModem, and the other is a combo
                    289:        ethernet/modem card. The ethernet works just fine (detected
                    290:        as an fxp/inphy card); the modem looks like it's a real one,
                    291:        but it's not yet supported.</p>
1.39      angelos   292:
                    293:        <p>Sound (CS4614) works fine. To avoid system freeze when using
1.44      angelos   294:        Cardbus and audio simultaneously, you *may* need to set at least
                    295:         two IRQs for use by PCI devices, in the BIOS; I use 9 and 11. It
                    296:        is also necessary to turn off PCI Power Management in the BIOS
                    297:        Power configuration (that's the only menu that scrolls, so make
                    298:        sure you go to the bottom of the page :-)</p>
1.39      angelos   299:
1.41      angelos   300:        <p>APM works except for hibernation (requires OS support). To
                    301:        get "halt -p" to work, you must set the sysctl variable
                    302:        machdep.apmhalt to 1 (you need OpenBSD 2.8-current with
                    303:        sources from mid-January, or later).  You will need this line
                    304:         in your kernel configuration file for APM to work at all:</p>
1.39      angelos   305:
                    306: <pre>
                    307: option         APM_DISABLE_INTERRUPTS=0
                    308: </pre>
                    309:
                    310:        <p>Although the video card is supposed to work with XFree86
                    311:        3.3.6pl8, I've only managed to get it to work with XFree86
                    312:        4.0.1 with the patches found <a
                    313:        href="http://www.probo.com/timr/savagemx.html">here</a> (you
                    314:        can also find binaries of the driver for OpenBSD 2.8 at the
1.40      angelos   315:        same location). You need to have a kernel with "option
1.39      angelos   316:        INSECURE" and set the securelevel to -1 in /etc/rc.securelevel
                    317:        (so the X server can open /dev/mem and mmap() the BIOS). In
1.46      angelos   318:        this configuration, it can do 1400x1050 at 16bpp (version 1.1.13
                    319:        of the savage driver works fine at 24bpp as well).</p>
1.39      angelos   320:
1.41      angelos   321:        <p><b>UPDATE:</b> The above-mentioned patches have been
                    322:        included in XFree86 4.0.2, and work out of the box. You don'
                    323:        need a kernel with the option INSECURE set, just set the
1.40      angelos   324:        machdep.allowaperture sysctl variable to 2, typically in
                    325:        /etc/sysctl.conf, if you have an OpenBSD 2.8 (or later) built
                    326:         from sources updated after December 15th 2000.</p>
                    327:
1.39      angelos   328:        <p>Note that some models only do 1024x768. Those that do
                    329:        1400x1050, can also do 1600x1200 using a virtual screen
                    330:        (wherein the whole display shifts as you go "off-screen"); I
                    331:        have not tested whether that works (it does in Windows).</p>
                    332:
                    333:        <p>If you close the lid of the laptop, the system suspends;
                    334:        under XFree86 4.0, resuming works fine with respect to the
                    335:        display (XFree86 3.3.6 might not be able to cope with this --
                    336:        it couldn't on the ThinkPad 770Z).</p>
                    337:
1.49      angelos   338:        <p>An XF86Config file for XFree86 4.0 can be found <a
1.39      angelos   339:        href="xf86configs/thinkpadt21">here</a>.</p>
                    340:
1.49      angelos   341:        <p><b>UPDATE</b> Apparently, recent T21s have the ATI Rage
                    342:        3D Rage Mobility instead.
                    343:        <a href="xf86configs/thinkpadt21-2">Here's</a> an XF86Config
                    344:        for XFree86 4.0 for this configuration.</p>
                    345:
1.40      angelos   346:        <p>One annoying thing is when you take out one of the UltraBay
                    347:        2000 devices; the system starts beeping. The only way to make it
                    348:        stop is to suspend and then plug in a device in the UltraBay (not
                    349:        necessarily the same one). Note that hot-swap of UltraBay 2000
                    350:        devices is not currently supported in OpenBSD (as of 2.8), thus
                    351:        it's only safe to hot-swap batteries.</p>
                    352:
1.39      angelos   353:        <p>Contact <a href=mailto:angelos@openbsd.org>Angelos Keromytis</a>.</p>
                    354:     </td>
                    355: </tr><tr>
                    356:     <td>
1.1       deraadt   357:        IBM Thinkpad 760
                    358:     </td><td>
                    359:        As of OpenBSD 2.6, XFree86 and APM do not work.<p>
                    360:
                    361:        Newer versions of XFree86 support X, and patches are available.<p>
                    362:
                    363:        MWave modem/sound does not work.<p>
                    364:
                    365:        APM has been fixed post-2.6 as well, and patches are forthcoming.<p>
                    366:
                    367:        Contact <a href=mailto:todd@openbsd.org>Todd Fries</a>.
                    368:     </td>
                    369: </tr><tr>
                    370:     <td>
1.27      marc      371:        IBM Thinkpad T20
                    372:     </td><td>
1.42      marc      373:        Running OpenBSD 2.7 (and later) apm mostly works.   To
                    374:        get "halt -p" to work, you must set the sysctl variable
                    375:        machdep.apmhalt to 1 (you need OpenBSD 2.8-current with
                    376:        sources from mid-January, or later).  The unit goes into
                    377:        suspend mode when top is closed.  Restores nicely
1.27      marc      378:        when top opened.<p>
                    379:
                    380:        Built in modem is a winmodem... ignore it.   Actually it is on
                    381:        a `mini-pci' card so it can probably be removed.<p>
                    382:
1.30      marc      383:        Audio works, but you have to turn off PCI sleep mode in the BIOS.<p>
1.27      marc      384:
1.36      marc      385:        OpenBSD X11 supports this machine as of 2.8, but there is lots
1.47      marc      386:        of visual noise at 32bpp.   Image is fine at 16 bpp.  XF4 config
                    387:        file for OpenBSD 2.9 can be found
                    388:        <a href="xf86configs/thinkpadt20">here</a><p>
1.36      marc      389:
1.28      marc      390:        See <a href="http://www.snafu.org/t20/">http://www.snafu.org/t20/</a>
1.36      marc      391:        for more info.<p>
1.28      marc      392:
1.27      marc      393:        Contact <a href=mailto:marc@snafu.org>Marco S Hyman</a>.
                    394:     </td>
1.54    ! ian       395: </tr>
        !           396: <tr>
        !           397:     <td>
        !           398:        NEC Versa 2000
        !           399:     </td><td>
        !           400:        APM works fully.<p>
        !           401:
        !           402:        Everything on the machine works.<p>
        !           403:
        !           404:        Contact <a href=mailto:mickey@openbsd.org>Michael Shalayeff</a>.
        !           405:     </td>
        !           406: </tr>
        !           407: <tr>
        !           408:     <td>
        !           409:        Siemens SCENIC Mobile 360
        !           410:     </td><td>
        !           411:        APM works fully.<p>
        !           412:
        !           413:        Sound works, using OSS.<p>
        !           414:
        !           415:        Contact <a href=mailto:b1000@softhome.net>Dan Carlsson</a>.
        !           416:     </td>
        !           417: </tr>
        !           418: <tr>
        !           419:     <td>
        !           420:        Sony VAIO F430
        !           421:     </td><td>
        !           422:         As of OpenBSD 2.6-Current (Feb 17/00)<P>
        !           423:
        !           424:        APM: "<strong>zzz</strong>" suspend works, as does the keyboard
        !           425:        suspend. "<strong>halt -p</strong>" and "<strong>apm -S</strong>"
        !           426:        don't. (but I've yet to look for phdisk utilities below - will be
        !           427:        investigating shortly.) <P>
        !           428:
        !           429:        DVD drive, floppy all function. Ethernet works after wakeup with
        !           430:        the card I'm using (3Com 3c589). <P>
        !           431:
        !           432:        Contact <a href=mailto:beck@openbsd.org>Bob Beck</a>.
        !           433:     </td>
        !           434: </tr>
        !           435: <tr>
        !           436:     <td>
        !           437:        Sony VAIO z505r
        !           438:     </td><td>
        !           439:        APM support: "<strong>zzz</strong>", suspend via keyboard, hibernation
        !           440:        via keyboard, and "<strong>halt -p</strong>" all work.
        !           441:        "<strong>apm -S</strong>" wakes up immediately.<p>
        !           442:
        !           443:        Hibernation uses a block at the end of the disk, approximately
        !           444:        3-5MB larger than the memory in your machine.  To repair hibernation,
        !           445:        use "<strong>phdisk.exe /create /partition</strong>" to setup the
        !           446:        partition.  The phdisk program is available on the boot
        !           447:        floppy image provided on the first recovery CD.<p>
        !           448:
        !           449:        Built-in ethernet works fine, but occasionally requires reset
        !           450:        after suspend using
        !           451:        "<strong>ifconfig fxp0 down; ifconfig fxp0 up</strong>".<p>
        !           452:
        !           453:        After a suspend, the profiling clock is not running.  Patches are
        !           454:        being worked on.<p>
        !           455:
        !           456:        Sound is supported using the <a
        !           457:        href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&sektion=4">
        !           458:        neo(4)</a> device driver.  Sometimes upon boot, a hang happens
        !           459:        when trying to determine the AC97 mixer type.<p>
        !           460:
        !           461:        When the memory stick slot is empty, it can cause errors which overflow
        !           462:        the dmesg buffer, and thus confuse the OpenBSD install program.
        !           463:        The BIOS Setup, (accessed using F2), has an option to disable the
        !           464:        memory stick.<p>
        !           465:
        !           466:        An XF86Config file suitable for use with  XFree86 3.3.X may be
        !           467:        found <a href="xf86configs/vaioz505r">here</a>.
        !           468:        <p>
        !           469:
        !           470:        Contact <a href=mailto:deraadt@openbsd.org>Theo de Raadt</a>.
        !           471:     </td>
        !           472: </tr>
        !           473: <tr>
        !           474:     <td>
        !           475:        Sony VAIO z505s
        !           476:     </td><td>
        !           477:        Similar to the VAIO z505r, except that the provided USB floppy has
        !           478:        some problems.<p>
        !           479:        Contact <a href=mailto:provos@openbsd.org>Niels Provos</a>.
        !           480:     </td>
1.27      marc      481: </tr><tr>
                    482:     <td>
1.54    ! ian       483:        Sony VAIO 747</td>
        !           484:     </td><td>
        !           485:        Ever since OpenBSD 2.6, XFree86 and APM do work.<p>
        !           486:
        !           487:        Ships with a PCMCIA modem card (COM One MCC220 Platinium Card), which works.<p>
        !           488:
        !           489:        Sound works (8 bit only).<p>
        !           490:
        !           491:        APM behaviour similar to the VAIO z505r,
        !           492:        except that hibernation has not been tested.<p>
        !           493:
        !           494:        USB does not work.<p>
        !           495:
        !           496:        An XF86Config file can be found
        !           497:        <a href="xf86configs/vaio747">here</a>.<p>
        !           498:
        !           499:        Contact <a href=mailto:markus@openbsd.org>Markus Friedl</a>.
        !           500:     </td>
        !           501: </tr>
        !           502: <tr>
        !           503:     <td>
        !           504:        Sony VAIO PCG 505-FX
        !           505:     </td><td>
        !           506:        Unknown.
        !           507:     </td>
        !           508: </tr>
        !           509: <tr>
        !           510:        <td>Sony VAIO PCG XG700K</td>
        !           511:        <td>
        !           512:        <p>2.9 (current as of July 2001) basically works fine except for
        !           513:        halt -p, which doesn't power off.
        !           514:
        !           515:        <p>apm -z only puts the system into light sleep
        !           516:        (this may be fixable with phdisk); apm -s does nothing.
        !           517:
        !           518:        <p>XFree86 4.0 using the S3 savage driver works fine at 1024x768.
        !           519:        1200x1024 should be possible but I haven't tried it.
        !           520:        My XF86Config for XFree86 4.0 may be found
        !           521:        <a href="xf86configs/vaioxg700k">here</a>.
        !           522:
        !           523:        <p>Sound works nicely as yds, ac97 and audio0.
        !           524:
        !           525:        <p>USB is detected but haven't tested it yet.
        !           526:
        !           527:        <p>All three cardbus slots are configured when docked (two when undocked).
        !           528:        Sometimes locks up when removing my cheap NE card.
        !           529:
        !           530:        <p>The internal WinModem is not supported, nor is there yet
        !           531:        any support for Firewire or the "Jog Dialer".
        !           532:
        !           533:        <p>Contact Ian Darwin.
        !           534:        </td>
        !           535: </tr>
        !           536: <tr>
        !           537:     <td>
1.11      millert   538:        Toshiba Libretto 50CT
                    539:     </td><td>
                    540:        APM works but you need to be careful not to use the last
                    541:        32meg or so of the disk since that's where the BIOS dumps
                    542:        the long time hibernation image.  You can take a look at
                    543:        the bios geometry in disklabel to see exactly how many sectors
                    544:        it wants.  Failure to do so will cause filesystem corruption
                    545:        during suspend.
                    546:        <p>
1.50      horacio   547:         The libretto uses a single IRQ for both
                    548:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&sektion=4%2fi386&apropos=0&manpath=OpenBSD+Current&arch=i386">sb(4)</a>
                    549:         and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wss&sektion=4%2fi386&apropos=0&manpath=OpenBSD+Current&arch=i386">wss</a>
                    550:        so the best thing to do is to choose one and disable the other
                    551:        in the kernel.
1.11      millert   552:        The pcmcia external floppy drive is not currently supported
                    553:        by OpenBSD, but it can be used during the install.
                    554:        <p>
                    555:         Installation can be a bit tricky with only a single pcmcia
                    556:         slot.  The best way to do this is to do a network install.
                    557:         To do this, load the boot floppy and at the boot prompt,
                    558:         enter <em>boot -c</em>.  When you see the <em>UKC</em>
                    559:         prompt, unplug the floppy drive, plug in your network card,
                    560:         and then type exit.  The kernel will then probe the network
                    561:         card and you should be able to do a normal network install.
                    562:        You may find it necessary to disable the sound devices in
                    563:        the BIOS in order for the boot floppy to correctly detect
                    564:        your network card.
                    565:        <p>
1.18      millert   566:        An XF86Config file suitable for use with  XFree86 3.3.X may be
                    567:        found <a href="xf86configs/libretto50ct">here</a>.
                    568:        <p>
1.11      millert   569:        Contact <a href=mailto:millert@openbsd.org>Todd Miller</a>.
                    570:     </td>
                    571: </tr><tr>
                    572:     <td>
1.20      millert   573:        Toshiba Libretto 100CT
                    574:     </td><td>
                    575:        Most of the information listed in the Libretto 50CT entry
                    576:        apply to the 100CT as well.
                    577:        <p>
                    578:        X11 works in 800x400 mode.  An XF86Config file suitable for
                    579:        use with  XFree86 3.3.X may be found
                    580:        <a href="xf86configs/libretto100ct">here</a>.
                    581:        <p>
1.27      marc      582:        Contact <a href=mailto:millert@openbsd.org>Todd Miller</a>.
1.20      millert   583:     </td>
                    584: </tr><tr>
                    585:     <td>
1.1       deraadt   586:        Toshiba Portege 660CDT
                    587:     </td><td>
                    588:        APM is completely broken.<p>
                    589:
1.50      horacio   590:        The mixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&sektion=4%2fi386&apropos=0&manpath=OpenBSD+Current&arch=i386">sb(4)</a>
                    591:        and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wss&sektion=4%2fi386&apropos=0&manpath=OpenBSD+Current&arch=i386">wss(4)</a> sound
1.1       deraadt   592:        hardware can cause some grief.  Newer versions of the flash
                    593:        BIOS are worse, since they are less flexible about what interrupts
                    594:        they allow.<p>
                    595:
                    596:        Contact <a href=mailto:deraadt@openbsd.org>Theo de Raadt</a>.
                    597:     </td>
1.54    ! ian       598: </tr>
        !           599: <tr>
1.6       ericj     600:        <td>
                    601:           Toshiba Tecra 500CS
                    602:        </td><td>
1.7       brad      603:        APM is broken, However it <b>halt -p</b> does work.<p>
1.6       ericj     604:
1.7       brad      605:        Sound works by default with the GENERIC kernel, but with the speakers
                    606:        is not really worth it. X runs nicely as well.<p>
1.6       ericj     607:
1.7       brad      608:        Contact <a href=mailto:ericj@monkey.org>Eric Jackson</a>.
1.6       ericj     609:        </td>
1.7       brad      610: </tr><tr>
                    611:        <td>
                    612:           Toshiba Tecra 500CDT
                    613:        </td><td>
1.14      d         614:        APM is completely broken (and can trash your disk).<p>
                    615:
                    616:        XFree86 works (800x600 16bpp).<p>
1.7       brad      617:
1.14      d         618:        Sound works (21739 Hz, half duplex stereo).<p>
1.7       brad      619:
1.14      d         620:        <!-- Serial IR is said to work, needs verification. -->
1.7       brad      621:
1.14      d         622:        Contact <a href=mailto:brad@openbsd.org>Brad Smith</a>,
                    623:        or <a href=mailto:d@openbsd.org>David Leonard</a>.
1.7       brad      624:        </td>
1.10      aaron     625: </tr><tr>
                    626:        <td>
                    627:           Toshiba Tecra 550CDT
                    628:        </td><td>
                    629:        APM deep sleep (<b>zzz</b>) works, but <b>-S</b> wakes up immediately.<p>
                    630:
                    631:        XFree86 works beautifully.<p>
                    632:
                    633:        Sound works, after some IRQ tinkering in the BIOS.<p>
                    634:
1.50      horacio   635:        USB works; at least, I plugged a digital camera in, and the
                    636:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugen&sektion=4">ugen(4)</a> driver detected and configured it.<p>
1.10      aaron     637:
1.16      aaron     638:        The built-in modem does not work since it requires software only available in Windows; that is, it does not implement a true RS232 communication port.<p>
1.10      aaron     639:
                    640:        The pcic is broken in this machine, so I cannot accurately comment on PCMCIA attach/detach.<p>
                    641:
                    642:        Contact <a href=mailto:aaron@openbsd.org>Aaron Campbell</a>.
                    643:        </td>
1.54    ! ian       644: </tr>
1.1       deraadt   645: </table>
                    646:
                    647: <hr>
1.52      brad      648: <a href=i386.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   649: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
                    650: <br>
1.54    ! ian       651: <small>$OpenBSD: i386-laptop.html,v 1.53 2001/07/11 23:01:17 ian Exp $</small>
1.1       deraadt   652:
                    653: </body>
                    654: </html>