Kirjoittaja Aihe: QSynaptics-ohjelma ei toimi  (Luettu 3000 kertaa)

jubuntu

  • Käyttäjä
  • Viestejä: 206
    • Profiili
QSynaptics-ohjelma ei toimi
« : 21.09.06 - klo:19.17 »
Koitan saada läppärin tasohiiren hallintaan QSynaptics ohjelmalla.  ???
Koneessa on myös Logitech langaton hiiri.
QSynaptics herjaa.

Koodia: [Valitse]
jukka@jukka-laptop:~$ sudo qsynaptics
X Error: BadDevice, invalid or uninitialized input device 166
  Major opcode:  144
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 166
  Major opcode:  144
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
users home is /home/jukka
Can't access shared memory area. SHMConfig disabled?
Can't access shared memory area. SHMConfig disabled?
Can't access shared memory area. SHMConfig disabled?
Can't access shared memory area. SHMConfig disabled?
Can't access shared memory area. SHMConfig disabled?
Can't access shared memory area. SHMConfig disabled?

Olen myös koittanut toimia ohjeen http://forum.ubuntu-fi.org/index.php?topic=288.0 mukaan.

Koodia: [Valitse]
jukka@jukka-laptop:/usr/bin$ synclient TouchpadOff=1
Can't access shared memory area. SHMConfig disabled?
jukka@jukka-laptop:/usr/bin$

Ei toimi ei  ???
apuva
« Viimeksi muokattu: 21.09.06 - klo:19.30 kirjoittanut jubuntu »
Siirtynyt Linux-maailmaan kesällä 2007. Hardy Heron 8.04
Kone: LapTop FJ Amilo A1650G, Ram 1 Gb. Kiintolevy 80 Gb

Tuplanolla

  • Käyttäjä
  • Viestejä: 1420
  • Reg. Linux user #423604
    • Profiili
Re: QSynaptics-ohjelma ei toimi
« Vastaus #1 : 27.09.06 - klo:17.09 »
Tuolta ---> http://forum.ubuntu-fi.org/index.php?topic=288.msg1345#msg1345
varmasti tuo SHMConfig "on" juttu siellä xorg.-confissa?
Lisää [ratkaistu] ketjun ensimmäisen viestin otsikkoon, kun ongelma ratkeaa!

jubuntu

  • Käyttäjä
  • Viestejä: 206
    • Profiili
Re: QSynaptics-ohjelma ei toimi
« Vastaus #2 : 27.09.06 - klo:17.34 »
Tuolta ---> http://forum.ubuntu-fi.org/index.php?topic=288.msg1345#msg1345
varmasti tuo SHMConfig "on" juttu siellä xorg.-confissa?

Ensiksi kiitos vastauksesta. :)
Pelkään jo, että olen hivenen tumpelo, kun en saa tätä juttua toimimaan  :-[
Mutta laitan alle xorg.conf, sellaisenaan kuin se nyt on.

Koodia: [Valitse]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option  "TouchpadOff" "1"  # Touchpadin oletusasetus (päällä vai pois X:n käynnistyessä)
Option "SHMConfig" "on" # Sallii touchpadin asetusten muokkamisen X:n ollessa päällä)
Option "AccelFactor" "0.1"

EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option      "SendCoreEvents"     "true"

Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection


Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. Radeon Xpress 200M (RS480)"
Driver "ati"
BusID "PCI:1:5:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Xpress 200M (RS480)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Synaptics Touchpad"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"

EndSection

Section "DRI"
Mode 0666
EndSection
Siirtynyt Linux-maailmaan kesällä 2007. Hardy Heron 8.04
Kone: LapTop FJ Amilo A1650G, Ram 1 Gb. Kiintolevy 80 Gb

Tuplanolla

  • Käyttäjä
  • Viestejä: 1420
  • Reg. Linux user #423604
    • Profiili
Re: QSynaptics-ohjelma ei toimi
« Vastaus #3 : 28.09.06 - klo:18.46 »
Tuolta voisi ainakin ottaa nuo Wacomin piirtomaton jutut pois.
Ja sellaista optionia ei ole kuin SendCorePointer, pelkkä CorePointer on. (EDIT: ja se on ilmeisesti väärässä paikassa ollut, ei enää.)

OTA VARMUUSKOPIO (sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_warmuuskopio) ko. tiedostosta ja sen jälkeen tee siitä koko tiedostosta tälläinen:
Koodia: [Valitse]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option  "TouchpadOff" "1"  # Touchpadin oletusasetus (päällä vai pois X:n käynnistyessä)
Option "SHMConfig" "on" # Sallii touchpadin asetusten muokkamisen X:n ollessa päällä)
Option "AccelFactor" "0.1"

EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option      "SendCoreEvents"     "true"

Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. Radeon Xpress 200M (RS480)"
Driver "ati"
BusID "PCI:1:5:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Xpress 200M (RS480)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Synaptics Touchpad" "AlwaysCore"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

Ja näistä voi olla hyötyä jossei toimi ja muutenkin:

http://forum.ubuntu-fi.org/index.php?topic=288.0
http://gentoo-wiki.com/HARDWARE_Synaptics_Touchpad
« Viimeksi muokattu: 28.09.06 - klo:18.50 kirjoittanut Tuplanolla »
Lisää [ratkaistu] ketjun ensimmäisen viestin otsikkoon, kun ongelma ratkeaa!

tn

  • Käyttäjä
  • Viestejä: 472
    • Profiili
Re: QSynaptics-ohjelma ei toimi
« Vastaus #4 : 29.09.06 - klo:15.40 »
2. painan Ctrl + Alt + space    ja kirjaudun      Eikö tämä käynnistäkkin X:n uudelleen?
Ei käynnistä. Sen sijaan Ctrl+Alt+BackSpace (eli askelpalautin, se nappi enterin yläpuolella) käynnistää. Huomaat kyllä kun X käynnistyy uudestaan.

jubuntu

  • Käyttäjä
  • Viestejä: 206
    • Profiili
Re: QSynaptics-ohjelma ei toimi
« Vastaus #5 : 29.09.06 - klo:16.27 »
2. painan Ctrl + Alt + space    ja kirjaudun      Eikö tämä käynnistäkkin X:n uudelleen?
Ei käynnistä. Sen sijaan Ctrl+Alt+BackSpace (eli askelpalautin, se nappi enterin yläpuolella) käynnistää. Huomaat kyllä kun X käynnistyy uudestaan.

Joo, noin minä tein, mutta olin kirjoittanut väärin. ::)

Jatkokysymys tähän perään, jos sopii.
Kun olen pelkästään konsolitilassa (meniköhän oikein), niin mikä komento käynnistää tämän ikkunointiohjelman?
sudo xterm      vai miten??

Ja voiko ubuntun käynnistää pelkkään konsolitilaan ja miten. Tiedän että kysymys on vähän tyhmä, mutta esiten sen kuitenkin.
« Viimeksi muokattu: 29.09.06 - klo:16.31 kirjoittanut jubuntu »
Siirtynyt Linux-maailmaan kesällä 2007. Hardy Heron 8.04
Kone: LapTop FJ Amilo A1650G, Ram 1 Gb. Kiintolevy 80 Gb

Tuplanolla

  • Käyttäjä
  • Viestejä: 1420
  • Reg. Linux user #423604
    • Profiili
Re: QSynaptics-ohjelma ei toimi
« Vastaus #6 : 29.09.06 - klo:16.30 »
2. painan Ctrl + Alt + space    ja kirjaudun      Eikö tämä käynnistäkkin X:n uudelleen?
Ei käynnistä. Sen sijaan Ctrl+Alt+BackSpace (eli askelpalautin, se nappi enterin yläpuolella) käynnistää. Huomaat kyllä kun X käynnistyy uudestaan.

Joo, noin minä tein, mutta olin kirjoittanut väärin. ::)

Jatkokysymys tähän perään, jos sopii.
Kun olen pelkästään konsolitilassa (meniköhän oikein), niin mikä komento käynnistää tämän ikkunointiohjelman?
Ja voiko ubuntun käynnistää pelkkään konsolitilaan ja miten. Tiedän että kysymys on vähän tyhmä, mutta esiten sen kuitenkin.
sudo xterm      vai miten??
startx, loogista :D
Lisää [ratkaistu] ketjun ensimmäisen viestin otsikkoon, kun ongelma ratkeaa!

jubuntu

  • Käyttäjä
  • Viestejä: 206
    • Profiili
Re: QSynaptics-ohjelma ei toimi
« Vastaus #7 : 30.09.06 - klo:08.50 »
Mutta palatakseni alkuperäiseen ongelmaan Qsynaptics / touchpad, niin onko tämä
Can't access shared memory area. SHMConfig disabled? nyt "se jokin", mikä estää Qsynapticin toiminnan? ???

Kuvakaappaus http://personal.inet.fi/surf/juju/Touchpad.html

Koodia: [Valitse]
root@jukka-laptop:/home/jukka# sudo qsynaptics
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
users home is /root
Can't access shared memory area. SHMConfig disabled?
Can't access shared memory area. SHMConfig disabled?
Can't access shared memory area. SHMConfig disabled?
Can't access shared memory area. SHMConfig disabled?
Can't access shared memory area. SHMConfig disabled?
Can't access shared memory area. SHMConfig disabled?
root@jukka-laptop:/home/jukka#
Siirtynyt Linux-maailmaan kesällä 2007. Hardy Heron 8.04
Kone: LapTop FJ Amilo A1650G, Ram 1 Gb. Kiintolevy 80 Gb