VGA out on ATI Technologies Inc M9+ 5C63 [Radeon Mobility 9200 (AGP)] (rev 01)

Alessandro Ronchi alessandro.ronchi at gmail.com
Sat Dec 18 07:13:19 PST 2004


This is my xorg.conf



-- 
Alessandro Ronchi
www.aronchi.org
-------------- next part --------------
Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath	"/usr/X11R6/lib/X11/fonts/truetype"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	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  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "glx"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbOptions" "lv3:lwin_switch"
        Option      "XkbModel" "pc105"
	Option      "XkbLayout" "it"
		
EndSection

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


Section "Monitor"
	Identifier	"Apple Computer"
	UseModes	"Modes0"
	HorizSync	30-100
	VertRefresh	50-60
	Option		"DPMS"
        DisplaySize 320.0 240.0
EndSection

Section "Device"

	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon 9200 Mobility Alone"
	Option      "UseFBDev" "true"
	Option      "AGPMode" "4"
	Option      "EnablePageFlip" "On"
	Option	    "LVDSProbePLL" "true"
EndSection

Section "Device"
	Identifier  "Ati Radeon Mobility Merged"
	Driver 	     "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon 9200 Mobility Dual"
	Option      "AGPMode" "4"
	Option	    "LVDSProbePLL" "true"
	Option      "UseFWPLL" "true"
	Option      "MergedFB" "true"
	Option      "CRT2Position" "Clone"
	Option      "MetaModes" "1024x768"
#	Option      "MonitorLayout" "LVDS,CRT"
EndSection


Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor		"Apple Computer"
	DefaultDepth 16
	SubSection "Display"
		Depth 16
		Modes  	"1024x768" "640x480" "800x600" 
	EndSubSection
	SubSection "Display"
		Depth 24
		Modes  	"1024x768" "640x480" "800x600" 
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen Merged"
	Device		"Ati Radeon Mobility Merged"
	Monitor		"Apple Computer"
	DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier     "X Alone"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
	Identifier	"MClone"
	Screen		"Screen Merged" 
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


Section "DRI"
	Mode 0666
EndSection

Section "Modes"
        Identifier      "Modes0"
	# mode generated by Xeasyconf
	#Modeline "1024x768" 100.000 1024 1040 1048 1064  768 784 792 808  -HSync -VSync
	Modeline "1024x768" 75.000 1024 1040 1048 1064  768 784 792 808  -HSync -VSync
EndSection


More information about the xorg mailing list