Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
782 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Debian etch - GDM - nvidia - Beryl

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Debian etch - GDM - nvidia - Beryl

n°940465
f4b06
Posté le 05-08-2007 à 02:08:09  profilanswer
 

Bonjour à tous et à toutes,
Je tourne sous Linux Debian etch et je viens tout juste d'installer les drivers nvidia pour ma Geforce 5200.
J'ai par la suite installé Beryl pour les effets 3D.
J'ai eu un peu de mal à configurer tout ça car je débute sous Linux.
Le problème est que depuis que j'ai installé les drivers nvidia + Beryl j'ai un nouveau kernel proposé au démarrage de ma machine (2.6.18-4-k7) alors que je tournais avec un noyau 2.6.18-4-486.
Tout marchait bien en lancant le nouveau noyau 2.6.18-4-k7 jusqu'à ce que je décide de changer mes drivers nvidia pour la beta 9.
Depuis impossible de redémarrer GDM depuis le nouveau noyau alors qu'avec l'ancien tout marche bien (sauf Beryl qui plante au lancement).
 
Comment se fait-il que X marche sous l'ancien kernel et pas avec le nouveau alors que xorg.conf est apparement la meme config chargée pour les 2 noyaux?
Quelqu'un as-t'il une idée pour refaire marcher X avec le nouveau noyau ?
Pourquoi ma machine vige-t'elle lorsque je tente de lancer Beryl depuis l'ancien noyau? (la sourie bouge mais plus rien d'autre ne réponds lorsque je lance #beryl ou #beryl-manager)
Pk le méssage "No GLX_EXT_texture_from_pixmap" lors du lancement de Beryl avec l'argument --test-only ?
 
Merci d'avance,
Fabien.
 
Il m'affiche l'érreur qui suit au démarrage de la machine :
 

Citation :


Current Operating System: Linux debian 2.6.18-4-k7 #1 SMP Wed May 9 23:42:01 UTC 2007 i686
Build Date: 04 April 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug  4 20:14:55 2007
(==) Using config file: "/etc/X11/xorg.conf"
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0):     that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0):     that the NVIDIA device files have been created properly.
(EE) NVIDIA(0):     Please consult the NVIDIA README for details.
(EE) NVIDIA(0):  *** Aborting ***
(EE) Screen(s) found, but none have a usable configuration.
 
Fatal server error:
no screens found


 
Méssage renvoyé par la commande beryl --test-only :
 

Citation :


**************************************************************
* Beryl system compatiblity check                            *
**************************************************************
 
Detected xserver                                : NVIDIA
 
Checking Display :0.0 ...
 
Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed
 
Checking Screen 0 ...
 
Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : failed
 
No GLX_EXT_texture_from_pixmap
 


 
Contenu de xorg.conf :
 

Citation :


Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    Option         "AIGLX" "true"
EndSection
 
Section "Files"
EndSection
 
Section "Module"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
    Load    "dbe"
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 "Monitor"
    Identifier     "SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection
 
Section "Device"
    Identifier     "nVidia Corporation NV34 [GeForce FX 5200]"
    Driver         "nvidia"
    Option         "AllowGLXWithComposite" "true"
    Option         "XAANoOffscreenPixmaps"   "true"
    Option       "TripleBuffer"   "true"
EndSection
 
Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV34 [GeForce FX 5200]"
    Monitor        "SyncMaster"
    Option     "AddARGBGLXVisuals"   "true"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
 
Section "Extensions"
        Option     "Composite" "Enable"
EndSection

mood
Publicité
Posté le 05-08-2007 à 02:08:09  profilanswer
 

n°945565
UlTiMaTiA
Posté le 21-08-2007 à 20:13:22  profilanswer
 

Salut tu as bien installé les sources du nouveau kernel ?


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Debian etch - GDM - nvidia - Beryl

 

Sujets relatifs
[Debian] Differnece entre paquet, ex : diaDebian Etch, problèmes avec APT
[ Debian Etch ] Question sur update-rc.d[debian] Erreur recompilation noyau 2.6.21
[Debian] Problème d'installation (Serveur X et Disque dur SATA)Debian plus de noyau
Installation debian sur clef USB[résolu][debian] Souris USB non attachée
Plus de sujets relatifs à : Debian etch - GDM - nvidia - Beryl


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR