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

debian 2.2r3 et Xfree 4.0.3



bonjour à tous,

je dispose d'une debian 2.2r3 et de Xfree 4.0.3 ( ma carte graphique
étant une Gforce II MX :))
voici le message d'erreur que j'obtien après avoir tappé la commande:
startx

X: unable to open wrapper config file /etc/X11/Xwrapper.config
X: cannot stat /etc/X11/X (No such file or directory), aborting.
_X11TransSocketUNIXConnect: Can't connect: errno=111 giving up
Xinit: Connection refused (errno 111): unable to connect to X server
Xinit : No such process (errno 3): server error

Jedispose d'une souris logitech USB que j'ai connecté sur le port PS2 à
l'aide de l'adaptateur fournis avec la souris. Quand j'édite le fichier
Xf86conf.new je remplace /dev/mouse par /dev/psaux et dès que je relance
XFree86 -configure il me remet /dev/mouse

Merci d'avance pour votre aide.
a+

Pascal

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "pex5"
	Load  "record"
	Load  "xie"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "auto"
	Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "ADI"
	ModelName    "2e30"
	HorizSync    30.0 - 69.0
	VertRefresh  50.0 - 100.0
EndSection

Section "Device"
	### Available Driver options are:-
        #Option     "SWcursor"
        #Option     "HWcursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "NVidia"
	BoardName   "GeForce2 MX"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
	EndSubSection
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection

Section "DRI"
EndSection


Reply to: