[Résolu]X -configure et glxinfo | grep OpenGl et des errors

Bonjour, je souhaite configurer le serveur X dans le but de faire reconnaitre mon second ecran qui est branché

uname -aLinux debian 2.6.17-2-486 #1 Wed Sep 13 15:56:30 UTC 2006 i686 GNU/Linux

Ma carte graphique est une GeForce FX 5900 XT et j’ai installé les drivers comme proposé dans la partie Trucs et Astuces :
http://forum.debian-fr.org/viewtopic.php?t=1682&highlight=nvidia

Dans KDE j’ouvre une console et dans le shell je met en utilisateur :

$ X -configure X: user not authorized to run the X server, aborting.
en root :

# X -configure Fatal server error: Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again.

De même glxinfo | grep OpenGl :

$ glxinfo | grep OpenGl pas de reponse et nouveau prompt

et

[code]# glxinfo | grep OpenGl
Xlib: connection to “:0.0” refused by server
Xlib: No protocol specified

Error: unable to open display (null)[/code]

En partie le fichier /etc/X11/org.conf

[code]Section "Module"
Load "bitmap"
Load "dbe"
Load “ddc”
#Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "v4l"
Load "vbe"
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"
EndSection

Section "Device"
Identifier "NVIDIA GeForce FX 5900 XT"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Sony"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA GeForce FX 5900 XT"
Monitor "Sony"
DefaultDepth 24
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
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection[/code]

Pourquoi ces deux commandes ne fonctionnent pas ?

pour palier à ce genre de problèmes de droits et de connection refused, j’utilise sudo et kdesu(pour les appli graphiques en superutilisateur)…

après je vois pas trop d’où cela peut venir

Ce n’est pas mieux avec sudo.

bon ben essaye dpkg-reconfigure xserver-xorg

c’est surtout que ces commandes doivent être effectuées quand X est arrèté :wink:

J’ai quitter KDE et au moment du login j’ai choisi le mode console pour ne pas charger le serveur X.X -configurecette commande fonctionne alors.

Néanmoins glxinfo | grep OpenGl ne retourne pas ce que je voudrais.