Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2001 22:32:26 -0400
From:      Justin C Sherrill <justin@shiningsilence.com>
To:        questions@freebsd.org
Subject:   Re: FBSD 4.3 and XFree86 4.1, matrox g400
Message-ID:  <01071022322601.00438@roc-24-169-96-227.rochester.rr.com>
In-Reply-To: <20010710220529.A23368@scraemondaemon.my.domain>
References:  <200107110145.UAA52482@crag.niss.com> <20010710220529.A23368@scraemondaemon.my.domain>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 10 July 2001 22:05, you wrote:
> 	I've sent startx's output as an attachment.

Though this isn't directly helpful and I'm coming in late, I'm running a 
4.3-STABLE system with XFree86-4.0.3_3 and a Matrox G400 32M dualhead.  I was 
actually running a GeForce2 MX and switched cards - the only change when I 
swapped cards was ghanging the river from "nv" to "mga".  The PowerDesk port 
works and everything.  I've pasted my XF86Config below:

Section "ServerLayout"
	Identifier     "Matrox PowerDesk configured."
	Screen         "Screen 1" 0 0
	InputDevice    "Mouse1" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
	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"
	SubSection "extmod"
		Option "omit xfree86-dga"
	EndSubSection
	Load  "type1"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard1"
	Driver      "Keyboard"
	Option      "AutoRepeat" "500 30"
	Option      "XkbRules" "xfree86"
	Option      "XkbModel" "pc104"
	Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option      "Protocol" "MouseSystems"
	Option      "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
	Identifier   "my monitor"
	HorizSync    31.5 - 57.0
	VertRefresh  50.0 - 90.0
EndSection

Section "Device"
	Identifier  "Standard VGA"
	Driver      "vga"
	VendorName  "Unknown"
	BoardName   "Unknown"
EndSection

Section "Device"
	Identifier  "my video card"
	Driver      "mga"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen 1"
	Device     "my video card"
	Monitor    "my monitor"
	DefaultDepth     16
	SubSection "Display"
		Depth     8
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
EndSection


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01071022322601.00438>