#1 Le 19/07/2005, à 18:19
- lemerou
[Résolu] Cedega avec ATI FireGLT2 sur Thinkpad T42p : Steam plante
Bonjour
J'ai un problème avec "cedega" (le même avec "cvscedega"), j'arrive à démarrer facilement "Steam", je le lance avec mon compte, etc,... mais lorsque je double clique sur "Counter-Strike" ou "Half-life" l'émulation s'arrête directe.
En lançant cedega avec la console je vois qu'en erreur c'est :
-Erreur de segmentation : ligne 318 (pour "cedega")
-Erreur de segmentation : ligne 87 (pour "cvscedega")
J'ai donc lu sur un forum que c'était peut-être dû au système de partitionnement, j'ai donc tout réinstallé et j'ai le même problème.
J'utilise les drivers xorg-driver-fglrx fournit par les dépôts et j'ai installé tout ça sans problème, j'ai 2200fps sous glxgears ... enfin bref les drivers sont correctements mis.
Me disant que sa pouvait venir des drivers, j'ai installé les derniers (8.14.13) ... même erreur.
Je décide donc de voir se que sa donne lorsque je remet le driver "ati" par défaut, et là le jeu démarre sans problème, ha bin si problème , vu que j'utilise l'émulation opengl Mesa je suis qu'à 7fps dans le menu donc c'est même pas la peine.
[Question] : Quelqu'un a-t-il le même problème sur un Thinkpad T42p ou alors savez vous d'où l'erreur peut venir ?
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'il voit ma carte graphique sa plante tout, alors qu'avec le driver par défaut (no 3D) la détection se passe correctement
Dernière modification par lemerou (Le 19/07/2005, à 22:10)
RAZIA: LA rAdio ÉtudiAnte de LAVAL (53) : http://www.radiorazia.com
Hors ligne
#2 Le 19/07/2005, à 20:50
- lemerou
Re : [Résolu] Cedega avec ATI FireGLT2 sur Thinkpad T42p : Steam plante
C'est bon j'ai trouvé!
Je poste la solution dès que j'ai finis mes tests!
RAZIA: LA rAdio ÉtudiAnte de LAVAL (53) : http://www.radiorazia.com
Hors ligne
#3 Le 19/07/2005, à 21:55
- lemerou
Re : [Résolu] Cedega avec ATI FireGLT2 sur Thinkpad T42p : Steam plante
Alors la solution :
En partant du /etc/X11/xorg.conf de base (carte ATI installée par le biais du tutorial http://wiki.ubuntu-fr.org/materiel/ati), j'ai ajouté la ligne
Option "UseFastTLS" "2"
dans la section device, ce qui donne :
Section "Device"
Identifier "ATI Technologies, Inc. FireGL Mobility T2 (M10 NT)"
Driver "fglrx"
Option "UseFastTLS" "2"
BusID "PCI:1:0:0"
Screen 0
EndSection
Et avec cette ligne, le jeu démarre sans problème
Voici tout mon xorg.conf qui fonctionne parfaitement pour ceux qui veulent, avec des options en plus pour la carte graphique
# File: xorg.conf
Section "DRI"
Mode 0666
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr-latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. FireGL Mobility T2 (M10 NT)"
Driver "fglrx"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "2"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=4e54
Screen 0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. FireGL Mobility T2 (M10 NT)"
Monitor "Écran générique"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Server Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
### EOF ###
Dernière modification par lemerou (Le 19/07/2005, à 21:56)
RAZIA: LA rAdio ÉtudiAnte de LAVAL (53) : http://www.radiorazia.com
Hors ligne