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

[debian-users:02173] Q:XF86 3.3.1 on TP535



北目@TP535ゆーざです。

# 元メールだいぶ省略(^^;

On Wed, 8 Oct 1997 18:38:36 +0900
Satoru Tamura <satoru99@xxxxxxxxxxxx> wrote:

> 
> 田村です。初めての投稿になります。よろしくお願いします。

> マシン         ThinkPad535
> インストール元 linux japan Vol.4 付属 CD(修正版) debian1.3.1
> 


Debian-1.3.1のXFree86は3.3だと思っていたんですが。
で、3.3なら以下のXF86Configで正常に動いています。
ただし、800x600x8bppのみ。
あとBIOSのバージョンアップもしておいたほうがいいと思います。

# 都合上、改行が入っているので直してください。

---- cut here ----


Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"

    FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
    FontPath	"/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath	"/usr/X11R6/lib/X11/fonts/Speedo/"
EndSection

Section "Keyboard"
    Protocol	"Standard"
    AutoRepeat	500 5
    XkbDisable
    XkbKeymap   "xfree86(us)"
EndSection

Section "Pointer"
    Protocol	"PS/2"
    Device	"/dev/mouse"

    Emulate3Buttons
    Emulate3Timeout 50
EndSection

Section "Monitor"
    Identifier	"ThinkPad"
    VendorName	"IBM"
    ModelName	"560"

    HorizSync	25-79
    VertRefresh	20-76
    Modeline	"640x480" 28.32 640 664 760 800    480 491 493 525
    ModeLine "800x600"    42    800 808 1024 1040  600 600 626 640
+hsync +vsync
EndSection

Section "Device"
    Identifier	"GUI"
    VendorName	"Trident"
    BoardName	"9385"
    Chipset	"cyber938x"
    Option	"noaccel"
EndSection

Section "Device"
    Identifier	"svga"
    VendorName	"ibm"
    BoardName	"bar"
    Chipset	"cyber938x"
    VideoRam	1024
    Option	"noaccel"
EndSection

Section "Screen"
    Driver	"svga"
    Device	"GUI"
    Monitor	"ThinkPad"
    Subsection	"Display"
        Depth	    8
        Modes	    "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth	    16
        Modes	    "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth	    32
        Modes	    "640x400"
    EndSubsection
EndSection

Section "Screen"
    Driver	"VGA16"
    Device	"svga"
    Monitor	"ThinkPad"
    SubSection	"Display"
	Depth	    4
	Modes	    "800x600" "640x480"
    EndSubSection
EndSection

---- cut here ----

--------->
北目 拓郎
kitame@xxxxxxxxxxxx