[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

AGP 1x ? (was Re: radeon graphic speed regression 2.4 -> 2.6 test7 benh)



Hi...

I recently upgraded to -test9 but it is also as slow as test7. Then I
noticed the AGP 1x line 

Nov  2 12:37:39 no kernel: agpgart: Putting AGP V2 device at 0000:00:0b.0 into 1x mode

and I got confused as I had to set AGP 4x some months ago in the X
config to have resume after sleep working. Now setting that AGPMode
option to 4 freezes X. (now also under 2.4!).

I could not test 2.6. with the old radeon driver as it did not compile
through. Also X is running at niceness 0...

I am now back to 2.4 as I have no more ideas what to try/how to help and
2.6 is not usable in this state...

I attached my XF86Config just in case someone else wants to reproduce
the problem. That config opens up a display on :0 and :1 if a monitor is
attached. However DVI is still not working. The problem occurs also if
no monitor is attached. Tests ran on internal DFP only...

Regards,
Soeren
Section "ServerLayout"
	Identifier	"Powerbook Default"
	Screen "Powerbook Internal"
	Screen 1 "Powerbook External" LeftOf "Powerbook Internal"
	Screen 0 "Powerbook Internal"
	InputDevice	"Internal Keyboard" "CoreKeyboard"
	InputDevice	"Internal Touchpad" "CorePointer"
#InputDevice	"External Mouse"	"SendCoreEvents"
	Option "off time" "1"
#Option "Xinerama" "True"
	EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules-dri-trunk"

	FontPath 	"/usr/X11R6/lib/X11/fonts/local/"
	FontPath 	"/usr/X11R6/lib/X11/fonts/misc/"
	FontPath 	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath 	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath 	"/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath 	"/usr/X11R6/lib/X11/fonts/CID/"
	FontPath 	"/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath 	"/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath 	"/usr/X11R6/lib/X11/fonts/100dpi/"

	FontPath 	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#FontPath 	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
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	"Internal Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"		"xfree86"
	Option		"XkbModel"		"macintosh"
	Option		"XkbLayout"		"en_US"
	Option		"XkbOptions"	"ctrl:nocaps"
	Option		"RightAlt"		"ModeShift"
EndSection

Section "InputDevice"
	Identifier	"Internal Touchpad"
	Driver		"mouse"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Buttons"		"7"
	Option		"ZAxisMapping"	"6 7"
EndSection

Section "InputDevice"
	Identifier	"External Mouse"
	Driver		"mouse"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Buttons"		"7"
	Option		"ZAxisMapping"	"6 7"
EndSection

Section "Device"
	Identifier	"ATI Radeon Internal"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"			"false"
#Option 		"AGPMode" 			"4"
	Option 		"AGPFastWrite" 		"true"
Option		"EnableDepthMoves"  "true"
Option		"EnablePageFlip"    "true"
Option		"BackBuffer"      	"true"
Option		"DDCMode"			"true"
#Option 		"MonitorLayout" "LVDS,CRT"
#Option 		"MonitorLayout" "LVDS,TMDS"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon Mobility M7 LW [Radeon Mobility 7500]"
#Option 	"IgnoreEDID"		"true"
#Option		"CloneMode"			"1280x1024"
#Option		"CloneHSync"		"30-85"
#Option		"CloneVRefresh"		"60"
#Option		"PanelOff"			"true"
#Option		"SWCursor" "true"
Option      "DRIReInit"			"true"
Option		"EnablePageFlip"	"true"
#Option  "OverlayOnCRTC2"
	Screen 0
EndSection

Section "Monitor"
	Identifier	"Internal DFP"
	DisplaySize     323 216
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Powerbook Internal"
	Device		"ATI Radeon Internal"
	Monitor		"Internal DFP"
	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
	EndSubSection
EndSection

Section "Device"
	Identifier	"ATI Radeon External"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"			"false"
#Option 		"AGPMode" 			"4"
	Option 		"AGPFastWrite" 		"true"
	Option		"EnableDepthMoves"  "true"
	Option		"EnablePageFlip"    "true"
	Option		"BackBuffer"      	"true"
	Option		"DDCMode"			"true"
#Option 		"MonitorLayout" "LVDS,CRT"
#Option 		"MonitorLayout" "LVDS,TMDS"
#Option		"SWCursor" "true"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon Mobility M7 LW [Radeon Mobility 7500]"
#Option 		"IgnoreEDID"		"true"
#Option		"CloneMode"			"1280x1024"
#Option		"CloneHSync"		"30-85"
#Option		"CloneVRefresh"		"60"
#Option		"PanelOff"			"true"
	Option      "DRIReInit"			"true"
	Option		"EnablePageFlip"	"true"
	Screen 1
EndSection

Section "Monitor"
	Identifier	"External DFP"
	Option		"DPMS"
	HorizSync	30-92
	VertRefresh	50-85
EndSection

Section "Screen"
	Identifier	"Powerbook External"
	Device		"ATI Radeon External"
	Monitor		"External DFP"
	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
	EndSubSection
EndSection

Section "DRI"
	Mode	0666
EndSection

Reply to: