Page 14 of 34 FirstFirst ... 4121314151624 ... LastLast
Results 131 to 140 of 340

Thread: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity

  1. #131
    Join Date
    Jul 2006
    Location
    Pomezia, Rome, IT
    Beans
    825
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity

    Well, the problem was not actually XGL, but a bug with Edgy for Volito2.

    I've sorted it out, here's the thread for those who might need it: http://www.ubuntuforums.org/showthread.php?t=306874

    Hope it helps!

  2. #132
    Join Date
    Sep 2005
    Beans
    129

    Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity

    I'm having problems with my Graphire3 tablet. It used to work in Dapper and I think I had it working in Edgy a while back but now I have no luck. Here is the problem:

    The tablet is recognized and the pointer moves. In the GDM login screen the tablet moves the cursor over the whole screen extents. However once I log in it's movement is limited only to a portion of the screen. Also, no extended input devices are recognized in the GIMP.

    I've read (and re-read) the threads here and tried a bunch of things - none of them seem to correct the problem.

    The tablet is USB. I've tried it both under Beryl and under Metacity with no difference. Here is my current xorg.conf file. Any help would be greatly appreciated:

    Code:
    # /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"
    	FontPath	"/usr/share/fonts/X11/misc"
    	# 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"	"pc104"
    	Option		"XkbLayout"	"us"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    	Option		"CorePointer"
    	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/input/wacom"          # Change to 
                                                          # /dev/input/event
                                                          # for USB
      Option        "Type"          "stylus"
      Option        "USB"           "on"
      Option        "Mode"          "Absolute"
      Option        "PressCurve" "50,0,100,50"
    EndSection
    
    Section "InputDevice"
      Driver        "wacom"
      Identifier    "eraser"
      Option        "Device"        "/dev/input/wacom"          # Change to 
                                                          # /dev/input/event
                                                          # for USB
      Option        "Type"          "eraser"
      Option        "USB"           "on"
      Option        "Mode"          "Absolute"
    EndSection
    
    Section "InputDevice"
      Driver        "wacom"
      Identifier    "cursor"
      Option        "Device"        "/dev/input/wacom"          # Change to 
                                                          # /dev/input/event
                                                          # for USB
      Option        "Type"          "cursor"
      Option        "Mode"          "Relative"
      Option        "USB"           "on"
    EndSection
    
    Section "Device"
    	Identifier	"Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics Controller"
    	Driver		"i810"
    	BusID		"PCI:0:2:0"
            Option "XAANoOffscreenPixmaps" "true"
    
    EndSection
    
    Section "Monitor"
    	Identifier	"VE910-3Serie"
    	Option		"DPMS"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics Controller"
    	Monitor		"VE910-3Serie"
    	DefaultDepth	24
    	SubSection "Display"
    		Depth		1
    		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		4
    		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		8
    		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		15
    		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		16
    		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		24
    		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    	EndSubSection
    
            # Enable 32-bit ARGB GLX Visuals
            Option "AddARGBGLXVisuals" "True"
    
            # If you are using an older version of compiz that
            # does not support rendering into the Composite
            # Overlay Window, you will need to disable clipping
            # of GLX rendering to the X Root window with this
            # option, or you will get a blank screen after
            # starting compiz:
            #  Option "DisableGLXRootClipping" "True"
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    	InputDevice	"Generic Keyboard"
    	InputDevice	"Configured Mouse"
    	InputDevice     "stylus" "SendCoreEvents"
    	InputDevice     "cursor" "SendCoreEvents"
    	InputDevice     "eraser" "SendCoreEvents"
    EndSection
    
    Section "DRI"
    	Mode	0666
    EndSection
    
    Section "Extensions"
    Option "Composite" "true"
    EndSection

  3. #133
    Join Date
    Sep 2005
    Beans
    129

    Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity

    This morning it seems to be working! Is it possible that a reboot is different than a Ctrl-Backspace to restart X?

    Anyway, the last change I made (I believe) was to eliminate the '#For Tablet PC Only' lines. Although I never had to remove these before. I'm not 100% sure that was the problem, but it was likely the last change I made.

    Hopefully this is the end of it.

  4. #134
    Join Date
    Jul 2006
    Location
    Pomezia, Rome, IT
    Beans
    825
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity

    I think rebooting was pretty much the solution...

  5. #135
    Join Date
    May 2006
    Location
    The Netherlands
    Beans
    395
    Distro
    Ubuntu Development Release

    Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity

    Quote Originally Posted by richardq View Post
    This morning it seems to be working! Is it possible that a reboot is different than a Ctrl-Backspace to restart X?

    Anyway, the last change I made (I believe) was to eliminate the '#For Tablet PC Only' lines. Although I never had to remove these before. I'm not 100% sure that was the problem, but it was likely the last change I made.

    Hopefully this is the end of it.
    This is because the udev system has to detect your wacom device for xorg restart xorg will not do this. If you also had restart the udev system it will work but a reboot will do this trick to.

  6. #136
    Join Date
    Apr 2006
    Beans
    15

    Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity

    Quote Originally Posted by Sambalbai View Post
    Hi all,

    Thanks to the quides at the start of this thread I got my Graphire4 running, pressure sensing and all. Great! But I ran into a problem after that: the two buttons and scrollwheel at the top of the tablet won't work. I tried googling around for this, but didn't find anything useful. Did any of you get their buttons/scollwheel working?

    grtz,
    Sambalbai
    I had the same problem with a Graphire 4. The solution was to add ButtonsOnly, Button9 and Button13 to the InputDevice for the pad. The scrollwheel is inverted though.

    Code:
    Section "InputDevice"
      Driver        "wacom"
      Identifier    "pad"
      Option        "ButtonsOnly" "on"
      Option        "Button9" "1"
      Option        "Button13" "3"
      Option        "Device" "/dev/input/wacom"
      Option        "USB" "on"
      Option        "Type" "pad"
    EndSection

  7. #137
    Join Date
    Apr 2006
    Beans
    Hidden!

    Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity

    i've been trying to enable my wacom with edgy on a macbook with a dual screen xinerama setup, that is pretty much the same as described here
    https://help.ubuntu.com/community/MacBook

    so I've been following these instructions on top of that.

    things kind of work, but i have some unusual problems:
    • the wacom cursor doesnt follow the Above RightOf command, and only operatesas RightOf (not what i want), although my other mouse cursor does (Above).
    • when i enable pressure sensitivity in inkscape or gimp, it works, but offsets the cursor by quite a lot, leading to a situation where i cannot draw in entire document without clicks being recognised outside. When i disable pressure sensitivity, the location of the cursor is correct.
    • i can only ctrl-alt-delete once, and the second time i get an unknown error on my xserver, where it is looking for a display that is never actually referenced; and restarting without making any changes gives me a successful startup


    any clues on any of these problems would be appreciated

  8. #138
    Join Date
    Dec 2006
    Beans
    92

    Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity

    Hi! I have a wacom graphire4 and its working fine in edgy!
    But I can't get it to work with XGL. Does any one have a tablet working with XGL enabled? I think the problem might be in the screens used by XGL.

  9. #139
    Join Date
    Jul 2006
    Location
    Pomezia, Rome, IT
    Beans
    825
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity

    It is a known problem that Wacom and XGL don't go together. I had to give up to Beryl for that

  10. #140
    Join Date
    Sep 2005
    Beans
    129

    Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity

    Quote Originally Posted by davim View Post
    Hi! I have a wacom graphire4 and its working fine in edgy!
    But I can't get it to work with XGL. Does any one have a tablet working with XGL enabled? I think the problem might be in the screens used by XGL.
    I have my Graphire3 working with Beryl/AIGLX in Edgy. No problems so far (Except that Beryl takes away a few of the nice mouse shortcuts in Inkscape.. ) I'm not sure if it's an XGL specific (as opposed to AIGLX) problem, but it *is* working fine on my machine.

    My Xorg.conf file was posted right here in this thread a few weeks back.

    Good luck.

Page 14 of 34 FirstFirst ... 4121314151624 ... LastLast

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
  •