Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Dec 2001 18:18:13 -0800
From:      Raul Rodriguez <rrodrig743@earthlink.net>
To:        Paolo Pisati <flag@libero.it>
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: Ati Radeon Mobile
Message-ID:  <3C141B65.70209@earthlink.net>
References:  <20011210001151.B1825@libero.it>

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

Paolo Pisati wrote:

> I just bought a wonderful laptop with this graphics chipset, but Xfree-4.1.0 doesn't recognize it (I tried xf86cfg).
> 
> Anybody out there have luck with this gfx?
> 
> My laptop is an Asus L8400L: P-III@1.13Ghz, 815EP, Ati Radeon Mobile 16Mb, 256mb ram, RealTek8139, hd 20 gb ATA100, etcetc
> 
> Thank you
> 
> 

Don't know much about the M6 chipset, but here's my XF86Config for my 
ati M4 chipset @1400x1050 res in a dell c800.(It checks for a RADEON 
card on startup according to /var/log/XFree86.0.log)

--------------050201080904010607040702
Content-Type: text/plain;
 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/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "pex5"
	Load  "record"
	Load  "xie"
#	Load	"hbdevhw"
EndSection

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

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "auto"
	Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync	28-110
	VertRefresh	50-90
Modeline "1400x1050" 107.85 1400 1450 1500 1999 1050 1058 1070 1150  
EndSection

Section "Device"
	### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "Display"            	# <str>
        #Option     "PanelWidth"         	1400
        #Option     "PanelHeight"        	1050
        #Option     "ProgramFPRegs"      	# [<bool>]
        #Option     "UseFBDev"           	"True"# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "ShowCache"          	# [<bool>]
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI"
	BoardName   "Rage 128 Mobility MF"
	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	"1400x1050"
		ViewPort	0 0
	EndSubSection
EndSection


--------------050201080904010607040702--


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




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