Flickering flatscreen with DRI-accelerated Radeon 9200

Philip Jägenstedt philip at lysator.liu.se
Mon Sep 27 15:33:13 PDT 2004


D'oh! I should actually post my xorg.conf:
-----
Section "Files"
	FontPath	"unix/:7100"			# local font server
	FontPath	"unix/:7110"			# xfs-xtt
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"se"
EndSection

Section "InputDevice"
	Identifier	"Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"false"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Video"
	VendorName	"ATI"
	BoardName	"Radeon 9200"

	# DRI driver
	Driver		"radeon"
	Option		"DisplayPriority"	"HIGH"
	Option		"DDCMode"		"true"
	#Option		"AGPMode"		"4"
	#Option		"AGPFastWrite"		"true"
	#Option		"EnablePageFlip"	"true"
EndSection

Section "Monitor"
	Identifier	"Monitor"
	VendorName	"NEC"
	ModelName	"LCD1920NX"
	HorizSync	31.5-80
	VertRefresh	56-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Screen"
	Device		"Video"
	Monitor		"Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Layout"
	Screen		"Screen"
	InputDevice	"Keyboard"
	InputDevice	"Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection
-----

// Philip Jägenstedt



More information about the xorg mailing list