Etch nvidia 7300 LE

je suis enfin arrivé à faire marcher la 3D sur ma debian etch,
carte nvidia 7300 LE.
J’ai suivi la “debian way”, je reconfigure le xorg.conf, je fais Ctrl-Alt-Backspace. Le serveur x se lance et j’obtiens l’écran de log, puis la session en 3D.

Mais quand je reboote pas de session, gdm ne lance pas et je n’ai qu’un écran bleu avec rectangle blanc sur noir au milieu

Comment faire?Que manque-t-il?
Merci de votre réponse

réinstalle gdm pour voir !

# apt-get install gdm --reinstall

réinstaller gdm n’a rien changé

je viens de repasser en driver nv pour redémarrer en 2D
je me suis peut-être mal expliqué. Quand je veux rebooter avec le driver nvidia le server X ne se lance pas et j’ai toujours le même écran bleu avec un rectangle au milieu

debian etch carte nvidia 7300 LE

  • Et tu as installé le pilote de etch ou sid ?
  • Y a-t-il un quelconque message dans ton « écran bleu avec rectangle au milieu » ?
  • Que donnent les journaux ?
  • etc.

En tous cas, il nous manque des infos comme l´a signale SGC.Alex

merci de vos réponses, quelques infos en plus

j’ai installé le pilote nvidia etch (je n’ai que des sources etch), avec le module assistant (auto install nvidia) puis nvidia glx

rien dans l’écran bleu sinon des espaces blancs sur fond de rectangle noir au milieu

quand aux journaux je suis débutant; il semble à la lecture du rapport suite à l’échec du serveur X au boot que le driver nvidia (1.0.8776-4) se charge bien

je ne sais quoi ajouter excusez mon peu d’expérience

Hello :smt006

Peux-tu nous dire :

cat /var/log/Xorg.0.log | grep EE
cat /etc/X11/xorg.conf
dpkg -l | grep nvidia

Sinon, ta carte se trouve bien dans la liste des cartes supportées

Ci-joint les résultats des 3 commandes

cat /var/log/Xorg.0.log | grep EE

    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.

(II) Loading extension MIT-SCREEN-SAVER

cat /var/log/Xorg.0.log | grep EE

    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.

(II) Loading extension MIT-SCREEN-SAVER
herve@debian-rv:~$ cat /etc/X11/xorg.conf

/etc/X11/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 /etc/X11/xorg.conf manual page.

(Type “man /etc/X11/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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath “/usr/X11R6/lib/X11/fonts/75dpi”
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
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"
Option “Emulate3Buttons” "true"
EndSection

Section "Device"
Identifier "nVidia Corporation GeForce 7300 LE"
Driver "nvidia"
BusID "PCI:6:0:0"
VideoRam 256000
EndSection

Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation GeForce 7300 LE"
Monitor "Écran générique"
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

Section "DRI"
Mode 0666
EndSection

dpkg -l | grep nvidia

ii nvidia-glx 1.0.8776-4 NVIDIA binary XFree86 4.x driver
rc nvidia-glx-dev 1.0.8776-4 NVIDIA binary XFree86 4.x / Xorg driver deve
rc nvidia-glx-legacy 1.0.7184-3 NVIDIA binary Xorg driver (legacy version)
ii nvidia-kernel-2.6.18-6-686 1.0.8776-4+2.6.18.dfsg.1-18etch6 NVIDIA binary kernel module for Linux 2.6.18
ii nvidia-kernel-common 20051028+1 NVIDIA binary kernel module common files
ii nvidia-kernel-source 1.0.8776-4 NVIDIA binary kernel module source

Encore merci et à plus