[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freedesktop-xorg
Subject:    Re: Flickering flatscreen with DRI-accelerated Radeon 9200
From:       Philip_Jägenstedt <philip () lysator ! liu ! se>
Date:       2004-09-27 22:33:13
Message-ID: 41589529.6020305 () lysator ! liu ! se
[Download RAW message or body]

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic