Page 70 of 169 FirstFirst ... 2060686970717280120 ... LastLast
Results 691 to 700 of 1689

Thread: HOW TO: Set up the HP TX2z and Dell XT & XT2 (N-trig digitizer) in Ubuntu

  1. #691
    Join Date
    Feb 2010
    Location
    Louisville, KY
    Beans
    414
    Distro
    Ubuntu Development Release

    Re: HOW TO: Set up the HP TX2z and Dell XT & XT2 (N-trig digitizer) in Ubuntu

    I dont at the moment but I can get one. Which one do you want me to get?

  2. #692
    Join Date
    Feb 2010
    Location
    Louisville, KY
    Beans
    414
    Distro
    Ubuntu Development Release

    Re: HOW TO: Set up the HP TX2z and Dell XT & XT2 (N-trig digitizer) in Ubuntu

    And if thats what hal is doing, then how do I stop it?

  3. #693
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: HOW TO: Set up the HP TX2z and Dell XT & XT2 (N-trig digitizer) in Ubuntu

    There are two ways to accomplish this. The first is to configure the device through hal using the 10-linuxwacom.fdi or else we can set up the commands in the .fdi to ignore the hal entries and have xorg.conf configure it.

    I think that the following entry should get it to work:
    Code:
    <?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
    
    <deviceinfo version="0.2">
      <!-- N-Trig Duosense Electromagnetic Digitizer -->
      <device>
        <match key="info.product" contains="N-Trig Pen">
        <match key="info.parent" contains="if0">
           <merge key="info.product" type="string">stylus</merge>
           <merge key="input.x11_driver" type="string">wacom</merge>
           <merge key="input.x11_options.Type" type="string">stylus</merge>
           <merge key="input.x11_options.Button2" type="string">3</merge>
        </match>
        </match>
      </device>
      <device>
        <match key="info.product" contains="N-Trig Touchscreen">
        <match key="info.parent" contains="if0">
           <merge key="info.product" type="string">touch</merge>
           <merge key="input.x11_driver" type="string">wacom</merge>
           <merge key="input.x11_options.Type" type="string">touch</merge>
        </match>
        </match>
      </device>
    </deviceinfo>
    I think that is all that is needed.
    Last edited by Ayuthia; March 3rd, 2010 at 01:01 AM. Reason: Added line to rename the device

  4. #694
    Join Date
    Feb 2010
    Location
    Louisville, KY
    Beans
    414
    Distro
    Ubuntu Development Release

    Re: HOW TO: Set up the HP TX2z and Dell XT & XT2 (N-trig digitizer) in Ubuntu

    Awesome! That worked for the stylus but Touch is still only working every other time.
    And is there a way to get multi-touch to work too?

  5. #695
    Join Date
    Feb 2010
    Location
    Louisville, KY
    Beans
    414
    Distro
    Ubuntu Development Release

    Re: HOW TO: Set up the HP TX2z and Dell XT & XT2 (N-trig digitizer) in Ubuntu

    Should I keep my xorg.conf the same? And the stylus works every time, but its only listed under xsetwacom list every other time. When its not listed I cant rotate the screen. Any Ideas?

  6. #696
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: HOW TO: Set up the HP TX2z and Dell XT & XT2 (N-trig digitizer) in Ubuntu

    You will need to comment out the stylus and touch entries in xorg.conf at the ServerLayout section:
    Code:
    Section "ServerLayout"
        Identifier    "X.org Configured"
    #    Identifier    "Default Layout"
    #    Screen        "Default Screen"
    #    InputDevice    "stylus"    "SendCoreEvents"
    #   Remove the comment below if you have an eraser.
    #    InputDevice    "eraser"    "SendCoreEvents"
    #    InputDevice    "touch"        "SendCoreEvents"
    #    InputDevice    "mttouch"    "SendCoreEvents"
    EndSection
    Please also look at post #693 again. I added a line to each so that they should be called stylus and touch instead of having to type N-Trig Pen and N-Trig Touchscreen.

  7. #697
    Join Date
    Feb 2010
    Location
    Louisville, KY
    Beans
    414
    Distro
    Ubuntu Development Release

    Re: HOW TO: Set up the HP TX2z and Dell XT & XT2 (N-trig digitizer) in Ubuntus

    Thanks!
    Stylus is always listed under wacom now but touch still isnt working and neither is multi-touch. Sorry.

  8. #698
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: HOW TO: Set up the HP TX2z and Dell XT & XT2 (N-trig digitizer) in Ubuntus

    Quote Originally Posted by mcoleman44 View Post
    Thanks!
    Stylus is always listed under wacom now but touch still isnt working and neither is multi-touch. Sorry.
    Can you try using event11 for touch? It has been a while since I have worked with this firmware version so I apologize if I am taking you all over the place.

  9. #699
    Join Date
    Feb 2010
    Location
    Louisville, KY
    Beans
    414
    Distro
    Ubuntu Development Release

    Re: HOW TO: Set up the HP TX2z and Dell XT & XT2 (N-trig digitizer) in Ubuntu

    Not a problem. Im just grateful for the help. event11 didnt work. And Im not sure if this will tell you anything but /dev/input/ doesnt have mt touch listed.

  10. #700
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: HOW TO: Set up the HP TX2z and Dell XT & XT2 (N-trig digitizer) in Ubuntu

    Ok. Can you post an updated version of your Xorg.0.log file? I just want to see if there are any error messages for using event11.

    As for the missing multitouch, it means that the kernel module is only able to find the single touch data for your device. Is this firmware the one that was used with Vista? If I recall correctly, rafiyr is looking for people to test this version and from the looks of your data, it might be a match.

    After looking at your Xorg.0.log information, we can see if we should block out hal and just try xorg.conf.

Page 70 of 169 FirstFirst ... 2060686970717280120 ... LastLast

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
  •