vine-users ML アーカイブ



[vine-users:061481] Re: DVI 接続

  • From: Fujiwara Shunichiro <fujiwara@xxxxxxxxxxx>
  • Subject: [vine-users:061481] Re: DVI 接続
  • Date: Thu, 24 Jul 2003 16:07:37 +0900
藤原と申します。はじめまして。

On Thu, Jul 24, 2003 at 03:51:42PM +0900,
 Kouzou Tsukiyama wrote:
> 
> XF86Coonfig の何処かを設定しないといけないのでは?ないかと思ったりして
> います。XF86Config-4 を添付して下さるとあり難いですが、失礼でしょうか。

Vine-2.6 + G550 + matroxのドライバで、
Samsung171T (SXGA液晶ディスプレイ) + SONY G420 (CRT) のデュアルディスプレイ
環境で使っています。171T は DVI 接続です。

ドライバは Matrox の
ftp://ftp.matrox.com/pub/mga/archive/linux/2003/mgadrivers-2.1.tgz
に含まれる XFree86-4.2.1 用のものです。

ドライバに含まれる README に設定方法は書いてありますが、
参考までに私が使っている XF86Config-4 を貼り付けておきます。

-----------------------------------------------------------------------
# XFree86 4.0 configuration generated by Xconfigurator

Section "ServerLayout"
	Identifier "Dualhead"
	Screen      "Screen0" LeftOf "Screen1"
	Screen      "Screen1"
#	Screen      "Screen0"
#	Screen      "Screen1"
        InputDevice    "Mouse0" "CorePointer"
	Option "Xinerama" 
EndSection

# By default, Red Hat Linux 6.0 and later use xfs

Section "Files"
	FontPath "/usr/X11R6/lib/X11/fonts/efont-unicode/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/ucs/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/japanese/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/korean/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/local/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/etl-bitmap/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/intlfonts/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/PEX/"
	FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath "/usr/share/fonts/default/Type1/"
	FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
	FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
	FontPath "/usr/X11R6/lib/X11/fonts/latin/"
	FontPath "/usr/X11R6/lib/X11/fonts/DynaLab-Kondara/"
	FontPath "/usr/X11R6/lib/X11/fonts/truetype-ja/"
	FontPath "/usr/X11R6/lib/X11/fonts/truetype-ko/"
	FontPath "/usr/X11R6/lib/X11/fonts/truetype-zh_CN/"
	FontPath "/usr/X11R6/lib/X11/fonts/truetype-zh_TW/"
	FontPath "/usr/X11R6/lib/X11/fonts/encodings/"
#	FontPath "unix/:7100"
EndSection

# Module loading section

Section "Module"
	Load  "dbe"		# Double-buffering
	Load  "GLcore"		# OpenGL support
	Load  "dri"		# Direct rendering infrastructure
	Load  "glx"		# OpenGL X protocol interface
	Load  "extmod"		# Misc. required extensions
	Load  "v4l"		# Video4Linux
	Load  "xtt"		# Default loading not freetype but xtt
	Load  "speedo"		# Default loading Speed Font Library
	Load  "type1"		# Default loading Type1 Font Library
	# Load  "pex5"		# PHIGS for X 3D environment (obsolete)
	# Load  "record"	# X event recorder
	# Load  "xie"		# X Image Extension (obsolete)
	# You only need the following two modules if you do not use xfs.
	# Load  "freetype"	 # TrueType font handler
	# Load  "type1"		# Adobe Type 1 font handler
EndSection

Section "Keyboard"
# See /etc/X11/XF86Config
	XkbDisable
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Device" "/dev/mouse"
	Option      "Protocol" "PS/2"
	Option      "Emulate3Buttons" "off"
	Option      "ZAxisMapping" "4 5"
	Option	    "HWCursor" "off"
EndSection

Section "Monitor"
	Identifier "Generic Monitor, 1280x1024 @ 60 Hz"
	VendorName "Unknown"
	ModelName  "Unknown"
	HorizSync 31.5-64.3
	VertRefresh 50-70
	Option "dpms"
EndSection

Section "Monitor"
	Identifier "CPD-G420"
	VendorName "Unknown"
	ModelName  "Unknown"
	HorizSync 30-110
	VertRefresh 48-170
	Option "dpms"
EndSection

Section "Device"
	Identifier "Matrox Millennium G550-1"
	Driver "mga"
	BoardName "Unknown"
	VideoRam 32768
	BusID "PCI:1:0:0"
	Screen 0
	Option	    "HWCursor" "off"
EndSection

Section "Device"
	Identifier "Matrox Millennium G550-2"
	Driver "mga"
	BoardName "Unknown"
	VideoRam 32768
	BusID "PCI:1:0:0"
	Screen 1
EndSection

Section "Device"
	Identifier "Linux Frame Buffer"
	Driver "fbdev"
	BoardName "Unknown"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "Matrox Millennium G550-1"
	Monitor "Generic Monitor, 1280x1024 @ 60 Hz"
	DefaultDepth 24
	Subsection "Display"
		Depth 24
		Modes "1280x1024"
	EndSubSection
	Option  "DigitalScreen" "yes"
EndSection

Section "Screen"
	Identifier "Screen1"
	Device "Matrox Millennium G550-2"
	Monitor "CPD-G420"
	DefaultDepth 24
	Subsection "Display"
		Depth 24
		Modes "1280x1024"
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection


-- 
藤原俊一郎
fujiwara@xxxxxxxxxxx