Vitruvian Penguin
knoppix

[knoppix:1927] Re:DynabookSS3410 で起動

Date: Sat, 09 Aug 2003 22:38:41 +0900
X-mailer: EdMax Ver2.85.5F
しまだです。

IIJIMA Hiromitsu <delmonta@xxxxxxxxxxxxxxx> wrote:
> そちらの /etc とか /usr/X11R6 とか、そのへんの場所に必ず XF86Config と
> いうファイルがあるはずです。
> Windows の「コントロールパネル→システム」でビデオカードの名前が
> 正確にわかれば、Knoppix で対応しているかどうかの最終判断ができるんですが。

Windowsは入ってませんが、ビデオカードなら
Trident Cyber 9525 (generic)
です。

XF86Configは長いですが以下の通りです。
たびたび申し訳ありません、よろしくお願いします。

#
# XF86Config generated by xconfig
# Please do not edit this file by hand!
# Run xconfig to make changes to the X configuration.
# For advanced users, details about the format of this file
# can be found in the XF86Config man page.

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

Section "Files"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/local/"
        FontPath        "/usr/X11R6/lib/X11/fonts/extra/"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath        "/usr/X11R6/lib/X11/fonts/latin2/75dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/latin2/100dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/latin2/misc/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath        "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath        "/usr/X11R6/lib/X11/fonts/PEX/"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic/"
        FontPath        "/usr/X11R6/lib/X11/fonts/TrueType/"
        FontPath        "/usr/X11R6/lib/X11/fonts/tt/"
        FontPath        "/usr/X11R6/lib/X11/fonts/unicode/"
EndSection

Section "Module"
        Load            "dbe"
        Load            "extmod"
        SubSection      "extmod"
          #Option       "omit xfree86-dga"
        EndSubSection
        Load            "type1"
        #Load           "freetype"
        Load            "xtt"
        Load            "bitmap"
        Load            "speedo"
        Load            "pex5"
        Load            "GLcore"
        Load            "glx"
        Load            "dri"
        Load            "record"
        Load            "xie"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "keyboard"
        Option          "AutoRepeat"    "500 30"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "jp106"
        Option          "XkbLayout"     "jp"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "Protocol"      "PS/2"
        Option          "Device"        "/dev/psaux"
        #MouseName      "Generic - 3 Button Mouse (PS/2)"
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        HorizSync       31.5-48.4
        VertRefresh     60-60
        #VendorName     "Unknown Vender"
        #ModelName      "TOS5082"
EndSection

Section "Device"
        Identifier      "Card0"
        ### Available Driver options are:-
        #Option         "SWcursor" # [<bool>]
        #Option         "PciRetry" # [<bool>]
        #Option         "NoAccel" # [<bool>]
        #Option         "SetMClk" # <freq>
        #Option         "MUXThreshold" # <i>
        #Option         "ShadowFB" # [<bool>]
        #Option         "Rotate" # [<str>]
        #Option         "VideoKey" # <i>
        #Option         "NoMMIO" # [<bool>]
        #Option         "NoPciBurst" # [<bool>]
        #Option         "MMIOonly" # [<bool>]
        #Option         "CyberShadow" # [<bool>]
        #Option         "CyberStretch" # [<bool>]
        Driver          "trident"
        VendorName      "Trident"
        BoardName       "Cyber 9525/DVD"
        BusID           "PCI:0:4:0"
        VideoRam        2560
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Card0"
        Monitor         "Monitor0"
        DefaultDepth    16
        SubSection      "Display"
                Depth   8
        EndSubSection
        SubSection      "Display"
                Depth   15
        EndSubSection
        SubSection      "Display"
                Depth   16
        EndSubSection
        SubSection      "Display"
                Depth   24
        EndSubSection
EndSection

Section "DRI"
EndSection

# End of XF86Config.
# Configured by xconfig
# Configured date:
<Prev in Thread] Current Thread [Next in Thread>