Contenu | Rechercher | Menus

Annonce

DVD, clés USB et t-shirts Ubuntu-fr disponibles sur la boutique En Vente Libre

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.

#276 Le 27/07/2006, à 17:14

mr_pouit

Re : [Info] Installation du driver Libre ATI Radeon

C'est pas normal que glxgears ne fonctionne pas. hmm Tu peux montrer ton ~/.bashrc à tout hasard ?

Sinon, pour ton problème d'accélération graphique, vu que tu avais précédemment installé les pilotes fglrx, pour commencer, que renvoie "dpkg-divert --list | grep fglrx" ?

Dernière modification par mr_pouit (Le 27/07/2006, à 17:19)

Hors ligne

#277 Le 27/07/2006, à 17:45

yanightmare

Re : [Info] Installation du driver Libre ATI Radeon

Bon je récapitule (y a un peu de nouveau) :

yanightmare@ubuntu:~$glxgears -printfps
Usage:
  -display <displayname>  set the display to run on
  -stereo                 run in stereo mode
  -fullscreen             run in fullscreen mode
  -info                   display OpenGL renderer info
yanightmare@ubuntu:~$glxgears -info
GL_RENDERER   = Mesa GLX Indirect
GL_VERSION    = 1.2 (1.5 Mesa 6.4.1)
GL_VENDOR     = Mesa project: www.mesa3d.org
GL_EXTENSIONS = GL_ARB_depth_texture GL_ARB_imaging GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_texture_border_clamp 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_ARB_texture_mirrored_repeat GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_func_separate GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side 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_lod_bias GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_APPLE_packed_pixels GL_ATI_texture_env_combine3 GL_ATI_texture_mirror_once GL_ATIX_texture_env_combine3 GL_HP_occlusion_test GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_NV_blend_square GL_NV_point_sprite GL_NV_texgen_reflection GL_NV_texture_rectangle GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SGIX_shadow_ambient GL_SUN_multi_draw_arrays
1677 frames in 5.4 seconds = 309.616 FPS
1590 frames in 5.4 seconds = 296.776 FPS
1192 frames in 5.1 seconds = 231.685 FPS
1325 frames in 5.0 seconds = 264.451 FPS
1855 frames in 5.4 seconds = 345.439 FPS
1855 frames in 5.3 seconds = 350.760 FPS
1855 frames in 5.3 seconds = 351.320 FPS
1855 frames in 5.4 seconds = 342.985 FPS
1723 frames in 5.1 seconds = 340.975 FPS
1722 frames in 5.2 seconds = 329.623 FPS
X connection to :0.0 broken (explicit kill or server shutdown).

Mon .bashsrc :

# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# If not running interactively, don't do anything
[ -z "$PS1" ] && return

# don't put duplicate lines in the history. See bash(1) for more options
export HISTCONTROL=ignoredups

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize

# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(lesspipe)"

# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
    debian_chroot=$(cat /etc/debian_chroot)
fi

# set a fancy prompt (non-color, unless we know we "want" color)
# case "$TERM" in
# xterm-color)
#    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w
# [\033[00m\]\$ '
#    ;;
#*)
#    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
#    ;;
#esac

# Comment in the above and uncomment this below for a color prompt
PS1='${debian_chroot:+($debian_chroot)}\[\033[0;31m\]\u@\h\[\033[0;0m\]:\[\033[0;33m\]\w\[\033[0;0m\]\$'

# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
    PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"'
    ;;
*)
    ;;
esac

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.

#if [ -f ~/.bash_aliases ]; then
#    . ~/.bash_aliases
#fi

# enable color support of ls and also add handy aliases
if [ "$TERM" != "dumb" ]; then
    eval "`dircolors -b`"
    alias ls='ls --color=auto'
    #alias dir='ls --color=auto --format=vertical'
    #alias vdir='ls --color=auto --format=long'
fi

# some more ls aliases
alias ll='ls -l'
alias la='ls -A'
alias cp="cp -i"
alias mv="mv -i"
alias rm="rm -i"
alias md="mkdir"
alias rd="rmdir"
alias cd..="cd .."
alias cdrom="mount -t iso9660 /dev/cdrom /mnt/cdrom"
alias screenshot="import -pause 5 -window root"
alias mkdir='mkdir -p'
alias l='ls -CF'
alias nexuiz="cd /opt/Nexuiz && ./nexuiz-linux.sh"

alias upgrade='sudo apt-get update && sudo apt-get dist-upgrade --fix-missing'

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
fi

echo Bonjour $USER, nous sommes le `date +"%A %e %B %Y"`, et il est : `date +"%H"` h `date +"%M"` | cowsay -f $(/bin/ls /usr/share/cowsay/cows -1 | head -n $(expr $$$(date +%s) % $(ls /usr/share/cowsay/cows | wc -w) + 1) | tail -n 1)

Et la commande suivante me donne :

yanightmare@ubuntu:~$dpkg-divert --list | grep fglrx
bash: dpkg-divert : commande introuvable

Voila wink

Hors ligne

#278 Le 27/07/2006, à 17:51

mr_pouit

Re : [Info] Installation du driver Libre ATI Radeon

yanightmare a écrit :

Mon .bashsrc :

C'était juste pour vérifier que tu n'avais pas un alias bizarre qui pouvait créer ça... on ne sait jamais lol

Et la commande suivante me donne :

yanightmare@ubuntu:~$dpkg-divert --list | grep fglrx
bash: dpkg-divert : commande introuvable

Voila wink

bon bah mets le chemin complet : /usr/sbin/dpkg-divert (s'il ne le trouve pas, ton système a un gros problème, car dpkg-divert appartient au paquet dpkg lol)

Dernière modification par mr_pouit (Le 27/07/2006, à 17:52)

Hors ligne

#279 Le 27/07/2006, à 17:53

yanightmare

Re : [Info] Installation du driver Libre ATI Radeon

yanightmare@ubuntu:~$/usr/sbin/dpkg-divert --list | grep fglrx
diversion of /usr/lib/libGL.so.1 to /usr/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx
diversion of /usr/X11R6/lib/libGL.so.1 to /usr/X11R6/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx
diversion of /usr/X11R6/lib/libGL.so.1.2 to /usr/X11R6/lib/fglrx/libGL.so.1.2.xlibmesa by xorg-driver-fglrx

Ca me donne ça neutral

Hors ligne

#280 Le 27/07/2006, à 18:00

mr_pouit

Re : [Info] Installation du driver Libre ATI Radeon

Euh... as-tu encore les pilotes fglrx d'installés ? (si oui, c'est normal, sinon voilà une partie du problème [tu as dû les désinstaller à l'arrache] lol)

Essaie ça

dpkg-divert --remove --rename --package xorg-driver-fglrx --divert /usr/lib/fglrx/libGL.so.1.xlibmesa /usr/lib/libGL.so.1
dpkg-divert --remove --rename --package xorg-driver-fglrx --divert /usr/X11R6/lib/fglrx/libGL.so.1.xlibmesa usr/X11R6/lib/libGL.so.1
dpkg-divert --remove --rename --package xorg-driver-fglrx --divert /usr/X11R6/lib/fglrx/libGL.so.1.2.xlibmesa /usr/X11R6/lib/libGL.so.1.2

Puis réinstalle xorg-driver-ati, et revérifie avec dpkg-divert hmm

Dernière modification par mr_pouit (Le 27/07/2006, à 18:07)

Hors ligne

#281 Le 27/07/2006, à 18:19

yanightmare

Re : [Info] Installation du driver Libre ATI Radeon

J'ai tout fait plusieurs fois et je me retrouve toujours avec un :

yanightmare@ubuntu:~$/usr/sbin/dpkg-divert --list | grep fglrx diversion of /usr/lib/libGL.so.1 to /usr/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx
diversion of /usr/X11R6/lib/libGL.so.1 to /usr/X11R6/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx

Oui j'ai tout désinstallé (et heu je sais pas comment on peut faire ça a l'arrache big_smile).

Hors ligne

#282 Le 27/07/2006, à 18:29

mr_pouit

Re : [Info] Installation du driver Libre ATI Radeon

Dans ce cas, soyons fous/bourrins :

dpkg-divert --rename --remove /usr/lib/fglrx/libGL.so.1.xlibmesa
dpkg-divert --rename --remove /usr/X11R6/lib/fglrx/libGL.so.1.xlibmesa

Hors ligne

#283 Le 27/07/2006, à 18:36

yanightmare

Re : [Info] Installation du driver Libre ATI Radeon

mr_pouit a écrit :

Dans ce cas, soyons fous/bourrins :

dpkg-divert --rename --remove /usr/lib/fglrx/libGL.so.1.xlibmesa
dpkg-divert --rename --remove /usr/X11R6/lib/fglrx/libGL.so.1.xlibmesa
yanightmare@ubuntu:~$dpkg-divert --rename --remove /usr/lib/fglrx/libGL.so.1.xlibmesa
bash: dpkg-divert : commande introuvable
yanightmare@ubuntu:~$/usr/sbin/dpkg-divert --rename --remove /usr/lib/fglrx/libGL.so.1.xlibmesa
No diversion `any diversion of /usr/lib/fglrx/libGL.so.1.xlibmesa', none removedyanightmare@ubuntu:~$/usr/sbin/dpkg-divert --rename --remove /usr/X11R6/lib/fglrx/libGL.so.1.xlibmesa
No diversion `any diversion of /usr/X11R6/lib/fglrx/libGL.so.1.xlibmesa', none removed
yanightmare@ubuntu:~$

hmm

Hors ligne

#284 Le 27/07/2006, à 18:39

mr_pouit

Re : [Info] Installation du driver Libre ATI Radeon

Argh, je me suis emmêlé (décidément roll):

dpkg-divert --rename --remove /usr/lib/fglrx/libGL.so.1
dpkg-divert --rename --remove /usr/X11R6/lib/fglrx/libGL.so.1

là ça devrait mieux marcher lol

Dernière modification par mr_pouit (Le 27/07/2006, à 18:40)

Hors ligne

#285 Le 27/07/2006, à 18:43

yanightmare

Re : [Info] Installation du driver Libre ATI Radeon

mr_pouit a écrit :

Argh, je me suis emmêlé (décidément roll):

dpkg-divert --rename --remove /usr/lib/fglrx/libGL.so.1
dpkg-divert --rename --remove /usr/X11R6/lib/fglrx/libGL.so.1

là ça devrait mieux marcher lol

yanightmare@ubuntu:~$/usr/sbin/dpkg-divert --rename --remove /usr/lib/fglrx/libGL.so.1
No diversion `any diversion of /usr/lib/fglrx/libGL.so.1', none removed
yanightmare@ubuntu:~$/usr/sbin/dpkg-divert --rename --remove /usr/X11R6/lib/fglrx/libGL.so.1
No diversion `any diversion of /usr/X11R6/lib/fglrx/libGL.so.1', none removed
yanightmare@ubuntu:~$

Non ça marche pas mieux lol

Hors ligne

#286 Le 27/07/2006, à 18:46

mr_pouit

Re : [Info] Installation du driver Libre ATI Radeon

arrgh, je me reconcentre :

dpkg-divert --rename --remove /usr/lib/libGL.so.1
dpkg-divert --rename --remove /usr/X11R6/lib/libGL.so.1

Si c'est pas ça, je me pends avec le câble de ma souris (nan je blague lol )

Dernière modification par mr_pouit (Le 27/07/2006, à 18:46)

Hors ligne

#287 Le 27/07/2006, à 18:49

yanightmare

Re : [Info] Installation du driver Libre ATI Radeon

Bon ça devrait etre bon la tongue :

yanightmare@ubuntu:~$/usr/sbin/dpkg-divert --rename --remove /usr/lib/libGL.so.1Removing `diversion of /usr/lib/libGL.so.1 to /usr/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx'
dpkg-divert: error checking `/usr/lib/fglrx/libGL.so.1.xlibmesa': Permission non accordée
yanightmare@ubuntu:~$sudo /usr/sbin/dpkg-divert --rename --remove /usr/lib/libGL.so.1
Password:
Removing `diversion of /usr/lib/libGL.so.1 to /usr/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx'
dpkg-divert: rename involves overwriting `/usr/lib/libGL.so.1' with
  different file `/usr/lib/fglrx/libGL.so.1.xlibmesa', not allowed
yanightmare@ubuntu:~$sudo /usr/sbin/dpkg-divert --rename --remove /usr/X11R6/lib/libGL.so.1
Removing `diversion of /usr/X11R6/lib/libGL.so.1 to /usr/X11R6/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx'
yanightmare@ubuntu:~$

Bon je vais réinstaller le paquet xorg-driver-ati et je te tiens au courant wink.

Merci wink

Hors ligne

#288 Le 27/07/2006, à 18:52

yanightmare

Re : [Info] Installation du driver Libre ATI Radeon

Arg... Pareil... sad

yanightmare@ubuntu:~$glxgears -info
GL_RENDERER   = Mesa GLX Indirect
GL_VERSION    = 1.2 (1.5 Mesa 6.4.1)
GL_VENDOR     = Mesa project: www.mesa3d.org
GL_EXTENSIONS = GL_ARB_depth_texture GL_ARB_imaging GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_texture_border_clamp 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_ARB_texture_mirrored_repeat GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_func_separate GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side 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_lod_bias GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_APPLE_packed_pixels GL_ATI_texture_env_combine3 GL_ATI_texture_mirror_once GL_ATIX_texture_env_combine3 GL_HP_occlusion_test GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_NV_blend_square GL_NV_point_sprite GL_NV_texgen_reflection GL_NV_texture_rectangle GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SGIX_shadow_ambient GL_SUN_multi_draw_arrays
1502 frames in 5.1 seconds = 295.152 FPS
1457 frames in 5.1 seconds = 285.475 FPS
1590 frames in 5.5 seconds = 290.281 FPS
1590 frames in 5.4 seconds = 296.320 FPS
1458 frames in 5.2 seconds = 282.889 FPS
X connection to :0.0 broken (explicit kill or server shutdown).
yanightmare@ubuntu:~$

Hors ligne

#289 Le 27/07/2006, à 18:57

mr_pouit

Re : [Info] Installation du driver Libre ATI Radeon

yanightmare@ubuntu:~$sudo /usr/sbin/dpkg-divert --rename --remove /usr/lib/libGL.so.1
Password:
Removing `diversion of /usr/lib/libGL.so.1 to /usr/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx'
dpkg-divert: rename involves overwriting `/usr/lib/libGL.so.1' with
  different file `/usr/lib/fglrx/libGL.so.1.xlibmesa', not allowed

on dirait qu'il reste une diversion hmm tu peux vérifier en les listant ?

Hors ligne

#290 Le 27/07/2006, à 22:17

yanightmare

Re : [Info] Installation du driver Libre ATI Radeon

yanightmare@ubuntu:~$/usr/sbin/dpkg-divert --list | grep fglrx diversion of /usr/lib/libGL.so.1 to /usr/lib/fglrx/libGL.so.1.xlibmesa by xorg-driver-fglrx

wink

Dernière modification par yanightmare (Le 27/07/2006, à 22:17)

Hors ligne

#291 Le 28/07/2006, à 13:05

mr_pouit

Re : [Info] Installation du driver Libre ATI Radeon

Bon, solution bourrine :
- édite à la main le fichier /var/lib/dpkg/diversions, et supprime ça :

/usr/lib/libGL.so.1
/usr/lib/fglrx/libGL.so.1.xlibmesa
xorg-driver-fglrx

- Ensuite, va dans /usr/lib/

cd /usr/lib/
sudo rm -iv libGL.so.1
sudo ln -s libGL.so.1.2 libGL.so.1

(tu peux aussi supprimer le dossier /usr/lib/fglrx s'il existe encore)

et enfin, pour être sûr que tout rentre dans l'ordre, réinstalle les apquets libgl1-mesa et xorg-driver-ati. Et là, on aura au moins réussi à supprimer toute trace des pilotes proprio tongue

Hors ligne

#292 Le 28/07/2006, à 14:11

yanightmare

Re : [Info] Installation du driver Libre ATI Radeon

J'ai tout fait. smile

Mais...

yanightmare@ubuntu:~$glxgears -info
GL_RENDERER   = Mesa GLX Indirect
GL_VERSION    = 1.2 (1.5 Mesa 6.4.1)
GL_VENDOR     = Mesa project: www.mesa3d.org
GL_EXTENSIONS = GL_ARB_depth_texture GL_ARB_imaging GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_texture_border_clamp 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_ARB_texture_mirrored_repeat GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_func_separate GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side 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_lod_bias GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_APPLE_packed_pixels GL_ATI_texture_env_combine3 GL_ATI_texture_mirror_once GL_ATIX_texture_env_combine3 GL_HP_occlusion_test GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_NV_blend_square GL_NV_point_sprite GL_NV_texgen_reflection GL_NV_texture_rectangle GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SGIX_shadow_ambient GL_SUN_multi_draw_arrays
1767 frames in 5.4 seconds = 325.518 FPS
1193 frames in 5.4 seconds = 222.481 FPS
1325 frames in 5.7 seconds = 234.305 FPS
1192 frames in 5.6 seconds = 212.974 FPS
1458 frames in 5.3 seconds = 276.220 FPS
1192 frames in 5.0 seconds = 236.805 FPS
1325 frames in 6.2 seconds = 214.845 FPS
1458 frames in 5.3 seconds = 274.615 FPS
X connection to :0.0 broken (explicit kill or server shutdown).
yanightmare@ubuntu:~$

hmm

Heu meme si ça marche pas, merci c'est sympa de te pencher sur mon probleme smile wink.

Dernière modification par yanightmare (Le 28/07/2006, à 14:13)

Hors ligne

#293 Le 28/07/2006, à 14:20

mr_pouit

Re : [Info] Installation du driver Libre ATI Radeon

Je suis déçu neutral lol

pour vérifier, peux-tu afficher le résultat de "ls -al /usr/lib | grep GL"

Bon, retour à la procédure habituelle :

grep "(EE)" /var/log/Xorg.0.log

Hors ligne

#294 Le 28/07/2006, à 14:51

yanightmare

Re : [Info] Installation du driver Libre ATI Radeon

mr_pouit a écrit :

Je suis déçu neutral lol

pour vérifier, peux-tu afficher le résultat de "ls -al /usr/lib | grep GL"

Bon, retour à la procédure habituelle :

grep "(EE)" /var/log/Xorg.0.log

Je comprends rien à ce que je fais mais je te fais confiance lol

yanightmare@ubuntu:~$ls -al /usr/lib | grep GL
lrwxrwxrwx   1 root        root              16 2006-05-14 16:51 libGLEW.so.1.3 -> libGLEW.so.1.3.1
-rw-r--r--   1 root        root          205204 2005-11-30 21:47 libGLEW.so.1.3.1
lrwxrwxrwx   1 root        root              10 2006-07-01 10:45 libGL.so -> libGL.so.1
lrwxrwxrwx   1 root        root              12 2006-07-28 15:05 libGL.so.1 -> libGL.so.1.2
-rw-r--r--   1 root        root          410880 2006-06-28 21:21 libGL.so.1.2
lrwxrwxrwx   1 root        root              20 2006-07-01 10:45 libGLU.so.1 -> libGLU.so.1.3.060500
-rw-r--r--   1 root        root          483308 2006-06-28 21:21 libGLU.so.1.3.060500
lrwxrwxrwx   1 root        root              20 2006-05-21 00:38 libQtOpenGL.so.4 -> libQtOpenGL.so.4.1.2
lrwxrwxrwx   1 root        root              20 2006-05-21 00:38 libQtOpenGL.so.4.1 -> libQtOpenGL.so.4.1.2
-rw-r--r--   1 root        root          176748 2006-05-12 18:07 libQtOpenGL.so.4.1.2
yanightmare@ubuntu:~$grep "(EE)" /var/log/Xorg.0.log
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
yanightmare@ubuntu:~$

wink

Hors ligne

#295 Le 28/07/2006, à 15:07

mr_pouit

Re : [Info] Installation du driver Libre ATI Radeon

Pour faire simple :
ls : liste le contenu d'un répertoire
ls -l : affiche sous forme de liste avec les détails
ls -a : affiche même les fichiers cachés
grep GL : n'affiche que ce qui contient le mot-clé GL
[1] | [2] : permet à la commande [2] de prendre en entrée le résultat de la commande [1]
=> ls -al /usr/lib | grep GL : affiche le listing du répertoire /usr/lib, mais n'affiche vraiment que ce qui contient GL

/var/log/Xorg.0.log : fichier journal où sont stockés tous les évènements relatifs à l'interface graphique. Dans ce fichier, les erreurs sont signalées par (EE).
=> grep "(EE)" /var/log/Xorg.0.log : affiche les erreurs smile

---------------------------------

Bon, pour les erreurs dans /var/log/Xorg.0.log, rien de grave...

Par contre, j'ai un doute pour la taille de libGL.so.1.2 hmm Tu es sous 64bits ou ppc ? Si non, j'ai l'impression que c'est pas la libGL.so.1.2 d'origine (peut-être celle des pilotes fglrx ?), ce qui pourrait expliquer que ça ne fonctionne pas (je suis pas sûr, c'est juste une piste de plus)

Peux tu afficher :

dmesg | grep drm
dmesg | grep agpgart

?

(dmesg : journal de ton noyau lancé actuellement sur la machine ; drm et agpgart sont des modules du noyau nécessaires pour l'accélération graphique avec le pilote libre)

Dernière modification par mr_pouit (Le 28/07/2006, à 15:25)

Hors ligne

#296 Le 28/07/2006, à 15:16

yanightmare

Re : [Info] Installation du driver Libre ATI Radeon

Ok merci je comprends mieux maintenant wink

Oui j'ai été sous drivers proprio et j'ai du remplacer la libGL.so.1.2. pour que ma radeon marche mais je sais plus où roll

yanightmare@ubuntu:~$dmesg | grep drm
[17179608.756000] [drm] Initialized drm 1.0.1 20051102
[17179608.768000] [drm] Initialized radeon 1.24.0 20060225 on minor 0
[17179609.652000] [drm] Setting GART location based on new memory map
[17179609.652000] [drm] Loading R200 Microcode
[17179609.652000] [drm] writeback test succeeded in 1 usecs
yanightmare@ubuntu:~$dmesg | grep agpgart
[17179593.208000] Linux agpgart interface v0.101 (c) Dave Jones
[17179593.296000] agpgart: Detected SiS 648 chipset
[17179593.304000] agpgart: AGP aperture is 128M @ 0xd0000000
[17179609.272000] agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
[17179609.272000] agpgart: Putting AGP V3 device at 0000:00:00.0 into 4x mode
[17179609.272000] agpgart: SiS delay workaround: giving bridge time to recover.
[17179609.292000] agpgart: Putting AGP V3 device at 0000:01:00.0 into 4x mode
yanightmare@ubuntu:~$

Edit : Et je suis sous 32 bits wink

Dernière modification par yanightmare (Le 28/07/2006, à 15:17)

Hors ligne

#297 Le 28/07/2006, à 15:24

mr_pouit

Re : [Info] Installation du driver Libre ATI Radeon

Ok, ça a l'air d'être ce que je pensais. Tout se charge bien (d'après dmesg), mais il n'utilise pas la bonne libGL (celle qui reste est celle faite par ati pour les pilotes fglrx), d'où problème hmm

http://mrpouit.free.fr/dotclear/share/libGL.tar.gz : je t'ai mis la libGL par défaut. Décompresse l'archive et copie la libGL dans /usr/lib, puis relance ta session (ou redémarre, au choix)

En espérant que ça résolve bien le problème smile

Dernière modification par mr_pouit (Le 28/07/2006, à 15:25)

Hors ligne

#298 Le 28/07/2006, à 15:35

yanightmare

Re : [Info] Installation du driver Libre ATI Radeon

Bah nan. Toujours pas... Bizarre... Je pensais que ca marcherait neutral

yanightmare@ubuntu:~$glxgears -info
GL_RENDERER   = Mesa GLX Indirect
GL_VERSION    = 1.2 (1.5 Mesa 6.4.1)
GL_VENDOR     = Mesa project: www.mesa3d.org
GL_EXTENSIONS = GL_ARB_depth_texture GL_ARB_imaging GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_texture_border_clamp 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_ARB_texture_mirrored_repeat GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_func_separate GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side 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_lod_bias GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_APPLE_packed_pixels GL_ATI_texture_env_combine3 GL_ATI_texture_mirror_once GL_ATIX_texture_env_combine3 GL_HP_occlusion_test GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_NV_blend_square GL_NV_point_sprite GL_NV_texgen_reflection GL_NV_texture_rectangle GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SGIX_shadow_ambient GL_SUN_multi_draw_arrays
1758 frames in 5.3 seconds = 330.002 FPS
1723 frames in 5.4 seconds = 318.497 FPS
1060 frames in 5.1 seconds = 206.396 FPS
1060 frames in 5.4 seconds = 194.762 FPS
1192 frames in 5.1 seconds = 233.491 FPS
1723 frames in 5.7 seconds = 302.380 FPS
1325 frames in 5.3 seconds = 251.948 FPS
1855 frames in 5.1 seconds = 362.764 FPS
1855 frames in 5.2 seconds = 359.182 FPS
1855 frames in 5.4 seconds = 344.726 FPS
1722 frames in 5.1 seconds = 340.467 FPS
1723 frames in 5.1 seconds = 336.029 FPS
X connection to :0.0 broken (explicit kill or server shutdown).
yanightmare@ubuntu:~$

sad

Hors ligne

#299 Le 28/07/2006, à 15:53

mr_pouit

Re : [Info] Installation du driver Libre ATI Radeon

Arf... dommage sad
Il doit y avoir un autre problème: vu le problème avec les diversions, il doit rester des bouts des pilotes fglrx un peu partout (car je ne sais pas s'ils se sont bien désinstallés http://forum.ubuntu-fr.org/viewtopic.php?id=49344 ), mais ça va pas être facile de les retrouver hmm

Essaie déjà de supprimer tous ces fichiers là (sauf libGL.so.1 et libGL.so.1.2 puisqu'on les a changé)

Dernière modification par mr_pouit (Le 28/07/2006, à 15:57)

Hors ligne

#300 Le 28/07/2006, à 16:05

yanightmare

Re : [Info] Installation du driver Libre ATI Radeon

Aucun de ces fichiers trouvés... hmm

Hors ligne