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 12/01/2007, à 17:28

bartonfOnk

ATI+DriversRadeon = Probleme openGL

Bonjour,

Donc sur ma machine dotée d'une superbe ATI Mobility X300 (héhé) je fais fonctionner Beryl grâce aux pilotes libres Radeon. Et ça marche pas mal !! Du moins tant que je reste sur mon bureau à chatouiller gentiment firefox ou à écouter des mp3 car dès que je lance une appli utilisant openGL c'est le drame, et ça donne un truc du genre ça :

capture2mr2.th.png

Pas top hein ? Je ne vous parle même pas du cas où je lance TuxRacer . . .

J'aurais donc aimé avoir un avis éclairé sur ma situation.
Par contre pas la peine de me proposer les driver fglrx, j'ai tout essayé j'ai pas réussi à les faire fonctionner même après avoir suivi tous les wiki du net et installé plusieurs versions du pilote. De plus je n'ai pas trop envie d'utiliser XGL avec ses bugs chelous.

Je vous donne quand même qques renseignements supplémentaires :

Xorg.conf :

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"
	FontPath	"/usr/share/fonts/X11/misc"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbOptions"	"lv3:ralt_switch"
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 "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. M22 [Radeon Mobility M300]"
	Driver		"radeon"
#        Option "AccelMethod" "XAA" # Use XFree86 Acceleration Architecture
#        Option "AccelDFS"    "1" # mettez à 0 si vous avez une carte AGP

#        Option "GARTSize" "64"
#        Option "RingSize" "8"
#        Option "BufferSize" "2"
#        Option "EnablePageFlip" "1" # Enable page flipping for 3D apps
#        Option "ColorTiling" "1"
#        Option "EnableDepthMoves" "yes"
#        Option "UseFBDev" "false"
#        Option "RenderAccel" "true" # Enable the hardware render acceleration
#        Option "mtrr" "on"
#        Option	"SubPixelOrder" "none"
#        Option "DPMS"
#        Option "DynamicClocks" "on"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. M22 [Radeon Mobility M300]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

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

J'ai mit les option dans device en "comment" pour tester mais c'était pareil avant.

Aucunes erreur dons le log de demarrage de X.

Et puis ça :

$> glxinfo | grep render
libGL warning: 3D driver claims to not support visual 0x4b
direct rendering: Yes
OpenGL renderer string: Mesa DRI R300 20060815 TCL

Sur lequel on aperçoit un warning lié aux librairies Graphique (?)

Je ne vois pas quoi mettre d'autre pour l'instant, demandez si vous pensez à quelque chose.

Je vous remercie pour votre aide roll!

A oui au fait, 1000 FPS pour ma carte graphique c'est honnête ou non ?

Hors ligne

#2 Le 13/01/2007, à 11:40

bartonfOnk

Re : ATI+DriversRadeon = Probleme openGL

up up up !!

Hors ligne