Bonjour,
voilà, ça m’a pris aujourd’hui j’ai voulu tester la dernière version de Tile Racer. Hors j’ai de gros problèmes de textures.
Voir le Fichier : tileracer.jpg
En observant mon xorg.conf j’ai remarqué que je n’avais aucune section “modules”. J’ai donc rajouter quelques trucs trouver sur le net. Mais n’ayant pas trouvé de véritable documentation sur les options de xorg je ne sais pas si elles sont vraiment adapté à mon cas.
Voici mon xorg.conf :
[code]# nvidia-xconfig: X configuration file generated by nvidia-xconfig
nvidia-xconfig: version 1.0 (buildmeister@builder63) Mon May 19 00:33:37 PDT 2008
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 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 “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “Emulate3Buttons” “true”
#EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen “Default Screen” 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “YAxisMapping” "4 5"
Option “Emulate3Buttons” "true"
EndSection
Section "Monitor"
Identifier "LS902U"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7600 GT]"
Driver "nvidia"
Option “AddARGBVisuals” "True"
VideoRam 262144
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GT]"
Monitor "LS902U"
DefaultDepth 24
Option “TwinView” "0"
Option “TwinViewXineramaInfoOrder” "CRT-0"
Option “metamodes” "1600x1200_70 +0+0; 1600x1200 +0+0; 1280x1024 +0+0; 1280x960 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
Option “UseFBDev” "true"
Option "NoLogo"
Option “TripleBuffer” "True"
Option “AddARGBGLXVisuals” "True"
Option “AllowGLXWithComposite” "True"
Option “RenderAccel” "true"
SubSection "Display"
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection
#Section “Extensions”
Option “Composite” “Enable”
Option “RENDER” “Enable”
#EndSection
[/code]
Pour info je suis sous Lenny avec Fluxbox.
Merci de votre aide.