Strona 1 z 1

[+] Radeon 9800XT - brak direct rendering

: 23 sierpnia 2009, 12:37
autor: kitor
Zainstalowałem dzisiaj na swoim pececie Debiana Squeeze. I tak jak na laptopie z radeonem 7500 nie było z tym problemu, tak tu już jest. Wybrałem tym razem opcje instalacji samej konsoli, x'y doinstalowały się wraz z XFCE. Niestety glxinfo raportuje brak direct rendering.

xorg.conf:

Kod: Zaznacz cały

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/etc/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "dbe"
	Load  "GLcore"
	Load  "xtrap"
	Load  "extmod"
	Load  "dri"
	Load  "record"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	#DisplaySize	  340   270	# mm
	Identifier   "Monitor0"
	VendorName   "PHL"
	ModelName    "Philips 170S"
 ### Comment all HorizSync and VertRefresh values to use DDC:
#	HorizSync    30.0 - 83.0
#	VertRefresh  56.0 - 76.0
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "RV350 NJ [Radeon 9800 XT]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection
Xorg.0.log jest tutaj: http://pastebay.com/41898

Na moje oko z niego wynika, że akceleracja jest albo czegoś nie rozumiem?

Próbowałem również wykonać xorg.conf na podstawie wysłanego przez Rafal_F w wątku http://debian.linux.pl/viewtopic.php?t=14061, niestety tak samo wygląda sytuacja.

W zasadzie posiadam podpięte dwa monitory (Phillips 170S, 17" 1280x1024, port DVI karty i jakiś medion 15" 1024x768, port VGA karty, obrócony o 90°), jednak na razie chciałbym w ogóle mieć akcelerację, przy włączonym samym 17"?

: 23 sierpnia 2009, 13:56
autor: yantar
Dzis mi pomogło na brak akceleracji na Radeonie doinstalowanie pakietu firmware-linux.

: 23 sierpnia 2009, 14:38
autor: kitor
Mnie również pomogło, dzięki ;-)