Je viens de changer de carte graphique (ATI 8500 -> 9800Pro) et après avoir un peu merdouillé en essayant de remettre l'acceleration graphique, j'ai decidé de tout réinstaller.
 
Bref, j'ai fait la net install de Debian (sarge), j'ai installé lsb et environnement fr avec tasksel (c'est la 1ere fois que j'utilise ça, je voulais voir, mais bon j'ai l'impression que ca installe trop de choses inutile  ), j'ai tout upgrader en sid, puis j'ai installé x-window-system, gnome-core et gdm.
), j'ai tout upgrader en sid, puis j'ai installé x-window-system, gnome-core et gdm.
 
Mais impossible de démarrer X.
Dans XFree86.0.log, j'ai le message suivant :  
 
| Citation : 
 
 
(II) Primary Device is: PCI 02:00:0
 (EE) No devices detected.
 
 Fatal server error:
 no screens found
 
 
 | 
 
Ca fait pas mal de fois que j'installe une Debian comme ça, j'ai jamais eu ce probleme ... peut être n'aime t-il pas ma nouvelle carte graphique, mais pourtant il a l'air de l'avoir bien détecter.
Je vois pas ce qui peut donner ce résultat, et du coup je vois pas comment réparer ça  
Voila quand même mon XFree86-4.conf, ca peut peut-être aider :
 
| Citation : 
 
 
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"
 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"
 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  "keyboard"
 Option  "CoreKeyboard"
 Option  "XkbRules"	"xfree86"
 Option  "XkbModel"	"pc105"
 Option  "XkbLayout"	"fr"
 EndSection
 Section "InputDevice"
 Identifier	"Configured Mouse"
 Driver  "mouse"
 Option  "CorePointer"
 Option  "Device"  "/dev/input/mice"
 Option  "Protocol"  "ImPS/2"
 Option  "Emulate3Buttons"	"true"
 Option  "ZAxisMapping"  "4 5"
 EndSection
 Section "Device"
 Identifier	"ATI Technologies, Inc. Radeon R350 [Radeon 9800]"
 Driver  "apm"
 EndSection
 Section "Monitor"
 Identifier	"Generic Monitor"
 HorizSync	28-50
 VertRefresh	43-75
 Option  "DPMS"
 EndSection
 Section "Screen"
 Identifier	"Default Screen"
 Device  "ATI Technologies, Inc. Radeon R350 [Radeon 9800]"
 Monitor  "Generic Monitor"
 DefaultDepth	24
 SubSection "Display"
 Depth  1
 Modes  "1024x768" "800x600"
 EndSubSection
 SubSection "Display"
 Depth  4
 Modes  "1024x768" "800x600"
 EndSubSection
 SubSection "Display"
 Depth  8
 Modes  "1024x768" "800x600"
 EndSubSection
 SubSection "Display"
 Depth  15
 Modes  "1024x768" "800x600"
 EndSubSection
 SubSection "Display"
 Depth  16
 Modes  "1024x768" "800x600"
 EndSubSection
 SubSection "Display"
 Depth  24
 Modes  "1024x768" "800x600"
 EndSubSection
 EndSection
 Section "ServerLayout"
 Identifier	"Default Layout"
 Screen  "Default Screen"
 InputDevice	"Generic Keyboard"
 InputDevice	"Configured Mouse"
 EndSection
 Section "DRI"
 Mode	0666
 EndSection
 
 
 | 
 
Si quelqu'un a un début de solution, il sera le bienvenue   
 
 
Message édité par Slayne le 21-06-2004 à 09:14:39