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 05/06/2007, à 15:43

manslipkorn

RESOLU - Lenteur sous XGL

Bonjour tout le monde.

Bon, voilà mon problème.

Celà fait plusieurs mois que je tournes avec Feisty sous AiglX avec le driver libre ATI et Beryl sans aucuns problèmes (à part quelques ralentissements sous Beryl dûs aux drivers libres, mais rien de bien génant).

Suite à certains programmes nécéssitant une bonne 3D, j'ai du installer les drivers proprios fglrx.

Je les ais installé avec l'option propre à Feisty (Système\Administration\Gestionnaire de pilotes propriétaires).

Petite vérification pour voir si tout fonctionne bien.

glxinfo | grep "direct rendering"
direct rendering: Yes
fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9800 Pro
OpenGL version string: 2.0.6334 (8.34.8)

Donc, tout m'a l'air bon.
Depuis, mes programmes fonctionnent du tonerre, bref tout est parfait.
Bien évidemment, je ne peux pas activer Beryl car, sous AiglX, l'option Composite ne fonctionne pas avec les drivers proprios.

Voilà, aimant particulièrement Beryl, j'ai voulu installé XGL.

J'ai suivi ce tutorial pour l'installation de XGL.

Donc, en me connectant, j'ai bien l'option XGL dans GDM, et en lançant ma session, je vois bien l'écran gris au démarrage preuve que XGL est en cours d'utilisation.

Mais, c'est là que commencent mes problèmes.

Ma session XGL est d'une lenteur incroyable (Akregator plante carrément au démarrage), tout est lent à l'affichage, et quand je tapes du texte, j'écris normalement, et je vois s'afficher ce que j'ai écris lettre par lettre à raison de 1 lettre par seconde.
Vous l'aurez compris, c'est vraiment très lent, donc vraiment pas utilisable pour une utilisation quotidienne. Alors que tout est parfait sous AiglX.

J'ai tout de même (par curiosité) essayé de lancer Beryl (sachant que de toute façon celà ne résoudrait pas mon problème), mais j'ai ce message d'erreur en console qui apparait lorsque je le lances. Ce message se répète et ne fait que défiler.

** (beryl-manager:7488): CRITICAL **: impossible d'exécuter beryl-xgl: Succès

Donc, voilà, en fait j'en viens aux questions que j'ai à vous poser :

1 - Savez pourquoi ma session XGL est d'une lenteur incroyable, et si possible, savez vous comment y remédier ?
2 - Une fois le problème d'XGL réglé, savez vous pourquoi j'ai ce message d'erreur lorsque je lances Beryl ?

Je vous laisse tout de même mon xorg.conf au cas ou vous y trouveriez des erreurs.

# /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		"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		"XkbOptions"	"lv3:ralt_switch"
	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"
	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 Radeon R350 [Radeon 9800 Pro]"
	Driver		"fglrx"
	Busid		"PCI:1:0:0"
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc Radeon R350 [Radeon 9800 Pro]"
	Monitor		"Generic Monitor"
	Defaultdepth	24
	SubSection "Display"
		Depth	1
		Modes		"1280x1024"	"1024x768"	"832x624"	"800x600"	"720x400"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	4
		Modes		"1280x1024"	"1024x768"	"832x624"	"800x600"	"720x400"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	8
		Modes		"1280x1024"	"1024x768"	"832x624"	"800x600"	"720x400"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	15
		Modes		"1280x1024"	"1024x768"	"832x624"	"800x600"	"720x400"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	16
		Modes		"1280x1024"	"1024x768"	"832x624"	"800x600"	"720x400"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	24
		Modes		"1280x1024"	"1024x768"	"832x624"	"800x600"	"720x400"	"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"
EndSection

Section "DRI"
	Mode	0666
EndSection
Section "Extensions"
	Option		"Composite"	"0"
EndSection

D'avance, je vous remercie INFINIMENT pour toute l'aide que vous m'apporterez (j'espère wink).

Dernière modification par manslipkorn (Le 05/06/2007, à 18:50)

Hors ligne

#2 Le 05/06/2007, à 15:47

ebrain

Re : RESOLU - Lenteur sous XGL

1 - Savez pourquoi ma session XGL est d'une lenteur incroyable, et si possible, savez vous comment y remédier ?

Tout à fait normal...

XGL avec le gestionnaire Metacity est très très lent !
XGL est prévu pour faire tourner un gestionnaire de fenêtres composite, et rien d'autre smile.

Donc en principe ce sera réglé quand tu auras réussi à lancer Beryl.
@+

Dernière modification par ebrain (Le 05/06/2007, à 15:47)


Le Blender Clan, site communautaire francophone Blender :: www.blenderclan.org ::

Hors ligne

#3 Le 05/06/2007, à 16:04

manslipkorn

Re : RESOLU - Lenteur sous XGL

OK, merci ebrain pour cette lueur d'espoir.

Je t'avouerais ne pas savoir qu'XGL était lent avec Metacity (me coucherais moins con ce soir wink).

Du coup, je passes direct à la seconde question.

Saurais-tu pourquoi j'ai ce message d'erreur au lancement de Beryl ?

Dois-je configurer quelque chose de spécial pour utiliser Beryl sous XGL (sachant que Beryl est par défaut configuré pour AiglX). Dois-je lui forcer la main sous XGL dans les options de Beryl ?

Hors ligne

#4 Le 05/06/2007, à 16:18

ebrain

Re : RESOLU - Lenteur sous XGL

Essayes de supprimer ton dossier ~/.beryl afin de réinitialiser les préférences de Beryl smile.

@+

Dernière modification par ebrain (Le 05/06/2007, à 16:20)


Le Blender Clan, site communautaire francophone Blender :: www.blenderclan.org ::

Hors ligne

#5 Le 05/06/2007, à 16:29

manslipkorn

Re : RESOLU - Lenteur sous XGL

Merci ebrain pour ta réponse.

J'ai effectivement supprimé le dossier ~/.beryl, mais malheuresement, ça ne fonctionne toujours pas.

Par ailleurs, quand je lances Beryl, et que je choisis le gestionnaire de fenêtres Compiz, étonnamment, ça fonctionne très bien.

Alors, pourquoi Compiz fonctionne et pas Beryl ?

En tout cas, merci de te pencher sur mon problème wink

Hors ligne

#6 Le 05/06/2007, à 16:34

ebrain

Re : RESOLU - Lenteur sous XGL

Essayes cette commande, et dis moi ce que ça renvoie :

beryl  --test-only

@+ smile

Dernière modification par ebrain (Le 05/06/2007, à 16:35)


Le Blender Clan, site communautaire francophone Blender :: www.blenderclan.org ::

Hors ligne

#7 Le 05/06/2007, à 16:36

manslipkorn

Re : RESOLU - Lenteur sous XGL

Au premier abord, je dirais que c'est bon.

**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : XGL

Checking Display :1.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Encore merci de t'occuper de moi wink

Hors ligne

#8 Le 05/06/2007, à 16:54

ebrain

Re : RESOLU - Lenteur sous XGL

Quand tu fais :

beryl-manager

...est-ce que tu vois une icône Beryl dans la zone de notifications ?

@+ smile


Le Blender Clan, site communautaire francophone Blender :: www.blenderclan.org ::

Hors ligne

#9 Le 05/06/2007, à 16:59

manslipkorn

Re : RESOLU - Lenteur sous XGL

Ouais, je vois bien l'icone de Beryl.

Le message suivant apparait alors en boucle dans le terminal.

** (beryl-manager:7488): CRITICAL **: impossible d'exécuter beryl-xgl: Succès

Mais, dès que je cliques sur l'icone Beryl, et que je choisis le gestionnaire de fenêtre Compiz, le message dans le terminal devient.

** (beryl-manager:31795): CRITICAL **: impossible d'exécuter beryl-xgl: Succès
inotify_add_watch: No such file or directory

Je trouves celà étrange.

De plus, j'ai fais une recherche Google, et personne n'a ce message d'erreur à part moi :cry:

Hors ligne

#10 Le 05/06/2007, à 17:06

ebrain

Re : RESOLU - Lenteur sous XGL

Euh, clic droit sur l'icône et vérifies si ton gestionnaire de fenêtre est bien beryl smile.

@+


Le Blender Clan, site communautaire francophone Blender :: www.blenderclan.org ::

Hors ligne

#11 Le 05/06/2007, à 17:08

Mav

Re : RESOLU - Lenteur sous XGL

Bon le problème pour Beryl est connu (normalement), il faut que tu forces la version de beryl à 0.2.0 et non 0.2.1 (regardes dans beryl_problèmes pour les noms exacts)


Cairo-Dock : www.cairo-dock.org
OSM : www.openstreetmap.org

Hors ligne

#12 Le 05/06/2007, à 17:14

mirmidon

Re : RESOLU - Lenteur sous XGL

Salut tout le monde,

Voici peut-être une solution :

http://forum.beryl-project.org/viewtopic.php?p=20338

Il y a cela aussi :

http://forum.ubuntu-fr.org/viewtopic.php?pid=903764#p903764

Bonne chance


$ sudo make plaisir
Quand l'informatique redevient un plaisir.

The Ubuntu Counter Project - user number #10290

Hors ligne

#13 Le 05/06/2007, à 17:22

manslipkorn

Re : RESOLU - Lenteur sous XGL

Bon, je crois que j'ai empirer les choses.

J'ai mis Beryl en démarrage automatique avec la commande

beryl-manager

Et, pour avoir le clavier fr, j'ai rajouté la ligne

xprop -root -f _XKB_RULES_NAMES 8s -set _XKB_RULES_NAMES xorg && setxkbmap -model pc105 -layout fr -variant latin9

Tout celà dans préféfences/sessions/programmes au démarrage.

Et paf, depuis, c'est un merdier incommensurable.

Je lances ma session, que ce soit Gnome, XGL ou session de secours, j'ai ce message.

Votre session n'a même pas duré 10 secondes. Si vous ne vous êtes pas déconnecté vous-même, cela peut signifier qu'il y a des problèmes d'installation ou que vous êtes à cours d'espace disque. Essayez de vous connecter avec une des sessions de secours pour résoudre le problème.

Et quand je regardes les détails, j'ai ceci.

/etc/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/gdm/PreSession/Default: running: /usr/X11R6/bin/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x "/var/lib/gdm/:0.Xservers" -h "" -l ":0" "pacome"
/etc/gdm/Xsession: Beginning session setup...
SESSION_MANAGER=local/pacome:/tmp/.ICE-unix/2293
Avertissement du gestionnaire de fenêtres : «  » trouvé dans la base de données de configuration n'est pas une valeur correcte pour la combinaison de touches « toggle_shaded »

** (gnome-session:2293): WARNING **: Host name lookup failure on localhost.
Initializing gnome-mount extension
usage:  xprop [-options ...] [[format [dformat]] atom] ...

where options include:
    -grammar                       print out full grammar for command line
    -display host:dpy              the X server to contact
    -id id                         resource id of window to examine
    -name name                     name of window to examine
    -font name                     name of font to examine
    -remove propname               remove a property
    -set propname value            set a property to a given value
    -root                          examine the root window
    -len n                         display at most n bytes of any property
    -notype                        do not display the type field
    -fs filename                   where to look for formats for properties
    -frame                         don't ignore window manager frames
    -f propname format [dformat]   formats to use for property of given name
    -spy                           examine window properties forever


(gnome-panel:2358): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -1 and height 40
*** glibc detected *** /usr/bin/gnome-session: malloc(): memory corruption (fast): 0x08238428 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0xb759c6fc]
/lib/tls/i686/cmov/libc.so.6(__libc_malloc+0x7e)[0xb759d60e]
/usr/lib/libglib-2.0.so.0(g_malloc+0x36)[0xb76b32c6]
/usr/lib/libgdk-x11-2.0.so.0[0xb7a48db0]
/usr/lib/libgdk-x11-2.0.so.0(gdk_region_intersect+0x99)[0xb7a4a1e9]
/usr/lib/libgdk-x11-2.0.so.0(gdk_window_invalidate_maybe_recurse+0x10d)[0xb7a4df2d]
/usr/lib/libgdk-x11-2.0.so.0(gdk_window_invalidate_region+0x40)[0xb7a4e1c0]
/usr/lib/libgdk-x11-2.0.so.0(gdk_window_invalidate_rect+0xaf)[0xb7a4e27f]
/usr/lib/libgtk-x11-2.0.so.0(gtk_widget_queue_draw_area+0x150)[0xb7d03440]
/usr/bin/gnome-session[0x805ce05]
/usr/lib/libglib-2.0.so.0[0xb76ac3c6]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x182)[0xb76abdf2]
/usr/lib/libglib-2.0.so.0[0xb76aedcf]
/usr/lib/libglib-2.0.so.0(g_main_context_iteration+0x65)[0xb76af335]
/usr/bin/gnome-session[0x8055789]
/usr/lib/libglib-2.0.so.0[0xb76d540d]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x182)[0xb76abdf2]
/usr/lib/libglib-2.0.so.0[0xb76aedcf]
/usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1a9)[0xb76af179]
/usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb4)[0xb7be3044]
/usr/bin/gnome-session(main+0x5de)[0x805638e]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc)[0xb7549ebc]
/usr/bin/gnome-session[0x8051d51]
======= Memory map: ========
08048000-08068000 r-xp 00000000 03:01 4669796    /usr/bin/gnome-session
08068000-08069000 rw-p 00020000 03:01 4669796    /usr/bin/gnome-session
08069000-08252000 rw-p 08069000 00:00 0          [heap]
b5700000-b5721000 rw-p b5700000 00:00 0 
b5721000-b5800000 ---p b5721000 00:00 0 
b58af000-b58ba000 r-xp 00000000 03:01 2981952    /lib/libgcc_s.so.1
b58ba000-b58bb000 rw-p 0000a000 03:01 2981952    /lib/libgcc_s.so.1
b58bb000-b58bd000 r-xp 00000000 03:01 2981976    /lib/libnss_mdns4.so.2
b58bd000-b58be000 rw-p 00001000 03:01 2981976    /lib/libnss_mdns4.so.2
b58be000-b58c2000 r-xp 00000000 03:01 3015617    /lib/tls/i686/cmov/libnss_dns-2.5.so
b58c2000-b58c4000 rw-p 00003000 03:01 3015617    /lib/tls/i686/cmov/libnss_dns-2.5.so
b58c4000-b58c6000 r-xp 00000000 03:01 2981977    /lib/libnss_mdns4_minimal.so.2
b58c6000-b58c7000 rw-p 00001000 03:01 2981977    /lib/libnss_mdns4_minimal.so.2
b58d8000-b58d9000 ---p b58d8000 00:00 0 
b58d9000-b60d9000 rw-p b58d9000 00:00 0 
b60d9000-b6156000 r--p 00000000 03:01 4884533    /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
b6156000-b6158000 r-xp 00000000 03:01 4736216    /usr/lib/pango/1.6.0/modules/pango-basic-fc.so
b6158000-b6159000 rw-p 00001000 03:01 4736216    /usr/lib/pango/1.6.0/modules/pango-basic-fc.so
b6159000-b615f000 r--s 00000000 03:01 689049     /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-x86.cache-2
b615f000-b6160000 r--s 00000000 03:01 689253     /var/cache/fontconfig/fd9505950c048a77dc4b710eb6a628ed-x86.cache-2
b6160000-b6163000 r--s 00000000 03:01 689252     /var/cache/fontconfig/ddc79d3ea06a7c6ffa86ede85f3bb5df-x86.cache-2
b6163000-b6164000 r--s 00000000 03:01 689251     /var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-x86.cache-2
b6164000-b6165000 r--s 00000000 03:01 689250     /var/cache/fontconfig/a2ab74764b07279e7c36ddb1d302cf26-x86.cache-2
b6165000-b6169000 r--s 00000000 03:01 689044     /var/cache/fontconfig/921a30a17f0be15c70ac14043cb7a739-x86.cache-2
b6169000-b616a000 r--s 00000000 03:01 689248     /var/cache/fontconfig/4c73fe0c47614734b17d736dbde7580a-x86.cache-2
b616a000-b616c000 r--s 00000000 03:01 689247     /var/cache/fontconfig/646addb8444faa74ee138aa00ab0b6a0-x86.cache-2
b616c000-b616e000 r--s 00000000 03:01 689246     /var/cache/fontconfig/20bd79ad97094406f7d1b9654bfbd926-x86.cache-2
b616e000-b616f000 r--s 00000000 03:01 689245     /var/cache/fontconfig/75a2cd575a62c63e802c11411fb87c37-x86.cache-2
b616f000-b6171000 r--s 00000000 03:01 689244     /var/cache/fontconfig/9c0624108b9a2ae8552f664125be8356-x86.cache-2
b6171000-b6177000 r--s 00000000 03:01 689243     /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-x86.cache-2
b6177000-b6179000 r--s 00000000 03:01 689242     /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-x86.cache-2
b6179000-b617b000 r--s 00000000 03:01 689241     /var/cache/fontconfig/da1bd5ca8443ffe22927a23ce431d198-x86.cache-2
b617b000-b6183000 r--s 00000000 03:01 689240     /var/cache/fontconfig/e3de0de479f42330eadf588a55fb5bf4-x86.cache-2
b6183000-b6189000 r--s 00000000 03:01 689239     /var/cache/fontconfig/0f34bcd4b6ee430af32735b75db7f02b-x86.cache-2
b6189000-b618a000 r--s 00000000 03:01 689238     /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-x86.cache-2
b618a000-b618c000 r--s 00000000 03:01 689237     /var/cache/fontconfig/de9486f0b47a4d768a594cb4198cb1c6-x86.cache-2
b618c000-b6192000 r--s 00000000 03:01 689236     /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-x86.cache-2
b6192000-b6195000 r--s 00000000 03:01 689235     /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-x86.cache-2
b6195000-b6199000 r--s 00000000 03:01 688576     /var/cache/fontconfig/089dead882dea3570ffc31a9898cfb69-x86.cache-2
b6199000-b61a0000 r--s 00000000 03:01 688530     /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-x86.cache-2
b61a0000-b61a1000 r--s 00000000 03:01 689279     /var/cache/fontconfig/fcff1cd55d48a2c86a175e9943c3506d-x86.cache-2
b61a1000-b61a2000 r--s 00000000 03:01 689278     /var/cache/fontconfig/e9e44584608a73233979f764b5f9dd81-x86.cache-2
b61a2000-b61a3000 r--s 00000000 03:01 689277     /var/cache/fontconfig/b5a4f3f568a71026ccdc6a3a51afa9b4-x86.cache-2
b61a3000-b61a4000 r--s 00000000 03:01 689276     /var/cache/fontconfig/2561679576a9c7fd2ce41d281d4e00d1-x86.cache-2
b61a4000-b61a5000 r--s 00000000 03:01 689275     /var/cache/fontconfig/b8613a33de00eecd32d5a94c3c617829-x86.cache-2
b61a5000-b61a8000 r--s 00000000 03:01 689274     /var/cache/fontconfig/b21a91cee725896328b8cee8091cf747-x86.cache-2
b61a8000-b61ad000 r--s 00000000 03:01 689273     /var/cache/fontconfig/fd9416c4b92f07c6f59a3a8cf496e9dc-x86.cache-2
b61ad000-b61af000 r--s 00000000 03:01 689272     /var/cache/fontconfig/059138ec877db160474b4d5de1248d14-x86.cache-2
b61af000-b61b0000 r--s 00000000 03:01 689271     /var/cache/fontconfig/f5a93ac943883aa0fd9a7bfe0f6ec3c1-x86.cache-2
b61b0000-b61b2000 r--s 00000000 03:01 689270     /var/cache/fontconfig/118d8d5311348bbdf5fe3b106d7c13d4-x86.cache-2
b61b2000-b61b3000 r--s 00000000 03:01 689269     /var/cache/fontconfig/a1131b7be650f9abae4907495aa5815d-x86.cache-2
b61b3000-b61b8000 r--s 00000000 03:01 689268     /var/cache/fontconfig/8ab5f685cd6d8ba67c37c908faf08172-x86.cache-2
b61b8000-b61bc000 r--s 00000000 03:01 689267     /var/cache/fontconfig/0f32d3adc6a232110812e17374eaa446-x86.cache-2
b61bc000-b61be000 r--s 00000000 03:01 689266     /var/cache/fontconfig/7b4a97c10f6c0166998ddfa1cf7392fb-x86.cache-2
b61be000-b61c1000 r--s 00000000 03:01 689265     /var/cache/fontconfig/61c830dfac3fd78a12654da5e9ba3f56-x86.cache-2
b61c1000-b61c2000 r--s 00000000 03:01 689264     /var/cache/fontconfig/e0f9e95429e756d56293ed4d63866094-x86.cache-2
b61c2000-b61c4000 r--s 00000000 03:01 689263     /var/cache/fontconfig/4123634e9c08547d899d0aaff05ebe69-x86.cache-2
b61c4000-b61c8000 r--s 00000000 03:01 689262     /var/cache/fontconfig/142ecfc435bad6f1fbc2648c1119d5eb-x86.cache-2
b61c8000-b61ce000 r--s 00000000 03:01 689261     /var/cache/fontconfig/102e5142c2e9e50c5e8ece26694a2dad-x86.cache-2
b61ce000-b61d6000 r--s 00000000 03:01 689259     /var/cache/fontconfig/a960c40fc9306f090224a04585f8a963-x86.cache-2
b61d6000-b61d8000 r--s 00000000 03:01 689258     /var/cache/fontconfig/9404ff413c67fc2a1526fd14eb4163a8-x86.cache-2
b61d8000-b61db000 r--s 00000000 03:01 689257     /var/cache/fontconfig/b3fedf7c409f006ca1a6fceffceb77cf-x86.cache-2
b61db000-b61dd000 r--s 00000000 03:01 688214     /var/cache/fontconfig/6330322105e0c4105d7c7a6ea2974107-x86.cache-2
b61dd000-b61e4000 r--s 00000000 03:01 688523     /var/cache/fontconfig/beeeeb3dfe132a8a0633a017c99ce0c0-x86.cache-2
b61e4000-b6526000 r--p 00000000 03:01 4980829    /usr/share/icons/hicolor/icon-theme.cache
b6526000-b6bcf000 r--p 00000000 03:01 4980824    /usr/share/icons/gnome/icon-theme.cache
b6bcf000-b6be1000 r-xp 00000000 03:01 4718933    /usr/lib/gtk-2.0/2.10.0/engines/libubuntulooks.so
b6be1000-b6be2000 rw-p 00011000 03:01 4718933    /usr/lib/gtk-2.0/2.10.0/engines/libubuntulooks.so
b6be2000-b6c42000 rw-s 00000000 00:08 11665409   /SYSV00000000 (deleted)
b6c42000-b6cb8000 rw-p b6c42000 00:00 0 
b6cb8000-b6cbc000 r-xp 00000000 03:01 4721561    /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
b6cbc000-b6cbd000 rw-p 00003000 03:01 4721561    /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
b6cbd000-b6cc4000 r-xp 00000000 03:01 4669770    /usr/lib/libfam.so.0.0.0
b6cc4000-b6cc5000 rw-p 00006000 03:01 4669770    /usr/lib/libfam.so.0.0.0
b6cc5000-b6ccb000 r-xp 00000000 03:01 2981915    /lib/libacl.so.1.1.0
b6ccb000-b6ccc000 rw-p 00005000 03:01 2981915    /lib/libacl.so.1.1.0
b6ccc000-b6ccf000 r-xp 00000000 03:01 2981919    /lib/libattr.so.1.1.0
b6ccf000-b6cd0000 rw-p 00002000 03:01 2981919    /lib/libattr.so.1.1.0
b6cd1000-b6cd2000 r--s 00000000 03:01 689260     /var/cache/fontconfig/92a571655fb1c0ec1c4d6f496220600a-x86.cache-2
b6cd2000-b6cd8000 r--p 00000000 03:01 5063394    /usr/share/locale-langpack/fr/LC_MESSAGES/glib20.mo
b6cd8000-b6cdf000 r--p 00000000 03:01 5063402    /usr/share/locale-langpack/fr/LC_MESSAGES/gnome-vfs-2.0.mo
b6cdf000-b6ce1000 r--p 00000000 03:01 5079215    /usr/share/locale-langpack/fr_FR/LC_MESSAGES/gnome-desktop-2.0.mo
b6ce1000-b6ced000 r-xp 00000000 03:01 4721557    /usr/lib/gnome-vfs-2.0/modules/libfile.so
b6ced000-b6cee000 rw-p 0000b000 03:01 4721557    /usr/lib/gnome-vfs-2.0/modules/libfile.so
b6cee000-b6d0a000 r--p 00000000 03:01 5063178    /usr/share/locale-langpack/fr/LC_MESSAGES/libc.mo
b6d0a000-b6d12000 r--p 00000000 03:01 5063395    /usr/share/locale-langpack/fr/LC_MESSAGES/libgnome-2.0.mo
b6d12000-b6d16000 r--p 00000000 03:01 5063372    /usr/share/locale-langpack/fr/LC_MESSAGES/gnome-session-2.0.mo
b6d16000-b6d17000 r-xp 00000000 03:01 4686254    /usr/lib/gconv/ISO8859-1.so
b6d17000-b6d19000 rw-p 00000000 03:01 4686254    /usr/lib/gconv/ISO8859-1.so
b6d19000-b6d3c000 r--p 00000000 03:01 5063382    /usr/share/locale-langpack/fr/LC_MESSAGES/gtk20-properties.mo
b6d3c000-b6d4d000 r--p 00000000 03:01 5063381    /usr/share/locale-langpack/fr/LC_MESSAGES/gtk20.mo
b6d4d000-b6d4e000 r--p 00000000 03:01 5079218    /usr/share/locale-langpack/fr_FR/LC_MESSAGES/gtk20.mo
b6d4e000-b6d89000 r--p 00000000 03:01 4719545    /usr/lib/locale/fr_FR.utf8/LC_CTYPE
b6d89000-b6e60000 r--p 00000000 03:01 4719544    /usr/lib/locale/fr_FR.utf8/LC_COLLATE
b6e60000-b6e69000 r-xp 00000000 03:01 3015618    /lib/tls/i686/cmov/libnss_files-2.5.so
b6e69000-b6e6b000 rw-p 00008000 03:01 3015618    /lib/tls/i686/cmov/libnss_files-2.5.so
b6e6b000-b6e73000 r-xp 00000000 03:01 3015620    /lib/tls/i686/cmov/libnss_nis-2.5.so
b6e73000-b6e75000 rw-p 00007000 03:01 3015620    /lib/tls/i686/cmov/libnss_nis-2.5.so
b6e75000-b6e7c000 r-xp 00000000 03:01 3015616    /lib/tls/i686/cmov/libnss_compat-2.5.so
b6e7c000-b6e7e000 rw-p 00006000 03:01 3015616    /lib/tls/i686/cmov/libnss_compat-2.5.so
b6e7e000-b6e81000 rw-p b6e7e000 00:00 0 
b6e81000-b6eb7000 r-xp 00000000 03:01 2982006    /lib/libsepol.so.1
b6eb7000-b6eb8000 rw-p 00035000 03:01 2982006    /lib/libsepol.so.1
b6eb8000-b6ec2000 rw-p b6eb8000 00:00 0 
b6ec2000-b6ec5000 r-xp 00000000 03:01 4671086    /usr/lib/libgpg-error.so.0.3.0
b6ec5000-b6ec6000 rw-p 00002000 03:01 4671086    /usr/lib/libgpg-error.so.0.3.0
b6ec6000-b6f15000 r-xp 00000000 03:01 4670969    /usr/lib/libgcrypt.so.11.2.2
b6f15000-b6f17000 rw-p 0004e000 03:01 4670969    /usr/lib/libgcrypt.so.11.2.2
b6f17000-b6f18000 rw-p b6f17000 00:00 0 
b6f18000-b6f2c000 r-xp 00000000 03:01 4671426    /usr/lib/libtasn1.so.3.0.6
b6f2c000-b6f2d000 rw-p 00013000 03:01 4671426    /usr/lib/libtasn1.so.3.0.6
b6f2d000-b6f2f000 r-xp 00000000 03:01 3015628    /lib/tls/i686/cmov/libutil-2.5.so
b6f2f000-b6f31000 rw-p 00001000 03:01 3015628    /lib/tls/i686/cmov/libutil-2.5.so
b6f31000-b6f45000 r-xp 00000000 03:01 2982005    /lib/libselinux.so.1
b6f45000-b6f47000 rw-p 00013000 03:01 2982005    /lib/libselinux.so.1
b6f47000-b6f56000 r-xp 00000000 03:01 3015624    /lib/tls/i686/cmov/libresolv-2.5.so
b6f56000-b6f58000 rw-p 0000f000 03:01 3015624    /lib/tls/i686/cmov/libresolv-2.5.so
b6f58000-b6f5a000 rw-p b6f58000 00:00 0 
b6f5a000-b6f68000 r-xp 00000000 03:01 4669642    /usr/lib/libavahi-client.so.3.2.2
b6f68000-b6f69000 rw-p 0000e000 03:01 4669642    /usr/lib/libavahi-client.so.3.2.2
b6f69000-b6f6a000 rw-p b6f69000 00:00 0 
b6f6a000-b6f74000 r-xp 00000000 03:01 4669851    /usr/lib/libavahi-common.so.3.4.3
b6f74000-b6f75000 rw-p 00009000 03:01 4669851    /usr/lib/libavahi-common.so.3.4.3
b6f75000-b6f77000 r-xp 00000000 03:01 4670810    /usr/lib/libavahi-glib.so.1.0.1
b6f77000-b6f78000 rw-p 00001000 03:01 4670810    /usr/lib/libavahi-glib.so.1.0.1
b6f78000-b6fe2000 r-xp 00000000 03:01 4671082    /usr/lib/libgnutls.so.13.0.9
b6fe2000-b6fe8000 rw-p 0006a000 03:01 4671082    /usr/lib/libgnutls.so.13.0.9
b6fe8000-b700a000 r-xp 00000000 03:01 4671338    /usr/lib/libpng12.so.0.15.0
b700a000-b700b000 rw-p 00021000 03:01 4671338    /usr/lib/libpng12.so.0.15.0
b700b000-b7029000 r-xp 00000000 03:01 4670924    /usr/lib/libexpat.so.1.0.0
b7029000-b702b000 rw-p 0001d000 03:01 4670924    /usr/lib/libexpat.so.1.0.0
b702b000-b702c000 rw-p b702b000 00:00 0 
b702c000-b7094000 r-xp 00000000 03:01 4672608    /usr/lib/libfreetype.so.6.3.10
b7094000-b7097000 rw-p 00068000 03:01 4672608    /usr/lib/libfreetype.so.6.3.10
b7097000-b70aa000 r-xp 00000000 03:01 4671488    /usr/lib/libz.so.1.2.3
b70aa000-b70ab000 rw-p 00012000 03:01 4671488    /usr/lib/libz.so.1.2.3
b70ab000-b70be000 r-xp 00000000 03:01 3015615    /lib/tls/i686/cmov/libnsl-2.5.so
b70be000-b70c0000 rw-p 00012000 03:01 3015615    /lib/tls/i686/cmov/libnsl-2.5.so
b70c0000-b70c2000 rw-p b70c0000 00:00 0 
b70c2000-b70c6000 r-xp 00000000 03:01 4670717    /usr/lib/libORBitCosNaming-2.so.0.1.0
b70c6000-b70c7000 rw-p 00003000 03:01 4670717    /usr/lib/libORBitCosNaming-2.so.0.1.0
b70c7000-b70c8000 rw-p b70c7000 00:00 0 
b70c8000-b70cc000 r-xp 00000000 03:01 4670742    /usr/lib/libXdmcp.so.6.0.0
b70cc000-b70cd000 rw-p 00003000 03:01 4670742    /usr/lib/libXdmcp.so.6.0.0
b70cd000-b70eb000 r-xp 00000000 03:01 4671209    /usr/lib/libjpeg.so.62.0.0
b70eb000-b70ec000 rw-p 0001d000 03:01 4671209    /usr/lib/libjpeg.so.62.0.0
b70ec000-b70f4000 r-xp 00000000 03:01 4671308    /usr/lib/libstartup-notification-1.so.0.0.0
b70f4000-b70f5000 rw-p 00007000 03:01 4671308    /usr/lib/libstartup-notification-1.so.0.0.0
b70f5000-b70f6000 rw-p b70f5000 00:00 0 
b70f6000-b70fd000 r-xp 00000000 03:01 3015625    /lib/tls/i686/cmov/librt-2.5.so
b70fd000-b70ff000 rw-p 00006000 03:01 3015625    /lib/tls/i686/cmov/librt-2.5.so
b70ff000-b7103000 r-xp 00000000 03:01 4671138    /usr/lib/libgthread-2.0.so.0.1200.11
b7103000-b7104000 rw-p 00003000 03:01 4671138    /usr/lib/libgthread-2.0.so.0.1200.11
b7104000-b7106000 r-xp 00000000 03:01 3015612    /lib/tls/i686/cmov/libdl-2.5.so
b7106000-b7108000 rw-p 00001000 03:01 3015612    /lib/tls/i686/cmov/libdl-2.5.so
b7108000-b710a000 r-xp 00000000 03:01 4671040    /usr/lib/libgmodule-2.0.so.0.1200.11
b710a000-b710b000 rw-p 00002000 03:01 4671040    /usr/lib/libgmodule-2.0.so.0.1200.11
b710b000-b7161000 r-xp 00000000 03:01 4671320    /usr/lib/libgnomevfs-2.so.0.1800.1
b7161000-b7164000 rw-p 00055000 03:01 4671320    /usr/lib/libgnomevfs-2.so.0.1800.1
b7164000-b71d2000 r-xp 00000000 03:01 4670195    /usr/lib/libcairo.so.2.11.1
b71d2000-b71d4000 rw-p 0006d000 03:01 4670195    /usr/lib/libcairo.so.2.11.1
b71d4000-b71d5000 rw-p b71d4000 00:00 0 
b71d5000-b71d9000 r-xp 00000000 03:01 4670748    /usr/lib/libXfixes.so.3.1.0
b71d9000-b71da000 rw-p 00003000 03:01 4670748    /usr/lib/libXfixes.so.3.1.0
b71da000-b71e2000 r-xp 00000000 03:01 4670738    /usr/lib/libXcursor.so.1.0.2
b71e2000-b71e3000 rw-p 00007000 03:01 4670738    /usr/lib/libXcursor.so.1.0.2
b71e3000-b71ea000 r-xp 00000000 03:01 4670754    /usr/lib/libXi.so.6.0.0
b71ea000-b71eb000 rw-p 00006000 03:01 4670754    /usr/lib/libXi.so.6.0.0
b71eb000-b71ed000 r-xp 00000000 03:01 4670756    /usr/lib/libXinerama.so.1.0.0
b71ed000-b71ee000 rw-p 00001000 03:01 4670756    /usr/lib/libXinerama.so.1.0.0
b71ee000-b71f5000 r-xp 00000000 03:01 4670768    /usr/lib/libXrender.so.1.3.0
b71f5000-b71f6000 rw-p 00006000 03:01 4670768    /usr/lib/libXrender.so.1.3.0
b71f6000-b7203000 r-xp 00000000 03:01 4670746    /usr/lib/libXext.so.6.4.0
b7203000-b7204000 rw-p 0000d000 03:01 4670746    /usr/lib/libXext.so.6.4.0
b7204000-b7205000 rw-p b7204000 00:00 0 
b7205000-b7228000 r-xp 00000000 03:01 4670930    /usr/lib/libfontconfig.so.1.2.0
b7228000-b7230000 rw-p 00023000 03:01 4670930    /usr/lib/libfontconfig.so.1.2.0
b7230000-b7237000 r-xp 00000000 03:01 4671715    /usr/lib/libpangocairo-1.0.so.0.1600.2
b7237000-b7238000 rw-p 00007000 03:01 4671715    /usr/lib/libpangocairo-1.0.so.0.1600.2
b7238000-b7262000 r-xp 00000000 03:01 4672150    /usr/lib/libpangoft2-1.0.so.0.1600.2
b7262000-b7263000 rw-p 0002a000 03:01 4672150    /usr/lib/libpangoft2-1.0.so.0.1600.2
b7263000-b7277000 r-xp 00000000 03:01 4670794    /usr/lib/libart_lgpl_2.so.2.3.17
b7277000-b7278000 rw-p 00013000 03:01 4670794    /usr/lib/libart_lgpl_2.so.2.3.17
b7278000-b727f000 r-xp 00000000 03:01 2981995    /lib/libpopt.so.0.0.0
b727f000-b7280000 rw-p 00006000 03:01 2981995    /lib/libpopt.so.0.0.0
b7280000-b72a9000 r-xp 00000000 03:01 4671056    /usr/lib/libgnomecanvas-2.so.0.1400.0
b72a9000-b72aa000 rw-p 00029000 03:01 4671056    /usr/lib/libgnomecanvas-2.so.0.1400.0
b72aa000-b72ab000 rw-p b72aa000 00:00 0 
b72ab000-b7306000 r-xp 00000000 03:01 4670832    /usr/lib/libbonoboui-2.so.0.0.0
b7306000-b7309000 rw-p 0005a000 03:01 4670832    /usr/lib/libbonoboui-2.so.0.0.0
b7309000-b7420000 r-xp 00000000 03:01 4671476    /usr/lib/libxml2.so.2.6.27
b7420000-b7426000 rw-p 00116000 03:01 4671476    /usr/lib/libxml2.so.2.6.27
b7426000-b74e6000 r-xp 00000000 03:01 4669834    /usr/lib/libasound.so.2.0.0
b74e6000-b74eb000 rw-p 000bf000 03:01 4669834    /usr/lib/libasound.so.2.0.0
b74eb000-b7510000 r-xp 00000000 03:01 3015613    /lib/tls/i686/cmov/libm-2.5.so
b7510000-b7512000 rw-p 00024000 03:01 3015613    /lib/tls/i686/cmov/libm-2.5.so
b7512000-b7532000 r-xp 00000000 03:01 4670809    /usr/lib/libaudiofile.so.0.0.2
b7532000-b7534000 rw-p 00020000 03:01 4670809    /usr/lib/libaudiofile.so.0.0.2
b7534000-b766f000 r-xp 00000000 03:01 3015609    /lib/tls/i686/cmov/libc-2.5.so
b766f000-b7670000 r--p 0013b000 03:01 3015609    /lib/tls/i686/cmov/libc-2.5.so
b7670000-b7672000 rw-p 0013c000 03:01 3015609    /lib/tls/i686/cmov/libc-2.5.so
b7672000-b7676000 rw-p b7672000 00:00 0 
b7676000-b767d000 r-xp 00000000 03:01 2982026    /lib/libwrap.so.0.7.6
b767d000-b767e000 rw-p 00007000 03:01 2982026    /lib/libwrap.so.0.7.6
b767e000-b7712000 r-xp 00000000 03:01 4671034    /usr/lib/libglib-2.0.so.0.1200.11
b7712000-b7713000 rw-p 00093000 03:01 4671034    /usr/lib/libglib-2.0.so.0.1200.11
b7713000-b771f000 r-xp 00000000 03:01 4669549    /usr/lib/libgnome-keyring.so.0.0.1
b771f000-b7720000 rw-p 0000b000 03:01 4669549    /usr/lib/libgnome-keyring.so.0.0.1
b7720000-b7759000 r-xp 00000000 03:01 4671084    /usr/lib/libgobject-2.0.so.0.1200.11
b7759000-b775a000 rw-p 00039000 03:01 4671084    /usr/lib/libgobject-2.0.so.0.1200.11
b775a000-b778b000 r-xp 00000000 03:01 4670866    /usr/lib/libdbus-1.so.3.2.0
b778b000-b778c000 rw-p 00031000 03:01 4670866    /usr/lib/libdbus-1.so.3.2.0
b778c000-b77a6000 r-xp 00000000 03:01 4670868    /usr/lib/libdbus-glib-1.so.2.1.0
b77a6000-b77a7000 rw-p 0001a000 03:01 4670868    /usr/lib/libdbus-glib-1.so.2.1.0
b77a7000-b77a8000 rw-p b77a7000 00:00 0 
b77a8000-b77bb000 r-xp 00000000 03:01 3015623    /lib/tls/i686/cmov/libpthread-2.5.so
b77bb000-b77bd000 rw-p 00013000 03:01 3015623    /lib/tls/i686/cmov/libpthread-2.5.so
b77bd000-b77bf000 rw-p b77bd000 00:00 0 
b77bf000-b7808000 r-xp 00000000 03:01 4670713    /usr/lib/libORBit-2.so.0.1.0
b7808000-b7812000 rw-p 00048000 03:01 4670713    /usr/lib/libORBit-2.so.0.1.0
b7812000-b7841000 r-xp 00000000 03:01 4670967    /usr/lib/libgconf-2.so.4.1.2
b7841000-b7844000 rw-p 0002e000 03:01 4670967    /usr/lib/libgconf-2.so.4.1.2
b7844000-b7857000 r-xp 00000000 03:01 4670830    /usr/lib/libbonobo-activation.so.4.0.0
b7857000-b7859000 rw-p 00013000 03:01 4670830    /usr/lib/libbonobo-activation.so.4.0.0
b7859000-b78ab000 r-xp 00000000 03:01 4670828    /usr/lib/libbonobo-2.so.0.0.0
b78ab000-b78b5000 rw-p 00051000 03:01 4670828    /usr/lib/libbonobo-2.so.0.0.0
b78b5000-b78b6000 rw-p b78b5000 00:00 0 
b78b6000-b79a3000 r-xp 00000000 03:01 4670857    /usr/lib/libX11.so.6.2.0
b79a3000-b79a7000 rw-p 000ed000 03:01 4670857    /usr/lib/libX11.so.6.2.0
b79a7000-b79e3000 r-xp 00000000 03:01 4669751    /usr/lib/libpango-1.0.so.0.1600.2
b79e3000-b79e5000 rw-p 0003b000 03:01 4669751    /usr/lib/libpango-1.0.so.0.1600.2
b79e5000-b79ea000 r-xp 00000000 03:01 4670766    /usr/lib/libXrandr.so.2.1.0
b79ea000-b79eb000 rw-p 00005000 03:01 4670766    /usr/lib/libXrandr.so.2.1.0
b79eb000-b7a01000 r-xp 00000000 03:01 4670661    /usr/lib/libgdk_pixbuf-2.0.so.0.1000.11
b7a01000-b7a02000 rw-p 00015000 03:01 4670661    /usr/lib/libgdk_pixbuf-2.0.so.0.1000.11
b7a02000-b7a1b000 r-xp 00000000 03:01 4670805    /usr/lib/libatk-1.0.so.0.1809.1
b7a1b000-b7a1d000 rw-p 00018000 03:01 4670805    /usr/lib/libatk-1.0.so.0.1809.1
b7a1d000-b7aa0000 r-xp 00000000 03:01 4670944    /usr/lib/libgdk-x11-2.0.so.0.1000.11
b7aa0000-b7aa3000 rw-p 00083000 03:01 4670944    /usr/lib/libgdk-x11-2.0.so.0.1000.11
b7aa3000-b7aa4000 rw-p b7aa3000 00:00 0 
b7aa4000-b7df5000 r-xp 00000000 03:01 4671292    /usr/lib/libgtk-x11-2.0.so.0.1000.11
b7df5000-b7dfb000 rw-p 00351000 03:01 4671292    /usr/lib/libgtk-x11-2.0.so.0.1000.11
b7dfb000-b7dfc000 rw-p b7dfb000 00:00 0 
b7dfc000-b7e10000 r-xp 00000000 03:01 4671042    /usr/lib/libgnome-2.so.0.1800.0
b7e10000-b7e11000 rw-p 00014000 03:01 4671042    /usr/lib/libgnome-2.so.0.1800.0
b7e11000-b7e26000 r-xp 00000000 03:01 4670703    /usr/lib/libICE.so.6.3.0
b7e26000-b7e28000 rw-p 00014000 03:01 4670703    /usr/lib/libICE.so.6.3.0
b7e28000-b7e29000 rw-p b7e28000 00:00 0 
b7e29000-b7e31000 r-xp 00000000 03:01 4670721    /usr/lib/libSM.so.6.0.0
b7e31000-b7e32000 rw-p 00007000 03:01 4670721    /usr/lib/libSM.so.6.0.0
b7e32000-b7ebc000 r-xp 00000000 03:01 4671072    /usr/lib/libgnomeui-2.so.0.1788.4
b7ebc000-b7ec0000 rw-p 00089000 03:01 4671072    /usr/lib/libgnomeui-2.so.0.1788.4
b7ec0000-b7ed4000 r-xp 00000000 03:01 4669701    /usr/lib/libgnome-desktop-2.so.2.3.5
b7ed4000-b7ed5000 rw-p 00014000 03:01 4669701    /usr/lib/libgnome-desktop-2.so.2.3.5
b7ed5000-b7ed6000 rw-p b7ed5000 00:00 0 
b7ed6000-b7edf000 r-xp 00000000 03:01 4670915    /usr/lib/libesd.so.0.2.36
b7edf000-b7ee0000 rw-p 00009000 03:01 4670915    /usr/lib/libesd.so.0.2.36
b7ee0000-b7ee2000 r-xp 00000000 03:01 4670731    /usr/lib/libXau.so.6.0.0
b7ee2000-b7ee3000 rw-p 00001000 03:01 4670731    /usr/lib/libXau.so.6.0.0
b7ee3000-b7ee4000 r--p 00000000 03:01 4720192    /usr/lib/locale/fr_FR.utf8/LC_NUMERIC
b7ee4000-b7ee5000 r--p 00000000 03:01 4720195    /usr/lib/locale/fr_FR.utf8/LC_TIME
b7ee5000-b7ee6000 r--p 00000000 03:01 4720190    /usr/lib/locale/fr_FR.utf8/LC_MONETARY
b7ee6000-b7ee7000 r--p 00000000 03:01 4735076    /usr/lib/locale/fr_FR.utf8/LC_MESSAGES/SYS_LC_MESSAGES
b7ee7000-b7ee8000 r--p 00000000 03:01 4719551    /usr/lib/locale/fr_FR.utf8/LC_PAPER
b7ee8000-b7ee9000 r--p 00000000 03:01 4720169    /usr/lib/locale/fr_FR.utf8/LC_NAME
b7ee9000-b7eea000 r--p 00000000 03:01 4719835    /usr/lib/locale/fr_FR.utf8/LC_ADDRESS
b7eea000-b7eeb000 r--p 00000000 03:01 4719836    /usr/lib/locale/fr_FR.utf8/LC_TELEPHONE
b7eeb000-b7eec000 r--p 00000000 03:01 4719547    /usr/lib/locale/fr_FR.utf8/LC_MEASUREMENT
b7eec000-b7ef3000 r--s 00000000 03:01 4686313    /usr/lib/gconv/gconv-modules.cache
b7ef3000-b7ef4000 r--p 00000000 03:01 4719837    /usr/lib/locale/fr_FR.utf8/LC_IDENTIFICATION
b7ef4000-b7ef6000 rw-p b7ef4000 00:00 0 
b7ef6000-b7f0f000 r-xp 00000000 03:01 2981892    /lib/ld-2.5.so
b7f0f000-b7f11000 rw-p 00019000 03:01 2981892    /lib/ld-2.5.so
bfe2a000-bfe40000 rw-p bfe2a000 00:00 0          [stack]
ffffe000-fffff000 r-xp 00000000 00:00 0          [vdso]

(update-notifier:2384): GnomeUI-WARNING **: While connecting to session manager:
IO error occured opening connection.

Mais, dans tous les cas, IMPOSSIBLE de démarrer préférences/session pour virer les lignes que j'ai ajouté.

Je désespère.

Est-ce qu'il y a un autre moyen de désactiver les programmes au démarrages sans passer par session ?

Hors ligne

#14 Le 05/06/2007, à 18:04

mirmidon

Re : RESOLU - Lenteur sous XGL

Utilise le démarrage en mode récupération afin de réparer ton système :

http://doc.ubuntu-fr.org/tutoriel/comment_recuperer_ubuntu_apres_installation_windows#avec_un_livecd

Ici c'est utilisé pour restaurer GRUB mais tu peux utiliser la même manipulation pour modifier des fichiers de configuration sur ton disque dur. (ATTENTION : pas d'erreur, tu seras connecté en tant que root comme sous Windows par défaut alors pas de gaffes !)

Bonne chance smile


$ sudo make plaisir
Quand l'informatique redevient un plaisir.

The Ubuntu Counter Project - user number #10290

Hors ligne

#15 Le 05/06/2007, à 18:20

manslipkorn

Re : RESOLU - Lenteur sous XGL

Bon, problème résolu, j'ai supprimer mon dossier personnel.

Du coup, tous mes paramètres ont étés supprimés.

Me revoilà alors au point de départ.

Alors, auriez vous un tuto pour installer Beryl 2.0 plutôt que la 2.1 ? SVP.

Merci d'avance wink

Hors ligne

#16 Le 05/06/2007, à 18:32

manslipkorn

Re : RESOLU - Lenteur sous XGL

Oups, désolé, j'ai trouvé tout seul.

C'est ici
http://doc.ubuntu-fr.org/beryl_problemes?s=beryl%20probl%C3%A8mes

Par contre je n'ai pas la clé pour mettre à jour mes dépots sad

Hors ligne

#17 Le 05/06/2007, à 18:38

Mav

Re : RESOLU - Lenteur sous XGL

Copier/Coller de la page "beryl_problèmes"

Puis rechargez la liste des paquets. Ensuite ouvrez Synaptic, recherchez le paquet beryl et sélectionnez-le. Puis aller dans Paquet → Forcer la version et choisir la version 0.2.0~0beryl1. Ensuite allez dans Paquet → Bloquer la version. Répétez la même chose pour le paquet beryl-core. Appliquez les changements dans Synaptic, et normalement ça devrait être bon.


Cairo-Dock : www.cairo-dock.org
OSM : www.openstreetmap.org

Hors ligne

#18 Le 05/06/2007, à 18:49

manslipkorn

Re : RESOLU - Lenteur sous XGL

Oui oui Mav, je suis d'accord.

C'est d'ailleurs la page dont j'ai mis le lien que tu as copié wink.

Nan, ce qu'il me manquait, c'était la clé publique.

Tant qu'à faire, je la mets ici (ça peut toujours servir).

wget http://beryl-mirror.lupine.me.uk/1609B551.gpg -O- | sudo apt-key add -

Voilà, sinon, problème résolu depuis que je suis passé à la version 0.2.0 wink.

Merci à TOUS big_smile

Hors ligne

#19 Le 05/06/2007, à 19:49

Mav

Re : RESOLU - Lenteur sous XGL

J'avais pas fait rafrachir entre temps lol


Cairo-Dock : www.cairo-dock.org
OSM : www.openstreetmap.org

Hors ligne