Section Device de ton xorg.conf:
Section "Device"
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "RV280 [Radeon 9200 PRO]"
BusID "PCI:1:0:0"
Option "AGPMode" "4"
Option "ColorTiling" "on"
Option "EnablePageFlip" "on"
Option "AGPFastWrite" "on"
EndSection
du mien:
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "All"
BoardName "All"
Option "AGPMode" "4"
Option "EnablePageFlip" "on"
Option "AccelMethod" "EXA"
Option "DRI" "true"
EndSection
Je considère ma carte comme étant vieille (laptop de 2001-2002). Tu peux peut-être considérer la tienne comme "pas si vieille" (genre 2003-2004 environ ?)
La doc archlinux anglophone dit:"
Page Flip is generally safe to enable. This would mostly be used on older cards, as enabling this would disable EXA. With recent drivers can be used together with EXA. "
Ok, alors ne touchons à rien.(Sauf la ligne DRI qui est absente, bien sûr)
Ta section Screen:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
la mienne:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
en fait je pourrais ne garder que ça:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Mais je vais ajouter
Group "video" dans la section DRI, comme montré dans le wiki anglais. Si ça ne fait pas de bien, ça ne fera pas de mal.
PS: quand et avec quoi jouais-tu à teeworlds ?