laptop Dell XPS M1530 konfiguracja touchpada

Pomoc dotycząca instalacji systemu
LazzaR
Posty: 11
Rejestracja: 18 kwietnia 2008, 20:23

laptop Dell XPS M1530 konfiguracja touchpada

Post autor: LazzaR »

Witam,
Niedawno kupilem laptopa Dell XPS M1530. Po instalacji Debiana touchpad bardzo dziwnie sie zachowuje, doslownie lata po Desktopie.
Instalowalem Synapticiem i inne rzeczy. Nic nie pomoglo. Podkresle, ze na prawie takim samym pliku xorg.conf dziala touchpad mojego kolegi na m1330 (gentoo).
tpconfig:

Kod: Zaznacz cały

Found Synaptics Touchpad.
Firmware: 8.96 (multiple-byte mode).
Xorg.conf:

Kod: Zaznacz cały

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Thu Jun  5 00:10:21 PDT 2008

Section "ServerLayout"
	Identifier	"Layout0"
	Screen		0		"Screen0" 0 0
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse1"	"CorePointer"
	Option		"AIGLX"		"true"
EndSection

Section "Files"
	RgbPath		"/usr/X11R6/lib/X11/rgb"
	FontPath	"/usr/share/fonts/misc/"
	FontPath	"/usr/share/fonts/Type1/"
	FontPath	"/usr/share/fonts/100dpi/"
	FontPath	"/usr/share/fonts/75dpi/"
EndSection

Section	"Module"
	Load	"dbe"
	Load	"extmod"
	Load	"type1"
	Load	"freetype"
	Load	"glx"
	Load	"wfb"
	Load	"xtt"
	Load	"dga"
EndSection



#Section "InputDevice"
# generated from default
#	Identifier	"Mouse0"
#	Driver		"mouse"
#	Option		"Protocol"		"auto"
#	Option         "Device"			"/dev/psaux"
#	Option         "Emulate3Buttons"	"no"
#	Option		"ZAxisMapping"		"4 5"
#EndSection

Section "InputDevice"
	Identifier	"Mouse1"
	Driver		"synaptics"
	Option		"Protocol"		"auto-dev"        # PS/2 Mouse
	Option		"SendCoreEvents"
	Option		"SHMConfig"		"on"
	Option		"Emulate3Buttons"	"on"
	Option		"VertScrollDelta"	"100"
	Option		"HorizScrollDelta"	"430"
EndSection

Section "InputDevice"
# generated from default
	Identifier	"Keyboard0"
	Driver		"kbd"
EndSection

Section "Monitor"
	Identifier	"Screen0"
	VendorName	"Unknown"
	ModelName	"Unknown"
	HorizSync	30.0 - 110.0
	VertRefresh	50.0 - 150.0
	Option		"DPMS"
EndSection

Section "Device"
	Identifier	"Device0"
	Driver		"nvidia"
	VendorName	"NVIDIA Corporation"
EndSection

Section "Device"
	#VideoRam    131072
	# Insert Clocks lines here if appropriate
	Identifier	"Gf"
	Driver		"nvidia"
	Option		"DRI"	"true"
	Option		"XAANoOffscreenPixmaps"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Device0"
	Monitor		"Monitor0"
	DefaultDepth	24
		SubSection "Display"
			Depth		24
		EndSubSection
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
	Option		"Composite"	"True"
	Option		"DAMAGE"	"Enable"
	Option		"RENDER"	"Enable"
EndSection
Prosze o pomoc.
fnmirk
Senior Member
Posty: 8282
Rejestracja: 03 grudnia 2007, 06:37

Post autor: fnmirk »

Ja przeglądając i porównując różne pliki xorg.conf przez dystrybucje livecd generowane na laptopach. Zauważyłem zawsze, że oprócz wpisu dotyczącego touchpada musi być aktywny wpis przynajmniej zwykłej myszy. Dezaktywacja myszy powodowała zawsze problemy. Ty masz to nieaktywne. Wydaje mnie się, że aby usunąć sekcję myszy z xorg.conf i stosując zamiast niej inne urządzenie musiałbyś kompilować kernel. Gentoo ma kompilowane indywidualnie pakiety pod sprzęt. Dodaj informacje o myszy i wydaje się mnie, że będzie dobrze.
LazzaR
Posty: 11
Rejestracja: 18 kwietnia 2008, 20:23

Post autor: LazzaR »

Czy moglbys mi podpowiedziec, co dodac?
Czy mam dodac:

Kod: Zaznacz cały

Section "InputDevice" 
    Identifier    "Configured Mouse" 
    Driver        "mouse" 
EndSection
i do Section "ServerLayout"

Kod: Zaznacz cały

    InputDevice    "Configured Mouse" 
Jezeli nie, to poprawcie mnie, bo pierwszy raz bawie sie xorgiem dla touchpada :D
fnmirk
Senior Member
Posty: 8282
Rejestracja: 03 grudnia 2007, 06:37

Post autor: fnmirk »

Kod: Zaznacz cały

Section "InputDevice"
# generated from default
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol"        "auto"
    Option         "Device"            "/dev/psaux"
    Option         "Emulate3Buttons"    "no"
    Option        "ZAxisMapping"        "4 5"
EndSection 
Przecież masz całą sekcję wpisaną tylko nieaktywną.
Po zmianie restart xserwera lub systemu.

Porównaj, są przykłady plików xorg.conf, na forum.
http://debian.linux.pl/viewtopic.php?t=8771
http://debian.linux.pl/viewtopic.php?t=8847
ODPOWIEDZ