[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Pb après install de Gnome



Bonsoir la liste,

Je suis en SID, noyau 2.6.9 Debian.
Après avoir pas mal appris en utilisant fluxbox, puis xfce4, et compte-tenu des performance de mon portable, j'ai tenté :

1) la désinstallation de fluxbox
2) la désinstallation de xfce4
3) l'installation de gnome
4) l'installation de gdm

au lancement de gdm, erreur, au lancement de startx, erreur.

Voici les erreurs de XF86.log.0 :

(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(EE) NVIDIA(1): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(1):  *** Aborting ***
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found

Pourtant, tout celà fonctionnait avec XFCE4 ...

Si celà peut vous aider, voici mon XF86Config-4 :

# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edited by root@tethys, 03.01.2003.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
   FontPath    "unix/:7100"            # local font server
   # if the local font server has problems, we can fall back on these
   #FontPath    "/usr/lib/X11/fonts/misc:unscaled"
   #FontPath    "/usr/lib/X11/fonts/75dpi:unscaled"
   #FontPath    "/usr/lib/X11/fonts/100dpi:unscaled"
   #FontPath    "/usr/lib/X11/fonts/Speedo"
   #FontPath    "/usr/lib/X11/fonts/Type1"
   #FontPath    "/usr/lib/X11/fonts/CID"
   #FontPath    "/usr/share/fonts/truetype"
   #FontPath    "/usr/share/fonts/truetype/ttf-bitstream-vera"
   #FontPath    "/usr/share/fonts/truetype/freefont"
       FontPath        "/usr/lib/X11/fonts/misc"
       #FontPath        "/usr/lib/X11/fonts/cyrillic"
       FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
       FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
       FontPath        "/usr/lib/X11/fonts/Type1"
       #FontPath        "/usr/lib/X11/fonts/CID"
       FontPath        "/usr/lib/X11/fonts/Speedo"
       FontPath        "/usr/lib/X11/fonts/100dpi"
       FontPath        "/usr/lib/X11/fonts/75dpi"
       FontPath        "/usr/lib/X11/fonts/truetypes"
       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
       #FontPath        "/usr/share/fonts/truetype"
       #FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
       #FontPath        "/usr/share/fonts/truetype/openoffice"
       #FontPath        "/usr/share/fonts/truetype/freefont"
       #FontPath        "/usr/share/fonts/type1"
       #FontPath        "/usr/share/fonts/type1/gsfonts"
       ModulePath      "/usr/X11R6/lib/modules"
EndSection

Section "Module"
   Load    "dbe"
   SubSection "extmod"
       Option "xfree86-dga"
   EndSubSection
   Load    "freetype"
#    Load    "xtt"
   Load    "type1"
   Load    "speedo"
#    Load    "dri"
   Load    "glx"
#    Load    "synaptics"
EndSection

Section "InputDevice"
   Identifier    "Internal Keyboard"
   Driver        "keyboard"
   Option        "XkbRules"    "xfree86"
   Option        "XkbModel"    "pc105"
   Option        "XkbLayout"    "fr"
   Option        "AutoRepeat"    "250 33.3"
EndSection

Section "InputDevice"
   Identifier    "Internal Mouse"
   Driver        "mouse"
   Option        "Device"        "/dev/psaux"
   Option        "Protocol"        "PS/2"
   Option        "Emulate3Buttons"    "true"
   Option        "ZAxisMapping"        "4 5"
EndSection

Section "InputDevice"
   Identifier    "USB Mouse"
   Driver        "mouse"
   Option        "Device"        "/dev/input/mice"
   Option        "Protocol"        "IMPS/2"
   Option        "Emulate3Buttons"    "false"
   Option         "buttons"        "5"
   Option        "ZAxisMapping"        "4 5"
EndSection

Section "Device"
   Identifier    "VGA"
   Driver        "nvidia"
   BusID        "PCI:01:00:0"
   VideoRam    131072
   Screen        0
   VendorName    "NVidia"
   #BoardName    "GeForce4 4200 Go"
   BoardName    "GeForce FX Go5650"

   Option        "NoLogo" "0"
   Option        "TwinView" "0"
   #Option        "TwinViewOrientation" "Clone"
   Option        "NoRenderAccel" "0"
   #Option        "PageFlip" "1"
   Option        "DigitalVibrance" "2"
   Option        "SWCursor" "0"
   Option        "HWCursor" "1"
   Option        "CursorShadow" "1"
   Option        "CursorShadowAlpha" "64"
   Option        "CursorShadowXOffset" "4"
   Option        "CursorShadowYOffset" "2"
EndSection

Section "Device"
   Identifier    "TVOut"
   Driver        "nvidia"
   BusID        "PCI:01:00:0"
   VideoRam    131072
   Screen        1
   VendorName    "NVidia"
   #BoardName    "GeForce4 4200 Go"
   BoardName    "GeForce FX Go5650"
Option "NoLogo" "0"
   Option        "TwinView" "1"
   Option        "TwinViewOrientation" "Clone"
#    Option        "TVOutFormat" "COMPOSITE"
   Option        "TVStandard" "PAL-B"
   Option        "ConnectedMonitor" "TV"
   Option        "MetaModes" "1280x1024@1280x1024,800x600@1280x1024"
EndSection

Section "Monitor"
   Identifier    "LCD"
   ModelName    "Dell LCD"
   VendorName    "Dell"
   HorizSync    31.5-100.0
   VertRefresh    30.0-90.0

   Option        "DPMS"
   Option        "FlatPanelProperties" "Scaling = aspect-scaled"
   #Option        "CalcAlgorithm" "CheckDesktopGemoetry"

   #Modeline    "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
ModeLine "1680x1050" 221.31 1680 1752 2112 2256 1050 1052 1064 1090 #90Hz #ModeLine "1680x1050" 210.42 1680 1712 2504 2536 1050 1070 1083 1103 #75Hz #ModeLine "1680x1050" 154.20 1680 1712 2296 2328 1050 1071 1081 1103 #60Hz

EndSection

Section "Monitor"
   Identifier    "TV"
   ModelName    "PAL TV"
   VendorName    "ITT"
   HorizSync    30-50
   VertRefresh    60
EndSection

Section "Screen"
   Identifier    "Internal Screen"
   Device        "VGA"
   Monitor        "LCD"
   DefaultDepth    24

   SubSection "Display"
       Depth     8
Modes "1680x1050" "1400x1050" "1280x1024" "1280x800" "1024x800" "800x600"
   EndSubSection
   SubSection "Display"
       Depth     16
Modes "1680x1050" "1400x1050" "1280x1024" "1280x800" "1024x800" "800x600"
   EndSubSection
   SubSection "Display"
       Depth     24
Modes "1680x1050" "1400x1050" "1280x1024" "1280x800" "1024x800" "800x600"
   EndSubSection
EndSection

Section "Screen"
   Identifier    "External TV"
   Device        "TVOut"
   Monitor        "TV"
   DefaultDepth    16

   SubSection "Display"
       Depth    16
       Modes    "1280x1024" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier    "Default Layout"
   InputDevice    "Internal Keyboard" "CoreKeyboard"
   InputDevice    "Internal Mouse" "SendCoreEvents"
   InputDevice    "USB Mouse" "CorePointer"
   Screen        "Internal Screen"
   Screen        "External TV" LeftOf "Internal Screen"

   Option        "Clone" "on"
   Option        "Xinerama" "off"
EndSection

Section "DRI"
   Group    "video"
   Mode    0666
EndSection

Merci d'avance de votre aide.

Patrice.



Reply to: