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 21/02/2007, à 00:57

Granverge

GROS problème d'installation pour Mobility X700 sur asus A6VA

Nouvel utilisateur d'Ubuntu/edgy, je m'adonne actuellement aux joies de l'installation de la carte graphique.

Après avoir configuré le xorg.conf avec des drivers géneriques pour obtenir un affichage, au vu de la lenteur de ces dernier, g décidé d'installer les vrais drivers.
J'ai essayé toutes les methodes plus ou moins similaires trouvées sur le site :
- installation manuelle (création de packages .deb à partir du setup "ati-driver-installer-8.33.6-x86.x86_64.run" puis installation des packages... voir http://doc.ubuntu-fr.org/materiel/ati_propietaire )
- installation automatique à l'aide d'envy 0.82 (voir doc envy sur le site pour la marche à suivre)

pour  arriver à chaque fois à un écran noir après le redemarrage final là ou je devrais me retrouver avec un gnome animé en 3D.

Je pense que le problème vient de mon xorg.conf :

Voici un extrait de celui que j'utilise actuellement (sans accleration graphique)

Section "Device"
        Identifier      "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
        Driver          "ati"
        Option          "BusType"       "PCIE"
        Option          "MonitorLayout" "LVDS, NONE"
        BusID           "PCI:3:0:0"
EndSection

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

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x800" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"

Et le xorg.conf genéré par l'installation du driver,celui qui refuse de fonctionner :

Section "Monitor"
	Identifier   "Generic Monitor"
	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"
	Identifier  "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
	Driver      "ati"
	Option	    "BusType" "PCIE"
	Option	    "MonitorLayout" "LVDS, NONE"
	BusID       "PCI:3:0:0"
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    "Generic Monitor"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1280x800" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1280x800" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1280x800" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1280x800" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x800" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280x800" "1024x768" "800x600"
	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

Amateurs de logs xorg.conf, donnez vous en à coeur joie et dites moi ce qui cloche là dedans.
En attendant un jour meilleur où les carte 3D mobiles seront mieux implémentées (dans Feisty j'espère),
merci de bien vouloir me donner un coup de main...

Hors ligne

#2 Le 21/02/2007, à 01:26

best_friend_fr

Re : GROS problème d'installation pour Mobility X700 sur asus A6VA

Salut

le driver ati ne marche que partiellement pour la 3D de la X700.

Quel driver veux-tu installer? fglrx?

Si c'est le cas, je te conseille d'installer le package d'ubuntu xorg-driver-fglrx

Ensuite, tu as des outils pour faire des xorg automatiquement...


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 21/02/2007, à 14:38

Granverge

Re : GROS problème d'installation pour Mobility X700 sur asus A6VA

Salut best friend.
En effet j'aimerais bien installer le driver fglrx.
Je pense qu'ils sont bel et bien installés avec ma methode... c'est juste le xorg.conf qui n'est pas bon. C'est quoi les outils dont tu parles pour configurer automatiquement le xorg ?

merci

Hors ligne

#4 Le 21/02/2007, à 14:42

Granverge

Re : GROS problème d'installation pour Mobility X700 sur asus A6VA

P.S : je viens de verifier le package xorg-driver-fglrx est bien installé sur ma machine.

Hors ligne

#5 Le 21/02/2007, à 15:22

best_friend_fr

Re : GROS problème d'installation pour Mobility X700 sur asus A6VA

Ca s'appelle aticonfig.

Va voir la page fglrx du site (recherche dans documentation en haut de cette page)


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

#6 Le 21/02/2007, à 17:42

Granverge

Re : GROS problème d'installation pour Mobility X700 sur asus A6VA

Je me suis donc un peu mieux renseigné sur le fonctionnement de fglrx et du xorg.conf, notamment sur ce site : http://www.pcinpact.com/forum/sujet_25933.htm .

G donc modifié mon xorg en conséquence ce qui donne

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"
	InputDevice    "Synaptics Touchpad"
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     "/usr/share/fonts/X11/misc"
	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"

                                                      # /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   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "BusType" "PCIE"
	Option	    "MonitorLayout" "LVDS, AUTO"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
	BusID	    "PCI:3:0:0"
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 "Extensions"
	Option "Composite" "disable"
EndSection

Section "DRI"
	Mode         0666
EndSection

C presque ça j'entend maintenant le son de percu de la fenetre de log ubuntu...mais l'ecran reste desperement noir.
Qu'est ce qui cloche dans ce xorg.conf ?

Hors ligne

#7 Le 23/02/2007, à 00:14

Granverge

Re : GROS problème d'installation pour Mobility X700 sur asus A6VA

Wouhou...
C bon g enfin cette satanée accélration garphique.
Preuve :

sibo@THIBAUT-POUX:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X700 Generic
OpenGL version string: 2.0.6065 (8.29.6)

sibo@THIBAUT-POUX:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
3421 frames in 5.0 seconds = 684.200 FPS
3736 frames in 5.0 seconds = 747.200 FPS

Donc ce qu'il faut retenir pour les heureux possesseurs d'une mobility X700, N'INSTALLEZ PAS LES DRIVERS PROPRIO ATI DE VERSION 8.3XXXX.

La marche à suivre pour installer les drivers 8.29.6 sur :
http://www.keepdagru.org/index.php/post/2006/10/19/Installation-des-pilotes-Ati-8296-sous-Ubuntu-610-Edgy-Eft

N'oubliez pas de rajouter à votre xorg.conf la section :

Section "Extensions"
    Option "Composite" "Disable"
EndSection

Voila un Asus A6VA acceleré... pas trop tot

Hors ligne

#8 Le 12/03/2007, à 17:59

Gringo

Re : GROS problème d'installation pour Mobility X700 sur asus A6VA

Enfin !
Moi aussi après un week end entier à essayer de faire marcher cette satanée accélération graphique, j'ai enfin réussi.
Pour ma part, j'ai en gros suivi la méthode de Granverge à l'adresse qu'il a indiqué.
J'ai également rajouté les lignes suivantes à mon xorg.conf :

Section "Extensions"
    Option "Composite" "Disable"
EndSection

Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection

De plus, j'ai ajouté la ligne fglrx dans le fichier /etc/modules (qui n'y était pas) :

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp
sbp2
fglrx

A la fin, j'obtiens :

 fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X700 Generic
OpenGL version string: 2.0.6065 (8.29.6)

fgl_glxgears
Using GLX_SGIX_pbuffer
3200 frames in 5.0 seconds = 640.000 FPS
3565 frames in 5.0 seconds = 713.000 FPS
3569 frames in 5.0 seconds = 713.800 FPS
3569 frames in 5.0 seconds = 713.800 FPS

Pour info, je vous donne 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"
	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"
	InputDevice    "Synaptics Touchpad"
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     "/usr/share/fonts/X11/misc"
	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"
	Option	    "SHMConfig" "on"
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   "Generic Monitor"
	ModeLine     "1280-800@60" 83.9 1280 1312 1624 1656 800 816 824 841
	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"
	Identifier  "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
	Driver      "radeon"
	Option	    "MonitorLayout" "LVDS, NONE"
	Option	    "DRI" "true"
	Option	    "ColorTiling" "on"
	Option	    "EnablePageFlip" "true"
	Option	    "AccelMethod" "EXA"
	Option	    "XAANoOffscreenPixmaps"
	Option	    "RenderAccel" "true"
	Option	    "AGPFastWrite" "on"
	BusID       "PCI:3:0:0"
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    "Generic Monitor"
	DefaultDepth     24
	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 "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

Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection

#9 Le 12/03/2007, à 18:56

Granverge

Re : GROS problème d'installation pour Mobility X700 sur asus A6VA

Gringo, pourrais tu juste faire un

glxgears -printfps

Parce que, en fait j'avais un score minable (=~ 10 fps) à ce test et je voudrais savoir si c'est aussi ton cas, ou si tu as as enfin trouvé la solution ultime.
Et aussi dis moi si une lecture de divx saccade ou pas...

Merci gringo

Hors ligne