Slackware64 14.0 e touchpad

Se avete problemi con l'installazione e la configurazione di Slackware64 postate qui. Non usate questo forum per argomenti che trattano la Slackware32 o generali... per quelli usate rispettivamente il forum Slackware e Gnu/Linux in genere.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware64 usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware64, se l'argomento è Slackware32 o generale usate rispettivamente il forum Slackware o Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Rispondi
Avatar utente
hal9000
Linux 2.x
Linux 2.x
Messaggi: 236
Iscritto il: dom 7 gen 2007, 21:24
Nome Cognome: Alessandro Zamori
Slackware: 64 14.2
Kernel: huge-4.4.75
Desktop: xfce
Località: Roma

Slackware64 14.0 e touchpad

Messaggio da hal9000 »

Salve a tutti, ho installato la Slackware64 14.0 ma non riesco a far funzionare lo scoll del touchpad. Questo è l' output di cat /proc/bus/input/devices:

Codice: Seleziona tutto

I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio2/input0
S: Sysfs=/devices/platform/i8042/serio2/input/input6
U: Uniq=
H: Handlers=mouse0 event6 
B: PROP=9
B: EV=b
B: KEY=6420 3000f 0 0 0 0
B: ABS=260800011000003
e il mio xorg.conf-vesa riguardante il mouse

Codice: Seleziona tutto

# which is usually a symbolic link to the real device.

    Option "Device"      "/dev/mouse"
#   Option "Device"      "/dev/psaux"
#   Option "Device"      "/dev/ttyS0"
#   Option "Device"      "/dev/ttyS1"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"	"Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"		"9600"
#    Option "SampleRate"	"150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

     Section   "ImputDevice"
     Identifier  "Synaptics Touchpad"
     Driver "synaptics"
     Option "SendCoreEvents" "true"
     Option "Device" "/dev/psaux"
     Option "Procol" "auto-dev"
     Option "HorizScrollDelta" "0"
End section

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Synaptics Touchpad"

EndSection
Il file l' ho modificando seguendo alcune guide su google ma lo scroll non funziona ma adesso almeno riconosce il tap.
Grazie

Avatar utente
Vito
Staff
Staff
Messaggi: 4182
Iscritto il: mar 5 dic 2006, 17:28
Nome Cognome: Vito
Desktop: MacOS
Località: Monaco (DE)
Contatta:

Re: Slackware64 14.0 e touchpad

Messaggio da Vito »

Provato a gestirlo con kcm_touchpad?
"Stat rosa pristina nomina, nomina nuda tenemus." [ Umberto Eco - Il nome della rosa]

"Faber est suae quisque fortunae ." [ Appio Claudio Cieco]

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Slackware64 14.0 e touchpad

Messaggio da targzeta »

Il file che hai postato è scritto male: usi due device e poi c'è un errore:

Codice: Seleziona tutto

Section   "ImputDevice"
Hai provato a non inserire nulla e lasciar fare tutto a X?

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
hal9000
Linux 2.x
Linux 2.x
Messaggi: 236
Iscritto il: dom 7 gen 2007, 21:24
Nome Cognome: Alessandro Zamori
Slackware: 64 14.2
Kernel: huge-4.4.75
Desktop: xfce
Località: Roma

Re: Slackware64 14.0 e touchpad

Messaggio da hal9000 »

Grazie per le risposte,
@ targzeta: ho modificato il file in Option /dev/psaux e ho corretto l' errore ortografico ma non è cambiato nulla.
@ vito: è un programma per KDE? Perchè non l' ho installato (uso XFCE di default).

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Slackware64 14.0 e touchpad

Messaggio da targzeta »

Hai anche provato ad eliminare tutto e lasciar fare ad Xorg? Tra l'altro, sei sicuro che venga letto il file in questione? Generalmente il server X legge il file xorg.conf e non xorg.conf-vesa.

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
hal9000
Linux 2.x
Linux 2.x
Messaggi: 236
Iscritto il: dom 7 gen 2007, 21:24
Nome Cognome: Alessandro Zamori
Slackware: 64 14.2
Kernel: huge-4.4.75
Desktop: xfce
Località: Roma

Re: Slackware64 14.0 e touchpad

Messaggio da hal9000 »

In /etc/X11 ho solo un file xorg.conf-vesa. Ho provato a rinominarlo ma X è partito ugualmente e non è cambiato nulla. In effetti il file non esiste. Non viene generato da X in automatico o dopo HAL è cambiato qualcosa?

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Slackware64 14.0 e touchpad

Messaggio da targzeta »

Eh già, è cambiata un po' la situazione da quando non c'è più hal. Probabilmente il tuo file non viene praticamente usato. Come ho detto il server Xorg legge il file xorg.conf e non xorg.conf-vesa. Quello è un file messo lì per chi lo vuole usare, ma per usarlo andrebbe rinominato eliminando il '-vesa'.

Se X non ti riconosce il touchpad lo puoi sempre istruire, intanto posta il log del server X (/var/log/Xorg.0.log o qualcosa del genere, ora ti scrivo da un windows).

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
Vito
Staff
Staff
Messaggi: 4182
Iscritto il: mar 5 dic 2006, 17:28
Nome Cognome: Vito
Desktop: MacOS
Località: Monaco (DE)
Contatta:

Re: Slackware64 14.0 e touchpad

Messaggio da Vito »

hal9000 ha scritto:Grazie per le risposte,
@ vito: è un programma per KDE? Perchè non l' ho installato (uso XFCE di default).
sì, ma è un programma non incluso di defaulti in KDE.
"Stat rosa pristina nomina, nomina nuda tenemus." [ Umberto Eco - Il nome della rosa]

"Faber est suae quisque fortunae ." [ Appio Claudio Cieco]

Avatar utente
hal9000
Linux 2.x
Linux 2.x
Messaggi: 236
Iscritto il: dom 7 gen 2007, 21:24
Nome Cognome: Alessandro Zamori
Slackware: 64 14.2
Kernel: huge-4.4.75
Desktop: xfce
Località: Roma

Re: Slackware64 14.0 e touchpad

Messaggio da hal9000 »

@ targzeta: ecco il contenuto di Xorg.0.log:

Codice: Seleziona tutto

[   522.919] 
X.Org X Server 1.12.3
Release Date: 2012-07-09
[   522.924] X Protocol Version 11, Revision 0
[   522.926] Build Operating System: Slackware 14.0 Slackware Linux Project
[   522.928] Current Operating System: Linux zago 3.2.29 #2 SMP Mon Sep 17 14:19:22 CDT 2012 x86_64
[   522.928] Kernel command line: BOOT_IMAGE=Linux ro root=801 vt.default_utf8=0
[   522.932] Build Date: 23 August 2012  02:03:27PM
[   522.934]  
[   522.936] Current version of pixman: 0.26.2
[   522.939] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   522.939] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   522.947] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 18 17:24:47 2012
[   522.949] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   522.950] (==) No Layout section.  Using the first Screen section.
[   522.950] (==) No screen section available. Using defaults.
[   522.950] (**) |-->Screen "Default Screen Section" (0)
[   522.950] (**) |   |-->Monitor "<default monitor>"
[   522.950] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   522.950] (==) Automatically adding devices
[   522.950] (==) Automatically enabling devices
[   522.950] (WW) The directory "/usr/share/fonts/local" does not exist.
[   522.950] 	Entry deleted from font path.
[   522.950] (WW) The directory "/usr/share/fonts/CID" does not exist.
[   522.950] 	Entry deleted from font path.
[   522.950] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic
[   522.950] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   522.950] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   522.950] (II) Loader magic: 0x7c48e0
[   522.950] (II) Module ABI versions:
[   522.950] 	X.Org ANSI C Emulation: 0.4
[   522.950] 	X.Org Video Driver: 12.0
[   522.950] 	X.Org XInput driver : 16.0
[   522.950] 	X.Org Server Extension : 6.0
[   522.952] (--) PCI:*(0:0:2:0) 8086:2a42:1025:0253 rev 7, Mem @ 0xf0000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
[   522.952] (--) PCI: (0:0:2:1) 8086:2a43:1025:0253 rev 7, Mem @ 0xf0400000/1048576
[   522.952] (II) Open ACPI successful (/var/run/acpid.socket)
[   522.952] (II) LoadModule: "extmod"
[   522.952] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[   522.953] (II) Module extmod: vendor="X.Org Foundation"
[   522.953] 	compiled for 1.12.3, module version = 1.0.0
[   522.953] 	Module class: X.Org Server Extension
[   522.953] 	ABI class: X.Org Server Extension, version 6.0
[   522.953] (II) Loading extension MIT-SCREEN-SAVER
[   522.953] (II) Loading extension XFree86-VidModeExtension
[   522.953] (II) Loading extension XFree86-DGA
[   522.953] (II) Loading extension DPMS
[   522.953] (II) Loading extension XVideo
[   522.953] (II) Loading extension XVideo-MotionCompensation
[   522.953] (II) Loading extension X-Resource
[   522.953] (II) LoadModule: "dbe"
[   522.953] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[   522.953] (II) Module dbe: vendor="X.Org Foundation"
[   522.953] 	compiled for 1.12.3, module version = 1.0.0
[   522.953] 	Module class: X.Org Server Extension
[   522.953] 	ABI class: X.Org Server Extension, version 6.0
[   522.953] (II) Loading extension DOUBLE-BUFFER
[   522.953] (II) LoadModule: "glx"
[   522.954] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   522.954] (II) Module glx: vendor="X.Org Foundation"
[   522.954] 	compiled for 1.12.3, module version = 1.0.0
[   522.954] 	ABI class: X.Org Server Extension, version 6.0
[   522.954] (==) AIGLX enabled
[   522.954] (II) Loading extension GLX
[   522.954] (II) LoadModule: "record"
[   522.954] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[   522.954] (II) Module record: vendor="X.Org Foundation"
[   522.954] 	compiled for 1.12.3, module version = 1.13.0
[   522.954] 	Module class: X.Org Server Extension
[   522.954] 	ABI class: X.Org Server Extension, version 6.0
[   522.954] (II) Loading extension RECORD
[   522.954] (II) LoadModule: "dri"
[   522.955] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
[   522.955] (II) Module dri: vendor="X.Org Foundation"
[   522.955] 	compiled for 1.12.3, module version = 1.0.0
[   522.955] 	ABI class: X.Org Server Extension, version 6.0
[   522.955] (II) Loading extension XFree86-DRI
[   522.955] (II) LoadModule: "dri2"
[   522.955] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[   522.955] (II) Module dri2: vendor="X.Org Foundation"
[   522.955] 	compiled for 1.12.3, module version = 1.2.0
[   522.955] 	ABI class: X.Org Server Extension, version 6.0
[   522.955] (II) Loading extension DRI2
[   522.955] (==) Matched intel as autoconfigured driver 0
[   522.955] (==) Matched vesa as autoconfigured driver 1
[   522.955] (==) Matched fbdev as autoconfigured driver 2
[   522.955] (==) Assigned the driver to the xf86ConfigLayout
[   522.956] (II) LoadModule: "intel"
[   522.956] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[   522.957] (II) Module intel: vendor="X.Org Foundation"
[   522.957] 	compiled for 1.12.1, module version = 2.19.0
[   522.957] 	Module class: X.Org Video Driver
[   522.957] 	ABI class: X.Org Video Driver, version 12.0
[   522.957] (II) LoadModule: "vesa"
[   522.957] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[   522.957] (II) Module vesa: vendor="X.Org Foundation"
[   522.957] 	compiled for 1.12.1, module version = 2.3.1
[   522.957] 	Module class: X.Org Video Driver
[   522.957] 	ABI class: X.Org Video Driver, version 12.0
[   522.957] (II) LoadModule: "fbdev"
[   522.958] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[   522.958] (II) Module fbdev: vendor="X.Org Foundation"
[   522.958] 	compiled for 1.12.3, module version = 0.4.3
[   522.958] 	Module class: X.Org Video Driver
[   522.958] 	ABI class: X.Org Video Driver, version 12.0
[   522.958] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2)
[   522.959] (II) VESA: driver for VESA chipsets: vesa
[   522.959] (II) FBDEV: driver for framebuffer: fbdev
[   522.959] (--) using VT number 7

[   522.969] (WW) Falling back to old probe method for vesa
[   522.969] (WW) Falling back to old probe method for fbdev
[   522.969] (II) Loading sub module "fbdevhw"
[   522.969] (II) LoadModule: "fbdevhw"
[   522.969] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[   522.970] (II) Module fbdevhw: vendor="X.Org Foundation"
[   522.970] 	compiled for 1.12.3, module version = 0.0.2
[   522.970] 	ABI class: X.Org Video Driver, version 12.0
[   522.970] drmOpenDevice: node name is /dev/dri/card0
[   522.970] drmOpenDevice: open result is 11, (OK)
[   522.970] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   522.970] drmOpenDevice: node name is /dev/dri/card0
[   522.970] drmOpenDevice: open result is 11, (OK)
[   522.970] drmOpenByBusid: drmOpenMinor returns 11
[   522.970] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   522.970] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   522.970] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   522.970] (==) intel(0): RGB weight 888
[   522.970] (==) intel(0): Default visual is TrueColor
[   522.970] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[   522.970] (--) intel(0): Chipset: "GM45"
[   522.970] (**) intel(0): Relaxed fencing enabled
[   522.971] (**) intel(0): Wait on SwapBuffers? enabled
[   522.971] (**) intel(0): Triple buffering? enabled
[   522.971] (**) intel(0): Framebuffer tiled
[   522.971] (**) intel(0): Pixmaps tiled
[   522.971] (**) intel(0): 3D buffers tiled
[   522.971] (**) intel(0): SwapBuffers wait enabled
[   522.971] (==) intel(0): video overlay key set to 0x101fe
[   522.971] (II) intel(0): Output LVDS1 has no monitor section
[   522.971] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[   522.987] (II) intel(0): Output VGA1 has no monitor section
[   523.006] (II) intel(0): Output HDMI1 has no monitor section
[   523.006] (II) intel(0): Output DP1 has no monitor section
[   523.006] (II) intel(0): Output DP2 has no monitor section
[   523.007] (II) intel(0): EDID for output LVDS1
[   523.007] (II) intel(0): Manufacturer: LGD  Model: 21f  Serial#: 0
[   523.007] (II) intel(0): Year: 2009  Week: 0
[   523.007] (II) intel(0): EDID Version: 1.3
[   523.007] (II) intel(0): Digital Display Input
[   523.007] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   523.007] (II) intel(0): Gamma: 2.20
[   523.007] (II) intel(0): No DPMS capabilities specified
[   523.007] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   523.007] (II) intel(0): First detailed timing is preferred mode
[   523.007] (II) intel(0): redX: 0.623 redY: 0.350   greenX: 0.330 greenY: 0.589
[   523.007] (II) intel(0): blueX: 0.150 blueY: 0.089   whiteX: 0.313 whiteY: 0.329
[   523.007] (II) intel(0): Manufacturer's mask: 0
[   523.007] (II) intel(0): Supported detailed timing:
[   523.007] (II) intel(0): clock: 72.3 MHz   Image Size:  344 x 194 mm
[   523.007] (II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1526 h_border: 0
[   523.007] (II) intel(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 790 v_border: 0
[   523.007] (II) intel(0):  LG Display
[   523.007] (II) intel(0): Monitor name: LP156WH2-TLF1
[   523.007] (II) intel(0): EDID (in hex):
[   523.007] (II) intel(0): 	00ffffffffffff0030e41f0200000000
[   523.007] (II) intel(0): 	00130103802213780aabb59f59549626
[   523.007] (II) intel(0): 	16505400000001010101010101010101
[   523.007] (II) intel(0): 	0101010101013e1c56a0500016303020
[   523.007] (II) intel(0): 	350058c2100000190000000000000000
[   523.007] (II) intel(0): 	00000000000000000000000000fe004c
[   523.007] (II) intel(0): 	4720446973706c61790a2020000000fc
[   523.007] (II) intel(0): 	004c503135365748322d544c46310089
[   523.007] (II) intel(0): EDID vendor "LGD", prod id 543
[   523.007] (II) intel(0): Printing DDC gathered Modelines:
[   523.007] (II) intel(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 776 790 -hsync -vsync (47.4 kHz eP)
[   523.007] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   523.007] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   523.007] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   523.007] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   523.007] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[   523.007] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   523.007] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[   523.007] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[   523.008] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[   523.008] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[   523.008] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[   523.008] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[   523.008] (II) intel(0): Printing probed modes for output LVDS1
[   523.008] (II) intel(0): Modeline "1366x768"x60.0   72.30  1366 1414 1446 1526  768 771 776 790 -hsync -vsync (47.4 kHz eP)
[   523.008] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   523.008] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   523.008] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   523.008] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   523.022] (II) intel(0): EDID for output VGA1
[   523.041] (II) intel(0): EDID for output HDMI1
[   523.041] (II) intel(0): EDID for output DP1
[   523.041] (II) intel(0): EDID for output DP2
[   523.042] (II) intel(0): Output LVDS1 connected
[   523.042] (II) intel(0): Output VGA1 disconnected
[   523.042] (II) intel(0): Output HDMI1 disconnected
[   523.042] (II) intel(0): Output DP1 disconnected
[   523.042] (II) intel(0): Output DP2 disconnected
[   523.042] (II) intel(0): Using exact sizes for initial modes
[   523.042] (II) intel(0): Output LVDS1 using initial mode 1366x768
[   523.042] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   523.042] (II) intel(0): Kernel page flipping support detected, enabling
[   523.042] (**) intel(0): Display dimensions: (340, 190) mm
[   523.042] (**) intel(0): DPI set to (102, 102)
[   523.042] (II) Loading sub module "fb"
[   523.042] (II) LoadModule: "fb"
[   523.042] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   523.043] (II) Module fb: vendor="X.Org Foundation"
[   523.043] 	compiled for 1.12.3, module version = 1.0.0
[   523.043] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   523.043] (II) Loading sub module "dri2"
[   523.043] (II) LoadModule: "dri2"
[   523.043] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[   523.043] (II) Module dri2: vendor="X.Org Foundation"
[   523.043] 	compiled for 1.12.3, module version = 1.2.0
[   523.043] 	ABI class: X.Org Server Extension, version 6.0
[   523.043] (II) UnloadModule: "vesa"
[   523.043] (II) Unloading vesa
[   523.043] (II) UnloadModule: "fbdev"
[   523.043] (II) Unloading fbdev
[   523.043] (II) UnloadSubModule: "fbdevhw"
[   523.043] (II) Unloading fbdevhw
[   523.043] (==) Depth 24 pixmap format is 32 bpp
[   523.043] (II) intel(0): [DRI2] Setup complete
[   523.043] (II) intel(0): [DRI2]   DRI driver: i965
[   523.043] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
[   523.059] (II) UXA(0): Driver registered support for the following operations:
[   523.059] (II)         solid
[   523.059] (II)         copy
[   523.059] (II)         composite (RENDER acceleration)
[   523.059] (II)         put_image
[   523.059] (II)         get_image
[   523.059] (==) intel(0): Backing store disabled
[   523.059] (==) intel(0): Silken mouse enabled
[   523.059] (II) intel(0): Initializing HW Cursor
[   523.059] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   523.063] (==) intel(0): DPMS enabled
[   523.063] (==) intel(0): Intel XvMC decoder enabled
[   523.063] (II) intel(0): Set up textured video
[   523.064] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[   523.064] (II) intel(0): direct rendering: DRI2 Enabled
[   523.064] (==) intel(0): hotplug detection: "enabled"
[   523.083] (--) RandR disabled
[   523.083] (II) Initializing built-in extension Generic Event Extension
[   523.083] (II) Initializing built-in extension SHAPE
[   523.083] (II) Initializing built-in extension MIT-SHM
[   523.083] (II) Initializing built-in extension XInputExtension
[   523.083] (II) Initializing built-in extension XTEST
[   523.083] (II) Initializing built-in extension BIG-REQUESTS
[   523.083] (II) Initializing built-in extension SYNC
[   523.083] (II) Initializing built-in extension XKEYBOARD
[   523.083] (II) Initializing built-in extension XC-MISC
[   523.083] (II) Initializing built-in extension XINERAMA
[   523.083] (II) Initializing built-in extension XFIXES
[   523.083] (II) Initializing built-in extension RENDER
[   523.083] (II) Initializing built-in extension RANDR
[   523.083] (II) Initializing built-in extension COMPOSITE
[   523.083] (II) Initializing built-in extension DAMAGE
[   523.101] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   523.101] (II) AIGLX: enabled GLX_INTEL_swap_event
[   523.101] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   523.101] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   523.102] (II) AIGLX: Loaded and initialized i965
[   523.102] (II) GLX: Initialized DRI2 GL provider for screen 0
[   523.102] (II) intel(0): Setting screen physical size to 361 x 203
[   523.305] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[   523.306] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   523.306] (**) Power Button: Applying InputClass "keyboard-all"
[   523.306] (II) LoadModule: "evdev"
[   523.306] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[   523.306] (II) Module evdev: vendor="X.Org Foundation"
[   523.306] 	compiled for 1.12.1, module version = 2.7.0
[   523.306] 	Module class: X.Org XInput Driver
[   523.306] 	ABI class: X.Org XInput driver, version 16.0
[   523.306] (II) Using input driver 'evdev' for 'Power Button'
[   523.306] (**) Power Button: always reports core events
[   523.306] (**) evdev: Power Button: Device: "/dev/input/event5"
[   523.307] (--) evdev: Power Button: Vendor 0 Product 0x1
[   523.307] (--) evdev: Power Button: Found keys
[   523.307] (II) evdev: Power Button: Configuring as keyboard
[   523.307] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[   523.307] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   523.307] (**) Option "xkb_rules" "evdev"
[   523.307] (**) Option "xkb_model" "evdev"
[   523.307] (**) Option "xkb_layout" "us"
[   523.307] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   523.358] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[   523.358] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   523.358] (**) Video Bus: Applying InputClass "keyboard-all"
[   523.358] (II) Using input driver 'evdev' for 'Video Bus'
[   523.358] (**) Video Bus: always reports core events
[   523.358] (**) evdev: Video Bus: Device: "/dev/input/event8"
[   523.358] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   523.358] (--) evdev: Video Bus: Found keys
[   523.358] (II) evdev: Video Bus: Configuring as keyboard
[   523.358] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8"
[   523.358] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   523.358] (**) Option "xkb_rules" "evdev"
[   523.358] (**) Option "xkb_model" "evdev"
[   523.358] (**) Option "xkb_layout" "us"
[   523.358] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   523.359] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   523.359] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   523.359] (**) Power Button: Applying InputClass "keyboard-all"
[   523.359] (II) Using input driver 'evdev' for 'Power Button'
[   523.359] (**) Power Button: always reports core events
[   523.359] (**) evdev: Power Button: Device: "/dev/input/event3"
[   523.359] (--) evdev: Power Button: Vendor 0 Product 0x1
[   523.359] (--) evdev: Power Button: Found keys
[   523.359] (II) evdev: Power Button: Configuring as keyboard
[   523.359] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
[   523.359] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   523.359] (**) Option "xkb_rules" "evdev"
[   523.359] (**) Option "xkb_model" "evdev"
[   523.359] (**) Option "xkb_layout" "us"
[   523.359] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   523.360] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[   523.360] (II) No input driver specified, ignoring this device.
[   523.360] (II) This device may have been added with another device file.
[   523.361] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[   523.361] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   523.361] (**) Sleep Button: Applying InputClass "keyboard-all"
[   523.361] (II) Using input driver 'evdev' for 'Sleep Button'
[   523.361] (**) Sleep Button: always reports core events
[   523.361] (**) evdev: Sleep Button: Device: "/dev/input/event4"
[   523.361] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   523.361] (--) evdev: Sleep Button: Found keys
[   523.361] (II) evdev: Sleep Button: Configuring as keyboard
[   523.361] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4/event4"
[   523.361] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   523.361] (**) Option "xkb_rules" "evdev"
[   523.361] (**) Option "xkb_model" "evdev"
[   523.361] (**) Option "xkb_layout" "us"
[   523.361] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   523.362] (II) config/udev: Adding input device Video WebCam (/dev/input/event7)
[   523.362] (**) Video WebCam: Applying InputClass "evdev keyboard catchall"
[   523.362] (**) Video WebCam: Applying InputClass "keyboard-all"
[   523.362] (II) Using input driver 'evdev' for 'Video WebCam'
[   523.362] (**) Video WebCam: always reports core events
[   523.362] (**) evdev: Video WebCam: Device: "/dev/input/event7"
[   523.362] (--) evdev: Video WebCam: Vendor 0x64e Product 0xa103
[   523.362] (--) evdev: Video WebCam: Found keys
[   523.362] (II) evdev: Video WebCam: Configuring as keyboard
[   523.362] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-8/2-8:1.0/input/input7/event7"
[   523.362] (II) XINPUT: Adding extended input device "Video WebCam" (type: KEYBOARD, id 10)
[   523.362] (**) Option "xkb_rules" "evdev"
[   523.362] (**) Option "xkb_model" "evdev"
[   523.362] (**) Option "xkb_layout" "us"
[   523.362] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   523.363] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
[   523.363] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   523.363] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[   523.363] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   523.363] (**) AT Translated Set 2 keyboard: always reports core events
[   523.363] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event1"
[   523.363] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   523.363] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   523.363] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   523.363] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
[   523.363] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   523.363] (**) Option "xkb_rules" "evdev"
[   523.364] (**) Option "xkb_model" "evdev"
[   523.364] (**) Option "xkb_layout" "us"
[   523.364] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   523.364] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[   523.365] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   523.365] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
[   523.365] (II) LoadModule: "synaptics"
[   523.365] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[   523.365] (II) Module synaptics: vendor="X.Org Foundation"
[   523.365] 	compiled for 1.12.2, module version = 1.6.2
[   523.365] 	Module class: X.Org XInput Driver
[   523.365] 	ABI class: X.Org XInput driver, version 16.0
[   523.365] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   523.365] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   523.365] (**) Option "Device" "/dev/input/event6"
[   523.409] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5682
[   523.409] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4692
[   523.409] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   523.409] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   523.409] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple scroll-buttons
[   523.409] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[   523.409] (**) Option "TapButton1" "1"
[   523.409] (**) Option "TapButton2" "2"
[   523.409] (**) Option "TapButton3" "3"
[   523.409] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   523.409] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   523.441] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input6/event6"
[   523.441] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[   523.441] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   523.441] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[   523.441] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037
[   523.441] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   523.441] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   523.441] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   523.441] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   523.441] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   523.442] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   523.442] (II) No input driver specified, ignoring this device.
[   523.442] (II) This device may have been added with another device file.
[   523.442] (II) config/udev: Adding input device Speakup (/dev/input/event0)
[   523.443] (**) Speakup: Applying InputClass "evdev keyboard catchall"
[   523.443] (**) Speakup: Applying InputClass "keyboard-all"
[   523.443] (II) Using input driver 'evdev' for 'Speakup'
[   523.443] (**) Speakup: always reports core events
[   523.443] (**) evdev: Speakup: Device: "/dev/input/event0"
[   523.443] (--) evdev: Speakup: Vendor 0 Product 0
[   523.443] (--) evdev: Speakup: Found keys
[   523.443] (II) evdev: Speakup: Configuring as keyboard
[   523.443] (**) Option "config_info" "udev:/sys/devices/virtual/input/input0/event0"
[   523.443] (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD, id 13)
[   523.443] (**) Option "xkb_rules" "evdev"
[   523.443] (**) Option "xkb_model" "evdev"
[   523.443] (**) Option "xkb_layout" "us"
[   523.443] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   523.958] (II) intel(0): EDID vendor "LGD", prod id 543
[   523.958] (II) intel(0): Printing DDC gathered Modelines:
[   523.958] (II) intel(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 776 790 -hsync -vsync (47.4 kHz eP)
[   525.064] (II) intel(0): EDID vendor "LGD", prod id 543
[   525.064] (II) intel(0): Printing DDC gathered Modelines:
[   525.064] (II) intel(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 776 790 -hsync -vsync (47.4 kHz eP)
[   525.141] (II) intel(0): EDID vendor "LGD", prod id 543
[   525.141] (II) intel(0): Printing DDC gathered Modelines:
[   525.141] (II) intel(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 776 790 -hsync -vsync (47.4 kHz eP)
Comunque a occhio sembra riconoscere il touchpad.
@ vito: il programma fà parte del pacchetto polkit-kde-kdemodules-1? Sono riuscito a trovare solo questo per la Slackware64 14.0 con package finder

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Slackware64 14.0 e touchpad

Messaggio da targzeta »

Sì, non usa il tuo xorg.conf-vesa e sì, sembra riconoscere bene il tuo touchpad. Prova a dare una lettura al file

Codice: Seleziona tutto

/usr/share/X11/xorg.conf.d/50-synaptics.conf
vedrai che ti sarà utile.

Emanuele

P.S. Guarda anche synaptics(4). Io ci ho messo queste due opzioni:

Codice: Seleziona tutto

Option      "VertEdgeScroll"    "on"
Option      "HorizEdgeScroll"   "on"
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
hal9000
Linux 2.x
Linux 2.x
Messaggi: 236
Iscritto il: dom 7 gen 2007, 21:24
Nome Cognome: Alessandro Zamori
Slackware: 64 14.2
Kernel: huge-4.4.75
Desktop: xfce
Località: Roma

Re: Slackware64 14.0 e touchpad [risolto]

Messaggio da hal9000 »

Grazie per l' aiuto. Ho risolto modificando il file 50-synaptics.con aggiungendo le righe che mi hai suggerito.

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Slackware64 14.0 e touchpad

Messaggio da targzeta »

Ma hai visto che suggeriva di non modificare direttamente quel file, ma di copiarlo sotto /etc/Xorg.conf.d e poi fare le modifiche direttamente lì?

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
hal9000
Linux 2.x
Linux 2.x
Messaggi: 236
Iscritto il: dom 7 gen 2007, 21:24
Nome Cognome: Alessandro Zamori
Slackware: 64 14.2
Kernel: huge-4.4.75
Desktop: xfce
Località: Roma

Re: Slackware64 14.0 e touchpad

Messaggio da hal9000 »

In effetti avevo letto il warning ma non avevo capito il pericolo a cui andavo incontro. Credi che mi convenga fare la copia e rimettere tutto come prima o ormai vado avanti così?

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: Slackware64 14.0 e touchpad

Messaggio da targzeta »

Ti conviene fare una copia perché appena aggiorni, quel file ritorna com'era.

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
hal9000
Linux 2.x
Linux 2.x
Messaggi: 236
Iscritto il: dom 7 gen 2007, 21:24
Nome Cognome: Alessandro Zamori
Slackware: 64 14.2
Kernel: huge-4.4.75
Desktop: xfce
Località: Roma

Re: [Risolto]Slackware64 14.0 e touchpad

Messaggio da hal9000 »

Fatto e grazie
Alessandro

Rispondi