<?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=8454&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [Résolu] Cedega avec ATI FireGLT2 sur Thinkpad T42p : Steam plante]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=8454</link>
		<description><![CDATA[Les sujets les plus récents dans [Résolu] Cedega avec ATI FireGLT2 sur Thinkpad T42p : Steam plante.]]></description>
		<lastBuildDate>Tue, 19 Jul 2005 20:55:34 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Cedega avec ATI FireGLT2 sur Thinkpad T42p : Steam plante]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=55997#p55997</link>
			<description><![CDATA[<p>Alors la solution :</p><p>En partant du /etc/X11/xorg.conf de base (carte ATI installée par le biais du tutorial <a href="http://wiki.ubuntu-fr.org/materiel/ati">http://wiki.ubuntu-fr.org/materiel/ati</a>), j&#039;ai ajouté la ligne</p><div class="codebox"><pre><code>    Option &quot;UseFastTLS&quot;                 &quot;2&quot;</code></pre></div><p>dans la section device, ce qui donne :</p><div class="codebox"><pre><code>Section &quot;Device&quot;
    Identifier                          &quot;ATI Technologies, Inc. FireGL Mobility T2 (M10 NT)&quot;
    Driver                              &quot;fglrx&quot;
    Option &quot;UseFastTLS&quot;                 &quot;2&quot;
    BusID &quot;PCI:1:0:0&quot;
    Screen 0
EndSection</code></pre></div><p>Et avec cette ligne, le jeu démarre sans problème</p><p>Voici tout mon xorg.conf qui fonctionne parfaitement pour ceux qui veulent, avec des options en plus pour la carte graphique</p><div class="codebox"><pre class="vscroll"><code># File: xorg.conf

Section &quot;DRI&quot;
	Mode	0666
EndSection

Section &quot;Module&quot;
	Load	&quot;bitmap&quot;
	Load	&quot;dbe&quot;
	Load	&quot;ddc&quot;
	Load	&quot;dri&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;
    	SubSection  &quot;extmod&quot;
      	Option    &quot;omit xfree86-dga&quot;
    	EndSubSection
EndSection

Section &quot;Files&quot;
    	RgbPath	&quot;/usr/X11R6/lib/X11/rgb&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;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;Monitor&quot;
	Identifier	&quot;Écran générique&quot;
	Option		&quot;DPMS&quot;
EndSection


Section &quot;Device&quot;
    Identifier  &quot;Standard VGA&quot;
    VendorName  &quot;Unknown&quot;
    BoardName   &quot;Unknown&quot;
    Driver      &quot;vga&quot;
EndSection


Section &quot;Device&quot;
    Identifier                          &quot;ATI Technologies, Inc. FireGL Mobility T2 (M10 NT)&quot;
    Driver                              &quot;fglrx&quot;
    Option &quot;no_accel&quot;                   &quot;no&quot;
    Option &quot;no_dri&quot;                     &quot;no&quot;
    Option &quot;mtrr&quot;                       &quot;off&quot; # disable DRI mtrr mapper, driver has its own code for mtrr
# === Screen Management ===
    Option &quot;DesktopSetup&quot;               &quot;0x00000000&quot; 
    Option &quot;MonitorLayout&quot;              &quot;AUTO, AUTO&quot;
    Option &quot;IgnoreEDID&quot;                 &quot;off&quot;
    Option &quot;HSync2&quot;                     &quot;unspecified&quot; 
    Option &quot;VRefresh2&quot;                  &quot;unspecified&quot; 
    Option &quot;ScreenOverlap&quot;              &quot;0&quot; 
# === TV-out Management ===
    Option &quot;NoTV&quot;                       &quot;yes&quot;     
    Option &quot;TVStandard&quot;                 &quot;NTSC-M&quot;     
    Option &quot;TVHSizeAdj&quot;                 &quot;0&quot;     
    Option &quot;TVVSizeAdj&quot;                 &quot;0&quot;     
    Option &quot;TVHPosAdj&quot;                  &quot;0&quot;     
    Option &quot;TVVPosAdj&quot;                  &quot;0&quot;     
    Option &quot;TVHStartAdj&quot;                &quot;0&quot;     
    Option &quot;TVColorAdj&quot;                 &quot;0&quot;     
    Option &quot;GammaCorrectionI&quot;           &quot;0x00000000&quot;
    Option &quot;GammaCorrectionII&quot;          &quot;0x00000000&quot;
# === OpenGL specific profiles/settings ===
    Option &quot;Capabilities&quot;               &quot;0x00000000&quot;
# === Video Overlay for the Xv extension ===
    Option &quot;VideoOverlay&quot;               &quot;on&quot;
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option &quot;OpenGLOverlay&quot;              &quot;off&quot;
# === Center Mode (Laptops only) ===
    Option &quot;CenterMode&quot;                 &quot;off&quot;
# === Pseudo Color Visuals (8-bit visuals) ===
    Option &quot;PseudoColorVisuals&quot;         &quot;off&quot;
# === QBS Management ===
    Option &quot;Stereo&quot;                     &quot;off&quot;
    Option &quot;StereoSyncEnable&quot;           &quot;1&quot;
# === FSAA Management ===
    Option &quot;FSAAEnable&quot;                 &quot;no&quot;
    Option &quot;FSAAScale&quot;                  &quot;1&quot;
    Option &quot;FSAADisableGamma&quot;           &quot;no&quot;
    Option &quot;FSAACustomizeMSPos&quot;         &quot;no&quot;
    Option &quot;FSAAMSPosX0&quot;                &quot;0.000000&quot;
    Option &quot;FSAAMSPosY0&quot;                &quot;0.000000&quot;
    Option &quot;FSAAMSPosX1&quot;                &quot;0.000000&quot;
    Option &quot;FSAAMSPosY1&quot;                &quot;0.000000&quot;
    Option &quot;FSAAMSPosX2&quot;                &quot;0.000000&quot;
    Option &quot;FSAAMSPosY2&quot;                &quot;0.000000&quot;
    Option &quot;FSAAMSPosX3&quot;                &quot;0.000000&quot;
    Option &quot;FSAAMSPosY3&quot;                &quot;0.000000&quot;
    Option &quot;FSAAMSPosX4&quot;                &quot;0.000000&quot;
    Option &quot;FSAAMSPosY4&quot;                &quot;0.000000&quot;
    Option &quot;FSAAMSPosX5&quot;                &quot;0.000000&quot;
    Option &quot;FSAAMSPosY5&quot;                &quot;0.000000&quot;
# === Misc Options ===
    Option &quot;UseFastTLS&quot;                 &quot;2&quot;
    Option &quot;BlockSignalsOnLock&quot;         &quot;on&quot;
    Option &quot;UseInternalAGPGART&quot;         &quot;no&quot;
    Option &quot;ForceGenericCPU&quot;            &quot;no&quot;
    BusID &quot;PCI:1:0:0&quot;    # vendor=1002, device=4e54
    Screen 0
EndSection

Section &quot;Screen&quot;
    Identifier  &quot;Default Screen&quot;
    Device      &quot;ATI Technologies, Inc. FireGL Mobility T2 (M10 NT)&quot;
    Monitor     &quot;Écran générique&quot;
    DefaultDepth 24
    Subsection &quot;Display&quot;
        Depth       24
        Modes       &quot;1280x1024&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;
        ViewPort    0 0  # initial origin if mode is smaller than desktop
    EndSubsection
EndSection


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

### EOF ###</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (lemerou)]]></author>
			<pubDate>Tue, 19 Jul 2005 20:55:34 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=55997#p55997</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Cedega avec ATI FireGLT2 sur Thinkpad T42p : Steam plante]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=55971#p55971</link>
			<description><![CDATA[<p>C&#039;est bon j&#039;ai trouvé! <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Je poste la solution dès que j&#039;ai finis mes tests!</p>]]></description>
			<author><![CDATA[dummy@example.com (lemerou)]]></author>
			<pubDate>Tue, 19 Jul 2005 19:50:46 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=55971#p55971</guid>
		</item>
		<item>
			<title><![CDATA[[Résolu] Cedega avec ATI FireGLT2 sur Thinkpad T42p : Steam plante]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=55922#p55922</link>
			<description><![CDATA[<p>Bonjour</p><p>J&#039;ai un problème avec &quot;cedega&quot; (le même avec &quot;cvscedega&quot;), j&#039;arrive à démarrer facilement &quot;Steam&quot;, je le lance avec mon compte, etc,... mais lorsque je double clique sur &quot;Counter-Strike&quot; ou &quot;Half-life&quot; l&#039;émulation s&#039;arrête directe.</p><p>En lançant cedega avec la console je vois qu&#039;en erreur c&#039;est : </p><div class="codebox"><pre><code>-Erreur de segmentation : ligne 318 (pour &quot;cedega&quot;)
-Erreur de segmentation : ligne 87 (pour &quot;cvscedega&quot;)</code></pre></div><p>J&#039;ai donc lu sur un forum que c&#039;était peut-être dû au système de partitionnement, j&#039;ai donc tout réinstallé et j&#039;ai le même problème.</p><p>J&#039;utilise les drivers xorg-driver-fglrx fournit par les dépôts et j&#039;ai installé tout ça sans problème, j&#039;ai 2200fps <img src="http://forum.ubuntu-fr.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> sous glxgears ... enfin bref les drivers sont correctements mis.</p><p>Me disant que sa pouvait venir des drivers, j&#039;ai installé les derniers (8.14.13) ... même erreur.</p><p>Je décide donc de voir se que sa donne lorsque <strong>je remet le driver &quot;ati&quot; par défaut, et là le jeu démarre sans problème</strong>, ha bin si problème <img src="http://forum.ubuntu-fr.org/img/smilies/mad.png" width="15" height="15" alt="mad" />, vu que j&#039;utilise l&#039;émulation opengl Mesa je suis qu&#039;à 7fps dans le menu donc c&#039;est même pas la peine.</p><p>[Question] : Quelqu&#039;un a-t-il le même problème sur un Thinkpad T42p ou alors savez vous d&#039;où l&#039;erreur peut venir ?</p><p>PS : La même erreur survient sur la fenêtre de sondage de Steam sur le matériel, je pense que lorsque Steam essaye de connaitre le matos que je possède et qu&#039;il voit ma carte graphique sa plante tout, alors qu&#039;avec le driver par défaut (no 3D) la détection se passe correctement</p>]]></description>
			<author><![CDATA[dummy@example.com (lemerou)]]></author>
			<pubDate>Tue, 19 Jul 2005 17:19:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=55922#p55922</guid>
		</item>
	</channel>
</rss>
