<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=6253&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Icones du bureau (encore? et oui...)]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=6253</link>
		<description><![CDATA[Les sujets les plus récents dans Icones du bureau (encore? et oui...).]]></description>
		<lastBuildDate>Fri, 10 Jun 2005 12:52:01 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Icones du bureau (encore? et oui...)]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=42367#p42367</link>
			<description><![CDATA[<p>Ah... réponse pertinente, je n&#039;y avais pas songé !!</p><p>Voici mon xorg.conf complet:</p><div class="codebox"><pre class="vscroll"><code># /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 &quot;man /etc/X11/xorg.conf&quot; 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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c &#039;md5sum /etc/X11/xorg.conf &gt;/var/lib/xfree86/xorg.conf.md5sum&#039;
#   sudo dpkg-reconfigure xserver-xorg

Section &quot;Files&quot;
	FontPath	&quot;unix/:7100&quot;			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	&quot;/usr/lib/X11/fonts/misc&quot;
	FontPath	&quot;/usr/lib/X11/fonts/cyrillic&quot;
	FontPath	&quot;/usr/lib/X11/fonts/100dpi/:unscaled&quot;
	FontPath	&quot;/usr/lib/X11/fonts/75dpi/:unscaled&quot;
	FontPath	&quot;/usr/lib/X11/fonts/Type1&quot;
	FontPath	&quot;/usr/lib/X11/fonts/CID&quot;
	FontPath	&quot;/usr/lib/X11/fonts/100dpi&quot;
	FontPath	&quot;/usr/lib/X11/fonts/75dpi&quot;
        # paths to defoma fonts
	FontPath	&quot;/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType&quot;
	FontPath	&quot;/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID&quot;
EndSection

Section &quot;Module&quot;
	Load	&quot;bitmap&quot;
	Load	&quot;dbe&quot;
	Load	&quot;ddc&quot;
	Load	&quot;dri&quot;
	Load	&quot;extmod&quot;
	Load	&quot;freetype&quot;
	Load	&quot;glx&quot;
	Load	&quot;int10&quot;
	Load	&quot;record&quot;
	Load	&quot;type1&quot;
	Load	&quot;vbe&quot;
EndSection

Section &quot;InputDevice&quot;
	Identifier	&quot;Generic Keyboard&quot;
	Driver		&quot;keyboard&quot;
	Option		&quot;CoreKeyboard&quot;
	Option		&quot;XkbRules&quot;	&quot;xorg&quot;
	Option		&quot;XkbModel&quot;	&quot;pc105&quot;
	Option		&quot;XkbLayout&quot;	&quot;fr-latin9&quot;
EndSection

Section &quot;InputDevice&quot;
	Identifier	&quot;Configured Mouse&quot;
	Driver		&quot;mouse&quot;
	Option		&quot;CorePointer&quot;
	Option		&quot;Device&quot;		&quot;/dev/input/mice&quot;
	Option		&quot;Protocol&quot;		&quot;ImPS/2&quot;
	Option		&quot;Emulate3Buttons&quot;	&quot;true&quot;
	Option		&quot;ZAxisMapping&quot;		&quot;4 5&quot;
EndSection

Section &quot;Device&quot;
	Identifier	&quot;ATI Technologies, Inc. Radeon 7000 VE (RV100 QY)&quot;
	Driver		&quot;ati&quot;
	BusID		&quot;PCI:1:0:0&quot;
EndSection

Section &quot;Monitor&quot;
	Identifier	&quot;NEC CI A727&quot;
	Option		&quot;DPMS&quot;
EndSection

Section &quot;Screen&quot;
	Identifier	&quot;Default Screen&quot;
	Device		&quot;ATI Technologies, Inc. Radeon 7000 VE (RV100 QY)&quot;
	Monitor		&quot;NEC CI A727&quot;
	DefaultDepth	24
	SubSection &quot;Display&quot;
		Depth		1
		Modes		&quot;1024x768&quot; &quot;832x624&quot; &quot;800x600&quot; &quot;720x400&quot; &quot;640x480&quot;
	EndSubSection
	SubSection &quot;Display&quot;
		Depth		4
		Modes		&quot;1024x768&quot; &quot;832x624&quot; &quot;800x600&quot; &quot;720x400&quot; &quot;640x480&quot;
	EndSubSection
	SubSection &quot;Display&quot;
		Depth		8
		Modes		&quot;1024x768&quot; &quot;832x624&quot; &quot;800x600&quot; &quot;720x400&quot; &quot;640x480&quot;
	EndSubSection
	SubSection &quot;Display&quot;
		Depth		15
		Modes		&quot;1024x768&quot; &quot;832x624&quot; &quot;800x600&quot; &quot;720x400&quot; &quot;640x480&quot;
	EndSubSection
	SubSection &quot;Display&quot;
		Depth		16
		Modes		&quot;1024x768&quot; &quot;832x624&quot; &quot;800x600&quot; &quot;720x400&quot; &quot;640x480&quot;
	EndSubSection
	SubSection &quot;Display&quot;
		Depth		24
		Modes		&quot;1024x768&quot; &quot;832x624&quot; &quot;800x600&quot; &quot;720x400&quot; &quot;640x480&quot;
	EndSubSection
EndSection

Section &quot;ServerLayout&quot;
	Identifier	&quot;Default Layout&quot;
	Screen		&quot;Default Screen&quot;
	InputDevice	&quot;Generic Keyboard&quot;
	InputDevice	&quot;Configured Mouse&quot;
EndSection

Section &quot;DRI&quot;
	Mode	0666
EndSection</code></pre></div><p>Mais je ne vois rien à propose du taux de rafraichissement dans ce fichier <img src="http://forum.ubuntu-fr.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /> Je peux vous dire que mon bureau est en 75Hz...</p><p>Je ne sais si je me trompe ou non mais je vous copie aussi mon fichier /etc/kde3/kdm/backgroundrc:</p><div class="codebox"><pre><code>[Desktop0]
BackgroundMode=Flat
BlendBalance=100
BlendMode=NoBlending
ChangeInterval=60
Color1=0,0,0
Color2=192,192,192
CurrentWallpaper=0
LastChange=0
MinOptimizationDepth=1
MultiWallpaperMode=NoMulti
Pattern=fish
Program=
ReverseBlending=false
UseSHM=false
Wallpaper=/usr/share/apps/kdm/themes/tux_mania/background.png
WallpaperList=
WallpaperMode=Scaled</code></pre></div><p>Ne serait-ce pas le &quot;ChangeInterval=60&quot; à la ligne 4 qui serait à modifier? <img src="http://forum.ubuntu-fr.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> </p><p>Je pense que c&#039;est ça mais j&#039;attends une confirmation de votre part avant d&#039;agir <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (KaoT)]]></author>
			<pubDate>Fri, 10 Jun 2005 12:52:01 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=42367#p42367</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Icones du bureau (encore? et oui...)]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=42182#p42182</link>
			<description><![CDATA[<p>A mon avis çà ne vient pas de la résolution de l&#039;écran, mais du taux de rafraîchissement de ton écran. (C&#039;est une suposition!)<br />Je sais que moi quand je modifie le taux de rafraîchissement de mon écran çà me déplace les icones, c&#039;est peut-être la source du probléme! <img src="http://forum.ubuntu-fr.org/img/smilies/roll.png" width="15" height="15" alt="roll" /></p><p>D&#039;où la question qui se souléve alors: c&#039;est est-ce que le taux de rafraîchissement de ton écran de connexion est le même que celui de ton bureau?</p><p>Tu peux nous mettre peut-être ton &quot;xorg.conf&quot; en entier pour voir?</p>]]></description>
			<author><![CDATA[dummy@example.com (artifact)]]></author>
			<pubDate>Thu, 09 Jun 2005 22:46:46 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=42182#p42182</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Icones du bureau (encore? et oui...)]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=42084#p42084</link>
			<description><![CDATA[<p>LOL, je suis content de le savoir en tout cas... ça me fait une belle jambe ^^ </p><p>J&#039;ai essayé Gnome, mais je ne m&#039;y retrouve pas, j&#039;ai fait mes premiers pas sous Linux avec KDE, je me suis habitué à ce type d&#039;environnement donc maintenant...</p>]]></description>
			<author><![CDATA[dummy@example.com (KaoT)]]></author>
			<pubDate>Thu, 09 Jun 2005 17:10:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=42084#p42084</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Icones du bureau (encore? et oui...)]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=42074#p42074</link>
			<description><![CDATA[<div class="quotebox"><cite>KaoT a écrit&#160;:</cite><blockquote><div><p>Personne n&#039;a de réponse à m&#039;apporter?! <img src="http://forum.ubuntu-fr.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p></div></blockquote></div><p>J&#039;utilise Gnome.<br />Oui je sais, c&#039;est l&#039;excuse facile, mais c&#039;est imparable <img src="http://forum.ubuntu-fr.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" />.</p>]]></description>
			<author><![CDATA[dummy@example.com (jib)]]></author>
			<pubDate>Thu, 09 Jun 2005 16:47:51 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=42074#p42074</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Icones du bureau (encore? et oui...)]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=42040#p42040</link>
			<description><![CDATA[<p>Hum... non, je ne pense pas... enfin je ne suis pas sûr d&#039;avoir parfaitement compris la question <img src="http://forum.ubuntu-fr.org/img/smilies/roll.png" width="15" height="15" alt="roll" /> </p><p>Comment savoir si elle a été enregistrée avec des paramètres différents?</p>]]></description>
			<author><![CDATA[dummy@example.com (KaoT)]]></author>
			<pubDate>Thu, 09 Jun 2005 15:53:31 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=42040#p42040</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Icones du bureau (encore? et oui...)]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=42019#p42019</link>
			<description><![CDATA[<p>Au hasard, la session n&#039;a pas été enrégistrée avec d&#039;autres paramètres avant de quitter ?</p>]]></description>
			<author><![CDATA[dummy@example.com (cep)]]></author>
			<pubDate>Thu, 09 Jun 2005 15:22:46 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=42019#p42019</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Icones du bureau (encore? et oui...)]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=42001#p42001</link>
			<description><![CDATA[<p>Personne n&#039;a de réponse à m&#039;apporter?! <img src="http://forum.ubuntu-fr.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[dummy@example.com (KaoT)]]></author>
			<pubDate>Thu, 09 Jun 2005 14:42:56 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=42001#p42001</guid>
		</item>
		<item>
			<title><![CDATA[Icones du bureau (encore? et oui...)]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=40845#p40845</link>
			<description><![CDATA[<p>Bonjour...</p><p>J&#039;ai un petit soucis lorsque j&#039;ouvre ma session (sous KDE), j&#039;arrive bien sur mon bureau mais mes icônes sont déplacées, comme si elles avaient été déplacées à cause d&#039;un changement de résolution d&#039;écran... vous voyez?</p><p>Pourtant, j&#039;ai tout configuré en 1024*768, que ce soit mon bureau ou le l&#039;écran de connexion... Lorsque je tape mon mot de passe, juste avant le chargement des périphériques, environnement etc, mon écran fait comme un changement de résolution (écran noir subit puis réapparition quasi instantanée), pourtant tout est en 1024*768 <img src="http://forum.ubuntu-fr.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /> </p><p>C&#039;est assez étrange... peut-être ai-je mal configuré un fichier (ma résolution d&#039;origine était en 1280*1024...)</p><p>Voici un extrait de mon fichier /etc/X11/xorg.conf</p><div class="codebox"><pre class="vscroll"><code>Section &quot;Screen&quot;
	Identifier	&quot;Default Screen&quot;
	Device		&quot;ATI Technologies, Inc. Radeon 7000 VE (RV100 QY)&quot;
	Monitor		&quot;NEC CI A727&quot;
	DefaultDepth	24
	SubSection &quot;Display&quot;
		Depth		1
		Modes		&quot;1024x768&quot; &quot;832x624&quot; &quot;800x600&quot; &quot;720x400&quot; &quot;640x480&quot;
	EndSubSection
	SubSection &quot;Display&quot;
		Depth		4
		Modes		&quot;1024x768&quot; &quot;832x624&quot; &quot;800x600&quot; &quot;720x400&quot; &quot;640x480&quot;
	EndSubSection
	SubSection &quot;Display&quot;
		Depth		8
		Modes		&quot;1024x768&quot; &quot;832x624&quot; &quot;800x600&quot; &quot;720x400&quot; &quot;640x480&quot;
	EndSubSection
	SubSection &quot;Display&quot;
		Depth		15
		Modes		&quot;1024x768&quot; &quot;832x624&quot; &quot;800x600&quot; &quot;720x400&quot; &quot;640x480&quot;
	EndSubSection
	SubSection &quot;Display&quot;
		Depth		16
		Modes		&quot;1024x768&quot; &quot;832x624&quot; &quot;800x600&quot; &quot;720x400&quot; &quot;640x480&quot;
	EndSubSection
	SubSection &quot;Display&quot;
		Depth		24
		Modes		&quot;1024x768&quot; &quot;832x624&quot; &quot;800x600&quot; &quot;720x400&quot; &quot;640x480&quot;
	EndSubSection
EndSection</code></pre></div><p>Tout me parait bon (et propre)... je ne vois vraiment pas ce qui peut se produire... Mais c&#039;est assez gênant de devoir replacé les icônes à chaque démarrage !</p><p>D&#039;avance, merci <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> </p><p>KaoT.</p>]]></description>
			<author><![CDATA[dummy@example.com (KaoT)]]></author>
			<pubDate>Tue, 07 Jun 2005 10:19:34 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=40845#p40845</guid>
		</item>
	</channel>
</rss>
