Pages : 1
#1 Le 26/02/2006, à 01:00
- Infinity
[résolu]Pb carte graphique/Xorg
Salut!
J'ai un ptit problème qui traine depuis que j'ai linux(6 mois environ)
Ma carte graphique est bizarre: c'est une nVidia, mais je dois faire une entorse au tuto d'installation de driver nvidia-glx si je veux que X marche:
à un certain moment, on doit changer le nom du driver de nv en nvidia (ou l'inverse). Eh bien, si je le fais, j'ai un plantage de X, qui me dit qu'il est mal configuré.
Seulement, là, j'ai un problème très chiant: aléatoirement, X devient fou, mon affichage marche encore, mais on dirait celui d'une télé qui ne capte rien (vs savez, la neige, mais moi c'est multicolore en plus de ça )) ( http://img102.imageshack.us/img102/1550/capture1ml.jpg )
Et c'est pas tout: au moment où je vous écris, si j'utilise les flèches pour retourner en arrière, je vois des restes du passage du curseur partout où il passe. Su Gimp, j'ai des trainées au passage de la souris(plus fins que si je peignais).
( http://img113.imageshack.us/img113/1419/cursor14di.png et http://img301.imageshack.us/img301/2708/cursor18vp.png )
Je peux aussi vous fournir ça:
david@192:~$ cat /proc/driver/nvidia/cards/0
Model: GeForce Go 6200
IRQ: 16
Video BIOS: ??.??.??.??.??
Card Type: PCI-E
et ça:
david@192:~$ lspci | grep VGA | grep nVidia
0000:03:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0167 (rev a1)
Voilà mon Xorg.conf:
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/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"
EndSectionSection "Module"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSectionSection "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSectionSection "Device"
Identifier "NVIDIA Corporation NV40M? [GeForce Go 6200]"
Driver "nv"
BusID "PCI:3:0:0"
EndSectionSection "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 30-67
VertRefresh 30-60
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSectionSection "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV40M? [GeForce Go 6200]"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSectionSection "DRI"
Mode 0666
EndSection
EDIT: je viens de me rendre compte que le sujet aurait plus sa place dans "serveurs graphique" désolé.
Dernière modification par Infinity (Le 26/02/2006, à 16:18)
Hors ligne
#2 Le 26/02/2006, à 14:53
- Infinity
Re : [résolu]Pb carte graphique/Xorg
J'ai rajouté des informations récoltées par ligne de commande
Hors ligne
#3 Le 26/02/2006, à 15:24
- dylhoxic
Re : [résolu]Pb carte graphique/Xorg
C'est une suggestion mais tu pourrais installer les derniers drivers nvidia sur leur site ...
Kubuntu++
Hors ligne
#4 Le 26/02/2006, à 16:18
- Infinity
Re : [résolu]Pb carte graphique/Xorg
http://forum.ubuntu-fr.org/viewtopic.php?id=20762 <--- résolu en suivant le tuto du 2° post
En effet, celà consiste à installer les drivers sur le site nVidia
gimp et le curseur sont résolus, reste à voir pour le plantage. Mais ça devrait être bon.
Hors ligne