LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   tablet screen and stylus pen on lenovo x60 with ubuntu (wubi installed) (https://www.linuxquestions.org/questions/linux-general-1/tablet-screen-and-stylus-pen-on-lenovo-x60-with-ubuntu-wubi-installed-660144/)

Siljrath 08-03-2008 12:38 PM

tablet screen and stylus pen on lenovo x60 with ubuntu (wubi installed)
 
lenovo x60 tablet thinkpad, had windows xp 2005 tablet version preinstalled, installed ubuntu via wubi. have yet to find anything useful online about how to get the pen and screen to work. there is simply no response from using the pen, like clicking on a non tablet screen.

any help greatly appreciated. thanks.

here's my xorg conf before i make any attempt to make any changes.

Quote:


# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection

there's alot of "configured whatever"... i dont recall seeing that feature so recurringly in other installs of mine elsewhere. probably not important. does it mean theres another config file i should be looking for elsewhere?

anyways, please, any help, thnx.

-edit-
forgot to mention,

when i attempt to run the wacom thing i get the following error...
GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics


so.. i added that line.. but likely in totaly the wrong place.... but still, there's a whole section missing from my xorg conf isnt there...?


All times are GMT -5. The time now is 06:56 PM.