#1 Le 15/02/2007, à 11:51
- gazmanix
problème de démarrage du serveur X depuis Envy
Bonjour à tous.
Il se produit une chose étrange depuis que j'ai installé Envy et le dernier driver nvidia.
Lors du démarrage du PC, le serveur X plante et ne se lance pas, me disant que GLX n'existe pas. Je suis donc sous la console, je me log puis je tape : 'startx' sans rien faire d'autre et X démarre. Faut qu'on m'explique là.
'nvidia-glx' est bien installé et tous ce qui va bien avec, les 'linux-restricted-module' et tout et tout...
Mon xorg.conf est le suivant, j'ai déjà essayé de coter les ligne où XGL, OpenGL et GLS apparait mais c'est pareil...
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
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" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
BusID "PCI:1:0:0"
VideoRam 131072
Driver "nvidia"
# Option "NoLogo"
Option "NoDCC"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "on"
Option "UseInternalAGPGART" "no"
Option "NvAGP" "3"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "true"
Option "Coolbits" "1"
# --- pour beryl ---
# Option "AddARGBGLXVisuals" "true"
# Option "TripleBuffer" "true"
EndSection
#
# ---------- section rajoutee pour la sortie TV --------------
#
Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]1"
Driver "nvidia"
# Option "NoLogo"
Option "NoDCC"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "on"
Option "UseInternalAGPGART" "no"
Option "NvAGP" "3"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "true"
Option "Coolbits" "1"
VideoRam 131072
BusID "PCI:1:0:0"
Option "DPMS"
Option "IgnoreEDID" "1"
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "Metamodes" "1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480;"
Option "TwinViewOrientation" "Clone"
# Option "TVOutFormat" "COMPOSITE"
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "TV"
# --- pour beryl ---
# Option "AddARGBGLXVisuals" "true"
# Option "TripleBuffer" "true"
Screen 1
EndSection
#
# ---------- FIN section rajoutee pour la sortie TV --------------
#
Section "Monitor"
Identifier "S/T 97B/96B"
Option "DPMS"
HorizSync 30-100
VertRefresh 50-160
EndSection
#
# ---------- section rajoutee pour la sortie TV --------------
#
Section "Monitor"
Identifier "TV_Monitor"
VendorName "Philips"
ModelName "PAL TV"
HorizSync 30.0 - 50.0
VertRefresh 60.0 - 60.0
EndSection
#
# ---------- FIN section rajoutee pour la sortie TV --------------
#
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "S/T 97B/96B"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
#
# ---------- section rajoutee pour la sortie TV --------------
#
Section "Screen"
Identifier "TV"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]1"
Monitor "TV_Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
#
# ---------- FIN section rajoutee pour la sortie TV --------------
#
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 "TV" RightOf "Default Screen"
# Screen 1 "TV"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Please hepl me to reboot normaly
GAZ !
Hors ligne
#2 Le 15/02/2007, à 12:01
- gazmanix
Re : problème de démarrage du serveur X depuis Envy
Sorry, j'ai pas mis ma config : Ubuntu Edgy Eft, nvidia GeForce FX5200, CPU : AMD2000+, le reste on s'en fout...
les derniers drivers nvidia installé. D'ailleurs depuis Envy, je peux pas réinstaller les anciens drivers .. ???
GAZ !
Hors ligne
#3 Le 15/02/2007, à 15:00
- paulmillot
Re : problème de démarrage du serveur X depuis Envy
Salut gazmanix,
As-tu remarqué que tu as deux fois
driver "nvidia"
dans la Section "Device" de ton fichier.
Je ne sais pas si c'est la source de ton problème mais c'est fort possible...
P
Dernière modification par paulmillot (Le 15/02/2007, à 15:02)
OSx86 iATKOS / Ubuntu 6.10 / Windows XP PRO - Intel Q6600 / GA-P35-DS3 / Nvidia GeForce 7300GT 256Mo / 3 Go pc6400 800Mhz
Hors ligne
#4 Le 16/03/2007, à 23:20
- phossele
Re : problème de démarrage du serveur X depuis Envy
J'ai moi aussi une FX 5200...et je ne suis jamais parvenu à avoir l'accélération ...Toutes mes tentatives se sont soldées par un mv xorg.conf.sav xorg.conf
Pourtatnt je ne suis plus un débutant et j'ai suivi scrupuleusement, et plusieurs fois, les tutos...
:-(
Avatar par Killyoh sur Crystalxp.net
Tout le monde est capable de créer un système incapable de fonctionner.
-+- Georges Courteline -+-
Hors ligne