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

logout et plantage du serveur X



>  - est-ce que tu peux passer en console avec Ctrl-Alt-F1 ?
oui

>  - est-ce que les "MagicSysKeys" fonctionnent ? 
oui 
>  - quelle est la version de X ?
Xorg 6.9.0.dfsg.1-4
>  - quelle est la version du noyau ? 
2.6.15-1-686
>  - as-tu essayé un autre chargeur de démarrage/environnement ? 
non
>  - quelle est ta carte graphique ? 
une carte ATI Radeon Mobility M300
>  - pourrais-tu joindre ton xorg.conf ? 


merci bien pour ton aide
# 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 xorg.conf manual page.
# (Type "man 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 commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

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/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/lib/X11/fonts/100dpi"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"v4l"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	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 "InputDevice"
	Identifier	"Generic 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. M22 [Radeon Mobility M300]"
	Driver		"radeon"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	HorizSync	30-67
	VertRefresh	50-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. M22 [Radeon Mobility M300]"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1400x1050" "1280x1024" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1400x1050" "1280x1024" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1400x1050" "1280x1024" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1400x1050" "1280x1024" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1400x1050" "1280x1024" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1400x1050" "1280x1024" "1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice     "Generic Mouse"
	InputDevice	"Synaptics Touchpad" 
EndSection

Section "DRI"
	Mode	0666
EndSection


Section "InputDevice"
  Driver  	"synaptics"
  Identifier  	"Synaptics Touchpad"
  Option        "AlwaysCore"
  Option	"Device"  		        "/dev/input/mice/"
  Option	"Protocol"		        "auto-dev"
  Option	"LeftEdge"		        "120"
  Option	"RightEdge"		        "960"
  Option	"TopEdge"		        "120"
  Option	"BottomEdge"	        "700"
  Option	"FingerLow"		        "14"
  Option	"FingerHigh"	        "15"
  Option	"MaxTapTime"	        "0"
  Option	"MaxTapMove"	        "0"
  Option	"EmulateMidButtonTime"	"75"
  Option	"VertScrollDelta"	    "10"
  Option	"HorizScrollDelta"	    "0"
  Option	"MinSpeed"		        "0.7"
  Option	"MaxSpeed"		        "0.7"
  Option	"AccelFactor"		    "1"
  Option	"EdgeMotionMinSpeed"	"200"
  Option	"EdgeMotionMaxSpeed"	"200"
  Option	"UpDownScrolling"	    "1"
  Option	"CircularScrolling"	    "1"
  Option	"CircScrollDelta"	    "0.1"
  Option	"CircScrollTrigger"	    "2"
EndSection

Reply to: