Touchpad su compaq nw8000

Scrivete su questo forum se avete problemi o volete dare buoni consigli sui computer portatili (Laptop).

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Citare il modello preciso del laptop in questione.
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
Luco
Linux 0.x
Linux 0.x
Messaggi: 45
Iscritto il: lun 9 ott 2006, 12:46

Touchpad su compaq nw8000

Messaggio da Luco »

ciao a tutti, ho installato con successo la slackware 10.2 sul mio portatile e leggendo un po qui sul forum un po in giro per la rete ho provato vari settaggi di xorg ma nn vi e stato verso di farlo funzionare nemmeno con questo http://www.tt-solutions.com/vz/hardware/hpnw8000/#mouse
chi mi puo aiutare??
ciao

luca

Luco
Linux 0.x
Linux 0.x
Messaggi: 45
Iscritto il: lun 9 ott 2006, 12:46

Messaggio da Luco »

ok sono riuscito a farlo funzionare mettendo i driver synaptic ma il touchpad ora funziona solo se c'e' il mouse usb inserito, altrimenti X non lo trova e non parte..
questo e' il mio xorg.conf:
Identifier
"Simple Layout"

Screen 0 "aticonfig-Screen[0]" 0 0


InputDevice
"Mouse1" "CorePointer"

InputDevice "Synaptics trackpad" "CorePointer"

InputDevice "Synaptics touchpad" "AlwaysCore"

InputDevice "Keyboard1" "CoreKeyboard"

EndSection



Section "Files"


# The location of the RGB database. Note, this is the name of the

# file minus the extension (like ".txt" or ".db"). There is normally

# no need to change the default.

# Multiple FontPath entries are allowed (which are concatenated together),

# as well as specifying multiple comma-separated entries in one FontPath

# command (or a combination of both methods)

#

# If you don't have a floating point coprocessor and emacs, Mosaic or other

# programs take long to start up, try moving the Type1 and Speedo directory

# to the end of this list (or comment them out).

#

# ModulePath can be used to set a search path for the X server modules.

# The default path is shown here.

# ModulePath "/usr/X11R6/lib/modules"


RgbPath "/usr/X11R6/lib/X11/rgb"

FontPath "/usr/X11R6/lib/X11/fonts/local/"

FontPath "/usr/X11R6/lib/X11/fonts/misc/"

FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"

FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"

FontPath "/usr/X11R6/lib/X11/fonts/Type1/"

FontPath "/usr/X11R6/lib/X11/fonts/CID/"

FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"

FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"

FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"

FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"

EndSection



Section "Module"


# This loads the DBE extension module.

# This loads the miscellaneous extensions module, and disables

# initialisation of the XFree86-DGA extension within that module.

# This loads the font modules

# This loads the GLX module
Load "dbe"
# Double buffer extension

SubSection "extmod"

Option "omit xfree86-dga"
# don't initialise the DGA extension

EndSubSection

Load "type1"

Load "freetype"

#Load "speedo"

Load "glx"

Load "dri"

EndSection



Section "InputDevice"


# For most OSs the protocol can be omitted (it defaults to "Standard").

# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),

# uncomment the following line.

# Option "Protocol" "Xqueue"

# Set the keyboard auto repeat parameters. Not all platforms implement

# this.

# Option "AutoRepeat" "500 5"

# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).

# Option "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.

# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the

# lines below (which are the defaults). For example, for a European

# keyboard, you will probably want to use one of:

#

# Option "XkbModel" "pc102"

# Option "XkbModel" "pc105"

#

# If you have a Microsoft Natural keyboard, you can use:

#

# Option "XkbModel" "microsoft"

#

# If you have a US "windows" keyboard you will want:

#

# Option "XkbModel" "pc104"

#

# Then to change the language, change the Layout setting.

# For example, a german layout can be obtained with:

#

# Option "XkbLayout" "it"

#

# or:

#

# Option "XkbLayout" "de"

# Option "XkbVariant" "nodeadkeys"

#

# If you'd like to switch the positions of your capslock and

# control keys, use:

#

# Option "XkbOptions" "ctrl:swapcaps"

# These are the default XKB settings for X.Org

#

# Option "XkbRules" "xorg"
# Option "XkbModel" "pc101"

# Option "XkbLayout" "us"

# Option "XkbVariant" ""

# Option "XkbOptions" ""


Identifier "Keyboard1"

Driver "kbd"


EndSection



Section "InputDevice"


# Identifier and driver

# On platforms where PnP mouse detection is supported the following

# protocol setting can be used when using a newer PnP mouse:

# Option "Protocol" "Auto"

# The available mouse protocols types that you can set below are:

# Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2

# Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2

# MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse

# ThinkingMouse ThinkingMousePS/2 Xqueue

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

# 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"


Identifier "Mouse1"

Driver "mouse"

Option "Protocol" "PS/2"


# The mouse device. The device is normally set to /dev/mouse,

Option "Device" "/dev/mouse"

# Option "Device" "/dev/psaux"

EndSection



Section "InputDevice"

Identifier "Synaptics trackpad"

Driver "mouse"

Option "CorePointer"

Option "Device" "/dev/gpmdata"

Option "Protocol" "IntelliMouse"

Option "Emulate3Buttons" "true"

Option "ZAxisMapping" "4 5"

EndSection



Section "InputDevice"

Identifier "Synaptics touchpad"

Driver "synaptics"

Option "Device" "/dev/psaux"

Option "Protocol" "auto-dev"

Option "LeftEdge" "1700"

Option "RightEdge" "5300"

Option "TopEdge" "1700"

Option "BottomEdge" "4200"

Option "FingerLow" "25"

Option "FingerHigh" "30"

Option "MaxTapTime" "180"

Option "MaxTapMove" "220"

Option "VertScrollDelta" "100"

Option "MinSpeed" "0.09"

Option "MaxSpeed" "0.18"

Option "AccelFactor" "0.0015"

Option "SHMConfig" "on"

# Option "Repeater" "/dev/ps2mouse"

EndSection



Section "Monitor"



# HorizSync is in kHz unless units are specified.

# HorizSync may be a comma separated list of discrete values, or a

# comma separated list of ranges of values.

# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S

# USER MANUAL FOR THE CORRECT NUMBERS.

# HorizSync 30-64 # multisync

# HorizSync 31.5, 35.2 # multiple fixed sync frequencies

# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.

# VertRefresh may be a comma separated list of discrete values, or a

# comma separated list of ranges of values.

# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.


Identifier "My Monitor"

HorizSync 31.5 - 50.0

VertRefresh 40.0 - 90.0

EndSection



Section "Monitor"

Identifier "aticonfig-Monitor[0]"

Option "VendorName" "ATI Proprietary Driver"

Option "ModelName" "Generic Autodetecting Monitor"

Option "DPMS" "true"
EndSection

Section "Device"



#VideoRam 4096

# Insert Clocks lines here if appropriate

Identifier "VESA Framebuffer"

Driver "fbdev"

EndSection



Section "Device"

Identifier "aticonfig-Device[0]"

Driver "fglrx"
EndSection


Section "Screen"



# You shouldn't need to set a default depth as the server will use

# whatever the framebuffer is set to. If you insist on setting it, make

# sure it matches the setting for your framebuffer.

# DefaultDepth 8

Identifier "Screen 1"

Device "VESA Framebuffer"

Monitor "My Monitor"

SubSection "Display"

Depth 8

EndSubSection

SubSection "Display"

Depth 16

EndSubSection

SubSection "Display"

Depth 24

EndSubSection

SubSection "Display"

Depth 32

EndSubSection

EndSection



Section "Screen"

Identifier "aticonfig-Screen[0]"

Device "aticonfig-Device[0]"

Monitor "aticonfig-Monitor[0]"

DefaultDepth 24

SubSection "Display"

Viewport 0 0

Depth 24

EndSubSection

EndSection
qualcuno mi sa aiutare??

Luco
Linux 0.x
Linux 0.x
Messaggi: 45
Iscritto il: lun 9 ott 2006, 12:46

Messaggio da Luco »

ok ho letto in giro che il driver synaptic non funziona se e' attivo gpm..
ma se disabilito gpm funziona il mio mouse usb??? e come si fa a disabilitare gpm?
scusate la niubbiaggine

Avatar utente
prometeo79
Linux 4.x
Linux 4.x
Messaggi: 1278
Iscritto il: gio 17 mar 2005, 0:00
Slackware: 12
Località: Torino

Messaggio da prometeo79 »

Della serie si faccia una domanda e si dia una risposta.
Che kernel usi?
Io col 2.6.18 ho abilitato udev e rimosso hotplug e mi funzionano touchpad e mouse usb indipendentemente uno dall'altro. La configurazione dei mouse mi sembra corretta, magari sta sera la confronto con la mia

Luco
Linux 0.x
Linux 0.x
Messaggi: 45
Iscritto il: lun 9 ott 2006, 12:46

Messaggio da Luco »

grazie per la risposta... adesso ho il 2.4.31.. sei riuscito a dare un occhiata alla configurazione???

Avatar utente
prometeo79
Linux 4.x
Linux 4.x
Messaggi: 1278
Iscritto il: gio 17 mar 2005, 0:00
Slackware: 12
Località: Torino

Messaggio da prometeo79 »

Luco ha scritto:grazie per la risposta... adesso ho il 2.4.31.. sei riuscito a dare un occhiata alla configurazione???
Ehm...veramente no. Però passerei ad un kernel 2.6.x, i driver synaptics non funzionano proprio bene bene bene col 2.4.x

Luco
Linux 0.x
Linux 0.x
Messaggi: 45
Iscritto il: lun 9 ott 2006, 12:46

Messaggio da Luco »

ok provero'... grazie!

Luco
Linux 0.x
Linux 0.x
Messaggi: 45
Iscritto il: lun 9 ott 2006, 12:46

Messaggio da Luco »

ho installato la 11 con kernel 2.6.17.13 e tutto funziona alla grande! grazie

Rispondi