Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Aug 2001 00:54:23 -0400
From:      Jason Vervlied <jvervlied@hway.net>
To:        Marcin Prus <alva@zeus.infor.pl>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: ATI rage 128
Message-ID:  <3B70C5FF.367DD5C2@hway.net>
References:  <Pine.LNX.4.21.0108060932180.8334-100000@zeus.infor.pl> <20010807192043.C17579@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------14AF89C965B43AA430607126
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

User & Ian Patrick Thomas wrote:
> 
> As it was put forth by Marcin Prus on Mon, Aug 06, 2001 at 09:57:40AM +0200...
> > Hi,
> > I read you're using this card (on freebsd)
> > I've problems with configuration. My kernel contain device agp and there
> > is /dev/agpgart in my XF86Config I also added: BusID "PCI:1:0:0"
> > My system: FreeBSD 5, XFree 4.1
> > What's wrong ?? Could you help me ??
> >
> > Marcin
> 
>         I no longer run this card.  I run a Matrox G400.  This card worked fine
> in RedHat Linux 7.0 w/ XFree 4.0_1 and also ran fine in FreeBSD Release 3.2
> w/ XFree 4.0_1.  /dev/agpgart seems to be a new addition, I don't see it in
> 4.3 Release that I'm running right now.  You may want to track Stable
> rather than Current.(5 is current).
> 
> Ian
> 
Actually I am currently running this card on 5.0-CURRENT and it is
working fine for me. I am using X4.1.0 attached is a copy of my
XF86Config file. I am getting great results from the configuration.
Also, I build X4.1.0 out of the ports collection.



--
Jason
--------------14AF89C965B43AA430607126
Content-Type: text/plain; charset=us-ascii;
 name="XF86Config"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="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/PEX
        FontPath     "/usr/X11R6/lib/X11/fonts/local
        FontPath     "/usr/X11R6/lib/X11/fonts/util
	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  "extmod"
	Load  "xie"
	Load  "pex5"
	Load  "glx"
	Load  "dri"
	Load  "GLcore"
	Load  "dbe"
	Load  "record"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "auto"
	Option      "Device" "/dev/psm0"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "GWY"
	ModelName    "2d0"
	HorizSync    30.0 - 96.0
	VertRefresh  50.0 - 130.0
EndSection

Section "Device"
	### Available Driver options are:-
        #Option     "accel"
        #Option     "crt_screen"
        #Option     "composite_sync"
        #Option     "linear"
        #Option     "mmio_cache"
        #Option     "probe_clocks"
        #Option     "reference_clock"
        #Option     "shadow_fb"
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI"
	BoardName   "Rage 128 Pro PF"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	24
#	SubSection "Display"
#		Depth     1
#	EndSubSection
#	SubSection "Display"
#		Depth     4
#	EndSubSection
#	SubSection "Display"
#		Depth     8
#	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes		"1280x1024"
	EndSubSection
EndSection

Section "DRI"
EndSection


--------------14AF89C965B43AA430607126--


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?3B70C5FF.367DD5C2>