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

Re: Multimon



> Would anyone mind if I posted my XF86Config-4 file?
> 
> I have found only three guides to doing this on the net, none work.
> 
> Wez

Below is my working configuration for comparison.

Grig

Section "Files"
#	FontPath "unix/:7100"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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  "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 "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "XkbLayout"	"us"
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 "Left"
	VendorName "HP D2818 Ultra VGA 1280 17-inch Display"
	ModelName  "Unknown"
	HorizSync 30.0-64.0
	VertRefresh 50.0-120.0
	Option "dpms"
EndSection

Section "Monitor"
        Identifier "Right"
        VendorName "HP D2818 Ultra VGA 1280 17-inch Display"
        ModelName  "Unknown"
        HorizSync 30.0-64.0
        VertRefresh 50.0-120.0
        Option "dpms"
EndSection

Section "Device"
	Identifier "GeForce"
	Driver "nvidia"
	BusID "PCI:1:0:0"
EndSection

Section "Device"
        Identifier "Riva"
        Driver "nvidia"
	BusID "PCI:0:11:0"
EndSection

Section "Screen"
	Identifier "ScreenLeft"
	Device "GeForce"
	Monitor "Left"
	DefaultDepth 24
	Subsection "Display"
		Depth 24
		Modes "1152x864"
	EndSubSection
EndSection

Section "Screen"
        Identifier "ScreenRight"
        Device "Riva"
        Monitor "Right"
        DefaultDepth 24
        Subsection "Display"
                Depth 24
                Modes "1152x864"
        EndSubSection
EndSection

Section "ServerLayout"
	Identifier "MyLayout"
	Screen "ScreenLeft"
	Screen "ScreenRight" RightOf "ScreenLeft"
	InputDevice "Mouse0" "CorePointer"
	InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "DRI"
	Mode 0666
EndSection







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