Problem z fglrx i xorg

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
Awatar użytkownika
grze_S
Beginner
Posty: 133
Rejestracja: 02 grudnia 2007, 12:30

Problem z fglrx i xorg

Post autor: grze_S »

Witam
Jestem posiadaczem karty graficznej Radeon 9550. Jakiś czas temu zainstalowałem do niej oficjalny sterownik (najnowsza wersja ze strony producenta: ATI Catalyst 7.11). Po wydaniu polecenia:

Kod: Zaznacz cały

grzes@maszyna:~$ fglrxinfo
Otrzymuje:

Kod: Zaznacz cały

display: :0.0  screen: 0
OpenGL vendor string: Mesa project: [url]www.mesa3d.org[/url]
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)
Wynika z tego iż sterownik nie jest jednak wykorzystywany, nie ma też akceleracji 3D.
Mój xorg.conf:

Kod: Zaznacz cały

Section "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"pl"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"Radeon9550"
	Driver		"fglrx"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"SyncMaster"
	Option		"DPMS"
	HorizSync	30-81
	VertRefresh	56-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Radeon9550"
	Monitor		"SyncMaster"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection
Czy wie ktoś może dlaczego tak się dzieje ? Czy xorg może mieć jeszcze jakiś inny plik konfiguracyjny ?


Udało mi się naprawić to samemu :D Okazało się że nie działało przez zaktualizowanie jądra, ale już wszystko gra :D
ODPOWIEDZ