Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: T4220 and Hardy

  1. #11
    Join Date
    Apr 2008
    Beans
    4

    Re: T4220 and Hardy

    Hi,

    I have dumped Ubuntu 8.04 and came back to 7.10. The wacom tablet works perfectly. (Nice with Xournal and Cellwriter)
    I just follow line by line the instruction in :
    https://help.ubuntu.com/community/T4220

    Before that i was downloading the linuxwacomproject packages from the correspondign website. Apparently the wacom package one get with synaptic match the kernel version whereas it bugs with Hardy and with the package from the linuxwacome(ABI class errore).

    So now i try to go on with the rotation stuff.
    and i got the following error :

    root@alexis-tablet:/usr/local/bin# rotate tablet
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device 'Synaptics'
    root@alexis-tablet:/usr/local/bin# rotate laptop
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device 'Synaptics'
    root@alexis-tablet:/usr/local/bin# cd
    root@alexis-tablet:~# cd /usr/local/bin
    root@alexis-tablet:/usr/local/bin# ls
    rotate
    root@alexis-tablet:/usr/local/bin# cd
    root@alexis-tablet:~# synaptics
    bash: synaptics : commande introuvabl
    e


    Ranpha any idea why i'm getting this ? where does this instruction wacomeConfigOpenDevice come from ?

  2. #12
    Join Date
    Jun 2006
    Beans
    65

    Re: T4220 and Hardy

    Well your screen rotates and also your pointer (mouse) rotates.

    root@alexis-tablet:/usr/local/bin# rotate tablet
    Error (2): WacomConfigOpenDevice: No such device
    Set: Failed to open device 'Synaptics'

    I also get that error message but everthing works fine. Dunno why this happens. You should ask the maker of the script. The link is provide in the Wiki entry. I didn't write anything just put the pieces together to get everthing working.

    Strange thing stil is that Hardy won't work on your laptop. Because it uses the same wacom on Gutsy.

  3. #13
    Join Date
    Apr 2008
    Location
    Berlin
    Beans
    72
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: T4220 and Hardy

    Quote Originally Posted by Alterac View Post
    Something I want to bring up:

    After upgrading to Hardy from Gutsy, I experienced the problem with my tablet pen not working as well.

    I used the Synaptic Package Manager and removed "wacom-tools" and "xserver-xorg-input-wacom". Then reinstalled both.

    After I did the "ctrl-alt-backspace" thingy, it started to work again. Don't really know what happened but it works fine now.
    Hello,

    i experienced exactly the same problem : my tablet pen used to work perfectly under Gutsy. Then after i upgraded today to hardy, it did not work at all. Following you, a uninstalled an reinstalled "wacom-tools" and "xserver-xorg-input-wacom" and it works now.

    nico

  4. #14
    Join Date
    Jun 2006
    Beans
    65

    Re: T4220 and Hardy

    You know off course that the Xorg.conf has been reset to a default one. Thus clearing all the wacom entries. ...

    Just checking

  5. #15
    Join Date
    Apr 2008
    Location
    Berlin
    Beans
    72
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: T4220 and Hardy

    Quote Originally Posted by ranpha View Post
    You know off course that the Xorg.conf has been reset to a default one. Thus clearing all the wacom entries. ...

    Just checking
    Well, i checked it precisely BEFORE re-installing xorg, but i did not see any changes. Everything about the tablet, stylus, eraser was here, as i set it before. But maybe i missed something. I could check in the backup versions of xorg...

    nico

  6. #16
    Join Date
    Jun 2006
    Beans
    65

    Re: T4220 and Hardy

    Can you post your Xorg.conf ? makes it easier for me to check

  7. #17
    Join Date
    Apr 2008
    Location
    Berlin
    Beans
    72
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: T4220 and Hardy

    Quote Originally Posted by ranpha View Post
    Can you post your Xorg.conf ? makes it easier for me to check
    my actual xorg.conf has 23 April 08 as date of modification (and I reinstalled wacom Yesterday)... So, it seems, it was even not modified...

    Code:
    
    Section "Files"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"CoreKeyboard"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"fr"
    	Option		"XkbVariant"	"oss"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    	Option		"CorePointer"
    	Option		"Device"		"/dev/input/mice"
    	Option		"Protocol"		"ImPS/2"
    	Option		"ZAxisMapping"		"4 5"
    	Option		"Emulate3Buttons"	"true"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Synaptics Touchpad"
    	Driver		"synaptics"
    	Option		"SendCoreEvents"	"true"
    	Option		"Device"		"/dev/psaux"
    	Option		"Protocol"		"auto-dev"
    	Option		"HorizEdgeScroll"	"0"
    EndSection
    
    Section "InputDevice"
    	Driver		"wacom"
    	Identifier	"stylus"
    	Option		"Device"	"/dev/ttyS0" # "/dev/input/wacom"
    	Option		"Type"		"stylus"
    	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    	Driver		"wacom"
    	Identifier	"eraser"
    	Option		"Device"	"/dev/ttyS0" # "/dev/input/wacom"
    	Option		"Type"		"eraser"
    	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    	Driver		"wacom"
    	Identifier	"cursor"
    	Option		"Device"	"/dev/ttyS0" # "/dev/input/wacom"
    	Option		"Type"		"cursor"
    	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
    EndSection
    
    Section "Device"
    	Identifier	"Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
    	Driver		"intel"
    	Option          "DRI"           "false"
    	BusID		"PCI:0:2:0"
    EndSection
    
    Section "Monitor"
    	Identifier	"Écran générique"
    	Option		"DPMS"
    	HorizSync	30-70
    	VertRefresh	50-160
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
    	Monitor		"Écran générique"
    	DefaultDepth	24
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    	InputDevice	"Generic Keyboard"
    	InputDevice	"Configured Mouse"
    
    # Uncomment if you have a wacom tablet
    	InputDevice     "stylus"	"SendCoreEvents"
    	InputDevice     "cursor"	"SendCoreEvents"
    	InputDevice     "eraser"	"SendCoreEvents"
    	InputDevice	"Synaptics Touchpad"
    EndSection
    Last edited by roy.nico; May 22nd, 2008 at 08:29 PM.

  8. #18
    Join Date
    Jun 2006
    Beans
    65

    Re: T4220 and Hardy

    It seems i got some extra entry in here ....mmmmm don't remeber why...try this

    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Mode" "Absolute" #extra entry unknown
    Option "Device" "/dev/ttyS0"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •