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

problem with touchpad



Hello together,
I have a problem with the touchpad of my notebook.
I own a ASUS 3500D with a SiS chipset. I installed Debian 3.0.1 and the 
driver for the graphic-chips, ethernet works very fine. When I use the 
standard-configs for mice in XF86config the X-Server starts but of course the 
mouse-pointer does`t work. Then I installed the symnaptics-driver for the 
touchpad and changed the XF86config-4 like this:

# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

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/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	"pex5"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"xie"
	Load	"synaptics"
EndSection

Section "ServerFlags"
	Option	"AllowMouseOpenFail"
	Option	"RandR"	"on"
EndSection

Section "InputDevice"
	Identifier	"Keyboard[0]"
	Driver		"keyboard"
	Option		"MapName"	"Standart Keyboard [ pc105 ]"
	Option		"Protocol"	"Standard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
	Driver		"synaptics"
	Identifier	"Mouse[1]"
	Option		"Edges"			"1900 5400 1800 3900"
	Option		"Finger"		"35 40"	#"25 30"
	Option		"MaxTapTime"		"20"
	Option		"MaxTapMove"		"220"
	Option		"VertScrollDelta"	"100"
	Option		"MinSpeed"		"0.02"
	Option		"MaxSpeed"		"0.20"
	Option		"AccelFactor"		"0.0008"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"Repeater"		"/dev/ps2mouse"
	Option		"SHMConfig"		"on"
EndSection

Section "ServerLayout"
	Identifier	"Layout[all]
	InputDevice	"Keyboard[0]"	"CoreKeyboard"
	InputDevice	"Mouse[1]"	"CorePointer"
EndSection


Section "Device"
	BoardName	"SiS650"
	BusID		"1:0:0"
	Driver		"sis"
	Identifier	"Device[0]"
	VendorName	"SiS"
EndSection

Section "Monitor"
	Option 		"CalcAlgrorithm"	"CheckDesktopGeometry"
	HorizSync	27-60
	Identifier	"Monitor[0]"
	ModelName	"1024X768@60HZ"
	Option		"DPMS"
	VendorName	"--> LCD"
	VertRefresh	40-60
	UseModes	"Modes[0]"
EndSection

Section "Modes"
	Identifier	"Modes[0]"
	Modeline	"1024x768" 62.35  1024  1056  1184  1312  768  772  776  793  
-HSync  -VSync
EndSection

Section "Screen"
	DefaultDepth 24
	SubSection "Display"
	 Depth	15
	 Modes	"1024x768"
	EndSubSection
	
	SubSection "Display"
	 Depth	16
	 Modes	"1024x768"
	EndSubSection

	SubSection "Display"
	 Depth	24
	 Modes	"1024x768"
	EndSubSection
	Option	"NoMTRR"
	Device	"Device[0]"
	Identifier	"Screen[0]"
	Monitor	"Monitor[0]"
EndSection


Section "DRI"
	Mode	0666
EndSection

### END DEBCONF SECTION


I got this message at the end of the log:

(II) Loading extension XIE
(II) LoadModule: "synaptics"
(II) Loading /usr/X11R6/lib/modules/drivers/synaptics_drv.o
(II) Module synaptics: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(EE) module ABI minor version (3) is newer than the server's version (2)
(II) UnloadModule: "synaptics"
(II) Unloading /usr/X11R6/lib/modules/drivers/synaptics_drv.o
(EE) Failed to load module "synaptics" (module requirement mismatch, 0)
(II) LoadModule: "synaptics"
(II) Loading /usr/X11R6/lib/modules/drivers/synaptics_drv.o
(II) Module synaptics: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(EE) module ABI minor version (3) is newer than the server's version (2)
(II) UnloadModule: "synaptics"
(II) Unloading /usr/X11R6/lib/modules/drivers/synaptics_drv.o
(EE) Failed to load module "synaptics" (module requirement mismatch, 0)
(EE) No drivers available.

Fatal server error:
no screens found

What is to do?

Thank you....

     Gruss Christian Stalp


-- 
Christian Stalp                 Wiesbaden / Germany
christian@stalp.de             ICQ 23091256
  -----------------www.stalp.de-----------------------
  -----------------www.pug.org-----------------------



Reply to: