Pages : 1
#1 Le 23/05/2007, à 09:11
- Dreamtime
Pilote ATI proprio sur feisty
Bonjour à tous,
Voilà, j'ai suivi scrupuleusement le tuto pour installer les drivers propriétaires d'ATI sur ma machine ( c'est une Xpress 200M ) tout fonctionne à merveille, hormis le aticonfig ( pas de soucis je l'ai édité à la main) , je reboot, je check glxgears, et là, mauvaise surprise, un score assez faible (en fait le même qu'avant ~300 fps) , je check donc les pilotes utilisés, ça me donne MESA 3D, je regarde un peu dans mon menu et je trouve CATALYST CONTROL CENTER, youpi me dis-je, il va me donner plus d'infos.
Donc dedans, il me sort bien le modele de ma carte, et le driver ... MESA 3D..., direct rendering : no
Fiuuuu, je me dis alors que j'ai oublié quelque chose dans le xorg.conf, je check, et j'ai bien mis fglrx...
Je met l'entrée fglrx en premier dans le fichier des modules et je reboot, rien n'y fais.
Alors la question est, et je ne comprends pas pourquoi, il ne load pas fglrx comme driver, mais ceux de MESA 3D, alors que tout me semble bien configuré.
Si quelqu'un pourrait m'éclairer s'il vous plait ? merci .
#2 Le 23/05/2007, à 10:48
- jdefaver
Re : Pilote ATI proprio sur feisty
Tu as désactivé composite dans le xorg ?
Hors ligne
#3 Le 23/05/2007, à 10:52
- GuiPoM
Re : Pilote ATI proprio sur feisty
peux tu mettre ici entre balises le contenu de ton Xorg.0.log (dans /var/log)
en particulier si tu vois des zones problématiques, comme des erreurs de chargement.
Ensuite vérifier comme l'a dit jdefaver si tu as bien dans ton xorg.conf:
Section "ServerLayout"
*****
Option "AIGLX" "false"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
la copie de ton fichier xorg.conf en entier ne serait pas superflue
Dernière modification par GuiPoM (Le 23/05/2007, à 10:53)
Hors ligne
#4 Le 23/05/2007, à 12:21
- DreamTime
Re : Pilote ATI proprio sur feisty
Coucou, là je suis au taff, mais ce soir je vous posterais toutes les infos
#5 Le 23/05/2007, à 19:18
- Dreamtime
Re : Pilote ATI proprio sur feisty
Recoucou tout le monde, voilà ici 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 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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 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/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"
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 "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
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"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Technologies Inc ATI Radeon XPRESS 200M"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:5:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc ATI Radeon XPRESS 200M"
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 "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
#6 Le 23/05/2007, à 19:25
- Dreamtime
Re : Pilote ATI proprio sur feisty
Sinon GuiPOm j'ai rajouté le code
Section "ServerLayout"
*****
Option "AIGLX" "false"
EndSection
mais il me fait une erreur et le serveur X ne démarre pas
je ne sais pas si ça peut aider, mais j'ai trouvé ça dan le log de Xorg
II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 7.1.0.0
(EE) fglrx(0): GART is not initialized, disabling DRI
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0x18000000 FBMappedSize: 0x08000000
(==) fglrx(0): Write-combining range (0xc0000000,0x8000000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,800) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1280 x 7391
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
Hors ligne
#7 Le 23/05/2007, à 20:42
- awala
Re : Pilote ATI proprio sur feisty
bonsoir
je te donne pour xorg (j'ai la meme carte que toi) et j'ai suivi ce tuto pour l'installer :
http://forum.ubuntu-fr.org/viewtopic.php?id=2487
xorg :
# /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 "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"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
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" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom"# Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom"# Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom"# Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "Device"
Identifier "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
Driver "fglrx"
Busid "PCI:1:5:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
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 "Composite" "0"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
j'espère que ca t'aura aidé
awala
Laptop Toshiba P200-1D0 sous karmic
Laptop Asus eeepc sous jaunty
Hors ligne
#8 Le 23/05/2007, à 20:55
- Dreamtime
Re : Pilote ATI proprio sur feisty
salut awala,
Bon déjà, MERCI, car si tu à la même carte que moi, ça veut dire que c'est possible.
J'ai essayer ton xorg.conf, il ne me donne pas l'acceleration 3D mais merci quand même, je crois que le problème est ce fameux DRI. Je vais tester ton tuto.
Je vous tiens au courant.
Hors ligne
#9 Le 23/05/2007, à 21:11
- Dreamtime
Re : Pilote ATI proprio sur feisty
Bon ben l'autre tuto ne fonctionne pas non plus... je commence à désespérer...
Hors ligne
#10 Le 23/05/2007, à 21:30
- awala
Re : Pilote ATI proprio sur feisty
t'as essayé ceci :
http://ubuntuguide.org/wiki/Ubuntu:Feisty
awala
Laptop Toshiba P200-1D0 sous karmic
Laptop Asus eeepc sous jaunty
Hors ligne
#11 Le 23/05/2007, à 21:32
- Dreamtime
Re : Pilote ATI proprio sur feisty
Bon ben ca y est, j'ai résolu mon problème, grâce à envy , simple et rapide ^^
direct rendering : yes
merci à tous !!
Hors ligne
#13 Le 23/05/2007, à 21:35
- awala
Re : Pilote ATI proprio sur feisty
tu n'as plus qu'à installer xgl et beryl 0.2.0 mais pas la 0.2.1 ni la svn sinon ca ne fonctionnera pas
awala
bienvenue parmi ceux / celles qui ont réussi avec une ati
Laptop Toshiba P200-1D0 sous karmic
Laptop Asus eeepc sous jaunty
Hors ligne
#14 Le 23/05/2007, à 21:46
- Dreamtime
Re : Pilote ATI proprio sur feisty
arrete de me faire saliver, j'en peux plus !!! lol je vais essayer d'installer ça, même si je dois passer nuit blanche, bon comment installer XGL maintenant ? >_<
Dernière modification par Dreamtime (Le 23/05/2007, à 21:49)
Hors ligne
#15 Le 23/05/2007, à 22:58
- awala
Re : Pilote ATI proprio sur feisty
ici : http://doc.ubuntu-fr.org/xgl_gnome
awala
Laptop Toshiba P200-1D0 sous karmic
Laptop Asus eeepc sous jaunty
Hors ligne
#17 Le 24/05/2007, à 10:30
- awala
Re : Pilote ATI proprio sur feisty
félicitations
ca coupera la chique à tous ceux qui disent qu'avec cette carte on ne peut avoir que la 2d
awala
Laptop Toshiba P200-1D0 sous karmic
Laptop Asus eeepc sous jaunty
Hors ligne
#18 Le 24/05/2007, à 13:03
- GuiPoM
Re : Pilote ATI proprio sur feisty
Sinon GuiPOm j'ai rajouté le code
Section "ServerLayout" ***** Option "AIGLX" "false" EndSection
mais il me fait une erreur et le serveur X ne démarre pas
je ne sais pas si ça peut aider, mais j'ai trouvé ça dan le log de Xorg
II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0 (II) fglrx(0): detected X.org 7.1.0.0 (EE) fglrx(0): GART is not initialized, disabling DRI (WW) fglrx(0): *********************************************** (WW) fglrx(0): * DRI initialization failed! * (WW) fglrx(0): * (maybe driver kernel module missing or bad) * (WW) fglrx(0): * 2D acceleraton available (MMIO) * (WW) fglrx(0): * no 3D acceleration available * (WW) fglrx(0): ********************************************* * (II) fglrx(0): FBADPhys: 0x18000000 FBMappedSize: 0x08000000 (==) fglrx(0): Write-combining range (0xc0000000,0x8000000) (II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191) (II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,800) (front color buffer - assumption) (II) fglrx(0): Largest offscreen area available: 1280 x 7391 (==) fglrx(0): Backing store disabled (==) fglrx(0): Silken mouse enabled
EDIT: ah oui et l'erreur du serveur X, j'espere que tu n'as pas copié mes "*****" c'était pour dire le contenu de ton serverlayout + la nouvelle entrée
Je te donne l'astuce si tu me trouves la réponse à mon problème !
nan je plaisante, l'erreur que tu indiques c'est le module agpgart qui ne se charge pas. Modifie ton /etc/modules et ajoute agpgart
le mien c'est :
lp
sbp2
agpgart
fglrx
Sinon le problème que j'ai, c'est avec les drivers proprio du site Ati. Que faut-il faire pour que je n'ai pas besoin de copier mon fichier fglrx.ko de /lib/.../misc vers /lib/.../volatile à chaque démarrage pour que mon serveur X démarre avec les drivers proprio Ati (sous feisty). J'ai fait un sudo depmod -ae une fois tout mis en place, mais ca ne marche pas.
Dernière modification par GuiPoM (Le 24/05/2007, à 13:04)
Hors ligne
#19 Le 25/05/2007, à 10:14
- Dreamtime
Re : Pilote ATI proprio sur feisty
wow je sais pas trop, en fait, moi, c'est envy qui m'a tout bien installé, juste 1 minute et tout était bien. Je te le conseille, là je fais tourner beryl ^^
PS: effectivement j'avais mis les **** (je croyais que c'était des commentaires , honte à moi)
Dernière modification par Dreamtime (Le 25/05/2007, à 10:15)
Hors ligne
Pages : 1