Faire un don ! | | style | statistiques | contactez-nous | plan | lettre d'information

Linux.debian : Linux debian 2.6.16-2-686

Posté par ceseb () le 02 septembre 2006
Bonjour je me suis lancé dans un une upgrade de ma sarge au profit d'une etch.

Et donc une migration de XFree4.3 vers Xorg 7.

Après installation des paquets, impossible de lancer la commande xorgconfig! (la complétion de ligne me donne uniquement xon).



J'ai désinstallé/réinstalle avec dselect les packages concernés:

ii x-dev 7.0.4-3 dummy package for transition purposes

ii x-window-system 7.0.22 transitional package for Debian etch

ii x11-common 7.0.22 X Window System (X.Org) infrastructure

ii x11proto-core-dev 7.0.4-3 X11 core wire protocol and auxiliary headers

ii x11proto-fonts-dev 2.0.2-4 X11 font extension wire protocol

ii x11proto-input-dev 1.3.2-4 X11 Input extension wire protocol

ii x11proto-kb-dev 1.0.2-3 X11 XKB extension wire protocol

ii x11proto-render-dev 0.9.2-4 X11 Render extension wire protocol

ii x11proto-video-dev 2.2.2-4 X11 Video extension wire protocol

ii x11proto-xext-dev 7.0.2-5 X11 various extension wire protocol

ii xbase-clients 7.1.ds-3 miscellaneous X clients

rc xlibmesa-gl 4.3.0.dfsg.1-14sarge1 Mesa 3D graphics library [XFree86]

rc xlibs 4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configuration dat

ii xml-core 0.09-0.1 XML infrastructure and XML catalog file supp

ii xorg 7.0.22 X.Org X Window System

ii xserver-xfree86 7.0.22 transitional package for moving from XFree86

ii xserver-xorg 7.0.22 the X.Org X server

ii xserver-xorg-core 1.0.2-9 X.Org X server -- core server

ii xserver-xorg-dev 1.0.2-9 X.Org X server -- development files

ii xserver-xorg-input-all 7.0.22 the X.Org X server -- input driver metapacka

ii xserver-xorg-input-evdev 1.0.0.5-2 X.Org X server -- evdev input driver

ii xserver-xorg-input-kbd 1.0.1.3-2 X.Org X server -- keyboard input driver

ii xserver-xorg-input-mouse 1.0.4-3 X.Org X server -- mouse input driver

ii xserver-xorg-input-synaptics 0.14.6-1 Synaptics TouchPad driver for X.Org/XFree86

ii xserver-xorg-input-wacom 0.7.4.1-3 X.Org X server -- wacom input driver

ii xserver-xorg-video-neomagic 1.0.0.5-2 X.Org X server -- Neomagic display driver

ii xserver-xorg-video-siliconmotion 1.3.1.5-3 X.Org X server -- SiliconMotion display driv

ii xserver-xorg-video-voodoo 1.0.0.5-2 X.Org X server -- Voodoo display driver




Même un dpkg-reconfigure xserver-xorg ne me permet pas de lancer X, je sais pas quoi faire.



Mon source.list c'est ça:



# PACKAGES DE BASES

deb http://ftp.fr.debian.org/debian testing main contrib non-free



# PACKAGES DE SECURITES

deb http://secure-testing.debian.net/debian-secure-testing etch/security-updates main contrib non-free

> Lire le message (5 commentaires, moyenne: 2,4).  

Vous avez demandé le commentaire #749742.

v'la les infos

Posté par ceseb () le 02/09/2006 à 12:25. (lien). Évalué à 1.

alors le xorg.conf par défaut:

# /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.

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 "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "fr"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
Identifier "Carte vidéo générique"
Driver "neomagic"
EndSection

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

Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
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


Je suis bien conscient qu'il est minimal, ce qui m'a pris au dépourvu, c'est l'absence de l'utilitaire xorgconfig !

Les erreurs du Xorg.log:
(EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
(EE) Failed to load module "GLcore" (loader failed, 7)
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to load module "speedo" (module does not exist, 0)
(EE) No devices detected.


Ma carte c'est une nvidia geforce4 mx, elle marchait bien avec les pilotes 7174, par contre la version de gcc 4.1 n'est pas adapté pour compiler les derniers nvidia (version 81...), gcc 4.0 requis, je verrais après avoir résout le prob en cours, MERCI.

  • [^]mauvais pilote

    Posté par symoon (page perso, ) le 02/09/2006 à 12:46. (lien). Évalué à 2.

    Ma carte c'est une nvidia geforce4 mx, elle marchait bien avec les pilotes 7174, par contre la version de gcc 4.1 n'est pas adapté pour compiler les derniers nvidia (version 81...), gcc 4.0 requis, je verrais après avoir résout le prob en cours, MERCI.


    Alors il te faut soit le driver libre "nv", soit utiliser le driver proprio, mais avec ce driver "neomagic", je doute que cela fonctionne.

    Driver "neomagic"


    Essaie de lancer "dpkg-reconfigure -phigh xserver-xorg" en tant que root et choisis le driver "nv" qui devrait te fournir un affichage acceléré au moins pour lire les vidéos.

    Pour la 3d, tu devras installer les pilotes propriétaires, mais comme tu dis, tu peux prévoir ça dans un second temps.

    • [^]Re: mauvais pilote

      Posté par alban () le 02/09/2006 à 18:57. (lien). Évalué à 1.

      si tu veux utiliser le driver nv il faut installer le paquet xsever-xorg-video-nv, pour vesa xserver-xorg-video-vesa etc...

      une fois que tu seras en mode graphique tu pourras passer ensuite au driver proprietaire.