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

[debian-users:34335] TP535 de XFree86 4.1.0 (Woody)



河村といいます

IBM Thinkpad535で XFree86 4.1.0(Woody)を動かそうとしているのですが、
色々と弄繰り回したのですが、どうしても画面を表示してもらえません。
Driverはtridentを使用していますが、どこがどう悪いのかさっぱりわからない
状態です。ためしにvesaで表示してみると、立ち上がるには立ち上がるのですが、
画面上方が1/5程度表示せず、表示しない分画面下側にまくれている変な状態に
なってしまいます。

ディスプレイは、当然、内臓のLCDパネルです。

どなたか woodyの環境で、立ち上げた経験のあるかた、ご教示願えませんか?

以下、長くなりますが、XF86Configを付けておきます。

--------------------(ここから)

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Module"
	Load  "pex5"
	Load  "record"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
	Load  "glx"
	Load  "xie"
#	Load  "freetype"
EndSection

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

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "PS/2"
	Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "IBM"
	ModelName    "10.4LCD"
	HorizSync    30-64
	VertRefresh  50-90
	Modeline  "640x480" 25.175 640 664 760 800 480 491 493 525
	ModeLine  "800x600" 36.00 800 824 896 1024 600 601 603 625
	ModeLine "1024x768" 74.00 1024 1040 1160 1234 768 776 779 803
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "trident"
	VendorName  "Trident"
	BoardName   "TGUI 9320"
	ChipSet     "Cyber9320"
	BusID       "PCI:0:3:0"
	VideoRam    1024
#	Option      "CyberStretch" "on"
#	Option      "PciRetry" "on"
#	Option      "NoPciBurst" "on"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth      16
	SubSection "Display"
		Depth     8
		Modes    "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
EndSection

Section "DRI"
	Group        0666
EndSection

--------------------(ここまで)