Ubuntu Suomen keskustelualueet
Ubuntun käyttö => Asentaminen ja käyttöönotto => Aiheen aloitti: jubuntu - 21.09.06 - klo:19.17
-
Koitan saada läppärin tasohiiren hallintaan QSynaptics ohjelmalla. ???
Koneessa on myös Logitech langaton hiiri.
QSynaptics herjaa.
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.
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
-
Tuolta ---> http://forum.ubuntu-fi.org/index.php?topic=288.msg1345#msg1345
varmasti tuo SHMConfig "on" juttu siellä xorg.-confissa?
-
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.
# /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
-
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:
# /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
-
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.
-
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.
-
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
-
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
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#