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.

#26 Le 27/04/2007, à 16:45

izY

Re : ATI X700, pilote radeon, pas d'accélération 3D !

effectivement tu a raison sa a l'air de bcp mieux marcher comme sa!!!


Asus A6VA-Q038H (série A6000) : Centrino II (Sonoma) 1.86 GHz ; ATI Mobility X700 PCI-E ; RealTek ALC880 ; Intel 2200 BG ; Webcam (BisonCam) ; lecteur SD-MMC (Ricoh)

Hors ligne

#27 Le 27/04/2007, à 17:37

Astier

Re : ATI X700, pilote radeon, pas d'accélération 3D !

Je me disais bien smile

Quant à moi j'ai fait de nouveaux essais : j'ai fait un

sudo dpkg-reconfigure xserver-xorg

et j'ai sélectionné tous les modules ce qui me donne pour cette section :

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

Est-ce que certains de ces modules peuvent jouer sur l'accélération 3D ?

De plus j'ai essayé d'activer le framebuffer ce qui correspond dans la section Device à cette ligne :

	Option		"UseFBDev"		"true"

Enfin j'ai essayé de commenter la section DRI comme ceci

##Section "DRI"
##	Mode	0666
##EndSection

mais sans changement non plus sad A quoi est-ce que ça correspond au juste ? Il me semble que cette section joue dans l'utilisation de fglrx ou de xgl est-ce correct ? Et avec le driver radeon ?

Voici mon /etc/X11/xorg.conf comùplet :

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	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"
	# 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	"v4l"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"oss"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/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/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

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

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

Section "Device"
	Identifier	"ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Driver		"radeon"
	BusID		"PCI:1:0:0"
	Option		"UseFBDev"		"true"
	Option		"MonitorLayout"		"LVDS,AUTO"
    	Option          "EnablePageFlip"     "1"
    	Option          "ColorTiling"         "1"
    	Option          "AccelMethod"         "XXA"
        Option		"GARTSize" "64"
        Option 		"RingSize" "8"
        Option 		"BufferSize" "2"
        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"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	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"
	Option		"Composite" "True"
EndSection

Merci de vos réponses et à bientôt

Hors ligne

#28 Le 27/04/2007, à 18:45

HarKoT

Re : ATI X700, pilote radeon, pas d'accélération 3D !

je viens de tomber sur ce topic :

http://forum.ubuntu-fr.org/viewtopic.php?id=74357

si ça peut aider...

j'vais essayer de tester ça rapidement

Hors ligne

#29 Le 27/04/2007, à 22:34

HarKoT

Re : ATI X700, pilote radeon, pas d'accélération 3D !

bon alors apres du farfouillage intensif, j'ai enfin réussi a faire apparaitre un

direct rendering : yes

(honnetement j'serais incapable de vous expliquer comme ça se fait -_-)

par contre c'est toujours aussi bidon... ==> 100% du proce utilisé

17256 frames in 5.0 seconds = 3449.463 FPS
15485 frames in 5.0 seconds = 3096.887 FPS
18467 frames in 5.0 seconds = 3693.339 FPS
18273 frames in 5.0 seconds = 3654.587 FPS
13351 frames in 5.0 seconds = 2670.142 FPS
13208 frames in 5.0 seconds = 2641.576 FPS
13232 frames in 5.0 seconds = 2646.248 FPS
13292 frames in 5.0 seconds = 2658.339 FPS

Je me rappelle plus trop des résultats avec fglrx ? quelqu'un les a ?

Hors ligne

#30 Le 28/04/2007, à 11:48

Astier

Re : ATI X700, pilote radeon, pas d'accélération 3D !

@HarKoT : poste ton xorg.conf ça pourra peut-être aider certains.

Quant à moi j'ai essayé de m'inspirer de ce sujet http://forum.ubuntu-fr.org/viewtopic.php?id=82776 pour essayer d'améliorer les choses mais rien de changé malheureusement malgré des changements de xorg.conf qui ressemble à ça maintenant :

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	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"
	# 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	"v4l"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"oss"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/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/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

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

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

Section "Device"
	Identifier	"ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Driver		"radeon"
	BusID		"PCI:1:0:0"
	Option		"UseFBDev"		"true"
	Option		"MonitorLayout"		"LVDS,AUTO"
    	Option          "EnablePageFlip"     "1"
    	Option          "ColorTiling"         "1"
    	Option          "AccelMethod"         "XXA"
        Option          "XAANoOffscreenPixmaps"
        Option		"GARTSize" "64"
        Option 		"RingSize" "8"
        Option 		"BufferSize" "2"
        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"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
        Option          "AIGLX"         "true"
	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"
	Option		"Composite" "True"
EndSection

A+

Hors ligne

#31 Le 28/04/2007, à 13:40

raoulleponey

Re : ATI X700, pilote radeon, pas d'accélération 3D !

Je suis vote quete du saint graal attentivement, mais apparament vous galerez bien hmm. Je pense que je vais changer de pc et me prendre une nvidia, je gagnerais du temps wink

Hors ligne

#32 Le 30/04/2007, à 21:02

CedrucK

Re : ATI X700, pilote radeon, pas d'accélération 3D !

Après ce long weekend et plein de manip pour essayer de remettre le driver radeon, je peux vous faire un listing de ce que j'ai:

Tout d'abord mon xorg.conf:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"

        Option "AIGLX" "true"
        Identifier     "Default Layout"
        Screen      0  "Default Screen"
        InputDevice    "Generic Keyboard"
        InputDevice    "Synaptics Touchpad"
        InputDevice    "Configured Mouse"
        InputDevice    "stylus" "SendCoreEvents"
        InputDevice    "cursor" "SendCoreEvents"
        InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

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

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

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

Section "InputDevice"
        Identifier      "Synaptics TouchPad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
        Option          "SHMConfig"             "on"
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"

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

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"
        Identifier   "Écran générique"
        HorizSync    28.0 - 64.0
        VertRefresh  43.0 - 60.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
        Driver      "radeon"
        Option      "MonitorLayout" "LVDS,AUTO"
        BusID       "PCI:1:0:0"
        Option      "XAANoOffscreenPixmaps"
                Option         "GARTSize" "64"
                Option         "RingSize" "8"
                Option         "BufferSize" "2"
                Option         "EnablePageFlip" "1" # Enable page fliping for 3D apps
                Option         "EnableDepthMoves" "yes"
        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"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
        Monitor    "Écran générique"
        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 "DRI"
        Mode         0666
EndSection

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

Ensuite les bonnes info qui me font plaisir mais en même temps douter...

En ce moment même, j'ai glxgears qui tourne (je suis un fana des engrenages hmm )
le pb c'est que je tourne autour de:

9100 frames in 5.0 seconds = 1804.021 FPS

Mais j'ai, avec la commande top, un glxgears qui ne prend que 0,3% du CPU (il faut bien regarder dans la colone %CPU??? Au max, il est monté a 1%...

Et le problème, c'est que je n'arrive pas a lancer fgl_glxgears:

cedruck@cedruck-laptop:~$ fgl_glxgears 
Using GLX_SGIX_pbuffer
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  144 (GLX)
  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  35
  Current serial number in output stream:  35

Et, quand je tape la commande

beryl

je n'ai plus de barres d'outils ni de tour de fenêtres..
je relance X donc..

Voilà pour les info, de l'aide? Ai-je été utile?

@+ CedrucK

Hors ligne

#33 Le 30/04/2007, à 21:11

HarKoT

Re : ATI X700, pilote radeon, pas d'accélération 3D !

salut cedruck smile

tout d'abord fgl_glxgears, c'est normal, il fait parti du driver fglrx.

Sinon pour le proce, perso j'ai glxgears a 70% donc apparament tu t'en sors bien par contre je suis a 3000 fps hmm

Pour ce qui est de beryl, si tout est installé sur ton pc j'te conseille de taper :

beryl --test-only

pour verifier que tout est ok
et ensuite pour lancer beryl lui meme c'est :

beryl-manager

(et non pas beryl tout court)

enfin, paste le resultat de ton glxinfo pour voir ce que ça donne wink

merci smile

Dernière modification par HarKoT (Le 30/04/2007, à 21:11)

Hors ligne

#34 Le 30/04/2007, à 21:23

CedrucK

Re : ATI X700, pilote radeon, pas d'accélération 3D !

Merci HarKoT,
pour le

beryl --test-only

j'obtient ça :s

Checking for non power of two texture support   : failed

A part ça tout est ok...

mon glxinfo:

name of display: :0.0
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, 
    GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample, 
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, 
    GLX_ARB_multisample
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R300 20060815 x86/MMX/SSE2 TCL
OpenGL version string: 1.3 Mesa 6.5.2
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3, 
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_lod_bias

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x24 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x26 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x27 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x29 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x2c 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2e 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2f 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x30 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x31 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x32 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x4b 32 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None

J'ai un vieux direct rendering no :s

C'est peut-être pour ça que ça marche chez moi en fait ça marche pas lol

Hors ligne

#35 Le 30/04/2007, à 21:26

Astier

Re : ATI X700, pilote radeon, pas d'accélération 3D !

Ouah cedruck va falloir que j'essaye ton xorg.conf smile Comme a dit HarKoT la commande

fgl_glxgears

fonctionne avec le pilote proprio fglrx, normal que ça ne donne rien chez toi.

A+

Hors ligne

#36 Le 30/04/2007, à 21:27

CedrucK

Re : ATI X700, pilote radeon, pas d'accélération 3D !

Merci big_smile
Mais la commande là ne fonctionnait quand même pas quand j'utilisais (ou essayais d'utiliser) XGL...

Hors ligne

#37 Le 30/04/2007, à 21:27

Astier

Re : ATI X700, pilote radeon, pas d'accélération 3D !

Cedruk si tu ne tappes que la commande

beryl

c'est normal que tu n'aies plus rien. Il faut lancer beryl avec la commande

beryl-manager

Hors ligne

#38 Le 30/04/2007, à 21:27

HarKoT

Re : ATI X700, pilote radeon, pas d'accélération 3D !

ouais si t'as "direct rendering no" c'est que t'as pas l'acceleration (meme pas la fausse hmm )

Hors ligne

#39 Le 30/04/2007, à 21:29

Astier

Re : ATI X700, pilote radeon, pas d'accélération 3D !

Tu n'es pas sous une session XGL ? Si non alors effectivement c'est étrange hmm

Hors ligne

#40 Le 30/04/2007, à 21:31

CedrucK

Re : ATI X700, pilote radeon, pas d'accélération 3D !

je sais et pourtant j'ai suivi à la lettre le tuto:
http://doc.ubuntu-fr.org/radeon?s=direct%20rendering

donc I don't know...

lol j'ai failli poser la question: "Comment je fais pour l'activer?"
Mais céder à la facilité n'est pas mon genre tongue

Searching in progress lool

Hors ligne

#41 Le 30/04/2007, à 21:35

Astier

Re : ATI X700, pilote radeon, pas d'accélération 3D !

Peut-être devrais-tu essayer de virer les Options en double dans ton xorg.conf et notamment dans la section device. J'essaye avec ta section et je dis ce que ça donne.

Hors ligne

#42 Le 30/04/2007, à 21:40

HarKoT

Re : ATI X700, pilote radeon, pas d'accélération 3D !

Au fait j'avais oublié de poster mon xorg.conf
Donc petit rappel : avec cette config radeon fonctionne mais j'ai le meme type d'acceleration qu'avec fglrx, a savoir que c'est le proce qui fait tout le travail.

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

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

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

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

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/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/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

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

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

Section "Device"
	Identifier	"ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	    Driver        "radeon"
        Option "AccelMethod" "XAA" # Use XFree86 Acceleration Architecture
        Option "AccelDFS"    "1" # mettez à 0 si vous avez une carte AGP
#       Option     "AGPMode" "4" # Décommentez si vous avez une carte AGP
#       Option "AGPSize" "128" # Décommentez si vous avec une carte AGP AGP aperture size
        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"
    Option        "MonitorLayout" "LVDS,NONE"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Monitor		"Écran générique"
	DefaultDepth     24
	SubSection "Display"
		Depth     16
		Modes    "1280x800" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280x800" "1024x768"
	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	0660
EndSection

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

et voici le resultat du glxinfo :

tony@tony-Feisty:~$ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, 
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R300 20060815 x86/MMX+/3DNow!+/SSE2 TCL
OpenGL version string: 1.3 Mesa 6.5.2
OpenGL extensions:
    GL_ARB_fragment_program, GL_ARB_imaging, GL_ARB_multisample, 
    GL_ARB_multitexture, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_compression, GL_ARB_texture_cube_map, 
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine, 
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, 
    GL_MESAX_texture_float, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos, 
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, 
    GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, 
    GL_EXT_draw_range_elements, GL_EXT_gpu_program_parameters, 
    GL_EXT_histogram, GL_EXT_packed_pixels, GL_EXT_polygon_offset, 
    GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, 
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, 
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array, 
    GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate, 
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, 
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, 
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, 
    GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent, 
    GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program, 
    GL_OES_read_format, GL_SGI_color_matrix, GL_SGI_color_table, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, 
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x24 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x26 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x27 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x29 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x2c 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2e 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2f 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x30 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x31 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x32 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x4b 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 Ncon

comme vous pouvez le voir, la longueur change par rapport a fglrx ^^'

Hors ligne

#43 Le 30/04/2007, à 21:43

Astier

Re : ATI X700, pilote radeon, pas d'accélération 3D !

Autre chose, aussi, il me semble avoir vu une Option à rajouter dans la section Device à propos du PCIExpress de la carte mais impossible de retrouver ça. Est-ce que ça peut jouer dans les résultats ?

Avec ta section Device, j'ai fait planter mon serveurX Cedruk hmm

Merci et à+

Hors ligne

#44 Le 30/04/2007, à 21:43

CedrucK

Re : ATI X700, pilote radeon, pas d'accélération 3D !

Euh O_o
Petite question tout de même?
c'est quelle session qu'il faut lancer? moi je lance gnome..
C'est X-serveur ou je ne sais quoi?
parce que j'ai du le changer vu que j'ai essyer XGL..
Mais je ne sais pas lequel j'avais avant..

[EDIT]Désolé Astier, j'ai pas fait exprès :$

Dernière modification par CedrucK (Le 30/04/2007, à 21:44)

Hors ligne

#45 Le 30/04/2007, à 21:46

Astier

Re : ATI X700, pilote radeon, pas d'accélération 3D !

As-tu bien désinstallé le pilote fglrx et bien nettoyé ton /etc/modules ? As-tu supprimé ta session XGL ?

Hors ligne

#46 Le 30/04/2007, à 21:49

CedrucK

Re : ATI X700, pilote radeon, pas d'accélération 3D !

erf j'ai cru que j'avais tout désinstaler mais que neni..

Plein de truc fglrx encore présents dans synaptic...

[EDIT]
cool, j'ai récupéré Beryl
cool, j'ai 3000fps

moins cool j'ai pareil que vous... j'ai cru faire avancer les choses mais en fait non...

@astier
moi xorg.conf sans doublon ne fait pas planter mon serveur X... comment t'as fait ^o) ??

Dernière modification par CedrucK (Le 30/04/2007, à 22:02)

Hors ligne

#47 Le 30/04/2007, à 22:05

CedrucK

Re : ATI X700, pilote radeon, pas d'accélération 3D !

Il se passe quoi alors?
l'un de vous a essayer fglrx et XGL??
Moi en tant que débutant confirmé je n'ai pas réussi... mais vous qui vous y connaissez mieux que moi? vous ne voulez pas essayer?

Hors ligne

#48 Le 30/04/2007, à 22:09

HarKoT

Re : ATI X700, pilote radeon, pas d'accélération 3D !

ben disons que XGL pour le moment ça sert a rien,
enfin perso beryl tant que j'ai pas d'acceleration graphique "propre" je retente pas, je sais pas si ça vient de l'acceleration mais j'ai eu deux plantages "freeze" en deux jours avec beryl, du coup j'ai tout desactivé.

Donc tant que le probleme est pas reglé j'me contenterai de faire les tests avec glxgears et supertux wink

Hors ligne

#49 Le 30/04/2007, à 22:12

Astier

Re : ATI X700, pilote radeon, pas d'accélération 3D !

NAn en vérité j'ai essayé ton xorg.conf avec les doublons lol

Pour moi, j'ai pas trop envie de tenter fglrx+XGL, j'ai beryl qui tourne, j'utilise seulement quelques plugins et surtout j'ai pas envie de tourner avec le pilote proprio d'autant plus que mon portable je le réserve pour le boulot donc pas de jeux etc...

A+

Hors ligne

#50 Le 30/04/2007, à 22:17

CedrucK

Re : ATI X700, pilote radeon, pas d'accélération 3D !

erf vous m'aidez pas :'(

Je sens monter en moi l'envie d'un reboot vers windows (c'est un peu comme une envie de vomir, c'est désagreable mais c'est un passage obligé)...

J'ai bien suivi le tuto pour installer steam, steam marche!!! mais pas ses jeux... je vais me renseigner a ce sujet!

A ce propos.. comment on quitte beryl sans fermer toutes les fenêtres???
on fait un

ps -ef | grep beryl

et on le tue ou il y a une manière plus propre sans rebooter le serveurX???

Hors ligne