Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 10/10/2006, à 11:44

Pl°°m

[Contourné] ATI 9250 + radeon libre = freeze 3D

Sous titre : encore un problème de config 3D !

J'ai installé le driver libre radeon pour ma carte ATI 9250 en suivant ce post : http://forum.ubuntu-fr.org/viewtopic.php?id=3803 (j'ai lu les 16 pages et appliqué ce qui est dit).

Mais lorsque je tente la commande glxinfo l'écran se fige (et la souris et le clavier, alouette ...) après la première ligne et je dois rebooter avec le "reset".

Il semble que toutes les commades qui font appel au "direct rendering" fige mon ordi : pex. glxgears ou google earth.

J'avais installé les drivers proprios ATI et les ai supprimés.

J'ai tenté fglrx (celui fourni par Ubuntu) mais l'ordi se fige pareillement et ma carte est sensée fonctionner avec radeon.

J'ai suivi cette procédure de débogage : http://dri.freedesktop.org/wiki/DriTroubleshooting et à la commande glxinfo j'ai une erreur de ce type : "libGL error: unable to find driver: r200_dri.so" avant que cela fige ...

De l'aide serait bienvenue, merci d'avance

 gedit /etc/modules :
# /etc/modules: kernel modules to load at boot time.

lp
psmouse
pppoatm
gedit /etc/X11/xorg.conf :
# /etc/X11/xorg.conf (xorg X Window System server configuration file)

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "Extensions"
	Option "RENDER" "Enable"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"fr"
EndSection

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

Section "Device"
	Identifier	"ATI Technologies, Inc. RV280 [Radeon 9200 PRO]"
	Driver		"radeon"
	BusID		"PCI:1:0:0"
	VideoRam	131072
	Option		"UseFBDev"		"true"
	Option          "AGPMode" "4"
	Option          "AGPSize" "64" # default: 8
	Option          "RingSize" "8"
	Option          "BufferSize" "2"
	Option          "EnablePageFlip" "true"
	Option          "EnableDepthMoves" "true"
	Option          "RenderAccel" "true"
EndSection

Section "Monitor"
	Identifier	"hp 7500"
	Option		"DPMS"
	HorizSync	30-70
	VertRefresh	50-140
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. RV280 [Radeon 9200 PRO]"
	Monitor		"hp 7500"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection
~$ cat /var/log/Xorg.0.log | grep EE Current Operating System: Linux HistoireDeFous 2.6.15-27-686 #1 SMP PREEMPT Sat Sep 16 02:13:27 UTC 2006 i686
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Unable to find a valid framebuffer device
(EE) RADEON(0): Failed to open framebuffer device, consult warnings and/or errors above for possible reasons
(EE) RADEON: Failed to load module "theatre_detect" (module does not exist, 0)
(EE) RADEON(0): Unable to load Rage Theatre detect module
cat /var/log/Xorg.0.log | grep WW
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) open /dev/fb1: No such file or directory
(WW) open /dev/fb2: No such file or directory
(WW) open /dev/fb3: No such file or directory
(WW) open /dev/fb4: No such file or directory
(WW) open /dev/fb5: No such file or directory
(WW) open /dev/fb6: No such file or directory
(WW) open /dev/fb7: No such file or directory
(WW) RADEON(0): fbdevHWInit failed, not using framebuffer device
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled(WW) (1280x960,hp 7500) mode clock 148.5MHz exceeds DDC maximum 110MHz
(WW) (1280x1024,hp 7500) mode clock 135MHz exceeds DDC maximum 110MHz
(WW) (1280x1024,hp 7500) mode clock 157.5MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,hp 7500) mode clock 162MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,hp 7500) mode clock 175.5MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,hp 7500) mode clock 189MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,hp 7500) mode clock 202.5MHz exceeds DDC maximum 110MHz
(WW) (1600x1200,hp 7500) mode clock 229.5MHz exceeds DDC maximum 110MHz
(WW) (1792x1344,hp 7500) mode clock 204.8MHz exceeds DDC maximum 110MHz
(WW) (1792x1344,hp 7500) mode clock 261MHz exceeds DDC maximum 110MHz
(WW) (1856x1392,hp 7500) mode clock 218.3MHz exceeds DDC maximum 110MHz
(WW) (1856x1392,hp 7500) mode clock 288MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,hp 7500) mode clock 234MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,hp 7500) mode clock 297MHz exceeds DDC maximum 110MHz
(WW) (1152x864,hp 7500) mode clock 121.5MHz exceeds DDC maximum 110MHz
(WW) (1400x1050,hp 7500) mode clock 122MHz exceeds DDC maximum 110MHz
(WW) (1400x1050,hp 7500) mode clock 151MHz exceeds DDC maximum 110MHz
(WW) (1400x1050,hp 7500) mode clock 155.8MHz exceeds DDC maximum 110MHz
(WW) (1400x1050,hp 7500) mode clock 184MHz exceeds DDC maximum 110MHz
(WW) (1680x1050,hp 7500) mode clock 147.14MHz exceeds DDC maximum 110MHz
(WW) (1920x1200,hp 7500) mode clock 193.16MHz exceeds DDC maximum 110MHz
(WW) (1920x1200,hp 7500) mode clock 230MHz exceeds DDC maximum 110MHz
(WW) (1920x1440,hp 7500) mode clock 341.35MHz exceeds DDC maximum 110MHz
(WW) (2048x1536,hp 7500) mode clock 266.95MHz exceeds DDC maximum 110MHz
(WW) (2048x1536,hp 7500) mode clock 340.48MHz exceeds DDC maximum 110MHz
(WW) (2048x1536,hp 7500) mode clock 388.04MHz exceeds DDC maximum 110MHz
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):   MC_FB_LOCATION  was: 0xefffe800 is: 0xefffe800
(WW) RADEON(0):   MC_AGP_LOCATION was: 0xffffffc0 is: 0xfbfff800
(WW) Warning, couldn't open module theatre_detect

Dernière modification par Missoire (Le 14/10/2006, à 17:53)


La plus grande difficulté de GNU/Linux : le choix !

Hors ligne

#2 Le 13/10/2006, à 03:30

kheopsgc

Re : [Contourné] ATI 9250 + radeon libre = freeze 3D

Salut,
j'ai la même carte et les même pilotes
que je mette ati uo radeon j'obtiens le meme résultat = plantage lorsque je décommande la ligne load dri
par contre il me semble que j'obtiens de meilleurs fps avec le pilote radeon mais bon ca sert a rien si ca plante.
Je vasi quand meme essayer ton tuto de degoggage, c mon dernier espoir smile

#3 Le 14/10/2006, à 17:53

Pl°°m

Re : [Contourné] ATI 9250 + radeon libre = freeze 3D

Bon, et bien contourné par une ré-install propre. Le pilote libre Radeon a marché du premier coup.

Conclusion personnelle : très difficile à désinstaller les drivers proprios !


La plus grande difficulté de GNU/Linux : le choix !

Hors ligne