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 24/11/2006, à 13:40

jeje11701

3D avec ATI mobile radeon X700

Bonjour,

alors après avoir chipoté pas mal de temps j'ai installer les pilotes officiels ATI car c'est la seule solution et tout marche, j'ai la bonne résolution d'écran mais pas de 3D!

quand je tape "fglrxinfo" voilà se que j'ai :

fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)

et quand je fais "glxinfo | grep direct" ça donne :

glxinfo | grep direct direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

Sur la doc ils disent de créer un lien :

sudo ln -s /usr/lib/dri /usr/lib/xorg/modules/dri

Se que j'ai fais mais ça ne change rien! Bon je dois avouer que je suis vraiment novice en linux alors j'appelle au secours car j'ai besoin d'aide smile

Ha oui ma version et la dapper drake installé a partir d'un cd envoyé par Ubuntu!

#2 Le 24/11/2006, à 19:51

best_friend_fr

Re : 3D avec ATI mobile radeon X700

Bonjour

Tu peux essayer le pilote radeon à la place. Chez moi, ca marche même plutot mieux.

Mes préférences :
Section "Device"
    Identifier    "ATI X700"
    Driver        "radeon"
    Option "VideoOverlay"  "on"
      Option "UseInternalAGPGART" "no"
      Option "RenderAccel" "on"
      Option "AGPMode" "4"
      Option "EnablePageFlip" "on"
      Option "AGPFastWrite" "1"
    Option        "BusType"    "PCIE"
    Option        "MonitorLayout"    "LVDS, NONE"
    BusID           "PCI:3:0:0"
EndSection

Bon courage

Crée quand meme une sauvegarde de ton fichier avant de le modifier, on ne sait jamais ...

Dernière modification par best_friend_fr (Le 24/11/2006, à 19:51)


sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne

#3 Le 25/11/2006, à 00:22

jeje11701

Re : 3D avec ATI mobile radeon X700

Je te remercie pour ton aide mais chez moi ça ne marche pas sad

Je dois avouer que je ne sais plus quoi faire smile J'ai installé Ubuntu sur mon PC fixe et là j'ai aucun problème mais j'ai une Nvidea et pas une ATI comme sur le portable!

J'ai tout essayé se que j'ai trouvé dans la doc mais rien ne marche! Est ce possible qu'il n'y a pas moyen que ça marche sur un Acer 1692 WLMI??

Je dois dire que j'en ai de plus en plus mare de windows et que je voudrais bien passer antièrement sur Ubuntu mais c'est mal partit alors si qqn à une solution pour moi ou si qqn à le même pc portable que moi cela pourait vraiment bien m'aider smile

Voilà mon fichier 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"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	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  "bitmap"
	Load  "dbe"
	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" "be"
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 "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"

        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
	Identifier  "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
	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" "on" # Enable page flipping for 3D apps
	Option	    "ColorTiling" "1"
	Option	    "EnableDepthMoves" "yes"
	Option	    "UseFBDev" "false"
	Option	    "RenderAccel" "on" # Enable the hardware render acceleration
	Option	    "mtrr" "on"
	Option	    "SubPixelOrder" "none"
	Option	    "DPMS"
	Option	    "DynamicClocks" "on"
	Option      "BusType"    "PCIE"
	BusID       "PCI:3:0:0"
	Option	    "AGPFastWrite" "1"
	Option 	    "VideoOverlay"  "on"
    
    
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
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 "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "disable"
EndSection

se que donne fgrlxinfo

display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)

se que donne lsmod | grep agp

intel_agp              24700  1
agpgart                36784  1 intel_agp

Voilà si qqn à une solution!

Un grand merci d'avance à ceux qui pourrait m'aider smile

#4 Le 25/11/2006, à 17:06

jeje11701

Re : 3D avec ATI mobile radeon X700

Et ben personne pour m'aider?? sad:(

Hors ligne