[FoLUG]Xinerama

Stefano Giunchi folug@lists.linux.it
Tue, 28 May 2002 18:01:14 +0200


--------------Boundary-00=_2IWT5BR0TC3MATPG8Q74
Content-Type: text/plain;
  charset="iso-8859-15"
Content-Transfer-Encoding: quoted-printable

Ho due schede video, una AGP ed una vecchia PCI.
Con il file di configurazione che allego riesco ad abilitare lo xinerama =
su=20
XWindow. Il secondo schermo, per=F2, =E8 a 640x480 mentre nell'impostazio=
ne del=20
device "trident" gli ho messo 1024x768.
Cosa sbaglio?

Stefano
--------------Boundary-00=_2IWT5BR0TC3MATPG8Q74
Content-Type: text/plain;
  charset="us-ascii";
  name="XF86Config-4"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="XF86Config-4"

# XFree86 4.2.0 configuration generated by Xconfigurator 4.10.7

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

# Red Hat Linux 6.0 and later use the xfs font server for improved
# interactive performance

Section "Files"
	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  "record"	# X event recorder
	# 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 "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "XkbLayout"	"it"
EndSection

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

Section "Monitor"
	Identifier "PHILIPS 107S"
	VendorName "Unknown"
	ModelName  "Unknown"
	HorizSync 30 - 70
	VertRefresh 50 - 120
	Option "dpms"
EndSection

Section "Monitor"
	Identifier "Olidata"
	Option "dpms"
EndSection
	
Section "Device"
	Identifier "nVidia Corporation|NV11 [GeForce2 MX]"
	Driver "nv"
	BoardName "Unknown"
	BusID "PCI:1:0:0"
EndSection

Section "Device"
	Identifier "Trident"
	Driver "trident"
	BusID "PCI:0:14:0"
EndSection

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

Section "Screen"
	Identifier "Screen0"
	Device "nVidia Corporation|NV11 [GeForce2 MX]"
	Monitor "PHILIPS 107S"
	DefaultDepth 16

	Subsection "Display"
		Depth 16
		Modes "1024x768"
	EndSubSection

EndSection

Section "Screen"
	Identifier "Screen1"
	Device "trident"
	Monitor "Olidata"
	DefaultDepth 16
	Subsection "Display"
		Depth 16
		Modes "1024x768"
	EndSubSection
EndSection

Section "DRI"
	#Mode 0666
EndSection


--------------Boundary-00=_2IWT5BR0TC3MATPG8Q74--