[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linux on the 701



This is a working XF86Config for the 701. I got it somewhere on
the net but I can't remember where. There used to be a 701
page but. unfortunately, there is no link in the official
linux on laptops page:

---

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath    "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath    "/usr/X11R6/lib/X11/fonts/sun/"
EndSection

Section "Keyboard"
    Protocol    "Standard"
    AutoRepeat  500 5
    ServerNumLock
EndSection

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/pcaux0"
    Emulate3Buttons
    Emulate3Timeout    50
EndSection

Section "Monitor"
    Identifier  "Generic Monitor"
    VendorName  "Unknown"
    ModelName   "Unknown"
    Bandwidth   65
    HorizSync   24-75  # multiple ranges of sync frequencies
    VertRefresh 30-120        # multisync
    Mode "640x480"
        DotClock        28.32
        HTimings        640 648 920 816
        VTimings        479 490 502 525
    EndMode

EndSection

Section "Device"
    Identifier  "Generic SVGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Chipset     "ct65545"
    VideoRam    1024
#       Option  "linear"
        Speedup "all"
EndSection

Section "Screen"
    Driver      "svga"
    Device      "Generic SVGA"
    Monitor     "Generic Monitor"
    Subsection "Display"
        Depth       8
        Modes       "640x480"
        ViewPort    384 289
        Virtual     1024 768
    EndSubsection
EndSection


-----
You might have to change the pointer section, that is, the
information in 'device': /dev/pcaux0. I changed it to
/dev/mouse and everything worked fine.

Good luck

Christoph Eyrich

eyrich@zedat.fu-berlin.de