Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 12/03/2007, à 23:18

Zapan

GDM plante de façon fort étrange

Bonsoir,
Bon ben j'ai un problème.
Au démarrage ( ou redémarrage de mon pc ) GDM plante, c'est à dire que je vois le logo nvidia s'afficher, puis au moment ou gdm devrait se lancer j'ai droit à un écran bisare rouge avec des traits noirs.
Ensuiite, (tout seul comme un grand) gdm se relance, mais cette foi j'ai droit à la fenetre de secours de GDM. Si par malheure je me logue avec alors là je ne peux pratiquement rien faire, et je n'ai pas les boutons arreter et redémarrer dans le menu de déconnection.

Par contre, si je passe en mode consol, et que je redémarre GDM à la main, tout marche parfaitement bien !

J'ai réinstallé gdm plusieurs fois ( apt-get remove --purge gdm puis apt-get install gdm ) mais rien n'y fait !

Aidez moi par pitié, ça commence à m'énerver de devoir redémarrer moi même gdm à chaque boot ... sad

Hors ligne

#2 Le 13/03/2007, à 02:06

inbox

Re : GDM plante de façon fort étrange

Salut,

Quelle version d'Ubuntu utilises tu, quelle carte video as-tu, quel écran as-tu, quel pilote vidéo utilises-tu ? Utilises tu Beryl ? Donc 5 réponses ! wink

Colles aussi ton xorg.conf ainsi que ton Xorg.0.conf ?! cool

And be quiet.

[NB] Le xorg.conf ainsi que ton Xorg.0.conf sont a mettre entre Quote. wink

Dernière modification par inbox (Le 13/03/2007, à 02:08)


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#3 Le 13/03/2007, à 19:04

Zapan

Re : GDM plante de façon fort étrange

# /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.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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"
	FontPath	"/usr/share/fonts/X11/misc"
	# 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"
	Load	"synaptics"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
	Option		"XkbOptions"	"lv3:ralt_switch"
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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
	Option		"SHMConfig"		"on"
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 NV41.8 [GeForce Go 6800]"
	Driver		"nvidia"
	BusID		"PCI:3:0:0"
	Option          "AllowGLXWithComposite"      "True"
	Option         "AddARGBGLXVisuals" 	"true"
   	Option         "TripleBuffer" 		"true"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	30-65
	VertRefresh	50-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV41.8 [GeForce Go 6800]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1920x1200" "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1920x1200" "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1920x1200" "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1920x1200" "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1920x1200" "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1920x1200" "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		32
		Modes		"1920x1200" "1280x1024"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Ubuntu edgy eft ( 6.10 si tu préfères )
J'utilise un laptop. En effet j'utilise beryl, mais à ma connaissance il se lance quand on démarre une session, pas avant ...

C'est quoi Xorg.0.conf ? J'en ai jamais entendu parler.

Dernière modification par Zapan (Le 13/03/2007, à 19:33)

Hors ligne